Skip to content

Releases: grische/blender

Blender v2.92.0-df0bce3f7d0a

09 Feb 18:27
Compare
Choose a tag to compare
Pre-release
Fix T81206: Do not limit gl texture size in image editor

This patch will show textures in the image editor with the maximum
available resolution determined by the GPU Hardware/Driver.
Currently the size is limited by the user preference texture size limit.

An image user can set the `IMA_SHOW_MAX_RESOLUTION` flag to request
gpu textures in the max supported resolution. When this flag isn't
set the gpu texture is limited by the user preference setting.

When the gl resolution limit is disabled the GPU texture is always
created for the max supported resolution.

Reviewed By: Clément Foucault

Maniphest Tasks: T81206

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

Blender v2.92.0-eccc57aa5c79

07 Feb 18:27
Compare
Choose a tag to compare
Pre-release
Fix T85378: Shrink/Fatten display number units

Currently the displayed distance when using the shrink/fatten transform
operator does not respect the scene units (they would always be in
blender units).

This changes makes sure the number is displayed in the correct unit.

Reviewed By: mano-wii

Maniphest Tasks: T85378

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

Blender v2.92.0-a5637756491c

06 Feb 18:27
Compare
Choose a tag to compare
Pre-release
Fluid: Updated Mantaflow source files

This updates fixes the following issues (critical for 2.92):

- Issue that prevented dense 'int' grids from being exported (incorrect clip value)
- Issue with particles outside out of domain bounds (position between -1 and 0) not being deleted

Blender v2.92.0-7fb540b4cf17

05 Feb 18:26
Compare
Choose a tag to compare
Pre-release
Fix T85357: Setting collection color restricted to View Layer mode

Allow setting collection color in Scenes and Blender File outliner
display modes in addition to View Layer mode.

Blender v2.92.0-ebd2aa789e40

04 Feb 18:27
Compare
Choose a tag to compare
Pre-release
Fix T85230: Face Set Boundary automasking not working with dyntopo

Dyntopo does not have Face Sets implemented yet, so the entire mesh is
considered a single Face Set. In that case, the check unique face set
function should always return true.

Reviewed By: JacquesLucke

Maniphest Tasks: T85230

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

Blender v2.92.0-0fc456f091d9

03 Feb 18:32
Compare
Choose a tag to compare
Pre-release
Fix T85314 GPU: Drawlist submit data overflows.

This was caused by an incorrect bound check. Since we now use different
data type for indexed and non-indexed drawcalls, we need to check if the
next drawcall is going to overflow the buffer.

Blender v2.92.0-d5d8655ca15c

02 Feb 18:40
Compare
Choose a tag to compare
Pre-release
Fix T81843 Bones invisible using Weight Paint + Wireframe shading + B…

Blender v2.92.0-a9b53daf23ba

01 Feb 18:41
Compare
Choose a tag to compare
Pre-release
Fix T83092: Direction of rotation with View orientation changed in 2.91

This solution replaces {rBf9e994d0f463}.

That commit created an inverted orientation matrix but the 'Align to
Transform Orientation' operator doesn't work well with inverted matrices.

This new solution makes the rotate operator use the negative vector of the
axis.

Blender v2.92.0-40061911d245

31 Jan 18:38
Compare
Choose a tag to compare
Pre-release
Fix T84465 Bevel Percent and Absolute when limit type is Weight.

The previous fix to the width modes Percent and Absolute did
not take into account that with limit mode Weight, the amount
needs to be scaled by the bevel weight of the beveled edge in
question. (Sometimes there are two beveled edges in question,
in which case an average is used.)

Blender v2.92.0-5d215d522541

30 Jan 18:38
Compare
Choose a tag to compare
Pre-release
EEVEE: Fix GPUNodeLink memory leak for displacement nodes using SHD_S…