Blender Git Commits

Blender Git commits from all branches.

Page: 239 / 2888

July 17, 2021, 16:52 (GMT)
Knife: New depth check toggle

Pressing 'V' will toggle depth testing on and off for the knife tool cut lines.
When a cut involves a lot of cut segments on an object it can be very helpful to hide cut segments which should be blocked from view by the object that is being cut.
July 17, 2021, 16:10 (GMT)
Merge branch 'master' into soc-2021-uv-editor-improvements
July 17, 2021, 15:56 (GMT)
UV: Keymaps for offsetting selected UVs

Adds keymaps to offset selected UVs by a fixed distance in a specified direction.
Refer T78405
July 17, 2021, 15:25 (GMT)
Knife: Remove entire drag cut on undo

Previously when a knife cut was created by holding left click and dragging, undo would only undo each segment of the dragged cut individually.
This change makes it so the entire dragged cut is removed when undone.
Some refactors to the undo code were required to implement this.
July 17, 2021, 15:04 (GMT)
GPencil: More work in Scale transform
July 17, 2021, 11:43 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 17, 2021, 11:30 (GMT)
LineArt: set new cut flag when a middle is needed.
July 17, 2021, 11:20 (GMT)
Fixed two warnings on curve fillet code
July 17, 2021, 11:10 (GMT)
Sculpt dyntopo:

* Prototyped a threaded bmesh->Mesh converter function. It's about
20-30% faster. Currently disabled.
* Tried to fix more of the bugs when stepping between sculpt and
other undo step types in the global undo stack.
July 17, 2021, 10:52 (GMT)
Knife: Fixed distance and angle measurements not working with undo

Moved data required for distance and angle measurements into new struct KnifeMeasureData.
Now this struct is saved on the undo stack which fixes distance and angle measurements when undo is used.
July 17, 2021, 09:42 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
July 17, 2021, 07:44 (GMT)
Merge branch 'master' into temp_bmesh_multires
July 17, 2021, 07:22 (GMT)
Removed the NODE_OT_duplicate_move_keep_inputs operator.

This is a variation of NODE_OT_duplicate_move with the "keep_inputs"
property set. This can be done in keymaps instead.
July 17, 2021, 07:04 (GMT)
Ensure that link hilites are cleared when the alt key is pressed.
July 17, 2021, 07:02 (GMT)
Removed the NODE_OT_translate_attach_remove_on_cancel operator.

This is just a variation of NODE_OT_translate_attach with the
"remove_on_cancel" property set. This can be done from keymaps instead.
July 17, 2021, 06:29 (GMT)
Sculpt dyntopo: BLI_mempool now adds redzones when compiled with ASAN
July 17, 2021, 04:54 (GMT)
Merge branch 'master' into soc-2021-curve-fillet
July 17, 2021, 04:46 (GMT)
Fixed error with accessing empty optional variable
July 17, 2021, 01:14 (GMT)
Fix generator effect strips not overwriting
July 17, 2021, 01:01 (GMT)
Add overlap handling mode to header
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021