Read this article on MMAKER.MOE for the complete and interactive experience! https://twitter.com/lachrymaL_F/status/1363085612153208832
Tag: Programming
The F-Curve Enigma
https://twitter.com/grunku/status/1274938063173509121 I was informed of this peculiar behavior of animation curves in Blender by grunku in MMaker's short lived server a while ago. Since I'm so accustomed to After Effects animation curves, this does seem to be very weird. At the time, I didn't think much of it, "maybe I'll do some testing later" and … Continue reading The F-Curve Enigma
After Effects Scripting (ExtendScript)
I realized I haven't written on this blog for a while, so I'm going to share something I made for a project WIP. So I had to work in a huuuuuuuge comp, there was like a couple hundred layers in there, honestly this is not a good way to work in this program but you … Continue reading After Effects Scripting (ExtendScript)
Protected: Playing with Google Calendar API
There is no excerpt because this is a protected post.
After Effects Expressions (JavaScript)
After Adobe made to switch from ExtendScript to full on JavaScript, I grew increasingly interested in them. A good video tutorial series I found is this one by Parker Young from Animoplex.And this ancient website motionscript.com from Dan Ebberts also helped me quite a bit.And of course the official expression language reference from Adobe. This … Continue reading After Effects Expressions (JavaScript)
SubtitleFixer
Wrote a program because the subtitles I got for GochiUsa are from a TVRIP but the raws are from Blu-ray so they didn't line up dumb python code the file input is passed in as an argument and everything else will be prompted, creates filename_treated.ass in the same directory as the input file because why … Continue reading SubtitleFixer