April 2, 2015, 10:30 (GMT) |
Merge branch 'master' into gooseberry |
April 2, 2015, 10:24 (GMT) |
Merge branch 'master' into alembic |
April 2, 2015, 10:24 (GMT) |
cleanup: warning |
April 2, 2015, 09:04 (GMT) |
Removed unused `BKE_ptcache_remove` function, one less potential place where cache files might get deleted. |
April 2, 2015, 09:04 (GMT) |
Disallow deleting of files by the point cache in the `clear` function. This function is used in every part of the code, and has been causing great pain when deleting 15 hours worth of baking in an instant. The complexity of the code makes it unfeasible to fix this selectively, so for now simply disallow the code from deleting any of the files. For selected well-defined cases the deleting can be reenabled later, e.g. when the user presses the `Bake` button and confirms deletion in a popup. |
April 1, 2015, 18:31 (GMT) |
Clear duplilist instances when reading from a dupli cache, to avoid generating a new dupli instance on every frame. |
April 1, 2015, 18:27 (GMT) |
Made the duplicache clear function public. It's a common operation that may be useful later, no reason to keep this hidden. |
April 1, 2015, 18:03 (GMT) |
Basic strand processing in the hair sim cache modifier. |
April 1, 2015, 14:46 (GMT) |
Revert "Always display full data paths in tooltips" Seems like there is currently now way to get the full data path reliably. So instead of the old "..." this patch just displays (null) which also isn't really useful. |
April 1, 2015, 14:11 (GMT) |
Clean up vertex/normal client state after drawing strands. This should hopefully prevent some random crashes. |
April 1, 2015, 13:57 (GMT) |
Always display full data paths in tooltips Another experiment for gooseberry. We should make Blender smarter here in general, but it's a start. |
April 1, 2015, 11:41 (GMT) |
Reorganized RMB menu and new entry "Copy Full Data Path" D763 ready for testing from the sheepy people. |
April 1, 2015, 11:08 (GMT) |
Merge branch 'alembic' into gooseberry |
April 1, 2015, 11:07 (GMT) |
Clean up: Avoid unused variable warnings. |
April 1, 2015, 11:02 (GMT) |
Added missing stub function when Alembic is disabled. |
April 1, 2015, 10:32 (GMT) |
Merge branch 'alembic' into gooseberry |
April 1, 2015, 10:31 (GMT) |
Merge branch 'cycles_point_density' into gooseberry |
Revision 99b1037 by Sergey Sharybin (cycles_point_density, gooseberry, gooseberry_farm, temp_motionpaths) April 1, 2015, 10:30 (GMT) |
Cycles point density: Particle state coordinates are actually in the world space Code was assuming they're in the object space which caused wrong texture sampling and translation to the world location. |
April 1, 2015, 10:21 (GMT) |
Override the init function for DupliObjectReader, so Cycles gets the cache result when constructing render meshes. |
April 1, 2015, 09:38 (GMT) |
Merge branch 'cycles_point_density' into gooseberry |
|