Block a user
Extensions: Uninstalling extensions doesn't work
Extensions: Dragging extension URLs to install an extension results in an error message
71b14a7abe
Merge branch 'blender-v4.2-release'
fca4318e3c
Fix: Wrong extra half-pixel width of VSE preview
7b6ae7abbb
Fix: VSE glitchy timeline snapping for small mouse movements around valid snap
d0f0e38bf2
Merge branch 'blender-v4.2-release'
e118fe6e47
Cycles: Fix directional artifacts in blue noise sampling pattern
Nodes: Add Root operation to math node (all Editors)
@mod_moder Following that logic, Inverse Square Root shouldn't be built in either. It's implemented using 1 / sqrt()
, so you could just build it yourself using two math nodes (Square Root and…
Nodes: Add Root operation to math node (all Editors)
@mod_moder Because it shouldn't take multiple nodes for a simple math operation (in the most minimalist version, you'd need a power node and a divide node for getting the same functionality), and…
Nodes: Add Root operation to math node (all Editors)
@brecht As far as I remember, you reviewed this change on Phabricator, and the reason why this got stuck is because there wasn't a good solution for handling negative values. Due to an inconsistenc…
e984983eaa
Merge branch 'main' into math-nodes-root
edd0914853
GPv3: Fill tool smooth & simplify post processing
29f1c96657
Extensions: detect dropping URL's from disabled repositories
b19d4d7df6
Extensions: suppress connection errors in console for automatic checks
6a4210ff90
glTF exporter: Perf: Manage drivers on SK when disable viewport option
Nodes: Add Root operation to math node (all Editors)
2b1e825545
Compositor: Refactor GPU context handling
99fca1a149
Compositor: Only create GPU context when needed
7ba0d35746
Extensions: wm.extensions_update property
94b4542afe
GPv3: Refactor: Use GPv2 point times as is
97d331c5c3
Anim: improve Action binding enum property items
cc38c43198
UI: check if only ctrl is pressed when editing label
12a5b2977f
Vulkan: Do not enable layers
cd5eb4aa03
Geometry Nodes: support renaming some sockets in the node directly
7a11fad380
Fix #122429: With Cloth brush set, cloth filter (Scale) is disfunctional
e18dd894b8
Fix #121169: asserts in curve geometry code.
fcc481a407
Render: include info string for "render_stats" handler
89c13dbb5c
Fix: Mesh draw extraction missing wire batch missing normals input
61178b22a2
Nodes: port "Connect to Output" operator from Node Wrangler
be4788a9bd
Extensions: pass platform to the remote URL
905aaf439c
Geometry Nodes: new Set Instance Transform node