Closed bornforthis2020 closed 3 years ago
This doesn't have anything to do with Lua but thanks to the snippet I was able to reproduce this. I added some fixes.
If you want you can download a fixed version from here to try for yourself. https://github.com/OpenFunscripter/OFS/actions/runs/1401885397
There should be a downloadable zip artifact.
Thanks, that seems to work
I've started working on an extension but I'm running in to a weird issue, I don't know if it's something I'm doing (or not doing) I am new to Lua. I noticed when clicking on/moving to actions (added by the function below) that the interval in the stats window read 0.00ms and showed the speed/duration/direction info of the next action. This wouldn't really be much of an issue until you copy/paste onto this point as you then end up with two points at the same time/position which seemed to cause an issue playing the script.
Here is a simplified version of one of my functions, it adds 101 strokes at an increasing rate of speed.
The place of the error seems to vary depending on the framerate of the video possibly?