Itoo Software Forum

RailClone => RailClone Pro Beta => RailClone Pro (*) => Previous beta archive => Topic started by: Dragan on March 15, 2023, 01:05:13 pm

Title: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
Post by: Dragan 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 )
Title: Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
Post by: Dragan 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.
Title: Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
Post by: Dragan on March 15, 2023, 05:03:30 pm
The same goes for the Alignment.

Title: Re: Adaptive mode Any/Even/Odd --> Numeric/Selector not working
Post by: Paul Roberts 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