June 23, 2016, 19:16 (GMT) |
Fix compile error (from change in master). |
June 23, 2016, 16:56 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 23, 2016, 16:48 (GMT) |
Cleanup: use normal_short_to_float_v3. |
June 23, 2016, 16:39 (GMT) |
Split curves reader/writer in a separate file. |
June 23, 2016, 16:00 (GMT) |
Initial support to export curves. |
June 22, 2016, 21:58 (GMT) |
Quiet Warning. |
June 22, 2016, 20:09 (GMT) |
Cleanup. |
June 22, 2016, 20:08 (GMT) |
Add file filters to CACHEFILE_OT_open. |
June 22, 2016, 16:38 (GMT) |
Merge branch 'master' into alembic_basic_io Conflicts: source/blender/blenkernel/intern/library.c |
June 22, 2016, 15:05 (GMT) |
Fix crash accessing arrays out of bounds. |
June 22, 2016, 14:18 (GMT) |
Cleanups: - use C++ style cast - member initialisation list - remove leftover custom props code - quiet some warnings from cppcheck |
June 22, 2016, 13:22 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 21, 2016, 20:38 (GMT) |
Merge branch 'master' into alembic_basic_io |
June 21, 2016, 12:09 (GMT) |
Add support to write normals in the right scope. Smooth (loop) normals are written in a kFacevaryingScope whilst vertex normals are written in a kVertexScope. |
June 21, 2016, 11:56 (GMT) |
Don't set smooth flag on polys when reading non-smooth normals. |
June 21, 2016, 11:53 (GMT) |
Fix for missing property. |
June 21, 2016, 11:38 (GMT) |
Avoid trying to read unsupported/unknown data. |
June 21, 2016, 11:30 (GMT) |
Store a pointer to an open Alembic archive in the CacheFile data-block. This avoids re-opening the same file over and over again for every modifier/constraint that references it and it provides a unique place to open archives for new frames when using file sequences. |
June 20, 2016, 16:59 (GMT) |
Fix for possible null pointer dereferencing. |
June 20, 2016, 16:59 (GMT) |
Move scale and axis cnversion properties into the CacheFile data-block. |
|