October 21, 2020, 02:53 (GMT) |
October 21, 2020, 02:11 (GMT) |
Fix for T81757: Incorrect Overlay Line Height Fixes error in determining 3DView Overlay Line Height. Do not base on current default font height. Differential Revision: https://developer.blender.org/D9288 Reviewed by Campbell Barton |
October 21, 2020, 02:03 (GMT) |
Cleanup: simplify lasso transform from 17cb2a6da0c88 Access as 2D array, loop forwards over the pointer since it's more common and simpler to read. |
October 21, 2020, 01:54 (GMT) |
Cleanup: avoid error prone nested switch statements (missing break) 17cb2a6da0c88 missed a break statement after a nested switch, while it didn't cause a bug nesting switch doesn't read well and is prone to errors like this. Split modal-keymap checks into their own branch to avoid this happening, also use matching event checks for all gesture operators. |
October 20, 2020, 21:07 (GMT) |
Fluid: Added obstacle fluid distance parameter Being able to adjust the distance between fluid and obstacles comes in handy when trying to achieve a fluid motion over inclined obstacles. Depending on the slope of such obstacles, already small adjustments of this value can help when particles stick to obstacle surfaces (i.e. make particles not stick to obstacles). |
October 20, 2020, 20:52 (GMT) |
UI: Add angle snapping to line gesture tools This adds support for snapping for line gesture tool. It is implemented in the modal keymap as Snap, which is a toggle (similar to how snapping in the transform operator works). Right now it snaps the angle of the line to 15 degree increments, which is defined in code. This should be easy to expose in the UI in the future if we need to. Reviewed By: Severin Differential Revision: https://developer.blender.org/D9115 |
October 20, 2020, 20:33 (GMT) |
Fix error in the last commit I accidentally commited a file without saving it |
October 20, 2020, 20:18 (GMT) |
UI: Move gesture selection with spacebar This patch adds a modal key to move the selection box/lasso/line while drawing it. It also sets "repeat": False on the animation playback key to prevent accidental playback if the spacebar is released after the mouse button. Reviewed By: #user_interface, pablovazquez, Severin Differential Revision: https://developer.blender.org/D9227 |
October 20, 2020, 20:06 (GMT) |
EEVEE: Screen Space Reflection: Improve self intersection cases. This patch fix most self intersection comming from reflection rays. We regenerate the ray if it goes below the shading normal (should be the geometric normal but we have no access to it here). Also add the same precision based bias we use for contact shadows. This fix T81105 Eevee SSR quality regression in 2.91 alpha |
October 20, 2020, 20:06 (GMT) |
EEVEE: Screen Space Reflection: Fix undefined behavior with invalid LOD Some issues happened because the lod can become negative in some cases. Also avoid sampling LOD with interpolation (floor). |
October 20, 2020, 19:41 (GMT) |
Fix sculpt pen tilt support changing the brush strength SCULPT_tilt_apply_to_normal expects a normal, and offset was already scaled by radius. The funcion returns a normalized vector, so the strength of the brush was changed. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9275 |
October 20, 2020, 19:39 (GMT) |
Cleanup: Clang-tidy -readability-inconsistent-declaration-parameter-name Changes in source/blender/makesrna only. No functional change. |
October 20, 2020, 19:38 (GMT) |
Cleanup: Clang-tidy bugprone-redundant-branch-condition No functional change. |
October 20, 2020, 19:38 (GMT) |
Cleanup: makesrna, Clang-tidy else-after-return-fixes. It got left out of {rBc04088fed1b8faea6b2928bb5e09ab3}. No functional change. |
October 20, 2020, 19:32 (GMT) |
Cleanup: Clang-tidy silence readability-non-const-parameter This is a false alarm, `getFileSystemRepresentation` changes the return value argument. So used `NOLINTNEXTLINE`. |
October 20, 2020, 19:04 (GMT) |
CMake/Windows: Compile GMP library as fat library |
October 20, 2020, 18:59 (GMT) |
UI:Add icon for Displacement Eraser brush This patch adds icons for the multires displacement eraser tool in sculpt mode Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9286 |
October 20, 2020, 18:55 (GMT) |
UI: Add icons for line genture tools This patch adds icons for line gesture tools Line mask and line project Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9285 |
October 20, 2020, 18:52 (GMT) |
UI: Add icon for boundary brush This patch adds icon for the boundary brush in sculpt mode Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9284 |
October 20, 2020, 17:47 (GMT) |
Ocean Modifier: allow spray maps to be baked In comments made by a tester on rB17b89f6dacba007bf, it seems that baking of the spray maps would be useful. This commit adds that capability. Both the spray map and its inverse are baked out in this change, for maximum convenience and to avoid assuming what the user wants. Differential Revision: https://developer.blender.org/D8470 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021