I'm trying to create a simple script to use in Cinema 4D that will push the render settings to an external render manager called Smedge. The script is in Python. I haven't really done any programing in python, so I'm sort of stuck right now. Right now my script kicks out a file with my collected data in it, but I'm not sure how to make it execute. I've tried exec and eval. I don't really need it to kick out a file, I just did that so I could see...