Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-11-18 19:55:17 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-18 20:15:08 +0300
commit0c33411bddfd3e2ab85dbf8411334f18fdaeb460 (patch)
tree2aa2e68c6eb20575089787b99481910e1c093657 /source/blender/makesrna
parentea42c1a22ed3bec36ce968d7fbfcade9efeefdff (diff)
Revert "Revert "Revert "Revert "Allow navigating while transforming""""
This reverts commit 717a971035071d36af03d65713408f4da1f69cb3.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 0e90372cd7b..7e22241234b 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6414,6 +6414,10 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
RNA_def_property_boolean_sdna(prop, NULL, "use_geometry_nodes_legacy", 1);
RNA_def_property_ui_text(
prop, "Geometry Nodes Legacy", "Enable legacy geometry nodes in the menu");
+
+ prop = RNA_def_property(srna, "use_navigate_while_transform", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_ui_text(
+ prop, "Navigate While Transform", "Allow Navigation While Transforming");
}
static void rna_def_userdef_addon_collection(BlenderRNA *brna, PropertyRNA *cprop)