Drivers not working for Video Sequence Editor #42240

Closed
opened 2014-10-15 14:04:22 +02:00 by Tobiasz Karoń · 5 comments

System Information
KXStudio, nVidia GeForce 310M w/ 1GB of RAM.

Blender Version
Broken: 2.72 and possibly all previous)
Worked: none I know of

Short description of error
Drivers don't affect VSE clips. I'd expext them to do so, or to be disabled (not possible to assign to VSE controls) if they are not expected to work this way.

Exact steps for others to reproduce the error

  1. Run Blender;
  2. Switch to Video Editing UI preset;
  3. Add a Color clip (Add > Effect strip > Color);
  4. Right click on the strip's Color swatch to open the context menu;
  5. Select "Add Driver";
  6. Press Alt+A to play the animation.

Demo project: unfa-NoDriversVSE-01.blend

The default driver creates a linear rising function that should make the black fade into white or immediately switch to white (values 1,1,1 for RGB). It doesn't happen, though.

**System Information** KXStudio, nVidia GeForce 310M w/ 1GB of RAM. **Blender Version** Broken: 2.72 and possibly all previous) Worked: none I know of **Short description of error** Drivers don't affect VSE clips. I'd expext them to do so, or to be disabled (not possible to assign to VSE controls) if they are not expected to work this way. **Exact steps for others to reproduce the error** 1. Run Blender; 2. Switch to Video Editing UI preset; 3. Add a Color clip (Add > Effect strip > Color); 4. Right click on the strip's Color swatch to open the context menu; 5. Select "Add Driver"; 6. Press Alt+A to play the animation. Demo project: [unfa-NoDriversVSE-01.blend](https://archive.blender.org/developer/F116965/unfa-NoDriversVSE-01.blend) The default driver creates a linear rising function that should make the black fade into white or immediately switch to white (values 1,1,1 for RGB). It doesn't happen, though.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @TobiaszunfaKaron

Added subscriber: @TobiaszunfaKaron
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Joshua Leung self-assigned this 2014-10-16 14:14:25 +02:00
Member

Not a bug - You just haven't set up the drivers correctly :)

Unlike animation (where the curves represent the value (y) for the animated property with respect to time (x)), drivers let you take some combination (e.g. using some python expression) of input values (i.e. "driver variables") as your x value instead.

To get your intended effect, you'd want the drivers to use an expression like:

 frame / 255

where 255 is how long you want the transition to take (since colors are represented as floats - i.e. decimals between 0 and 1)

Not a bug - You just haven't set up the drivers correctly :) Unlike *animation* (where the curves represent the value (y) for the animated property with respect to time (x)), *drivers* let you take some combination (e.g. using some python expression) of input values (i.e. "driver variables") as your x value instead. To get your intended effect, you'd want the drivers to use an expression like: ``` frame / 255 ``` where 255 is how long you want the transition to take (since colors are represented as floats - i.e. decimals between 0 and 1)
Author

Thanks :D
May I just ask - If I just wanted to get noise input for a given parameter of a VSE strip, what should I do?

Thanks :D May I just ask - If I just wanted to get noise input for a given parameter of a VSE strip, what should I do?
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#42240
No description provided.