Itoo Software Forum

Author Topic: Adaptive mode Any/Even/Odd --> Numeric/Selector not working  (Read 1750 times)

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Adaptive mode Any/Even/Odd --> Numeric/Selector not working
« on: March 15, 2023, 01:05:13 PM »
Adaptive mode Any/Even/Odd is not affected by the Numeric>Selector node.
I used Constant 0/1/2 and it is working, same values with Numeric/Selector mode, not working.
Just spotted using it in a Macro. I did not test it as a unique separate Generator.
Please confirm or should I send a simplified Style (please don`t make me do this  ;D )
« Last Edit: March 15, 2023, 01:09:10 PM by Dragan »

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
« Reply #1 on: March 15, 2023, 01:10:54 PM »
Simple arithmetic override:

return
if(input1==0,0,
if(input1==1,1,2));

is working

So, I`m not sure if the float vs integer could be the problem.

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
« Reply #2 on: March 15, 2023, 05:03:30 PM »
The same goes for the Alignment.


Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
« Reply #3 on: March 15, 2023, 06:18:50 PM »
Thanks for reporting this Dragan, I'm adding it to our snagging list.

All the best,
Paul
Paul Roberts
iToo Software