Recent Activity
Anthony
created page
Send selected nodes to new object (fancy way to create object merges)
9 months ago
9 months ago
Anthony
User for 3 years
Created Content
Recently Created Pages View All
Copy Text to Clipboard example
This example I make a dictionary and copy to clipboard. I also gather a frame range from files on...
Links
Big resource: https://lex.ikoon.cz/vex-snippets/
Spiral
#include "math.h" #include "voplib.h" float easeOutCirc ( float t ) { return sqrt ( 1 -...
Expressions
Switch by Normal: if(point("../resample3", 0, "N", 2)<0, 0, 1)
TOPs - symlink output file of parent
exportFile = str(work_item.expectedInputFiles[0]) dir = os.path.dirname(exportFile) newFile ...