Moved a couple more sculpt settings into operator properties, including shiftkey for flipping stroke direction in or out
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user