Blender Git Commit Log

All Blender Git commits.

Page: 200 / 8462

September 29, 2021, 07:15 (GMT)
Sculpt: Clay brush speedups

* Made clay brush use a spacing
of 7 for autosmooth instead of
the brush default (which is 3).

* Also fixed a few small UI issues
September 29, 2021, 07:12 (GMT)
Fix T91237: Wrong Editors could sync animation 'Visible Range'

This was reported for the Outliner.

It was possible to set 'show_locked_time' on any space (via python, not
sure if there are other ways to achieve this).
Navigating in an animation editor obviously ruined the layout in certain
Editors that are not made for this.

Now restrict syncing to editors that support it well (the ones that have
this setting exposed in their menus) and prevent setting this in RNA.

Maniphest Tasks: T91237

Differential Revision: https://developer.blender.org/D12512
September 29, 2021, 06:14 (GMT)
Sculpt-dev: Improve autosmooth performance

* PBVH_FACES now uses MDynTopoVert (have got
to rename it) to store boundary/corner/visibility
flags the same way PBVH_BMESH does.
* Fixed brush add/sub buttons in header not
working
* Fixed inverted brushes feeding negative strength
to sub commands (like autosmooth, which flips it
to sharpen mode).
Revision eddc3f5 by Hans Goudey (master)
September 29, 2021, 04:19 (GMT)
Cleanup: Add constructor for AttributeFieldInput
September 29, 2021, 04:09 (GMT)
Cleanup: Compositor: Migrate color nodes to new socket builder
September 29, 2021, 01:36 (GMT)
UI: Update Levels Nodes

- Instead of making the enum expanded leave it in menu form.
- Use full words instead of letters.

Differential Revision: https://developer.blender.org/D12686
September 29, 2021, 00:33 (GMT)
Nodes: Fix compositor viewer nodes having wrong alpha channel

Default should be black image with an alpha value of 1.
September 29, 2021, 00:13 (GMT)
Cleanup: Compositor: Migrate most output nodes to new socket builder

This migrates most nodes except for the file output node.
This node requires dynamic sockets so its implementation will be more involved.
September 28, 2021, 22:46 (GMT)
Cleanup: Simplify compositor Z Combine operation conversion
Revision f0f7072 by Cian Jinks (master)
September 28, 2021, 22:09 (GMT)
Fix: Knife undo with no cut segments left

Now if a user presses the knife tool undo key when there are no more cut segments to undo, the operator exits. Previously, it did nothing.
September 28, 2021, 22:03 (GMT)
Cleanup: Make format
September 28, 2021, 22:00 (GMT)
Cleanup: Compositor: Migrate most input nodes to new socket builder

This migrates most nodes except for the image/render layer nodes.
These nodes require dynamic sockets so their implementation will be more involved.
September 28, 2021, 21:30 (GMT)
Cleanup: use C comments for plain text
September 28, 2021, 21:30 (GMT)
Cleanup: trailing space, newlines at EOF
September 28, 2021, 21:30 (GMT)
Cleanup: sort cmake file lists
September 28, 2021, 21:29 (GMT)
Cleanup: spelling in comments
Revision efe3a13 by Cian Jinks (master)
September 28, 2021, 20:57 (GMT)
Cleanup: Removed redundant if macro
September 28, 2021, 20:29 (GMT)
Viewport Compositor: Add per view_data per DRWRenderView

This way we have correct handling of engine data. This fix issue
with infinite redraw and AA never converging.
September 28, 2021, 20:28 (GMT)
Viewport Compositor: Fix render layer sampler name colision and leak
Revision 9f0a3a9 by Hans Goudey (master)
September 28, 2021, 20:21 (GMT)
Geometry Nodes: Fields version of attribute proximity node

Add a fields-aware implementation of the attribute proximity node.
The Source position is an implicit position field, but can be
connected with a position input node with alterations before use.
The target input and mode function the same as the original node.

Patch by Johnny Matthews with edits from Hans Goudey (@HooglyBoogly).

Differential Revision: https://developer.blender.org/D12635
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021