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
diff options
context:
space:
mode:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-07-24 16:00:02 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-07-24 16:00:02 +0400
commitdee1d86e65a47f72a8198cc233816843f98d5429 (patch)
tree4ed5be7d727507cee638545284fd719e28170265 /source/blender/editors/space_node/node_edit.c
parent23c4026c3f5c5e25cd99626bd15032c4be1268e6 (diff)
Fix for RNA struct registration: the bpy_class_validate function would only check the immediate functions/properties of the pointer struct type, but not potential base structs. Now it first validates the base struct recursively before the actual properties of the registered class.
Does not have any effect for current registerable types (Operator, Menu, Panel, etc.), since none of those actually have a base struct, but will be required for future types with an actual hierarchy (custom nodes).
Diffstat (limited to 'source/blender/editors/space_node/node_edit.c')
0 files changed, 0 insertions, 0 deletions