[Bf-extensions-cvs] [579118c] master: Fix custom props not being handled correctly by manual/pyref UI menu entries.

Bastien Montagne noreply at git.blender.org
Wed Nov 16 11:09:02 CET 2016


Commit: 579118c3c4906f0f2c88205c251fe0be4edadf47
Author: Bastien Montagne
Date:   Wed Nov 16 11:08:21 2016 +0100
Branches: master
https://developer.blender.org/rBA579118c3c4906f0f2c88205c251fe0be4edadf47

Fix custom props not being handled correctly by manual/pyref UI menu entries.

===================================================================

M	modules/rna_manual_reference.py

===================================================================

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 0b9abd1..4b4601f 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -734,6 +734,8 @@ url_manual_mapping = (
     ("bpy.types.ID.*",                          "data_system/data_blocks.html"),
     ("bpy.types.BlendData*",                    "data_system/data_blocks.html#data-block-types"),
 
+    ("bpy.types.bpy_struct*",                  "data_system/custom_properties.html"),
+
     # *** Animation ***
     ("bpy.types.Keyframe.*",                       "animation/actions.html"),
     ("bpy.types.FCurve.*",                         "editors/graph_editor/fcurves"),



More information about the Bf-extensions-cvs mailing list