Python: Grease Pencil frame not updating when frame number is changed #99524

Closed
opened 2022-07-07 16:31:56 +02:00 by Falk David · 10 comments
Member

System Information
Operating system: Linux-5.15.0-10037-tuxedo-x86_64-with-glibc2.35 64 Bits
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.129.06

Blender Version
Broken: version: 3.3.0 Alpha, branch: master, commit date: 2022-07-07 14:01, hash: 59e1009f10
Broken: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: e05e1e3691
Worked: (unkown)

Short description of error
When changing the frame_number of a grease pencil frame, the grease pencil object is not updated correctly. The frame stays where it previously was.

Exact steps for others to reproduce the error

  • Open the attached .blend file
  • Run the python script

Scrub the timeline to see that frame 9 still shows up at frame 9 in the 3d viewport even though it should be at frame 19. It does correctly show in the dopesheet however.

greasepencil_frame_update_bug.blend

**System Information** Operating system: Linux-5.15.0-10037-tuxedo-x86_64-with-glibc2.35 64 Bits Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.129.06 **Blender Version** Broken: version: 3.3.0 Alpha, branch: master, commit date: 2022-07-07 14:01, hash: `59e1009f10` Broken: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: e05e1e3691 Worked: (unkown) **Short description of error** When changing the `frame_number` of a grease pencil frame, the grease pencil object is not updated correctly. The frame stays where it previously was. **Exact steps for others to reproduce the error** - Open the attached `.blend` file - Run the python script # Scrub the timeline to see that frame 9 still shows up at frame 9 **in the 3d viewport** even though it should be at frame 19. It does correctly show in the dopesheet however. [greasepencil_frame_update_bug.blend](https://archive.blender.org/developer/F13265598/greasepencil_frame_update_bug.blend)
Author
Member

Added subscriber: @filedescriptor

Added subscriber: @filedescriptor

This issue was referenced by 60e2dfd1e8

This issue was referenced by 60e2dfd1e84e78cd3d182c94e0548869d6108351

Added subscriber: @TinyNick

Added subscriber: @TinyNick

Added subscriber: @mano-wii

Added subscriber: @mano-wii

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

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

Adding the line bpy.data.grease pencil["Stroke"].update tag() seems to partially solve the problem.
I wonder if this update tag should be done directly in RNA (as seen by using rna_GPencil_update on other properties).
It looks more like an API design issue. Should the prop call the update functions automatically or let the coder handle it?

(in my opinion it should be the first case).

Adding the line `bpy.data.grease pencil["Stroke"].update tag()` seems to partially solve the problem. I wonder if this update tag should be done directly in RNA (as seen by using `rna_GPencil_update` on other properties). It looks more like an API design issue. Should the prop call the update functions automatically or let the coder handle it? (in my opinion it should be the first case).

Added subscriber: @antoniov

Added subscriber: @antoniov

I don't see any problem updating in RNA directly as @filedescriptor made... not sure if he tested to see if any performance issue, if not...the fix LGTM.

I don't see any problem updating in RNA directly as @filedescriptor made... not sure if he tested to see if any performance issue, if not...the fix LGTM.

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

Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'
Author
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Falk David self-assigned this 2022-08-23 13:54:16 +02: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
5 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#99524
No description provided.