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:
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"),