Fix T60896: Missing update for Auto Texture Space.

This commit is contained in:
Bastien Montagne 2019-01-28 22:25:26 +01:00
parent f992c92872
commit e63869ca80
Notes: blender-bot 2023-02-14 05:28:01 +01:00
Referenced by issue #60896, Missing update for Auto Texture Space
1 changed files with 1 additions and 0 deletions

View File

@ -3519,6 +3519,7 @@ static void rna_def_mesh(BlenderRNA *brna)
RNA_def_property_boolean_sdna(prop, NULL, "texflag", ME_AUTOSPACE);
RNA_def_property_ui_text(prop, "Auto Texture Space",
"Adjust active object's texture space automatically when transforming object");
RNA_def_property_update(prop, 0, "rna_Mesh_update_data");
#if 0
prop = RNA_def_property(srna, "texspace_location", PROP_FLOAT, PROP_TRANSLATION);