Movie clip: Add missing animation data RNA declaration

Was missing since the beginning of the days.
This commit is contained in:
Sergey Sharybin
2016-08-29 13:03:50 +02:00
parent cc2faa409f
commit a9f8e384f1

View File

@@ -347,6 +347,8 @@ static void rna_def_movieclip(BlenderRNA *brna)
RNA_def_property_pointer_sdna(prop, NULL, "colorspace_settings");
RNA_def_property_struct_type(prop, "ColorManagedInputColorspaceSettings");
RNA_def_property_ui_text(prop, "Color Space Settings", "Input color space settings");
rna_def_animdata_common(srna);
}
void RNA_def_movieclip(BlenderRNA *brna)