Search the Community
Showing results for tags 'scripting'.
Found 3 results
-
Hello- Does anyone have a good resource for a list of object ID's in C4D? I'm digging into scripting and need to be able to look up different object's IDs. I would have assumed Maxon would have provided a list somewhere, but they don't seem to and no amount of Googling has turned anything up. Any leads would be appreciated. Thanks!
-
having trouble finding a spesific answer for this one. right now I'm using app.project.file.path which gives me something like this: say I have a project file at ~/desktop/my_project/ae_project_files and I want to create an 'output' folder in ~/desktop/my_project/ how would I programmatically select a directory one up from the one my project file is in?
-
I'm currently working on a project that has me rendering lots (as many as 96 passes in a single render) of image sequences out of After Effects over and over again and repeatedly creating all the folders required to keep all this data organized is both tedious and a pain in the ass. I'm sure there has to be a way to automate this but don't really know where to begin looking. I'm looking for something like the FOLDER SETUP script Adobe puts out that does basically the same thing in your OS. Sadly for this project I need a Windows XP compatible solution, but I mostly work in OSX so anything would be helpful.