Blender Git Commit Log

Git Commits -> Revision 5eaf9f9

Revision 5eaf9f9 by Campbell Barton (master)
March 8, 2007, 14:37 (GMT)
BPython API
added a function - GenericLib_assignData for assigning blender data, to assign an ipo to a camera or world to a scene for instance.
Using this function removed ~300 lines of code.
also fixes user count error in some places that didnt check.

also made it possible to clear the colorband by setting it to []

Commit Details:

Full Hash: 5eaf9f90c1acc1b337a3fee38887f5db2a46ac81
SVN Revision: 10225
Parent Commit: 51c16ed
Lines Changed: +184, -619

16 Modified Paths:

/source/blender/python/api2_2x/Camera.c (+5, -69) (Diff)
/source/blender/python/api2_2x/Curve.c (+11, -32) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+83, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Key.c (+15, -56) (Diff)
/source/blender/python/api2_2x/Lamp.c (+1, -39) (Diff)
/source/blender/python/api2_2x/Material.c (+24, -67) (Diff)
/source/blender/python/api2_2x/Material.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+5, -19) (Diff)
/source/blender/python/api2_2x/Modifier.c (+14, -124) (Diff)
/source/blender/python/api2_2x/MTex.c (+3, -63) (Diff)
/source/blender/python/api2_2x/Object.c (+10, -70) (Diff)
/source/blender/python/api2_2x/Pose.c (+1, -8) (Diff)
/source/blender/python/api2_2x/Scene.c (+6, -36) (Diff)
/source/blender/python/api2_2x/Texture.c (+1, -3) (Diff)
/source/blender/python/api2_2x/World.c (+1, -29) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021