Blender Git Loki
Git Commits -> Revision 436e169
Revision 436e169 by Campbell Barton (master) February 25, 2007, 07:36 (GMT) |
made attributes (name, property, users, fakeUser, lib) into functions all python types can use. removed a lot of code duplication when moving to this. Also removed unused functions GetMaterialByName(), same for Mesh, Object, World etc. |
Commit Details:
Full Hash: 436e1697fdf07f5a17bcfbdde8b18e89e44e9cf1
SVN Revision: 10139
Parent Commit: e64b887
Lines Changed: +209, -1423
24 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+1, -62) (Diff)
/source/blender/python/api2_2x/Blender.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Camera.c (+3, -184) (Diff)
/source/blender/python/api2_2x/Font.c (+3, -58) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+95, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+49, -1) (Diff)
/source/blender/python/api2_2x/Group.c (+3, -113) (Diff)
/source/blender/python/api2_2x/Group.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+5, -32) (Diff)
/source/blender/python/api2_2x/Ipo.c (+3, -85) (Diff)
/source/blender/python/api2_2x/Lamp.c (+3, -106) (Diff)
/source/blender/python/api2_2x/Lamp.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+3, -32) (Diff)
/source/blender/python/api2_2x/Material.c (+11, -135) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -79) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -72) (Diff)
/source/blender/python/api2_2x/NLA.c (+4, -44) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -94) (Diff)
/source/blender/python/api2_2x/Object.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+5, -167) (Diff)
/source/blender/python/api2_2x/Text.c (+3, -29) (Diff)
/source/blender/python/api2_2x/Texture.c (+3, -54) (Diff)
/source/blender/python/api2_2x/World.c (+4, -66) (Diff)
/source/blender/python/api2_2x/World.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Camera.c (+3, -184) (Diff)
/source/blender/python/api2_2x/Font.c (+3, -58) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+95, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+49, -1) (Diff)
/source/blender/python/api2_2x/Group.c (+3, -113) (Diff)
/source/blender/python/api2_2x/Group.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+5, -32) (Diff)
/source/blender/python/api2_2x/Ipo.c (+3, -85) (Diff)
/source/blender/python/api2_2x/Lamp.c (+3, -106) (Diff)
/source/blender/python/api2_2x/Lamp.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Lattice.c (+3, -32) (Diff)
/source/blender/python/api2_2x/Material.c (+11, -135) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -79) (Diff)
/source/blender/python/api2_2x/Metaball.c (+1, -72) (Diff)
/source/blender/python/api2_2x/NLA.c (+4, -44) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -94) (Diff)
/source/blender/python/api2_2x/Object.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+5, -167) (Diff)
/source/blender/python/api2_2x/Text.c (+3, -29) (Diff)
/source/blender/python/api2_2x/Texture.c (+3, -54) (Diff)
/source/blender/python/api2_2x/World.c (+4, -66) (Diff)
/source/blender/python/api2_2x/World.h (+0, -1) (Diff)