Notifications
Clear all
[Closed] CUI mouse navigation access
Oct 15, 2014 3:42 pm
Does any one know how to get to the custom user interface mouse controls. Either in maxscript or the sdk. Preferably the sdk.
the blue area in the picture below is what i’m after.
Thanks.
1 Reply
Oct 15, 2014 3:42 pm
everything stored in max CUI mouse file, which can be found in max INI file if category #CuiConfiguration by name #MouseFileName
mxs solution is:
getinisetting (getmaxinifile()) #CuiConfiguration #MouseFileName
so it’s easy to get. but it’s not the same easy to set. you have somehow force max to update mouse settings.