Block a user
Jacques Lucke
pushed to refactor_unavailable_sockets at mod_moder/blender
2024-09-24 12:56:00 +02:00
aa9962ba08
fix typo
Jacques Lucke
pushed to refactor_unavailable_sockets at mod_moder/blender
2024-09-24 12:55:48 +02:00
919e9010f4
Merge branch 'main' into refactor_unavailable_sockets
64feb05089
VSE: Multi-threaded video proxy downscaling
e44fc3df06
Refactor: Modernize
BlendfileLinkAppendContext
and related link/append BKE code.
37458329e2
Refactor: GPv3: Arguments to
ensure_active_keyframe
function
6e5e01e630
Geometry Nodes: new For Each Geometry Element zone
Jacques Lucke
pushed to simulation-hide-skip-value at JacquesLucke/blender
2024-09-24 12:48:07 +02:00
30b907e91b
Merge branch 'main' into simulation-hide-skip-value
e44fc3df06
Refactor: Modernize
BlendfileLinkAppendContext
and related link/append BKE code.
37458329e2
Refactor: GPv3: Arguments to
ensure_active_keyframe
function
6e5e01e630
Geometry Nodes: new For Each Geometry Element zone
ebc4759df5
Fix #128053: Crash when using Ctrl for eraser in grease pencil draw mode
Jacques Lucke
deleted branch foreach-geometry-element from JacquesLucke/blender
2024-09-24 11:52:28 +02:00
Geometry Nodes: new For Each Geometry Element zone
Geometry Nodes: new For Each Geometry Element zone
But that would be in a separate PR, right?
Yes, talked about this with Hans yesterday already.
32ce5e6d4d
reserve size for long vector
af4f945568
cleanup
a779acd70a
Merge branch 'main' into foreach-geometry-element
bd841a92e2
Cleanup: move some constants inside the usd namespace and use constexpr
cbe2bb6755
Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
0905d2641f
use blueish zone color
3fe62fed00
Merge branch 'main' into foreach-geometry-element
8da413877b
Fix: VSE: hang after making meta strip
c31893ed87
Fix: inconsistent socket identifiers in reroute nodes
9be3c356d1
Fix: allow use of UDIM tile 1100 in USD
Jacques Lucke
pushed to gpv3-allow-eval-geometry-to-contain-same-layer-name-mutiple-times at filedescriptor/blender
2024-09-23 19:28:43 +02:00
afac471897
fix crash when joining grease pencils
Function Node: Add Bit Math node
Note that technically, we have to clamp the upper bound for the shift operators too: https://stackoverflow.com/a/4330321
I'm not sure how certain in the hardware we support that shifting past…
Refactor: Modernize
BlendfileLinkAppendContext
and related link/append BKE code.
Doesn't matter here, but calling set()
without parameter is generally faster for bits.