Blender Git Loki
Git Commits -> Revision d839a9a
Revision d839a9a by Brecht Van Lommel (master) June 27, 2009, 01:10 (GMT) |
RNA * Added support for passing collections to/from RNA functions, this is done using a ListBase of CollectionPointerLink, which is a standard ListBase link + PointerRNA. * Added editable active uv/vcol layer to Mesh. * Armature.bones now includes all bones, not only the ones without parents. * Modifier UV layer fields now are allowed to be empty, previously this would set the name during modifier evaluation if there was none. |
Commit Details:
Full Hash: d839a9ae9ccbf17375e28cc92aa75a0cb4cf6b11
SVN Revision: 21177
Parent Commit: 524b861
Lines Changed: +158, -28
8 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+13, -13) (Diff)
/source/blender/makesrna/intern/makesrna.c (+9, -2) (Diff)
/source/blender/makesrna/intern/rna_access.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+25, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+8, -7) (Diff)
/source/blender/makesrna/intern/rna_main.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+62, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+29, -5) (Diff)
/source/blender/makesrna/intern/makesrna.c (+9, -2) (Diff)
/source/blender/makesrna/intern/rna_access.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+25, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+8, -7) (Diff)
/source/blender/makesrna/intern/rna_main.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+62, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+29, -5) (Diff)