May 25, 2016, 15:08 (GMT) |
Clenup: UI names. |
May 25, 2016, 13:06 (GMT) |
Import: change default axis values. |
May 25, 2016, 12:46 (GMT) |
Fix crashes and lookup errors due to a weak (and not so thread safe) string tokenizer algorithm. |
May 25, 2016, 12:00 (GMT) |
Fix a couple of issues with NURBS. NURBS are still not read (and/or written) properly though. |
May 25, 2016, 11:15 (GMT) |
Add some shell code to support more object types. |
May 25, 2016, 10:56 (GMT) |
Add support to read in subd meshes. Only vertices and faces are read at the moment. Support for more properties, such as creases, will come later. |
May 25, 2016, 09:56 (GMT) |
Split mesh read function into smaller ones. |
May 24, 2016, 15:06 (GMT) |
Reading material groups now works again. It does not read material data as those aren't typically written in .abc archives, so the materials added only have default values. |
May 24, 2016, 13:40 (GMT) |
Perform the import and export inside of dedicated jobs (for a bonus progress bar). |
May 24, 2016, 10:32 (GMT) |
Cleanup: reduce number of parareters to some AbcExporter methods, style. |
May 24, 2016, 10:10 (GMT) |
Fix typo in previous commit. |
May 24, 2016, 09:52 (GMT) |
Remove usage of boost::progress. Progress report will eventually be done through the job system. |
May 24, 2016, 09:40 (GMT) |
Rename AbcExportOptions -> ExportSettings. |
May 24, 2016, 08:42 (GMT) |
Move import settings to a separate struct. |
May 24, 2016, 08:13 (GMT) |
WIP work on setting up object transformations. Still a few issues, might need to setup transform depending on the object's type. |
May 23, 2016, 12:53 (GMT) |
Fix some compiler errors when building without alembic. |
May 23, 2016, 10:36 (GMT) |
Slightly optimize object hierarchy creation. |
May 23, 2016, 10:26 (GMT) |
Add an empty (Maya locator) object reader. |
May 23, 2016, 09:57 (GMT) |
Add a default mesh cache modifier to the imported mesh objects. |
May 23, 2016, 09:09 (GMT) |
Merge branch 'master' into alembic_basic_io |
|