KeyShot Forum

Technical discussions => Extending KeyShot => Scripting => Topic started by: Sanket Apkare on May 09, 2022, 11:10:40 PM

Title: Not able to create multiple model set in Keyshot V10.2
Post by: Sanket Apkare on May 09, 2022, 11:10:40 PM
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))