Blender Git Loki

Kaikki Blender Git kommitit.

Page: 195 / 8462

September 30, 2021, 11:33 (GMT)
Fix: Curve to Mesh node outputs original curve

It should only output the new mesh (and potentially instances
that are processed separately).
September 30, 2021, 10:51 (GMT)
Fix: wrong field input deduplication with Material Selection node
September 30, 2021, 10:33 (GMT)
Fix T91773: improve numerical stability in Curve Spiral node
September 30, 2021, 10:05 (GMT)
Viewport Compositor: Move `rv3d->render_engine` to `DRWRenderScene`

This allows multiple instances of external render engines per viewport.
Allowing them to be combined by the compositor.

Many things needed to be ported to the draw manager since it is the only
one that can know what is inside the `DRWRenderScene` and can iterate
over all running engines.
September 30, 2021, 09:44 (GMT)
Fix Cycles viewport flickering

Caused by a lack of synchronization between update process which sets
clear flag and the draw code checking the flag outside of a lock.
September 30, 2021, 09:20 (GMT)
Merge branch 'master' into tracking_tools
September 30, 2021, 09:01 (GMT)
fix compiler error
September 30, 2021, 08:36 (GMT)
Sculpt: fix drag-dot/anchored for face sets

* Added an API for original face sets
based on the SculptCustomLayer API.
September 30, 2021, 08:15 (GMT)
Merge remote-tracking branch 'origin/temp-studio-sprite-fright-cycles' into studio-sprite-fright
September 30, 2021, 08:01 (GMT)
Changes based on review by Hans Goudey (HooglyBoogly)
September 30, 2021, 07:48 (GMT)
Changes based on review by Hans Goudey (HooglyBoogly)
September 30, 2021, 07:45 (GMT)
Fix color width regression in 66e24ce35bb37753b8002283a72d55639bb40239

Color buttons were drawing single icon width.
September 30, 2021, 07:37 (GMT)
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-merge-by-distance
September 30, 2021, 07:37 (GMT)
Sculpt: fix anchored/drag dot brush modes
September 30, 2021, 07:32 (GMT)
Cleanup: remove unused SpaceImage.curtile
September 30, 2021, 07:32 (GMT)
Cleanup: reduce Sequence size by 8 bytes

Also use int8_t for color tag.
September 30, 2021, 07:32 (GMT)
Cleanup: isolate UDIM parameters into a struct

Passing multiple UDIM arguments into the packing function
is awkward especially since the caller may not be using UDIM.

Use an argument to store UDIM packing parameters which can be NULL,
which operates without any UDIM support.

Add a function that extracts these parameters out of the image space
allowing for multiple functions to take UDIM parameters in the future.
September 30, 2021, 06:56 (GMT)
Mask tools: Remove mask delete tool

I have deleted the tool to delete add vertex by clicking on it. In
practise I found it not helpful, and this way it is more in line how
other elements are deleted in blender (vertices, objects etc)
September 30, 2021, 05:51 (GMT)
Merge branch 'master' into tracking_tools
September 30, 2021, 05:48 (GMT)
Fix T91734: Crash snapping mesh if a beveled curve is present

`BKE_mesh_boundbox_get` cannot be called for objects of type Curve.

The BoundBox however does not match the object seen in the scene.
This will be dealt with in another commit.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021