Blender Git Loki
Git Commits -> Revision d44a2b5
Revision d44a2b5 by Campbell Barton (master) July 28, 2010, 12:11 (GMT) |
fix for running rna subclasses own __init__ functions. - exceptions in the __init__ functions were not being checked for and segfaulting - avoid creating a new BPy_StructRNA instance per function call, use the existing one if the type matches. |
Commit Details:
Full Hash: d44a2b5b1b782bd89b562843806ccad7af0dd25f
SVN Revision: 30835
Parent Commit: 2a3c1a4
Lines Changed: +34, -18