January 19, 2021, 06:14 (GMT) |
Merge branch 'blender-v2.92-release' |
January 19, 2021, 06:12 (GMT) |
Fix T84041: Bevel caps have invalid normals Bevel caps always had incorrect normals, causing display glitches in some cases. It seems this never worked properly (at least 2.79 also had this bug). Use the projection vector as the normal. |
January 19, 2021, 04:32 (GMT) |
Fix T84568: UV loop selection marks edges sharp Regression in 6a10e69d270bc6866dd0000ffc0b81f6205ba2e9 (added when testing). |
January 19, 2021, 02:36 (GMT) |
Merge branch 'blender-v2.92-release' |
January 19, 2021, 02:20 (GMT) |
Fix T84824: Incorrect height using interactive add tool When using the interactive add tool for primitives with a fixed height and base aspect ratio, the height of the created primitive would be incorrect (two times too small or two times too big). When the base origin was centered, the `fixed_aspect_dimension` was not changed even though the base length was doubled. Additionally, when the height origin was centered but the height aspect ratio was fixed, the height was doubled leading to an incorrect size. The fix doubles `fixed_aspect_dimension` when the base origin is centered and correctly calculates the height of the primitive when the aspect ratio is set to fixed. Ref D10140 |
January 19, 2021, 01:59 (GMT) |
Cleanup: use 'const' argument for parameter argument |
January 19, 2021, 01:45 (GMT) |
Merge branch 'blender-v2.92-release' |
January 19, 2021, 01:20 (GMT) |
Fix T66681: Blender 2.7x keymap inconsistencies Match Blender 2.7x keymap more closely. - Image Editor: F3 for save image as. - Node Editor: Ctrl-LMB to cut links. - Cycle the falloff types instead of showing a pie-menu. - Use regular menu instead of pie menu for snapping. |
January 18, 2021, 23:28 (GMT) |
UI Code Quality: Use "params" struct for area and region callbacks These functions with many arguments can be unwieldy. Aside from the obvious issues with rewriting the list of arguments and the opportunities for error and frustration that presents, the long list of arguments make these systems hard to change. So when an argument should be added, someone might skip that and add some hack instead. So, as proposed in T73586#1037210, this patch instead uses a "params" struct for each of these callbacks. - Use param argument for `ARegionType.listener` - Remove unused window field in region listener - Use param argument for `SpaceType.listener` - Use params struct for `ARegionType.message_subscribe` Differential Revision: https://developer.blender.org/D9750 |
January 18, 2021, 23:14 (GMT) |
Sculpt Expand: Expose geodesic and topology recursions |
January 18, 2021, 22:56 (GMT) |
Merge branch 'master' into node-error-messages-v2 |
January 18, 2021, 22:28 (GMT) |
Sculpt Expand: Loops and recursion types |
January 18, 2021, 21:26 (GMT) |
Merge branch 'master' into sculpt-dev |
January 18, 2021, 20:21 (GMT) |
Cleanup: Clang tidy else after return |
January 18, 2021, 20:05 (GMT) |
Fix double free |
January 18, 2021, 19:39 (GMT) |
Merge branch 'master' into node-error-messages-v2 |
Revision cd11dde by Hans Goudey (temp-geometry-nodes-volume) January 18, 2021, 19:21 (GMT) |
Add helper methods for geometry set volume data |
January 18, 2021, 18:49 (GMT) |
Merge branch 'master' into temp-geometry-nodes-volume |
January 18, 2021, 18:48 (GMT) |
Cleanup: Clang tidy else after return |
January 18, 2021, 18:34 (GMT) |
Merge branch 'master' into node-error-messages-v2 |
|
|
|


Master Commits
MiikaHweb | 2003-2021