On 20/01/2016 at 09:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I've created a custom dial gui using iCustomGui. And I've placed in it the Integer drop down options in the User Data AM window.
It works good. But I want to change the default Min Max values.
They are currently set to: Min: 0 Max: 100
And I want to set them to: Min: -100 Max:100
Normally I access these descriptions by getting an object's UserData container.
How do we change these values from inside a custom gui plugin?
-ScottA