Blender Git Commit Log

Git Commits -> Revision dee1d86

Revision dee1d86 by Lukas Toenne (master)
July 24, 2012, 12:00 (GMT)
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).

Commit Details:

Full Hash: dee1d86e65a47f72a8198cc233816843f98d5429
SVN Revision: 49173
Parent Commit: 23c4026
Lines Changed: +11, -2

1 Modified Path:

/source/blender/python/intern/bpy_rna.c (+11, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021