Improve tip for simple deform origin

This commit is contained in:
Campbell Barton 2014-12-15 16:10:17 +01:00
parent db0e2e7347
commit f51b583ea0
Notes: blender-bot 2023-02-14 09:49:36 +01:00
Referenced by issue #42574, Origin Offset: Simple Deform modifier (Bend)
1 changed files with 1 additions and 1 deletions

View File

@ -2453,7 +2453,7 @@ static void rna_def_modifier_simpledeform(BlenderRNA *brna)
RNA_def_property_update(prop, 0, "rna_Modifier_update");
prop = RNA_def_property(srna, "origin", PROP_POINTER, PROP_NONE);
RNA_def_property_ui_text(prop, "Origin", "Origin of modifier space coordinates");
RNA_def_property_ui_text(prop, "Origin", "Offset the origin and orientation of the deformation");
RNA_def_property_flag(prop, PROP_EDITABLE | PROP_ID_SELF_CHECK);
RNA_def_property_update(prop, 0, "rna_Modifier_dependency_update");