GP: Update Canvas grid orientation when change option

This commit is contained in:
Antonio Vazquez 2018-11-03 20:33:38 +01:00
parent 0db31c03c6
commit 771b9c8010
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ static void rna_def_gpencil_sculpt(BlenderRNA *brna)
RNA_def_property_enum_items(prop, rna_enum_gpencil_lock_axis_items);
RNA_def_property_ui_text(prop, "Lock Axis", "");
RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0);
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_update");
/* brush */
srna = RNA_def_struct(brna, "GPencilSculptBrush", NULL);