October 5, 2020, 12:01 (GMT) |
CMake: include DNA_modifier_defaults.h |
October 5, 2020, 12:01 (GMT) |
Fix building without OPENVDB |
October 5, 2020, 09:47 (GMT) |
Fix critical lens distortion bug in libmv after rB3a7d62cd1f5e. Current libmv_modal_solver_test fails since rB3a7d62cd1f5e. It appears that the issue is caused by the insertion of the new OFFSET_K4 parameter, as, if camera intrinsics are not required to implement/use all of those deform parameters, they absolutely have to keep order (values) matching those defined in bundle.cc, otherwise `PackIntrinisicsIntoArray` and `UnpackIntrinsicsFromArray` will mangle them around. |
October 5, 2020, 09:20 (GMT) |
Revert "Volumes: make Mesh to Volume modifier independent of object transforms" This reverts commit 66cd82a8d. This was based on a misunderstanding. We do want to take into account transforms similar to other modifiers like booleans, to support taking into account animated transforms, combining multiple meshes into one volume, etc. |
October 5, 2020, 08:29 (GMT) |
Volumes: more generic way to handle different openvdb types Reviewers: brecht Differential Revision: https://developer.blender.org/D9093 |
Revision d2e86c4 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 5, 2020, 07:39 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
October 5, 2020, 05:26 (GMT) |
Cleanup: remove arguments to ENDIF in CMake files This is an old convention that hasn't been used by Blender or CMake distributed Find* files for a long time. |
October 5, 2020, 03:44 (GMT) |
Cleanup: Declare variables where initialized Declaring variables where they are initialized and used makes their scope much more explicit and it aids readility since types are visible. This commit doesn't touch the ID template code since there is an active patch in that area. |
October 5, 2020, 00:58 (GMT) |
Move sequencer sources from blenkernel This is first step of refactoring task T77580. Next step will be breaking up files into smaller ones. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D8492 |
Revision 34c3d73 by Joseph Eagar October 5, 2020, 00:49 (GMT) |
okay that's better |
Revision 919bdeb by Joseph Eagar October 5, 2020, 00:48 (GMT) |
stupid submodules, the helpful "here's how to revert accidental git add" from git did not work. stupid. |
Revision 40a786d by Joseph Eagar October 5, 2020, 00:40 (GMT) |
add parallel hashmap library |
October 5, 2020, 00:29 (GMT) |
October 5, 2020, 00:24 (GMT) |
Rename eSpaceSeq_Proxy_RenderSize members Remove word proxy from eSpaceSeq_Proxy_RenderSize members if proxy is not used with that item. Otherwise this can be a bit confusing. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8861 |
October 5, 2020, 00:17 (GMT) |
Fix T80282: Playback start delayed with AV sync If current frame is set to before start frame, with AV sync there is delay when playback is started. Tag scene with ID_RECALC_AUDIO_SEEK, so audio playback starts from correct position. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8809 |
Revision f084d39 by Joseph Eagar October 5, 2020, 00:12 (GMT) |
Merge branch 'master' into joeedh-trimesh-sculpt |
Revision 52de938 by Joseph Eagar October 5, 2020, 00:11 (GMT) |
Merge branch 'master' of git://git.blender.org/blender |
Revision 893c36a by Joseph Eagar October 5, 2020, 00:09 (GMT) |
prepare for merge |
October 4, 2020, 23:07 (GMT) |
Cleanup: simplify tempdir_session_create Remove the need for a temporary allocated path. |
October 4, 2020, 22:43 (GMT) |
Correct last commit (where_is_temp refactor) Changes didn't account the case when mkdtemp failed. Previously the copying the string wasn't needed in this case. |
|
|
|


Master Commits
MiikaHweb | 2003-2021