Haider_of_Sweden: you can press Run the execute the code inside the Macroscript without executing the header I doubt that it would be that easy. …
You can read .mcr file as string with something like this (dotnetclass “System.IO.File”).ReadAllText and remove the macroscript definition header And …
<string>substring <string> <from_integer> <length_integer> maxscript reference
I would say it’s some sort of obfuscation
can you pass an array of arguments?
check out the last example
Whatever I’ve tried I couldn’t get beyond crash on max startup. And seems like there’s not a single working ‘helloworld’ example on the web
fxNd = XmlDoc.createElement “fx” –(FL_pixels_Width as string) fxNd.InnerText [B]=[/B] (FL_pixels_Width as string) calibrationNd.appendChild fxNd fy…
I think you just need to focus trackview window somehow and then run actionMan.executeAction 1 “750” ps. setForegroundWindow
try it that way. actionman.executeaction 0 “50025” actionMan.executeAction 1 “750”
you could use #postRenderFrame callback and rename saved file renameFile <old_filename_string> <new_filename_string>
not a first time I begin to search at github instead of here. Thank you, Denis.
Many searches contain mispelled words, and users will expect these searches to magically work. This magic is often done using levenshtein distance. …