Blender Git Loki
Git Commits -> Revision 5c31e9f
Revision 5c31e9f by Willian Padovani Germano (master) October 11, 2005, 19:05 (GMT) |
Scripts updated: - Discombobulator by Evan R and DirectX8 Exporter by Ben Omari. BPython: - Crashed Blender while testing discombobulator: obj.setMaterials() was not checking if the passed obj had valid obj->data. If the object had been created and not linked yet to a mesh, a crash would happen when trying to sync ob and me material lists. Now an error is returned. Also made obj.setMaterials accept an empty list, since obj.getMaterials can return that. Thanks to the script authors for the updated versions and special thanks to Tom (LetterRip) for collecting info about updated and new scripts, sending me updates I had missed, etc. |
Commit Details:
Full Hash: 5c31e9f2b57457b1bf1384d466e736cb93108e29
SVN Revision: 5497
Parent Commit: c652470
Lines Changed: +1128, -393