Bug 491389

Summary: Require access to canvas to update its context through script
Product: [Applications] krita Reporter: ryzenway <ryzenway>
Component: ScriptingAssignee: Krita Bugs <krita-bugs-null>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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