Bug 461147 - Python Plugin - Channels to Layers not working anymore
Summary: Python Plugin - Channels to Layers not working anymore
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: 5.1.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-29 08:51 UTC by grum999
Modified: 2022-10-29 08:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Patch to apply to fix bug on plugin (1.66 KB, patch)
2022-10-29 08:51 UTC, grum999
Details

Note You need to log in before you can comment on or make changes to this bug.
Description grum999 2022-10-29 08:51:40 UTC
Created attachment 153291 [details]
Patch to apply to fix bug on plugin

SUMMARY
From Krita-Artists topic:
https://krita-artists.org/t/node-management-through-api-chaged-between-krita-5-0-6-and-krita-5-1-0/50279?u=grum999

With Krita 5.1.0, node manipulation through API is not working like before (5.0.6)
Then default python plugin "Channel to Layers" provided with Krita is not working anymore.

Dmitri recommended to fix plugin instead of trying to fix node management (working with nodes not attached to document layer stack is not considered as a "normal" case even if it could work)

Attached patch can be used to fix bug.