Blender Git Loki
Git Commits -> Revision 04bfea0
Revision 04bfea0 by Kévin Dietrich (master) September 16, 2016, 07:27 (GMT) |
Fix T49369: Blender crashes/closes down application at alembic export of any object There were a couple of crashes caused by stupid typos in rB631af9f930d2fd2c76751204ff22239aa95f761d and rB78ea06fea4a74181c25254ed72d50d8a743b6954, as well as a shamefull lack of 'testing before committing' which only affect exporting. One crash was due to using RNA_boolean_get instead of RNA_enum_get, the other one was a tricky case of order of deletion happening in the destructors of AbcExporter and ArchiveWriter. Should not affect RC or release. |
Commit Details:
Full Hash: 04bfea0d6747b48cf8e792586cd6df8df0f00dcc
Parent Commit: e156abe
Lines Changed: +17, -13