Ah- please pardon the odd placement of my topic,
Iām new, as you can see, to this site.
Iād also looked through the dropdown menus on the drafting page to see if anything would fit better, but I mustāve missed the options youāve mentioned.
If youād like me to re-post in the scripting section, Iām happy to do so.
As for my goal, Iāll explain it in a different way"
Iām animating a kidsā ebook for an internship.
I was asked to make simple animations for each spread, which are a few to several seconds long.
When interviewing for the position, I was given the impression that it was a partly IT-based internship, but thankfully, through Krita, Iām already familiar with the animation process.
Part of my goals in this project is to make scripts, to later be used in a plugin, to automate simpler animations.
The script in the main post does 4 main tasks in a loop:
- It sets the current frame based on an int value (f, for frames).
- It uses the move tool (which must be selected as well as configured through its Tool Options) to move the current layer right (which can be substituted for the other cardinal directions).
- It creates a duplicate frame in the next frame from the current frame.
- It increments the int value up by 1 to advance to the next frame at the start of the next loop.
The questions near the bottom of the post regard my next steps of being able to make a similar script, but for rotation rather than translation, and for being able to access and configure the tool options using scripting, and later through a dialogue in the final plugin.
My hope is that, compared to posts Iāve read asking similar questions, the means to do these things are less difficult to access.
Once again, Iām happy to move my post if youād prefer.
Thank you.