PiRSquared17 / alembic

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

Maya crashes when exporting with writeVisibility and animated visibility. #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create simple geometry (sphere, cube, etc)
2. Animate the visibility on the parent transform.
3. Call AbcExport over that frame range.

What is the expected output? What do you see instead?
The stack trace points at the set on the OScalarProperty, it might be that the 
wrong sample is being specified.

Original issue reported on code.google.com by miller.lucas on 3 Mar 2011 at 7:40

GoogleCodeExporter commented 9 years ago
The ScalarProperty wasn't being properly stored so later writes would be called 
on
an invalid ScalarProperty.

http://code.google.com/r/millerlucas-dev/source/detail?r=3715efd491e57bf2a35b23e
9301ffe086527de76

Original comment by miller.lucas on 4 Mar 2011 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by ard...@gmail.com on 18 May 2011 at 7:20