Blender Git Loki
Git Commits -> Revision a9447e4
Revision a9447e4 by Campbell Barton (master) December 16, 2006, 22:04 (GMT) |
Enable/Disable DupFaces from the Python API. Fixed a (own) bug in fakeUsers and added fakeUsers to Objects and Materials as well as Mesh. |
Commit Details:
Full Hash: a9447e4273c240151f9453a34c0ead0070628da6
SVN Revision: 9339
Parent Commit: dfb811d
Lines Changed: +114, -10
6 Modified Paths:
/source/blender/python/api2_2x/doc/Material.py (+3, -0) (Diff)
/source/blender/python/api2_2x/doc/Mesh.py (+3, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+9, -0) (Diff)
/source/blender/python/api2_2x/Material.c (+39, -0) (Diff)
/source/blender/python/api2_2x/Mesh.c (+10, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+50, -5) (Diff)
/source/blender/python/api2_2x/doc/Mesh.py (+3, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+9, -0) (Diff)
/source/blender/python/api2_2x/Material.c (+39, -0) (Diff)
/source/blender/python/api2_2x/Mesh.c (+10, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+50, -5) (Diff)