You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to write with the UsdMaterialBake node, I get this error:
[INFO python.LookFileBakeAPI.LookFileBaker]: Writing pass 'default'
Traceback (most recent call last):
File "LookFileBaker.py", line 649, in bake
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/plugin/Plugins/usdExport.py", line 508, in writeSinglePass
writePassData(stage, rootPrimName)
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/plugin/Plugins/usdExport.py", line 412, in writePassData
materialDict)
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/plugin/Plugins/usdExport.py", line 275, in writeMaterialAttribute
WriteMaterial(stage, sdfLocationPath, materialAttribute)
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/lib/python/UsdExport/material.py", line 177, in WriteMaterial
AddMaterialInterfaces(stage, parameters, interfaces, material)
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/lib/python/UsdExport/material.py", line 676, in AddMaterialInterfaces
sourceAttr.getValue()).split(".")
AttributeError: 'NoneType' object has no attribute 'getValue'
[ERROR python.root]: A LookFileBakeException occurred in "LookFileBaker.py": Error writing UsdExport look file: 'NoneType' object has no attribute 'getValue'
Traceback (most recent call last):
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/plugin/SuperTools/UsdMaterialBake/Editor.py", line 100, in <lambda>
lambda checked : self.__groupNode.bake(parentWidget=self))
File "/net/pipeline/katana/plugins/KatanaUSD/build/4.5v2/plugin/SuperTools/UsdMaterialBake/Node.py", line 280, in bake
referenceOp, passNamesAndOps, rootLocations, assetId)
File "LookFileBaker.py", line 347, in bakeAndPublish
File "LookFileBaker.py", line 656, in bake
LookFileBakeException: Error writing UsdExport look file: 'NoneType' object has no attribute 'getValue'
After running this snippet, I found which child attributes have no src attribute:
When trying to write with the UsdMaterialBake node, I get this error:
After running this snippet, I found which child attributes have no src attribute:
Not sure if there are nodes that are not supported, and that's causing the problem.
Any feedback would be much appreciated.
Cheers!
The text was updated successfully, but these errors were encountered: