I use this command for toggle visibility of VRayProxy.
Within Maya GUI, it runs fast.
For example, when I run the script like below,
it tooks 0.002 seconds.
But, if I execute in maya batch.
it tooks over 1.5 seconds.
What is the reason for that?
Within Maya GUI, it runs fast.
For example, when I run the script like below,
Code:
cmds.vrayUpdateProxy('vrayproxy1', getObjectNames=True)
But, if I execute in maya batch.
it tooks over 1.5 seconds.
What is the reason for that?
Comment