You are not logged in.
Pages: 1
Is there a way to run an external command only if an operation is true?
Something like:
if ([[LayerNumber]] > 5 ) [[Exec python ...]]
Offline
I think it would be easier to just handle it on python side.
Another solution could be [[exec python file.{([[LayerNumber]]>5)}.py]]
Offline
Thanks for your answer Shahin,
I used your first suggestion and it is working fine
Sorry the delay but I was travelling
Offline
Pages: 1