April 27, 2015, 10:34 (GMT) |
Alembic: Add utilities for task pool and scoped lock Currently unused, but handy for some further development. |
April 27, 2015, 09:51 (GMT) |
Alembic: Minor tweak to disabling hdf5 if alembic does not support it Mainly just suppresses meaningless message if hdf5 is already disabled in cmake. |
April 25, 2015, 18:21 (GMT) |
UI-experiments: User Preferences tabs Looking at this, there's still a lot to be done :P |
April 25, 2015, 12:07 (GMT) |
Merge branch 'master' into gooseberry |
April 25, 2015, 09:12 (GMT) |
Alembic: Solve compilation error with strict compiler flags |
April 24, 2015, 15:47 (GMT) |
Do the actual frame change on timer events, not mouse move - those can be buffered and choke the operator. |
April 24, 2015, 15:37 (GMT) |
Merge branch 'alembic' into gooseberry |
April 24, 2015, 14:58 (GMT) |
Animation scrubbing - optimization attempt Experiment for animators to try - only do full notification of scene at end of scrubbing, do only manual area update instead like we do for animation. Also skip audio update unless we do audio scrubbing. |
April 24, 2015, 12:30 (GMT) |
Use a wrapper around alembic read_sample function calls, to catch Alembic exceptions and prevent crashing. Alembic can throw exceptions on relatively common and uncritical errors, such as mismatching properties in files which don't fit the expected schema. These cases should now be handled gracefully and simple reject the cache file with an error message. |
April 24, 2015, 12:29 (GMT) |
Support CD_MTFACE as a dummy layer in Alembic exports. Customdata layers also store some base information, such as "active" layer for rendering. This information is needed currently for syncing particle UV and MCol data in cycles, even though the MTFACE layer type itself is pretty much deprecated. |
April 24, 2015, 09:41 (GMT) |
Fix compilation issue |
April 24, 2015, 09:38 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/editors/space_view3d/view3d_edit.c |
April 24, 2015, 09:02 (GMT) |
Support for Loop UV and vertex color customdata attributes. The exclusion mask for meshes in Alembic caches now is a bit more specific as well, to not bluntly exclude all bmesh attributes. |
April 24, 2015, 08:51 (GMT) |
Fixed missing increment of when writing out CD_ORIGSPACE_MLOOP data. |
April 23, 2015, 16:46 (GMT) |
Merge branch 'alembic' into gooseberry |
April 23, 2015, 16:43 (GMT) |
Don't disable hair sim during the render pass. This otherwise prevents hair simulation motion showing up in renders. The Alembic structure will have to be redesigned anyway. The current concept of storing two separate entire scenes for viewport/render will be replaced by a per-object detail level system. This allows performing hair simulation only once and still use different resolutions etc. where appropriate. |
April 23, 2015, 14:10 (GMT) |
Merge branch 'alembic' into gooseberry |
April 23, 2015, 14:10 (GMT) |
Merge branch 'master' into gooseberry |
April 23, 2015, 14:09 (GMT) |
Merge branch 'master' into alembic |
April 23, 2015, 13:49 (GMT) |
Alembic: Use task pool for calculating DM for dupli object data |
|
|
|


Master Commits
MiikaHweb | 2003-2021