Timeline > Playback > Follow Current Frame Does not work if you drag the frame number widget. #110620

Open
opened 2023-07-30 02:29:02 +02:00 by funty · 2 comments

System Information
Operating system: Win 10
Graphics card: AMD R7 200

Blender Version
Broken: Blender 3.61 release.
Worked: never, checked back till 2.83.20

Short description of error
Follow Current Frame only works with keyboard arrow keys and ALT+Middle mouse button dragging in the timeline editor area
Does not work with the click and drag area of the Timeline header current frame box, or its arrow buttons

Exact steps for others to reproduce the error
As show in attached video

  1. Open Default General file
  2. In the Timeline, Click on Playback > Follow Current Frame
  3. Drag the frame number widget, the frame indicator will go outside the region, while if use play or keyboard arrow keys, region follows the frame indicator.
  4. Expectation is that it should follow the frame, regardless of where the current frame is being changed from.
**System Information** Operating system: Win 10 Graphics card: AMD R7 200 **Blender Version** Broken: Blender 3.61 release. Worked: never, checked back till 2.83.20 **Short description of error** Follow Current Frame only works with keyboard arrow keys and ALT+Middle mouse button dragging in the timeline editor area Does not work with the click and drag area of the Timeline header current frame box, or its arrow buttons **Exact steps for others to reproduce the error** As show in attached video 1. Open Default General file 2. In the Timeline, Click on Playback > Follow Current Frame 3. Drag the frame number widget, the frame indicator will go outside the region, while if use play or keyboard arrow keys, region follows the frame indicator. 4. Expectation is that it should follow the frame, regardless of where the current frame is being changed from.
funty added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-07-30 02:29:03 +02:00
YimingWu changed title from Timeline > Playback > Follow Current Frame only works with arrow keyboard keys. to Timeline > Playback > Follow Current Frame Does not work if you drag the frame number widget. 2023-07-30 11:39:30 +02:00
YimingWu added
Module
User Interface
Status
Needs Info from Developers
and removed
Status
Needs Triage
labels 2023-07-30 11:39:48 +02:00
Member

This might be a general limitation of the UI since the frame set callback is used not only by the widget, and it also needs to prevent timeline scrolling if you manually drag the frame indicator since if not the region would jump. Might be fixable by checking the context during the set callback.

This might be a general limitation of the UI since the frame set callback is used not only by the widget, and it also needs to prevent timeline scrolling if you manually drag the frame indicator since if not the region would jump. Might be fixable by checking the context during the set callback.
Member

I think to fix this, we can update region->v2d.cur.xmax/xmin in rna_Scene_frame_update if TIME_FOLLOW flag is set

I think to fix this, we can update `region->v2d.cur.xmax/xmin` in `rna_Scene_frame_update` if `TIME_FOLLOW` flag is set
Pratik Borhade added
Status
Confirmed
and removed
Status
Needs Info from Developers
labels 2024-03-29 11:56:21 +01:00
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#110620
No description provided.