dear all,
I try to running KeyShot on the command-line like " keyshot6.exe -script <python script file> (optional script arguments..)"
how can I get the arguments values in my script ?
regards
Quoteimport sys
for arg in sys.argv:
print(arg)
sys.exit(0)