Addon: Storypencil clears all frame_change_post handlers #103028
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#103028
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?
System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94
Blender Version
Broken: version: 3.4.0, branch: blender-v3.4-release, commit date: 2022-12-06 18:46, hash:
blender/blender@a95bf1ac01
Worked: ?
Storypencil Version: 1.1.1
Short description of error
Upon loading Storypencil clears all frame_change_post handlers.
This renders other addons unusable.
Added subscriber: @Lachi
Added subscriber: @mano-wii
Changed status from 'Needs Triage' to: 'Confirmed'
There is indeed a
bpy.app.handlers.frame_change_post.clear()
in the code:{https://developer.blender.org/diffusion/BA/browse/master/storypencil/init.py$178}
Doesn't seem like good practice.
I could be wrong but I'm confirming it as a bug for now.
Added subscriber: @antoniov
Yes, it's a mistake...I guess it was a debug line that we did not replaced with the right one.
EDIT:
I guess the right code is:
Since we forgot to include the addon with the 3.4 release, we are preparing an improved version for 3.4.1.
This issue was referenced by
4920c2cbb8
This issue was referenced by
3c675e2c16
Changed status from 'Confirmed' to: 'Resolved'
This issue was referenced by
708dff3ea0
This issue was referenced by
1168a4fd9b