Releases: grische/blender
Releases · grische/blender
Blender v2.92.0-df0bce3f7d0a
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
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
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
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
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
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
Fix T81843 Bones invisible using Weight Paint + Wireframe shading + B…
Blender v2.92.0-a9b53daf23ba
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
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
EEVEE: Fix GPUNodeLink memory leak for displacement nodes using SHD_S…