Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-11-16 13:08:21 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-11-16 13:08:21 +0300
commit579118c3c4906f0f2c88205c251fe0be4edadf47 (patch)
tree124dba641de0b84928cfc233b1a5b458444887fc /modules
parent5dbf0341e59b7fec6060e9ebce9c5f33a3e11c4b (diff)
Fix custom props not being handled correctly by manual/pyref UI menu entries.
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_manual_reference.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 0b9abd12..4b4601f6 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"),