Blender Git Commit Log
Git Commits -> Revision 7514769
Revision 7514769 by Campbell Barton (master) February 25, 2007, 01:07 (GMT) |
Scene * Moved to getsetattrs * added scene.users (get) * added scene.fakeUser (get/set) * added scene.world (get/set) * added scene.timeline (get) * added scene.render (get) * added scene.radiosity (get) * added scene.objects.camera (get/set) Group * added properties gen_utils * made getScriptLinks work as documented, return an empty list rather then None. header files, noted libdata after PyObject as a requirement. Others, * Deprecate prints for older functionality EpyDocs still need updating. |
Commit Details:
Full Hash: 75147698e2b8765022097203b9bb1291a105f2d8
SVN Revision: 10136
Parent Commit: f791672
Lines Changed: +493, -256
28 Modified Paths:
/source/blender/python/api2_2x/Curve.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Font.h (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Group.c (+22, -15) (Diff)
/source/blender/python/api2_2x/Group.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Ipo.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Key.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lattice.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Metaball.h (+1, -1) (Diff)
/source/blender/python/api2_2x/MTex.h (+2, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+1, -2) (Diff)
/source/blender/python/api2_2x/NLA.h (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -7) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+435, -203) (Diff)
/source/blender/python/api2_2x/Scene.h (+1, -2) (Diff)
/source/blender/python/api2_2x/sceneTimeLine.c (+1, -1) (Diff)
/source/blender/python/api2_2x/SurfNurb.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text3d.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.h (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+4, -3) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Font.h (+1, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+5, -4) (Diff)
/source/blender/python/api2_2x/Group.c (+22, -15) (Diff)
/source/blender/python/api2_2x/Group.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Ipo.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Key.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lattice.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Metaball.h (+1, -1) (Diff)
/source/blender/python/api2_2x/MTex.h (+2, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+1, -2) (Diff)
/source/blender/python/api2_2x/NLA.h (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -7) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+435, -203) (Diff)
/source/blender/python/api2_2x/Scene.h (+1, -2) (Diff)
/source/blender/python/api2_2x/sceneTimeLine.c (+1, -1) (Diff)
/source/blender/python/api2_2x/SurfNurb.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Text3d.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.h (+1, -1) (Diff)
/source/blender/python/api2_2x/World.c (+4, -3) (Diff)
/source/blender/python/api2_2x/World.h (+1, -1) (Diff)