April 30, 2015, 10:14 (GMT) |
Fix for deflector force fields in cache simulation. Make sure forces always push outward when not using "double sided" deflectors (default). |
April 29, 2015, 19:41 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenloader/intern/versioning_270.c |
April 29, 2015, 16:50 (GMT) |
Merge branch 'master' into gooseberry |
April 29, 2015, 14:33 (GMT) |
Gooseberry: Fix crash of backdrop widget in graph space This fix should actually happen in wiggly-widgets branch but it's now has some commits which are not in gooseberry and merging them night be not really safe. |
April 29, 2015, 14:21 (GMT) |
Fix really stupid own mistake that caused leakage of timers. |
April 29, 2015, 13:55 (GMT) |
Merge branch 'master' into gooseberry |
April 29, 2015, 13:21 (GMT) |
Tentative fix for flickering particle duplis, when using "pick random" with a dupligroup and distributed rendering. The particle duplis were generated using the global RNG (BLI_rand). This is unstable once scenes become a bit more complex and objects are evaluated in multiple threads. This patch is not in master, because it changes the look of existing particle setups. |
April 29, 2015, 12:16 (GMT) |
New shrinkwrap modifier for cached hair data. This is experimental. It might work for simple collision-like features, by keeping goal positions for hair above the mesh surface. However, the nature of nearest-point lookup on meshes means that the goal position can flip to the other side of a mesh rapidly, which would lead to strong forces and unstable behavior. This code should be seen as an experiment. |
April 29, 2015, 10:38 (GMT) |
Merge branch 'master' into gooseberry |
April 29, 2015, 09:48 (GMT) |
Merge branch 'alembic' into gooseberry Conflicts: intern/cycles/blender/blender_sync.h |
April 29, 2015, 09:41 (GMT) |
Alembic: Fix compilation error after recent task/threads changes For some reason CMake worked just fine, but SCons was giving issues. |
April 29, 2015, 09:19 (GMT) |
Merge branch 'master' into gooseberry |
April 29, 2015, 09:00 (GMT) |
Merge branch 'master' into alembic Conflicts: intern/cycles/blender/blender_sync.h |
April 28, 2015, 17:26 (GMT) |
Merge branch 'alembic' into gooseberry |
April 28, 2015, 17:18 (GMT) |
Fix for own bug in rB6d1fecc15254381420fdb1290eb611ed14cddaae. The UV and vertex color attribute export function expects the curve data arrays to contain only a single attribute at a time. They must be cleared before filling in data for each UV/vcol attribute. |
April 28, 2015, 14:53 (GMT) |
Merge branch 'alembic' into gooseberry |
April 28, 2015, 14:44 (GMT) |
Merge branch 'master' into gooseberry Conflicts: intern/cycles/blender/blender_object.cpp intern/cycles/blender/blender_sync.h source/blender/editors/interface/interface_utils.c |
April 28, 2015, 09:34 (GMT) |
Use quaternions instead of 3x3 matrices to store rotation of strand roots in Alembic caches. This kind of data is a big chunk of massive hair systems. Test files could be reduced this way by almost 30%. |
April 28, 2015, 08:04 (GMT) |
Merge branch 'alembic' into gooseberry |
April 28, 2015, 08:03 (GMT) |
Accidentally deleted a return statement in previous commit. |
|