June 16, 2016, 13:17 (GMT) |
Fix crashing accessing normals out-of-bounds. Normals in Alembic can either be per-face or per-vertex, so read the normals according to their scope. Face normals are not read at the moment since I couldn't figure out how to read the data and there are some other annoying crashes that need to be fixed beforehand. |
June 16, 2016, 12:11 (GMT) |
Handle job cancelation. Cancelling an export will remove the exported abc file from disk. Cancelling an import will simply stop reading/processing the data, still needs to remove created objects from the scene. |
June 16, 2016, 10:53 (GMT) |
Fix constraint not working with relative paths. |
June 16, 2016, 10:51 (GMT) |
Some improvement to custom data reading: - split custom data reading from AbcMeshReader - Only add UVs to meshes if the ISchema has some, use proper UV name for the {I|O}Schema. - Fix crash reading mcols from other software. |
June 15, 2016, 17:46 (GMT) |
Fix crash accessing invalid property headers. |
June 15, 2016, 15:02 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 15, 2016, 14:58 (GMT) |
Split customdata writing in separate files, de-duplicate some code. |
June 15, 2016, 13:29 (GMT) |
Remove outdated/bogus customdata writing code. |
June 15, 2016, 13:12 (GMT) |
Add support to read and write vertex colors. |
June 15, 2016, 11:00 (GMT) |
Rename AbcHairReader -> AbcCurveReader. |
June 15, 2016, 10:57 (GMT) |
Add static qualifier. |
June 15, 2016, 10:57 (GMT) |
Don't call BKE_nurb_knot_calc_u on curve paths. |
June 15, 2016, 10:54 (GMT) |
Use a DerivedMesh to stream curve data as well. Simplifies the code a bit. |
June 15, 2016, 09:12 (GMT) |
Slight cleanup. |
June 15, 2016, 09:04 (GMT) |
Pass compound prop to write_extra_uvs instead of the schema. |
June 15, 2016, 08:52 (GMT) |
Fix crash accessing invalid IPolyMeshSchema. |
June 15, 2016, 08:50 (GMT) |
Add Alembic to install_deps.sh. |
June 14, 2016, 14:57 (GMT) |
Merge branch 'master' into alembic_basic_io Conflicts: source/blender/blenloader/intern/writefile.c |
June 14, 2016, 14:47 (GMT) |
Add a filter for Alembic files in the file selector. |
June 14, 2016, 14:40 (GMT) |
Quiet warning. |
|