Not able to create multiple model set in Keyshot V10.2

Started by Sanket Apkare, May 09, 2022, 11:10:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sanket Apkare

Hello Everyone,
I am trying to create multiple modelSet using Python script, the script is working properly in the KeyShot V 9.2 and I am getting proper output but it is not working in KeyShot V 10.2 and it is getting hanged.
Please find the code below :

    for i in range(3):
       lux.newModelSet("Test" + str(i))