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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-07-06 15:52:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-06 16:07:18 +0300
commit20446f07f6d88c4a4641c3248093c9be7b3751ab (patch)
tree7f330b43a235acd96fd6caf98400bd1e2aa1114f /doc
parentffaf294c3f0b673ba327c43d91e1f5e2ff009e05 (diff)
Docs: reference bl_rna_get_subclass_py instead of bl_rna_get_subclass
bl_rna_get_subclass only works for Nodes at the moment.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/info_overview.rst b/doc/python_api/rst/info_overview.rst
index 9676489950e..50928963f60 100644
--- a/doc/python_api/rst/info_overview.rst
+++ b/doc/python_api/rst/info_overview.rst
@@ -248,7 +248,7 @@ using the ``bl_idname`` rather than the classes original name.
.. note::
There are some exceptions to this for class names which aren't guarantee to be unique.
- In this case use: :func:`bpy.types.Struct.bl_rna_get_subclass`.
+ In this case use: :func:`bpy.types.Struct.bl_rna_get_subclass_py`.
When loading a class, Blender performs sanity checks making sure all required properties and functions are found,