Blender Git Commit Log
Git Commits  -> Revision d46da5a
		
			
			
		
Revision d46da5a by Campbell Barton (master) June 2, 2011, 08:29 (GMT)  | 
mathutils support for color arithmetic, also some minor whitespace edits.   | 
Commit Details:
Full Hash: d46da5a09d972926e6b4ab5d9fde49ffad16a48f
SVN Revision: 37088
Parent Commit: 211cd99
Lines Changed:  +337,  -69
19 Modified Paths:
/source/blender/python/BPY_extern.h (+7, -7) (Diff)
/source/blender/python/generic/bgl.c (+12, -12) (Diff)
/source/blender/python/generic/bgl.h (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+2, -2) (Diff)
/source/blender/python/generic/mathutils_Color.c (+272, -6) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils_geometry.c (+2, -2) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+14, -15) (Diff)
/source/blender/python/intern/bpy.c (+6, -6) (Diff)
/source/blender/python/intern/bpy.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_app.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_driver.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_library.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.h (+8, -8) (Diff)
/source/blender/python/generic/bgl.c (+12, -12) (Diff)
/source/blender/python/generic/bgl.h (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+2, -2) (Diff)
/source/blender/python/generic/mathutils_Color.c (+272, -6) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils_geometry.c (+2, -2) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+14, -15) (Diff)
/source/blender/python/intern/bpy.c (+6, -6) (Diff)
/source/blender/python/intern/bpy.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_app.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_driver.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_library.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.h (+8, -8) (Diff)


 Master Commits
MiikaHweb | 2003-2021