August 20, 2020, 14:29 (GMT) |
Depsgraph: refactor tagging after time changes This reverts {rB1693a5efe91999b60b3dc0bdff727473b3bd00bb} and implements an alternative solution. The old patch had the problem that the depsgraph would always evaluate at the current frame of the original scene (even when `DEG_evaluate_on_framechange` was used). Now it is possible to evaluate the depsgraph at a specific frame without having to change the original scene. Reviewers: sergey, sybren Differential Revision: https://developer.blender.org/D8616 |
August 20, 2020, 14:18 (GMT) |
GPencil: Rename .h to .hh for C++ header files This follows the new naming rules |
August 20, 2020, 14:13 (GMT) |
GPencil: Avoid double geometry update when trace a stroke As the sample function is already calling the update function, it's not needed to call again. |
August 20, 2020, 14:12 (GMT) |
Silence `-Wmaybe-uninitialized` warning on GCC/Linux Add `-Wno-maybe-uninitialized` option to `CMAKE_CXX_FLAGS_RELEASE` and `CMAKE_CXX_FLAGS_RELWITHDEBINFO` variables on GCC/Linux. In Release builds GCC's `-Wmaybe-uninitialized` warning is unreliable, and thus causes noise that can drown out other warnings. These warnings are now silenced in release mode builds.a Debug builds seem fine, so flags for debug builds are not touched by this commit. No functional changes. Reviewed By: Sergey Differential Revision: https://developer.blender.org/D8615 |
August 20, 2020, 14:11 (GMT) |
Selection: Fix lasso selection invisible |
August 20, 2020, 14:11 (GMT) |
GPU: Fix some more remaining GL enums scattered outside of GL module This fixes an assert inside the lasso selection drawing. |
August 20, 2020, 14:11 (GMT) |
GPUShaderInterface: GL backend isolation |
August 20, 2020, 14:11 (GMT) |
GPU: Use GPUShader setters for uniforms removing uses of ShaderInterface |
August 20, 2020, 14:11 (GMT) |
DRW: Remove some more direct gl state modification. |
August 20, 2020, 14:04 (GMT) |
UI: Fix collapsed panels not drawing header buttons Error in rB940b239ad473 left a check for open panels after the "vertical" check was removed. |
Revision 15ca1f8 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 20, 2020, 13:45 (GMT) |
LineArt: Remove debug print. |
August 20, 2020, 13:34 (GMT) |
Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory" This reverts commit 52f40bcff21b285b7eaa21aaa9c6c7b9d6fa8669. Apologies for the noise. I caught a problem with this that I hadn't before. I will commit later after thorough testing. |
August 20, 2020, 13:29 (GMT) |
Cleanup: Use LISTBASE_FOREACH in editors screen directory Differential Revision: https://developer.blender.org/D8653 |
August 20, 2020, 12:55 (GMT) |
Fixed a crash related to gridlines Crash occured when transform of the fluid domain is changed. Fixed by ensuring fluid before populating the cache. |
August 20, 2020, 12:00 (GMT) |
Merge branch 'blender-v2.90-release' into master |
August 20, 2020, 11:51 (GMT) |
August 20, 2020, 11:24 (GMT) |
Fix cloth collision clamp having no effect And rename `cloth_selfcollision_impulse_vert` to `cloth_collision_impulse_vert` |
August 20, 2020, 10:41 (GMT) |
Cleanup: Outliner: LibOverride tools. Remove useless extra-processing, comments, etc. |
August 20, 2020, 10:35 (GMT) |
LibOverride: Add 'delete and use linked data' operation. This will re-link all usages of a library override data-block (including all of its override dependencies) to its reference linked IDs, and delete those liboverrides. As usual, it is available in the ID sub-menu of the outliner context right-click menu. Part of T76555. |
Revision aa07f95 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 20, 2020, 10:11 (GMT) |
LineArt: GPencil modifier flag change to mode (wrong use of variable). |
|
|
|


Master Commits
MiikaHweb | 2003-2021