Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: DT on October 18, 2024, 11:59:58 am

Title: Wish: Export Parameters of Numeric Values
Post by: DT on October 18, 2024, 11:59:58 am
Hi,

It would be nice to be able to export parameters of the numeric values. For instance I want to drive the minimum of a numeric value based on another input. Is this possible atm or can this be implemented?
Title: Re: Wish: Export Parameters of Numeric Values
Post by: DT on October 18, 2024, 12:15:41 pm
I'm guessing it's possible do this with some boolean logic magic or with the arithmetic node, but that's quite a workaround.
Title: Re: Wish: Export Parameters of Numeric Values
Post by: iToo on October 18, 2024, 12:47:13 pm
That may be problematic, because limits are defined using different parameters, depending of the type of value (integer, float and scene units).
It may result a bit strange to expose six parameters, to be able to handle the limits.

There is not a simple way to put everything in a simple pair of min/max values.
Title: Re: Wish: Export Parameters of Numeric Values
Post by: Michal Karmazín on October 18, 2024, 01:14:21 pm
Please feel free to check the attached scene with the 'LimitValue' macro, which was made by my colleague Paul. I hope it’s helpful.

Best regards,
Title: Re: Wish: Export Parameters of Numeric Values
Post by: DT on November 07, 2024, 11:49:02 am
Please feel free to check the attached scene with the 'LimitValue' macro, which was made by my colleague Paul. I hope it’s helpful.

Best regards,


Sorry for the late reply I will check it out thank you.