Hi,
Is there a way to change some "Octane Preferences" via Maxscript ?
And if yes, how to have the list ?
Thanks
Octane render preferences via maxscript
Forum rules
Please post only in English in this subforum. For alternate language discussion please go here http://render.otoy.com/forum/viewforum.php?f=18
Please post only in English in this subforum. For alternate language discussion please go here http://render.otoy.com/forum/viewforum.php?f=18
YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |
the answer is no.....
YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |
@Vector6
Hi, thanks but it is not what I'm looking for
I want to acces to octane pref settings. For exemple, when I want to switch conversion on the fly, I would like to know if it is active or no, and I don't want to go to octane big pref settings.
Hi, thanks but it is not what I'm looking for

I want to acces to octane pref settings. For exemple, when I want to switch conversion on the fly, I would like to know if it is active or no, and I don't want to go to octane big pref settings.
YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |
- neonZorglub
- Posts: 1018
- Joined: Sun Jul 31, 2016 10:08 pm
Hi HHbomb,HHbomb wrote:@Vector6
Hi, thanks but it is not what I'm looking for
I want to acces to octane pref settings. For exemple, when I want to switch conversion on the fly, I would like to know if it is active or no, and I don't want to go to octane big pref settings.
There are several functions to get and set those settings:
see viewtopic.php?f=27&t=62173
The OCMGetUserConfigValueXXXX and OCMSetUserConfigValueXXXX functions allow access to the Octane Global preferences variables.
(The variable names can seen in 'octane3dsMaxConfig.cfg', that can be located by 'Explore User Settings folder' in the Tools menu of the Octane Global preferences.)
example: OctaneMaxFPI.OCMSetUserConfigValueInt "EnableOnTheFlyMaterialConversion" true
Sorry, you currently have to look into this cfg file to get the variable names; I'll add some functions to get those names from maxscript too..
Thanks
Thank you !
It is all I needed !!

YOKO Studio | win 10 64 | i7 5930K GTX 3090 | 3dsmax 2022.3 |