is it possible for me to create a script, outside of c4d
-
Guys, I don't know if it's a very noob question, but is it possible for me to create a script, outside of c4d, in this example for testing, I have a Cube in my scene and I would like to print it when I click on a button that opens in the Tkinter window
-
Hi @pyxelrigger there is no real way to execute a script outside of Cinema 4D without Cinema 4D. The only option is to execute c4dpy which is a complete Cinema 4D instance run as a python interpreter. For more information about it, please read c4dpy manual. Note that you have the same limitation as a standalone Cinema 4D so you can't execute multiple c4dpy instance at the same time or they need to be in different folders.
Except that note that tkinter does not come by default with Cinema 4D, so you will need to install manually and don't really officially support, so it may or may not works, but from our personal experience in the SDK team, it should work.
Cheers,
Maxime.