Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 290 / 5574

April 30, 2021, 05:24 (GMT)
Cleanup: avoid ambiguous parenthesis
April 30, 2021, 05:22 (GMT)
Cleanup: duplicate break
April 30, 2021, 05:22 (GMT)
Cleanup: use 'else if'
April 30, 2021, 05:20 (GMT)
Cleanup: remove redundant assignments & NULL pointer check
April 30, 2021, 05:16 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:16 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:16 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:16 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:16 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:15 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:14 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:14 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:14 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:14 (GMT)
Merge branch 'blender-v2.93-release'
April 30, 2021, 05:08 (GMT)
Fix potential buffer overrun in drw_shader_dependencies_get

Logical error let this function to write one past the buffer bounds.
April 30, 2021, 04:36 (GMT)
Nodes: Add a callback to check for valid socket type

This adds a callback to bNodeTreeType to check which socket types are
valid for the tree type. Function has been implemented for the normal
tree types, and can be implemented for custom node trees with python,
by adding a `classmethod` to the tree. However, only builtin socket
types are supported.

This is relevant for T87049, but it also has the advantage that it is
now clear which node trees support which sockets. Previously this
was assumed to be known by all developers.

Differential Revision: https://developer.blender.org/D10938
April 30, 2021, 04:26 (GMT)
Fix missing NULL check in grease-pencil clear strokes
April 30, 2021, 04:22 (GMT)
Fix sculpt mask operator crash running without a 3D view

Add missing operator poll, depend on the 3D view for all
sculpt paint/mask operators.
April 30, 2021, 04:16 (GMT)
Fix crash running window operators in background mode
Revision ddaeaa4 by Hans Goudey
April 30, 2021, 02:52 (GMT)
Geometry Nodes: Add a template utility to mix two attribute values

This is just linear interpolation, but it's nice to have an equivalent
to `mix3` for only two values. It will be used for interpolation of
values between bezier spline control points.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021