Hi y'all,
I've been running an asset baking script happily. Today I tried to run it on another computer and it failed in a very strange way.
Both machines: Maya 2022.4, VRay 6.
Working machine: Windows 10
Failing machine: Windows 11
Here is the weird fail:
In the script, I create a VRayBakeOptions set, and assign one object to it. Run the bake, change set assignment to next object, repeat. Like I said, it works.
On the working machine, the render log says, "V-Ray: Baking |hp_sourceGroup_R|nPower_2_R|polySurfaceShape3" and it outputs a PNG file.
On the nonworking machine, render log says, "V-Ray warning: No objects suitable for baking." and it outputs no file.
This is with the SAME scene file, writing to the SAME destination on the SAME network.
The nonworking machine can render frames normally to this directory in GUI and through Backburner.
The command shell where I run the script can create new files in the directory, so I don't think it's permissions.
WHY would this machine not correctly add an obejct to a baking set?
WHY do I always wait until days before deadline to add new machines?
What else can I try? I'm going nuts here, appreciate any suggestions.
I've been running an asset baking script happily. Today I tried to run it on another computer and it failed in a very strange way.
Both machines: Maya 2022.4, VRay 6.
Working machine: Windows 10
Failing machine: Windows 11
Here is the weird fail:
In the script, I create a VRayBakeOptions set, and assign one object to it. Run the bake, change set assignment to next object, repeat. Like I said, it works.
On the working machine, the render log says, "V-Ray: Baking |hp_sourceGroup_R|nPower_2_R|polySurfaceShape3" and it outputs a PNG file.
On the nonworking machine, render log says, "V-Ray warning: No objects suitable for baking." and it outputs no file.
This is with the SAME scene file, writing to the SAME destination on the SAME network.
The nonworking machine can render frames normally to this directory in GUI and through Backburner.
The command shell where I run the script can create new files in the directory, so I don't think it's permissions.
WHY would this machine not correctly add an obejct to a baking set?
WHY do I always wait until days before deadline to add new machines?
What else can I try? I'm going nuts here, appreciate any suggestions.
Comment