StoryPencil: Edit the scene using the same camera as VSE #105054

Open
opened 2023-12-10 03:01:28 +01:00 by Ernesto Bazzano · 0 comments

By using many cameras in a scene and alternating between VSE and GreasePencil you choose the camera in use, the VSE line.

This is solved with, synchro.py

            # Switch to Edit
...
                if strip.scene_camera:
                    bpy.context.scene.camera = strip.scene_camera

Although it has the problem of switching the default camera at the GreasePencil scene

By using many cameras in a scene and alternating between VSE and GreasePencil you choose the camera in use, the VSE line. This is solved with, synchro.py ``` # Switch to Edit ... if strip.scene_camera: bpy.context.scene.camera = strip.scene_camera ``` Although it has the problem of switching the default camera at the GreasePencil scene
Ernesto Bazzano changed title from IDEA for storypencil: Select camera to Edit the scene using the same camera as VSE 2023-12-10 03:05:28 +01:00
Ernesto Bazzano changed title from Edit the scene using the same camera as VSE to StoryPencil: Edit the scene using the same camera as VSE 2023-12-12 18:33:15 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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-addons#105054
No description provided.