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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-14 06:02:44 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-14 06:02:44 +0300
commit07e85b265de672a4018cdefe14082576d92a763c (patch)
tree0cba63aad64a1c06f9e0a4e072348257636695fe /source/blender/makesrna
parent9b1199d6a397ab9bba14df261cb49930151a2992 (diff)
Moved a couple more sculpt settings into operator properties, including shiftkey for flipping stroke direction in or out
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 9cb96ba17a0..35622c0a6da 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -178,9 +178,9 @@ static void rna_def_operator_stroke_element(BlenderRNA *brna)
RNA_def_property_range(prop, 0, 1);
RNA_def_property_ui_text(prop, "Pressure", "");*/
- /*prop= RNA_def_property(srna, "flip", PROP_BOOLEAN, PROP_NONE);
+ prop= RNA_def_property(srna, "flip", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_flag(prop, PROP_IDPROPERTY);
- RNA_def_property_ui_text(prop, "Flip", "");*/
+ RNA_def_property_ui_text(prop, "Flip", "");
/* XXX: Tool (this will be for pressing a modifier key for a different brush,
e.g. switching to a Smooth brush in the middle of the stroke */