Blender Git Commit Log

Git Commits -> Revision 148b8d8

Revision 148b8d8 by Willian Padovani Germano (master)
February 10, 2007, 15:11 (GMT)
Scripts:
- Fixing bug #5950 reported by Stewart Andreason (thanks):
http://projects.blender.org/tracker/?func=detail&atid=125&aid=5950&group_id=9

Importing .ac models created Blender objects with user count equal to 2, instead of 1 (so they couldn't be deleted in Blender), because the script kept a second reference to each created Blender object and so Python didn't deallocate things properly at the end of the script.

Now these extra references are deleted in the script, preventing the problem. But this is surely something to fix in the API itself.

Commit Details:

Full Hash: 148b8d8014d07444aef2ce015c7068adc195053a
SVN Revision: 10063
Parent Commit: de0e9d8
Lines Changed: +12, -5

1 Modified Path:

/release/scripts/ac3d_import.py (+12, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021