Itoo Software Forum

Author Topic: Wish: Export Parameters of Numeric Values  (Read 14300 times)

DT

  • Full Member
  • ***
  • Posts: 112
Wish: Export Parameters of Numeric Values
« 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?

DT

  • Full Member
  • ***
  • Posts: 112
Re: Wish: Export Parameters of Numeric Values
« Reply #1 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.

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4671
    • iToo Software
Re: Wish: Export Parameters of Numeric Values
« Reply #2 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.
Carlos Quintero
iToo Software

Michal Karmazín

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2959
Re: Wish: Export Parameters of Numeric Values
« Reply #3 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,

DT

  • Full Member
  • ***
  • Posts: 112
Re: Wish: Export Parameters of Numeric Values
« Reply #4 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.