System Information
I don't think relevant. Windows 8.1. nVidia GeFroce GT 730M.
Blender Version
Broken: 2.70a
Short description of error
If I add a driver to one of sequence properties in sequencer it works like a charm for preview and image render. However if I do animation render driver values seem to be stuck on the value for currently selected frame, not the one being rendered.
Exact steps for others to reproduce the error
- Open Blender.
- Change layout to Video Editing
- Add -> Effect -> Color Strip and make it i.e. white
- Add -> Effect -> Color Strip and make it i.e. red (make sure red is over white)
- Got to white strip's Opacity property and add a driver
- In driver properties select Scripted Expression and enter expression bpy.context.scene.frame_current / 26
- Enjoy for a brief moment how pretty the red strip is when it slowly appears on the course of 26 frames
- Get all your dreams shattered when you try to render animation
Final result can be seen here
.Hit ctrl-a to see expected result, hit ctrl-f12 to see broken behaviour.