Blender Git Loki
Git Commits -> Revision 6e086d4
Revision 6e086d4 by Joseph Eagar (master) November 19, 2006, 16:00 (GMT) |
=ID Properties Python Update= ID Properties binding have now been added for textures. Also, the beginnings of supporting "del IDProperty Object" (which basically removes the property from it's parent group then frees it) in python were done; really the only thing now is to figure out exactly *how* you overload the del operator. :S |
Commit Details:
Full Hash: 6e086d4cfe88a62e0ec7f6e1a6731c0685896078
Parent Commit: b861f9b
Lines Changed: +37, -15
9 Modified Paths:
/source/blender/python/api2_2x/IDProp.c (+9, -6) (Diff)
/source/blender/python/api2_2x/IDProp.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+3, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+16, -1) (Diff)
/source/blender/python/api2_2x/IDProp.h (+2, -2) (Diff)
/source/blender/python/api2_2x/Image.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+3, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+16, -1) (Diff)