Python API: sequencer_strip.frame_start inconsistancy #100688

Closed
opened 2022-08-29 14:17:33 +02:00 by Vincent Girès · 8 comments

System Information
Operating system: Linux-3.10.0-1160.59.1.el7.x86_64-x86_64-with-glibc2.17 64 Bits
Graphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.57.02

Blender Version
Broken: version: 3.3.0 Beta, branch: master, commit date: 2022-08-28 21:53, hash: 7b56c74881
Worked: 3.2

Short description of error
On 3.3.0 beta, the start_frame attribute of a strip is a float number. which make some inconsistency with
bpy.context.scene.sequence_editor.sequences.new_movie and frame_start argument that require integer only and fail with float.
I do not see such a change on the release log so I imagine this is not made on purpose?

Exact steps for others to reproduce the error
type(bpy.context.sequences- [x].frame_start)

**System Information** Operating system: Linux-3.10.0-1160.59.1.el7.x86_64-x86_64-with-glibc2.17 64 Bits Graphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.57.02 **Blender Version** Broken: version: 3.3.0 Beta, branch: master, commit date: 2022-08-28 21:53, hash: `7b56c74881` Worked: 3.2 **Short description of error** On 3.3.0 beta, the start_frame attribute of a strip is a float number. which make some inconsistency with bpy.context.scene.sequence_editor.sequences.new_movie and frame_start argument that require integer only and fail with float. I do not see such a change on the release log so I imagine this is not made on purpose? **Exact steps for others to reproduce the error** type(bpy.context.sequences- [x].frame_start)
Author

Added subscriber: @VincentGires

Added subscriber: @VincentGires
Member

Added subscribers: @iss, @OmarEmaraDev

Added subscribers: @iss, @OmarEmaraDev
Member

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Member

The change looks intentional in 302b04a5a3.
But I guess it should be added to the release notes regardless.

The change looks intentional in 302b04a5a3. But I guess it should be added to the release notes regardless.
Author

ah ok! sorry didn't check commits but only logs. i have to update my scripts then ;)

ah ok! sorry didn't check commits but only logs. i have to update my scripts then ;)

Changed status from 'Needs Developer To Reproduce' to: 'Resolved'

Changed status from 'Needs Developer To Reproduce' to: 'Resolved'
Richard Antalik self-assigned this 2022-08-29 20:14:21 +02:00

This was intentional change to allow retiming strips in a way, they can start and end at what would technically be subframe. Thanks for reminding, that this causes issues in existing scripts - added entry to release notes now.

This was intentional change to allow retiming strips in a way, they can start and end at what would technically be subframe. Thanks for reminding, that this causes issues in existing scripts - added entry to release notes now.
Author

yes indeed that would be nice to warn users since at least for me, there is at lot of places where i use this kind of script
scene.frame_start = strip.frame_start where it now fails on 3.3.0. easy to fix but better to know before the official release :)
thanks for your work!

yes indeed that would be nice to warn users since at least for me, there is at lot of places where i use this kind of script scene.frame_start = strip.frame_start where it now fails on 3.3.0. easy to fix but better to know before the official release :) thanks for your work!
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
3 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#100688
No description provided.