Python can't figure out Sequencer Strip element dimensions #40663
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#40663
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's no way to trigger the dimension calculation with python,
seq.update(data=True)
doesn't do anything. Same applies to scene updates, frame_set, tag_redraw etc.Changed status to: 'Open'
Added subscriber: @CodeManX
Added subscriber: @ideasman42
data=True
flags the data to be reloaded when next used, but it wont trigger an update of the buffer.Moved to TODO: http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Scripting#Python_RNA_access
"when next used" means when it's displayed in the sequencer preview? Or is there anything like the refresh_all operator that can trigger the update?
When the sequencer next requests an image buffer - render or preview.
as far as I can see theres no way to trigger an update besides rendering right now.
Closed as duplicate of blender/blender#54395