Blender Git Loki
Git Commits -> Revision d423c08
Revision d423c08 by Willian Padovani Germano (master) October 26, 2003, 06:03 (GMT) |
Exppython: - Added "Radio" to Material modes - Fixed bug in bone.getParent (bug report on blender.org py forum) - Added more types to object.shareFrom (method to share obdata) - Added nmesh.get/setMaxSmoothAngle and nmesh.get/setSubDivLevels - Updated NMesh doc |
Commit Details:
Full Hash: d423c0828f2f2bfe3086d7b571bb719ca82ddfcd
SVN Revision: 1441
Parent Commit: 1f7bfbf
Lines Changed: +1534, -1355
6 Modified Paths:
/source/blender/python/api2_2x/Bone.c (+441, -441) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+31, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+910, -906) (Diff)
/source/blender/python/api2_2x/NMesh.c (+132, -6) (Diff)
/source/blender/python/api2_2x/NMesh.h (+16, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+31, -2) (Diff)
/source/blender/python/api2_2x/Material.c (+910, -906) (Diff)
/source/blender/python/api2_2x/NMesh.c (+132, -6) (Diff)
/source/blender/python/api2_2x/NMesh.h (+16, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -0) (Diff)