[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55012] trunk/blender/source/blender/ makesrna/intern/rna_image.c: Bugfix #34493

Ton Roosendaal ton at blender.org
Mon Mar 4 10:55:44 CET 2013


Revision: 55012
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55012
Author:   ton
Date:     2013-03-04 09:55:43 +0000 (Mon, 04 Mar 2013)
Log Message:
-----------
Bugfix #34493

Should go to 2.66a

Image Sequence texture now allows to animate "Offset" again with fcurves.
This was disabled for 2.65, it only works for fcurve key inserting (not
for drivers), but too many people have been using to animate character
textures already...

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_image.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_image.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_image.c	2013-03-04 08:45:42 UTC (rev 55011)
+++ trunk/blender/source/blender/makesrna/intern/rna_image.c	2013-03-04 09:55:43 UTC (rev 55012)
@@ -454,7 +454,6 @@
 	RNA_def_property_int_sdna(prop, NULL, "offset");
 	RNA_def_property_ui_text(prop, "Offset", "Offset the number of the frame to use in the animation");
 	RNA_def_property_update(prop, 0, "rna_ImageUser_update");
-	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 
 	prop = RNA_def_property(srna, "frame_start", PROP_INT, PROP_TIME);
 	RNA_def_property_int_sdna(prop, NULL, "sfra");




More information about the Bf-blender-cvs mailing list