THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/09/2010 at 15:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12
Platform: Windows ; Mac OSX ;
Language(s) : PYTHON ;
---------
Hi.
Is there any way to have a dynamic MAXSLIDER value via python?
In my res file for real slider in a pytag I have:
REAL MIXAB {UNIT REAL; MIN 1.0; MAX 100.0; CUSTOMGUI REALSLIDER; STEP 0.01; MINSLIDER 1.0; MAXSLIDER 4.0;}
I guess the res file is read into Cinema at start up as when doing
an edit of the file and re save it, the changes are not taken in account.
The idea is to be able to change the MAXSLIDER value from a variable
while the app is running.
I've tried to go via the tags basecontainer but no luck atm.
Cheers
Lennart