Ridley5 opened this issue on Jul 26, 2010 ยท 1724 posts
Khai-J-Bach posted Sat, 14 August 2010 at 6:25 PM
Quote - > Quote - I get this in LuxRender:
[2010-08-14 16:38:23 Severe error: 47] Parsing error in file 'poserscene_alpha 1.0.1.lxo' at line 1: syntax error
To clarify: if the export generates errors, does that mean it ruins the whole process and I have to get rid of unsupported stuff from my Poser scene?
When I exported via the Python script, it ran well until this:
AttributeError: 'Color_Round' object has no attribute 'LuxType'
So... where do I go from here?
TIA.
When the export shows an AtttributeError like in your case, it means the script is not (yet) able to translate a part of your scene into Lux format, Lux is going to fail when reading the scene file. You have to remove the offending part from your scene.
I found its best to add part to your scene one by one and regularly try to export, that way it'll be easy to pin-point exactly which part of your scene is breaking the export.
and please tell us what it was that failed. that helps to pinpoint any problem areas.