Geometry Nodes: Move node tools out of experimental #112927

Merged
Hans Goudey merged 6 commits from HooglyBoogly/blender:node-tools-no-experimental into blender-v4.0-release 2023-09-27 16:04:44 +02:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit e4f3cdff07 - Show all commits

View File

@ -7064,10 +7064,6 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
RNA_def_property_ui_text(
prop, "New Volume Nodes", "Enables visibility of the new Volume nodes in the UI");
prop = RNA_def_property(srna, "use_node_group_operators", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_ui_text(
prop, "Node Group Operators", "Enable using geometry nodes as edit operators");
prop = RNA_def_property(srna, "use_shader_node_previews", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_ui_text(
prop, "Shader Node Previews", "Enables previews in the shader node editor");