Block a user
Function Node: Add Bit Math node
The main thing I still wonder here is how explicit we should be with the bit width of the operations. E.g. the
invert
operation behaves quite differently depending on the number of bits…
28ed8fb23f
Merge branch 'main' into gn-curve-intersections
1125d6ee15
Cleanup: Attributes: rename AttributeKind to AttributeDomainAndType
4da580236b
Refactor: Attributes: split attribute accessors to separate files
a5f8dbe9b5
Fix: Incorrect assert introduced in recent commit
c4febb68b8
Fix: Compiler warning
8c0673390c
Fix erroneous unicode character
af22dd2f49
Merge branch 'main' into gn-bit-math-node
1125d6ee15
Cleanup: Attributes: rename AttributeKind to AttributeDomainAndType
4da580236b
Refactor: Attributes: split attribute accessors to separate files
a5f8dbe9b5
Fix: Incorrect assert introduced in recent commit
9ce5143966
Alt draw initiates line mode
3d23368089
Move PaintStroke back and use RNA to transfer state
GPv3: Add back Alt constraint to lines
Not something that I think needs to be fixed with this PR specifically, but just for context there are a few other places that use the snapping behavior like the mentioned `paint_stroke_line_cons…
GPv3: Add back Alt constraint to lines
I moved it to resolve a Pointer to incomplete class type is not allowed
issue when accessing the Stroke. Is exposing via paint_intern.hh
an issue?
More simply, I just need access to the…
GPv3: Add back Alt constraint to lines
788c82c7dd
Merge branch 'main' into gpv3-guides
94a5f541c3
GPU: Improve GLSL-C++ compatibility
c9d50a316b
Cleanup: Remove unneeded USD cmake check/guard
88f945d068
Geometry Nodes: Avoid potential copy of attribute in simulation bake mixing
9ceb33fedb
Merge branch 'blender-v4.3-release'
dbb9826bc6
Merge branch 'main' into gn-curve-intersections
3d6e1c7bac
Fix: Mistake in previous paint BVH cleanup commit
0be2535369
Cleanup: Remame PBVH headers to "paint BVH"
bccf622672
Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154
Fix: Deduplicate/correct curves point selection calculation
b58a935c21
Merge branch 'main' into gp-semicircle
3d6e1c7bac
Fix: Mistake in previous paint BVH cleanup commit
0be2535369
Cleanup: Remame PBVH headers to "paint BVH"
bccf622672
Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154
Fix: Deduplicate/correct curves point selection calculation
49e34ca88a
Merge branch 'main' into gpv3-guides
3d6e1c7bac
Fix: Mistake in previous paint BVH cleanup commit
0be2535369
Cleanup: Remame PBVH headers to "paint BVH"
bccf622672
Fix #129490: Anim: F-Curve only shown as error when no slot users resolve
9a17a6a154
Fix: Deduplicate/correct curves point selection calculation
WIP: GPv3: Add back drawing guides