Dopeheet (in the Grease Pencil submodule) take account the transform keys of the GP object wen you press jump to previous/next key frames. #100538

Open
opened 2022-08-21 15:26:01 +02:00 by Daniel Martinez Lara · 6 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: AMD Radeon (TM) Pro WX 7100 Graphics ATI Technologies Inc. 4.5.14802 Core Profile Context FireGL 21.Q4 30.0.14011.2006

Blender Version
Broken: version: 3.4.0 Alpha, branch: arcpatch-D15738, commit date: 2022-08-21 08:38, hash: 5441144faf
Worked: (newest version of Blender that worked as expected)

Short description of error
Dopeheet (in the Grease Pencil submodule) take account the transform keys of the GP object wen you press jump to previous/next key frames.
In this Grease Pencil submudule only the GP drawing keys should be taken into account.

Steps to Reproduce

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: AMD Radeon (TM) Pro WX 7100 Graphics ATI Technologies Inc. 4.5.14802 Core Profile Context FireGL 21.Q4 30.0.14011.2006 **Blender Version** Broken: version: 3.4.0 Alpha, branch: arcpatch-[D15738](https://archive.blender.org/developer/D15738), commit date: 2022-08-21 08:38, hash: `5441144faf` Worked: (newest version of Blender that worked as expected) **Short description of error** Dopeheet (in the Grease Pencil submodule) take account the transform keys of the GP object wen you press jump to previous/next key frames. In this Grease Pencil submudule only the GP drawing keys should be taken into account. **Steps to Reproduce** - Open .blend file - Select Grease pencil mode in Dope Sheet - Jump to next keyframe [#100538.blend](https://archive.blender.org/developer/F13410548/T100538.blend) Here a quick video with the issue: [2022-08-21 15-13-26.mp4](https://archive.blender.org/developer/F13409445/2022-08-21_15-13-26.mp4)
Author
Member

Added subscriber: @pepe-school-land

Added subscriber: @pepe-school-land
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123

Added subscriber: @amelief

Added subscriber: @amelief

The inconsistency is a direct consequence of #100493 : the operator does not take in account which channel is selected for all non-grease-pencil-layer keyframes.

Thing is, the 'jump to next/previous' keyframe operator is invoked from the viewport, and not the dopesheet, so there is actually no (easy) way to know which dopesheet is open. You could have both main and gpencil dopesheet opened in your workspace, or no dopesheet at all, for that matter. I don't think the behavior of the operator should depend on that.

One fix for this could be to say that the operator will only use selected animation channel if the active object is a grease pencil one. That may add even more inconsistency in the behavior of the operator though.

The inconsistency is a direct consequence of [#100493](https://developer.blender.org/T100493) : the operator does not take in account which channel is selected for all non-grease-pencil-layer keyframes. Thing is, the 'jump to next/previous' keyframe operator is invoked from the viewport, and not the dopesheet, so there is actually no (easy) way to know which dopesheet is open. You could have both main and gpencil dopesheet opened in your workspace, or no dopesheet at all, for that matter. I don't think the behavior of the operator should depend on that. One fix for this could be to say that the operator will only use selected animation channel if the active object is a grease pencil one. That may add even more inconsistency in the behavior of the operator though.

I see now that the operator can be called from the dopesheet as well, as you did in the video. So we can change this behavior when the jump is called from the specific grease pencil dopesheet. It would be inconsistent to the calls made from the viewport, though, is that a problem ?

I see now that the operator can be called from the dopesheet as well, as you did in the video. So we can change this behavior when the jump is called from the specific grease pencil dopesheet. It would be inconsistent to the calls made from the viewport, though, is that a problem ?
Philipp Oeser removed the
Interest
Grease Pencil
label 2023-02-09 15:19:10 +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#100538
No description provided.