Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4125

Same code but different results in GH Python3 and Python 2 components

$
0
0

Not sure if it’s a bug, but when I try to filter input values, it gets different result in python3 component.
The code is pretty simple:

if x%2 == 0:
a = x
else:
b = x

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4125

Trending Articles