June 14, 2016, 14:20 (GMT) |
Ensure paths handed to Alembic are absolute. |
June 14, 2016, 10:36 (GMT) |
Cleaup: de-duplicate exception safety code. |
June 14, 2016, 10:31 (GMT) |
Add velocites for liquid meshes to the OPolyMeshSchema sample by default, instead of using a arbitray property. |
June 14, 2016, 10:09 (GMT) |
Cleanup: comments. |
June 14, 2016, 09:46 (GMT) |
Add support for reading normals. Also rewrite the normals write code, and add utility functions for Y-up <-> Z-up conversion. |
June 13, 2016, 16:00 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 13, 2016, 13:11 (GMT) |
Also check for animated UVs to determine if a mesh object has constant data or not. |
June 13, 2016, 11:20 (GMT) |
Remove bogus assert check. |
June 13, 2016, 11:18 (GMT) |
Fix crash dereferencing nullptr. |
June 13, 2016, 11:11 (GMT) |
Add support to read and write multiple UV maps. Whilst Alembic support only one UV layer per mesh, there is a convention to add multiple UV layers as arbitrary geometry parameter for a given mesh, so we use it to write all the UV layers to the Alembic files. Only extra UVs in archives from external software which follow this convention will be imported. |
June 13, 2016, 07:59 (GMT) |
Add support to stream UVs. |
June 11, 2016, 15:58 (GMT) |
Fix compile error on Windows. |
June 11, 2016, 12:46 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 11, 2016, 12:46 (GMT) |
Determine programatically whether or not an imported alembic archive is part of sequence of files. This removes the checkbox in the importer's UI, and also allows to set the scene start and end frames based on the sequence length if desired. |
June 11, 2016, 11:25 (GMT) |
Cleanup: move some utility methods out of the AbcExporter class. |
June 11, 2016, 11:14 (GMT) |
Fix for objects not being written when exporting a flattened hierarchy. |
June 11, 2016, 10:41 (GMT) |
Avoid tryijng to open files that do not exist. |
June 11, 2016, 10:33 (GMT) |
Fix crash dereferncing null pointer. Not sure this is the right fix, jugding from the area of code, either it is wrong fix or the bug was never triggered. |
June 11, 2016, 10:01 (GMT) |
Fix for accumulated camera specific transformations in a camera hierarchy. Only apply the transform to the root camera. |
June 10, 2016, 10:02 (GMT) |
Merge branch 'master' into alembic_basic_io |
|