Blender Git Commit Log
Git Commits -> Revision a196d28
Revision a196d28 by Campbell Barton (master) December 18, 2008, 05:28 (GMT) |
Use the identifier rather then the struct name to access a collection of structs. bpydoc.structs.keys() - ['Actuator', 'ActuatorSensor', 'AlwaysSensor', 'AndController'.... etc now reads... bpydoc.structs.keys() - ['Actuator', 'Actuator Sensor', 'Always Sensor', 'And Controller'... This is more correct since an identifier is supposted to be unique when a name might not be. |
Commit Details:
Full Hash: a196d283ed4d45d5cfd06b8caecab36e9b43e260
SVN Revision: 17917
Parent Commit: ecc4e55
Lines Changed: +2, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_rna.c (+2, -2) (Diff)