GPencil: Fix typo error
This commit is contained in:
@@ -3104,7 +3104,7 @@ static void rna_def_object(BlenderRNA *brna)
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_USE_GPENCIL_LIGHTS);
|
||||
RNA_def_property_boolean_default(prop, true);
|
||||
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
|
||||
RNA_def_property_ui_text(prop, "Use Lights", "Lights affect to grease pencil object");
|
||||
RNA_def_property_ui_text(prop, "Use Lights", "Lights affect grease pencil object");
|
||||
RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_GPencil_update");
|
||||
|
||||
prop = RNA_def_property(srna, "show_transparent", PROP_BOOLEAN, PROP_NONE);
|
||||
|
||||
Reference in New Issue
Block a user