Ridley5 opened this issue on Jul 26, 2010 · 1724 posts
LaurieA posted Sat, 14 August 2010 at 6:33 PM
Quote - > Quote -
and please tell us what it was that failed. that helps to pinpoint any problem areas.
These are the last few lines showing in the exporter when I try to run my new scene:
File "C:Program FilesSmith MicroPoser Pro 2010RuntimePythonluxmaticmatcore.py", line 503, in emitLux
print >>s, 'Texture "%s" "%s" "%s"' % (name, vtype, self.LuxType)
AttributeError: 'Color_Round' object has no attribute 'LuxType'Is that sufficient info? I don't know what else ...
I can't figure out where it's getting Color_Round from to begin with. It's not a default Vicky, but I'm working from a modified VSS shader.
From what I can glean from that error message, it looks as though one of your shaders is using the "Round" function - something Lux has no equivalent for.
Laurie