-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Title:
Camera binding ("Bind Camera to Markers") is not respected when "All renderable cameras" option is used or when default camera is locked
Body:
Issue Summary
When submitting render jobs via the AWS Deadline Cloud Blender submitter, camera switches driven by "Bind Camera to Markers" are not respected. The render stays locked to the camera set by the marker at the initial frame, even when a marker later in the sequence should change the camera.
Expected Behaviour
Expected Behavior
Camera switches should occur per frame as driven by markers—blender-cli render (-a) behaves correctly in this regard.
Current Behaviour
Actual Behavior
The submitter appears to bake in the camera at the first frame of job submission and fails to re-evaluate markers per frame. Even selecting "All renderable cameras" does not work as expected—camera stays stuck.
Reproduction Steps
Steps to Reproduce
- In Blender, set up timeline markers bound to different cameras.
- Prepare the scene so that the initial frames are using Camera A, and after a specific frame the marker binds to Camera B.
- Submit the job using Deadline Cloud Blender submitter, choosing either:
- "All renderable cameras", or
- the default option (which appears to lock the scene’s current camera).
- The farm render only ever uses Camera A, even on frames after the marker.
Environment
Environment
- Submitter version: v0.5.5
- Blender versions tested: 4.5 (also earlier versions)
- Platform: Windows (but likely affects other OSes too)