ChaosGroup / blender_with_vray_additions

Blender with patches for V-Ray *.vrscene export
Other
28 stars 13 forks source link

'KeyError: Texture' when importing VRMat file #175

Open mrbalihai opened 7 years ago

mrbalihai commented 7 years ago

Importing a vrmat file that has been exported via 3DS Max results in a 'KeyError' for 'texture'.

I've attached an example of a file that has the error.

Blender (With V-Ray Additions) OSX v2.77.3 Exporter v3.2116

File "/Applications/ChaosGroup/Blender 2.77 (With V-Ray Additions)/blender.app/Contents/Resources/2.77/scripts/addons/vb30/nodes/importing.py", line 367, in CollapseToValue texture = pluginAttrs['texture'] KeyError: 'texture'

1___Atique_Pewter.vrmat.zip

bdancer commented 7 years ago

Does it work with the VRmat node?

JuhaW commented 7 years ago

Yes, works with VRmat node but when import same error than in the first post.

mrbalihai commented 7 years ago

I concur with @JuhaW. The VRMat node works nicely but its the import that fails.