Bug 491389 - Require access to canvas to update its context through script
Summary: Require access to canvas to update its context through script
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: Scripting (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-07 13:48 UTC by ryzenway
Modified: 2024-08-07 13:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ryzenway 2024-08-07 13:48:26 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
Require access to canvas to update its context through script. This will allow to make generative art dynamically like chrome thin brush. Currently not able to get context of canvas through script

STEPS TO REPRODUCE
1. Using script cannot access canvas object

OBSERVED RESULT
Not able to find any object that can edit canvas

EXPECTED RESULT
get canvas object to canvas to edit dynamically