Block a user
Nodes: SDF Volume nodes milestone 1
Should all the new nodes be experimental? Currently, two of them are in the menu even without the experimental option.
Nodes: Add dropdown to select group socket subtype
Almost there. Currently the subtype in the modifier does not update when I have it in the node editor. I think the issue is that the subtype
stored in bNodeSocketValueVector
is not updated now.
Mesh: Parallelize extraction of UV maps
Shouldn't really help to capture src
and dst
explicitly here, just use &
.
40d3547773
improve readme
ef048cd72d
add button to copy command to apply pull request
WIP: Core: use generic copy-on-write system to avoid redundant copies
I didn't use the term implicit sharing
before and didn't come across it much, but can get used to it. Based on Wikipedia the term indeed seems to…
Fix #105688: Ignore modifier part of viewer path in pinned trees.
I think ideally we would store the context modifier in the node editor so that it gets pinned as well, but I'm fine with this solution as well for now if it fixes the crash.
d5606aabd5
fix
9d9689ae63
progress
9e2125a8a5
make bounded bit span even more restricted
bb11a1c27d
use new bit array vector data structure
9f58bc49e2
add experimental bit array vector data structure
BLI: support recursive usage of Vector
03250026f9
progress
8793804595
fix
92aafa3d2d
progress
f3889cdc9f
Merge branch 'geometry-nodes-simulation' into tree-zone-discovery
e21afd2f2f
Merge branch 'main' into geometry-nodes-simulation
BLI: support recursive usage of Vector