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

This commit is contained in:
Bastien Montagne 2016-11-16 11:08:21 +01:00
parent 5dbf0341e5
commit 579118c3c4
1 changed files with 2 additions and 0 deletions

View File

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