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:
authorPablo Dobarro <pablodp606@gmail.com>2020-10-22 18:02:59 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-10-22 18:02:59 +0300
commitcd7354f9f597d8de7e37bb34e82d896e6bf270e5 (patch)
tree38022416a15a2bd25152f589bae0531430067660 /source/blender/makesrna
parentf73dad211b1dcb94aa83d7447a1a7d1d3ea641c1 (diff)
parent73ba3e2a9ea15a77994fb27a855e0a6e5f232950 (diff)
Merge branch 'blender-v2.91-release'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 061026288e6..c31766efe58 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6175,10 +6175,6 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
RNA_def_property_ui_text(
prop, "Switch Object Operator", "Enable the operator to switch objects by pressing D");
- prop = RNA_def_property(srna, "use_tools_missing_icons", PROP_BOOLEAN, PROP_NONE);
- RNA_def_property_boolean_sdna(prop, NULL, "use_tools_missing_icons", 1);
- RNA_def_property_ui_text(prop, "Tools with Missing Icons", "Show tools with missing icons");
-
prop = RNA_def_property(srna, "use_sculpt_tools_tilt", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "use_sculpt_tools_tilt", 1);
RNA_def_property_ui_text(