Blender Git Commit Log
Git Commits -> Revision 873d4a3
Revision 873d4a3 by Campbell Barton (master) April 25, 2010, 19:27 (GMT) |
py api - mathutils.Color.hsv attribute. eg. material.diffuse_color.hsv = 0.2, 0.8, 0.4 - Vector/Euler/Quaternion/Color now only take a single seq arg. - internal function for parsing arrays. (cleanup messy internal list/vector/tuple/seq parsing) - didnt update rigify yet. |
Commit Details:
Full Hash: 873d4a3f05872bd32f40449a61de5f14e10a2f3d
SVN Revision: 28417
Parent Commit: 4f6e3da
Lines Changed: +214, -367
13 Modified Paths:
/release/scripts/io/export_fbx.py (+16, -55) (Diff)
/release/scripts/io/import_anim_bvh.py (+7, -7) (Diff)
/release/scripts/modules/bpy_types.py (+4, -4) (Diff)
/release/scripts/op/add_mesh_torus.py (+2, -2) (Diff)
/release/scripts/op/object.py (+1, -1) (Diff)
/release/scripts/op/uvcalc_smart_project.py (+8, -8) (Diff)
/release/scripts/op/vertexpaint_dirt.py (+1, -1) (Diff)
/source/blender/python/generic/mathutils.c (+37, -0) (Diff)
/source/blender/python/generic/mathutils.h (+3, -0) (Diff)
/source/blender/python/generic/mathutils_Color.c (+50, -41) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+16, -38) (Diff)
/source/blender/python/generic/mathutils_quat.c (+16, -83) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+53, -127) (Diff)
/release/scripts/io/import_anim_bvh.py (+7, -7) (Diff)
/release/scripts/modules/bpy_types.py (+4, -4) (Diff)
/release/scripts/op/add_mesh_torus.py (+2, -2) (Diff)
/release/scripts/op/object.py (+1, -1) (Diff)
/release/scripts/op/uvcalc_smart_project.py (+8, -8) (Diff)
/release/scripts/op/vertexpaint_dirt.py (+1, -1) (Diff)
/source/blender/python/generic/mathutils.c (+37, -0) (Diff)
/source/blender/python/generic/mathutils.h (+3, -0) (Diff)
/source/blender/python/generic/mathutils_Color.c (+50, -41) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+16, -38) (Diff)
/source/blender/python/generic/mathutils_quat.c (+16, -83) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+53, -127) (Diff)