Blender Git Commit Log
Git Commits -> Revision 8584507
Revision 8584507 by Joshua Leung (master) July 28, 2009, 03:54 (GMT) |
2.5 - Start of Make Proxy Operator The code has been ported to the operator+rna system, however, there are currently issues related to how the pointer-rna's work for use as operator properties. (NOTE: RNA_property_pointer_set only takes into account builtin props for now, but not id-props, while the corresponding get method seems to take them into account) The alternative to using pointer-properties for the operator, is to store strings and look up the relevant objects later, but there should be a nicer way... |
Commit Details:
Full Hash: 858450767191660618fbeeaaf39e1ad91f338a70
SVN Revision: 21958
Parent Commit: fe881aa
Lines Changed: +117, -44