Block a user
Cleanup: Convert several RNA C files to C++
b13f4d38fd
Merge branch 'main' into rna-cpp-nodetree
b169469016
Geometry Nodes: crash when propagating attributes
2ad4156f74
Merge branch 'blender-v3.6-release'
5115afaca2
Rename benchmark to benchmark.py
37a0b97b51
Nodes: add debug utility to export bNodeTree as dot graph
Converted several RNA C files to C++.
18e1b7be40
Merge branch 'main' into rna-cpp
796c69a0c6
Merge branch 'blender-v3.6-release'
dc7678ecfa
Fix #108814: Right Click doesn't cancel 3D View navigation
3a1fdfc439
Fix: Dependency graph visibility flags counting a to nodes as a from
144ad4d20b
Nodes: add Fractal Voronoi Noise
e66992a7b2
Replace Map with VectorSet for cleaner sorting code.
ab52f3e5b1
Make panels() span accessor use const bNodePanel.
Nodes: Add rotation socket type, support in many geometry nodes
Looks good, this will help a lot. Some field dependencies probably need corrected indices.
Nodes: Add rotation socket type, support in many geometry nodes
"Sample Position" input shifts from 6 to 7.
Nodes: Add rotation socket type, support in many geometry nodes
I would like to have a "raw" xyzw component mode here. All other vector-like types support that. The euler and axis-angle modes may be more intuitive, but there are situations where i would want direct access to these values. Example: hair simulation models based on elastic rods require the imaginary part of a quaternion product. The combine node can do normalization implicitly.
Design for the Sub-panels for Nodes, Node Groups and Geometry Nodes Modifiers
Earlier implementation of node panels by @LukasStockner: D16633
The goal is very similar with slight differences:
- Panels on shader nodes vs.…
Lukas Tönne
deleted branch reset_socket_shapes_on_copy from LukasTonne/blender
2023-06-12 14:22:01 +02:00