Blender Git Loki
Git Commits -> Revision 41b251f
Revision 41b251f by Willian Padovani Germano (master) February 2, 2005, 03:38 (GMT) |
BPython: - Fix related to bug #2157: crash in Blender.Image.image.reload() method. "G.sima" was not being checked for validity. Fix by Joilnen B. Leite (pidhash). Thanks! http://projects.blender.org/tracker/?func=detail&atid=125&aid=2157&group_id=9 - Added optional argument to Blender.Object.object.getData() method: getData(only_name = True) or (only_name = 1) or (1) will return only the obdata name, not a wrapper for the given struct. This is a test based on a request by Campbell Barton who submitted code for his proposed .getDataName() method (thanks!). - doc updates and small fixes. |
Commit Details:
Full Hash: 41b251fab087f6f6dbea4439136949c392c2019d
SVN Revision: 3807
Parent Commit: 78f133b
Lines Changed: +48, -22