Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
The plug-ins now have an add folder option in the preference setting. Is there a script equivalent for that?
Currently, the script should be located either somewhere in the user documents or in the installation directory, both of which are inconvenient to store. I'd rather point it to a dropbox folder where I store all my scripts and can easily refer.
Is this possible?
Hi @bentraje, for the moment there is only the environment variable C4D_SCRIPTS_DIR that you can define. However this can't be set for a specific Cinema 4D version and this will be global. You can also add multiple path by separating them with a ;.
C4D_SCRIPTS_DIR
;
Cheers, Maxime.
@m_adam
Thanks for the response. Modifying the environment varialbles works for my use case. Closing the thread now.