Blender Git Loki

Kaikki Blender Git kommitit.

Page: 196 / 8462

September 30, 2021, 05:31 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
Revision 2c2516b by YimingWu (master)
September 30, 2021, 05:30 (GMT)
Fix(unreported): LineArt curve objects garbled result.

This is caused by line art loading curve objects twice from curve and converted mesh instances (when instance option is on). Now only load mesh when instance option is on.
September 30, 2021, 05:28 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
September 30, 2021, 05:26 (GMT)
Fix(unreported): LineArt curve objects garbled result.

This is caused by line art loading curve objects twice from curve and converted mesh instances (when instance option is on). Now only load mesh when instance option is on.
September 30, 2021, 05:16 (GMT)
Sculpt: fix broken view3d.view_selected in
sculpt mode
September 30, 2021, 05:03 (GMT)
Sculpt: more clay fixes

For some reason I have to
take the sqrt of pressure
to match previous behavior,
but for the life of me I can't
find the offending double
multiplication.
September 30, 2021, 04:06 (GMT)
Sculpt: More clay brush fixes
September 30, 2021, 02:44 (GMT)
Run autopep8 on a few files
September 30, 2021, 02:43 (GMT)
Fix menu width regression in c7d94a7827a5be9343eea22a9638bb059f185206

Icon only popup buttons needed to be adjusted too,
add an uiTextIconPadFactor.icon_only to support this.
September 30, 2021, 02:31 (GMT)
Sculpt: UI organization

* Brush channels can now be grouped in
categories.
* TODO: let user edit and create the
categories.
September 30, 2021, 00:06 (GMT)
Sculpt: fixed right click menus

They are now configurable in the
brush tab.
September 29, 2021, 23:24 (GMT)
Changes based on review by Hans Goudey (HooglyBoogly)
September 29, 2021, 22:28 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-merge-by-distance

# Conflicts:
# release/scripts/startup/nodeitems_builtins.py
# source/blender/blenkernel/BKE_node.h
# source/blender/blenkernel/intern/node.cc
# source/blender/nodes/CMakeLists.txt
September 29, 2021, 22:05 (GMT)
UI: Increase Area Resize Edge Hit Size

This patch increases the size of the Area BORDERPADDING a bit to make
it easier to hit the edges when initiating area resizing.

See D11925 for details and examples.

Differential Revision: https://developer.blender.org/D11925

Reviewed by Campbell Barton
Revision 81f552e by Hans Goudey (master)
September 29, 2021, 20:29 (GMT)
Geometry Nodes: Expose Bezier handle positions as an attribute

This commit exposes left and right bezier handles as an attribute.
Interaction basically works like edit mode. If you move an aligned
handle, it also moves the opposite handle of the control point.
The difference is that you can't edit "Auto" or "Vector" handles,
you have to first use the "Set Handle Type" node. That gives the handle
types a bit more meaning in the node tree-- changing them in edit mod
is more like a "UI override".

The attributes are named `handle_start` and `handle_end`,
which is the same name used in the curve RNA API.

A new virtual array implementation is added which handles the case of
splines that don't have these attributes, and it also calls two new
functions on `BezierSpline` to set the handle position accounting
for aligned handles.

The virtual arrays and attribute providers will be refactored
(probably templated) in the future, as a next step after the last
built-in curve attribute provider has landed.

Differential Revision: https://developer.blender.org/D12005
September 29, 2021, 19:39 (GMT)
Add RNA path funcs for VolumeRender & VolumeDisplay

Without proper RNA paths, Alt-click editing properties on multiple
selected objects doesn not work (as well as the 'Copy To Selected'
operator).

Fixes T91806.

Maniphest Tasks: T91806

Differential Revision: https://developer.blender.org/D12700
September 29, 2021, 19:14 (GMT)
Fix T91803: Freestyle rendering as pass broken after recent changes
September 29, 2021, 18:48 (GMT)
Nodes: Fix Split View missing identifier

Mistake from rB84251acfcc4534059d6ccd6682f8e37d529b9063
September 29, 2021, 18:48 (GMT)
Cleanup: Compositor: Migrate most converter nodes to new socket builder

This migrates most nodes except for the switch view node.
This node requires dynamic sockets so its implementation will be more involved.
September 29, 2021, 18:25 (GMT)
Fix Cycles CPU performance regression after recent change for intersections size

This struct is much bigger now, and does not actually need to be fully zero
initialized.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021