Moved a couple more sculpt settings into operator properties, including shiftkey for flipping stroke direction in or out

This commit is contained in:
2009-01-14 03:02:44 +00:00
parent 9b1199d6a3
commit 07e85b265d
3 changed files with 51 additions and 36 deletions

View File

@@ -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 */