[Bf-blender-cvs] [a9f8e38] master: Movie clip: Add missing animation data RNA declaration

Sergey Sharybin noreply at git.blender.org
Mon Aug 29 13:04:32 CEST 2016


Commit: a9f8e384f1b3335e8a87468fdb07678cd8b580fc
Author: Sergey Sharybin
Date:   Mon Aug 29 13:03:50 2016 +0200
Branches: master
https://developer.blender.org/rBa9f8e384f1b3335e8a87468fdb07678cd8b580fc

Movie clip: Add missing animation data RNA declaration

Was missing since the beginning of the days.

===================================================================

M	source/blender/makesrna/intern/rna_movieclip.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_movieclip.c b/source/blender/makesrna/intern/rna_movieclip.c
index 19d7836..15411f8 100644
--- a/source/blender/makesrna/intern/rna_movieclip.c
+++ b/source/blender/makesrna/intern/rna_movieclip.c
@@ -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)




More information about the Bf-blender-cvs mailing list