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, I want to get Preferences folder path of my c4d. Thanks for any help!
Hi @chuanzhen from Cinema 4D you can retrieve preference it using the maxon module (the future proof way)
Using the classic API (better for back-compatibility)
And finally if you are not within Cinema 4D you can compute it with Cinema 4D path, as demonstrated in retrieves_temp_folder_r17.py
Cheers, Maxime.
@m_adam Great, thank you!