Blender Git Loki
Git Commits -> Revision e3b7dfe
Revision e3b7dfe by Willian Padovani Germano (master) November 27, 2004, 18:32 (GMT) |
BPython: - fixed bug #1882: http://projects.blender.org/tracker/?func=detail&atid=125&aid=1882&group_id=9 Crash / hang when changing meshes that had edge data. The mesh->totedge value was not being set to 0. Reported by jms, thanks. - fixed bug #1780: https://projects.blender.org/tracker/index.php?func=detail&aid=1780&group_id=9&atid=125. Deleting a Text that was being used as script link crashed Blender. Added a check to unlink the Text from eventual script links when it gets removed. Reported by kaito, thanks. - doc updates (one related to bug #1807: http://projects.blender.org/tracker/?func=detail&atid=125&aid=1807&group_id=9 , actually a little misleading word in the NMesh doc: you can get the subsurfed mesh with NMesh.GetRawFromObject, but it's the display subdivision level that counts). |
Commit Details:
Full Hash: e3b7dfe6e2cf4d1d7faf32d287b02c01939dc3e6
SVN Revision: 3532
Parent Commit: fa56497
Lines Changed: +128, -4
6 Modified Paths:
/source/blender/python/api2_2x/doc/API_intro.py (+71, -2) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+6, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+3, -1) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+40, -0) (Diff)
/source/blender/src/drawtext.c (+7, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+6, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+3, -1) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+40, -0) (Diff)
/source/blender/src/drawtext.c (+7, -0) (Diff)