Blender Git Commit Log
Git Commits -> Revision 689b77b
Revision 689b77b by Campbell Barton (master) September 15, 2009, 10:01 (GMT) |
- new property attribute - default_array, which returns a variable size array useful to get the defaults for operator & function arrays. - updated python api to check for array types rather then the length since a variable length array can be 1 or 0 length. - python docgen added .0 to the end of floats which messed up values like 1e-05 |
Commit Details:
Full Hash: 689b77ba9df8b618e0d7b58feda9161317361d74
SVN Revision: 23241
Parent Commit: 223bc8a
Lines Changed: +125, -39
6 Modified Paths:
/source/blender/makesrna/intern/rna_access.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+75, -5) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/epy_doc_gen.py (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+30, -32) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+75, -5) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/epy_doc_gen.py (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+30, -32) (Diff)