andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

In some cases maya crashes when AbcImporting with "-rm/removeIfNoUpdate" enabled #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Options "-crt/createIfNotFound" and "-rm/removeIfNoUpdate" could be used when 
"-ct" option is used. 
"-crt/createIfNotFound" means: If the selected hierarchy in the maya scene 
doesn't contain some nodes existing in the Alembic file, then when importing 
the Alembic file, the missed nodes would be created in the Maya scene. 
"-rm/removeIfNoUpdate" means: If the selected hierarchy in the maya scene 
contains some nodes which don't exist in the Alembic file, then when importing 
the Alembic file, such nodes would be removed from the Maya scene because there 
would be no update from the Alembic file. 

Attached are two maya files: test3.mb and test_anim_export.mb, one Alembic 
file: ALEMBIC_TEST.abc which is exported from test_anim_export.mb. 
test_anim_export.mb contains one animated sphere and one animated plane. 
test.mb contains one static plane. 

Maya crashes when AbcImporting with "-rm/removeIfNoUpdate" enabled 
Steps: 
1) Load test3.mb 
2) Select the SPHERE_TEST transform node. 
3) Import ALEMBIC_TEST.abc with "-ct -rm" enabled 

tested on 1.0.1

Original issue reported on code.google.com by mdavies...@gmail.com on 10 Nov 2011 at 5:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 10 Nov 2011 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 18 Nov 2011 at 10:18

GoogleCodeExporter commented 9 years ago
This commit:
http://code.google.com/r/millerlucas-dev/source/detail?r=7322a7fcc539eb5cbd63d00
b65e0fc00cdb77127

Appears to fix issues 253-255

Original comment by miller.lucas on 26 Jun 2012 at 11:25

GoogleCodeExporter commented 9 years ago
Fixed in the new released 1.1

Original comment by miller.lucas on 2 Aug 2012 at 11:11