Blender Git Commit Log
Git Commits -> Revision 95fca22
Revision 95fca22 by Jacques Lucke (master) September 28, 2021, 18:22 (GMT) |
Geometry Nodes: Remove experimental option for fields This enables fields as the official workflow for geometry nodes. While many features are converted to use fields rather than the old attribute workflow, many are not yet converted. In that case, the unconverted nodes are still accessible with an experimental option. In the coming weeks the rest of the nodes will be converted. Differential Revision: https://developer.blender.org/D12672 |
Commit Details:
Full Hash: 95fca22bfeb1d3e2edeeb71b9717e3528be14c17
Parent Commit: 86ec9d7
Committed By: Hans Goudey
Lines Changed: +81, -88
6 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+1, -1) (Diff)
/release/scripts/startup/nodeitems_builtins.py (+64, -67) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -3) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+2, -3) (Diff)
/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+9, -13) (Diff)
/release/scripts/startup/nodeitems_builtins.py (+64, -67) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -3) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+2, -3) (Diff)
/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+9, -13) (Diff)