June 18, 2015, 12:47 (GMT) |
Use '-' instead of '..' as a range separator for the cache slice operator. |
June 18, 2015, 12:47 (GMT) |
Fix for invalid sample indices. |
June 18, 2015, 12:19 (GMT) |
Extended frame selection for the cache slice operator to support multiple frame ranges. Caches can generally be constructed using an arbitrary subset of samples from the original file. It's mostly a matter of operator UI how this can be defined by users. |
June 17, 2015, 15:05 (GMT) |
Merge branch 'master' into gooseberry |
June 17, 2015, 11:59 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenkernel/intern/cdderivedmesh.c source/blender/gpu/GPU_buffers.h source/blender/physics/intern/BPH_mass_spring.cpp |
June 15, 2015, 19:24 (GMT) |
Merge branch 'master' into gooseberry |
June 15, 2015, 17:09 (GMT) |
Don't use number of frames for image collapse for now |
June 15, 2015, 14:37 (GMT) |
Strictly collapse images |
June 15, 2015, 10:50 (GMT) |
Fix opengl matrix underflow with overdrop |
June 14, 2015, 15:53 (GMT) |
Gooseberry: Add missing include paths to GLEW |
June 14, 2015, 14:50 (GMT) |
Gooseberry: Attempt to fix compilation with MSVS M_PI macro requires BLI_math.h to be included. |
June 14, 2015, 14:47 (GMT) |
Gooseberry: Attempt to fix compilation error on OSX There's in fact a conflict bewteeb math.h's isfinite and STL's one which wasn't an issue previously because stl was not really included into kernel for until openvdb work. This commit only works issue around, proper solution is still needed. P.S. It's still a good idea to not include headers which are unused by current configuration anyway. |
June 14, 2015, 12:55 (GMT) |
Gooseberry: Fix compilation with OpenVDB disabled It was giving an issues when building with SCons and disabled OpenVDB. Likely need to be backported to openvdb branch. |
June 13, 2015, 14:30 (GMT) |
Merge branch 'master' into gooseberry |
June 12, 2015, 13:30 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/editors/space_clip/clip_draw.c source/blender/imbuf/intern/anim_movie.c source/blender/windowmanager/intern/wm_playanim.c |
June 12, 2015, 10:05 (GMT) |
Merge branch 'openvdb' into gooseberry |
June 12, 2015, 10:04 (GMT) |
Fix for own commit: cycles volume slots are not the same as the index in the openvdb grids array. |
June 12, 2015, 09:30 (GMT) |
Merge branch 'openvdb' into gooseberry |
June 12, 2015, 09:27 (GMT) |
Fix for undefined density slot when using OpenVDB nodes without connecting the density socket. The density grid is used for the primary intersection tests, so it needs to be identified among others. The slot index used before was not initialized when the density node socket is not connected. Further and invalid index (-1) is not recognized and leads to buffer underrun. |
June 12, 2015, 09:20 (GMT) |
Merge branch 'master' into gooseberry |
|