Hi,
One of our artists noticed that their mouse pointer were quickly changing between pointer and loading indicator when in Maya. This prohibited e.g. changing any attribute values in render globals. I suspected that some process was running and enabled "Echo all history" in the script editor. This made the script editor show that something was looping and causing the issues.
* The loop ended when opening a new scene.
* When re-opening the problematic scene, there was no loop.
* When opening the render globals window in the problematic scene, the looping started.
* By opening the problematic scene, immediately deleting the "vraySettings" node and then open the render globals window, the looping did not appear.
* After some time of working in the problematic scene where "vraySettings" was deleted, the looping re-appeared after some time.
Do you have any idea how we can stop this looping?
It seems limited to particular scenes for us, as we have multiple projects using this V-Ray version and not many of those projects are experiencing the loop.
OS: Windows 10 64-bit
Maya: 2016 Extension 1 Service Pack 5
V-Ray for Maya: 3.40.06 stable build 27040
The portion which was looping:
Full output in attached text file.
script_editor_output.txt
One of our artists noticed that their mouse pointer were quickly changing between pointer and loading indicator when in Maya. This prohibited e.g. changing any attribute values in render globals. I suspected that some process was running and enabled "Echo all history" in the script editor. This made the script editor show that something was looping and causing the issues.
* The loop ended when opening a new scene.
* When re-opening the problematic scene, there was no loop.
* When opening the render globals window in the problematic scene, the looping started.
* By opening the problematic scene, immediately deleting the "vraySettings" node and then open the render globals window, the looping did not appear.
* After some time of working in the problematic scene where "vraySettings" was deleted, the looping re-appeared after some time.
Do you have any idea how we can stop this looping?
It seems limited to particular scenes for us, as we have multiple projects using this V-Ray version and not many of those projects are experiencing the loop.
OS: Windows 10 64-bit
Maya: 2016 Extension 1 Service Pack 5
V-Ray for Maya: 3.40.06 stable build 27040
The portion which was looping:
Code:
vrayUpdateVRayCommonGlobalsTab; control -edit -enable false vrayBakeChannelCtrl; // Result: vrayBakeChannelCtrl // control -edit -enable false vrayBakeDilationCtrl; // Result: vrayBakeDilationCtrl // control -edit -enable false vrayBakeUMin; // Result: vrayBakeUMin // control -edit -enable false vrayBakeVMin; // Result: vrayBakeVMin // control -edit -enable false vrayBakeUMax; // Result: vrayBakeUMax // control -edit -enable false vrayBakeVMax; // Result: vrayBakeVMax // control -edit -enable false vraySphericalHarmonicsOptions; // Result: vraySphericalHarmonicsOptions // control -edit -enable false vrayColorSetName; // Result: vrayColorSetName // control -edit -enable false vrayBakeRGBColor; // Result: vrayBakeRGBColor // control -edit -enable false vrayBakeAlpha; // Result: vrayBakeAlpha // control -edit -enable false vrayPtexBakingOptions; // Result: vrayPtexBakingOptions // control -edit -enable false startNumberCtrl; // Result: startNumberCtrl // control -edit -enable false byFrameCtrl; // Result: byFrameCtrl // control -edit -enable false vray_misc_separateFiles; // Result: vray_misc_separateFiles // control -edit -enable false vray_misc_exportLights; // Result: vray_misc_exportLights // control -edit -enable false vray_misc_exportGeometry; // Result: vray_misc_exportGeometry // control -edit -enable false vray_misc_exportNodes; // Result: vray_misc_exportNodes // control -edit -enable false vray_misc_exportMaterials; // Result: vray_misc_exportMaterials // control -edit -enable false vray_misc_exportTextures; // Result: vray_misc_exportTextures // control -edit -enable false vray_misc_exportBitmaps; // Result: vray_misc_exportBitmaps // control -edit -enable false vray_misc_compressedVrscene; // Result: vray_misc_compressedVrscene // control -edit -enable false vray_misc_eachFrameInFile; // Result: vray_misc_eachFrameInFile // control -edit -enable false vray_misc_meshAsHex; // Result: vray_misc_meshAsHex // control -edit -enable false vray_misc_transformAsHex; // Result: vray_misc_transformAsHex // control -edit -enable false vrayPluginNamePrefix; // Result: vrayPluginNamePrefix // from maya.app.stereo import stereoCameraRig stereoCameraRig.rigRoot('persp') == '' # Result: True # stereoCameraRig.rigRoot('renderCam') == '' # Result: True # stereoCameraRig.listRigs(True) # Result: [] #
script_editor_output.txt
Comment