Fix T42205: MovieClip ignores grid color

This commit is contained in:
Campbell Barton 2014-10-13 16:27:01 +02:00
parent 9231150577
commit 8e1ae537dd
Notes: blender-bot 2023-02-14 09:57:44 +01:00
Referenced by issue #42205, Changes to the Movie Clip Editor's grid color preferences do not take effect
1 changed files with 0 additions and 5 deletions

View File

@ -2784,11 +2784,6 @@ static void rna_def_userdef_theme_space_clip(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Path After", "Color of path after current frame");
RNA_def_property_update(prop, 0, "rna_userdef_update");
prop = RNA_def_property(srna, "grid", PROP_FLOAT, PROP_COLOR_GAMMA);
RNA_def_property_array(prop, 3);
RNA_def_property_ui_text(prop, "Grid", "");
RNA_def_property_update(prop, 0, "rna_userdef_update");
prop = RNA_def_property(srna, "frame_current", PROP_FLOAT, PROP_COLOR_GAMMA);
RNA_def_property_float_sdna(prop, NULL, "cframe");
RNA_def_property_array(prop, 3);