Blender Git Commit Log
Git Commits -> Revision 12291b6
Revision 12291b6 by Campbell Barton (master) August 15, 2009, 05:05 (GMT) |
RNA Types were storing an instance of themself for class introspection and docs but makes freeing the type complicated. now __rna__ is a PyCObject rather then a BPy_StructRNA instance, to get the rna from python use __get_rna() now. |
Commit Details:
Full Hash: 12291b693cebcb8b407c483fddf5d13b1711b36c
SVN Revision: 22460
Parent Commit: dc952c7
Lines Changed: +64, -88