Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts
ayanematrix posted Sat, 02 October 2010 at 5:03 AM
Still appears to be an issue with setting lux_subdivision to 1 or more on Poser 6 and 7. Poser 6 error output:
Compiling C:program filesCurious LabsPoser 6RuntimePythonposerScriptsluxrenderluxmaticnodes.py
Loading pydough.geometry_export
Loading pydough.geometry
Loading pydough.from_poser
Loading pydough.to_lux
Loading pydough.geometry
Loading pydough.from_poser
Loading pydough.to_lux
Loading pydough.geometry_export
Loading pydough.geometry
Loading pydough.from_poser
Loading pydough.to_lux
Loading pydough.geometry_export
Loading pydough.geometry
Loading pydough.from_poser
Loading pydough.to_lux
LuxPose Version alpha 1.30e, exporting files to C:program filesCurious LabsPoser 6RuntimePythonposerScriptsluxrendertoLuxposerposerscene_alpha 1.30e.lxs
Using sampler metropolis
Using integrator bidirectional
Using accelerator qbvh
GEOMETRY EXPORT
CC-Subdivision for figures: 0
Figures compute normals: 1
Traceback (most recent call last):
File "
File "C:program filesCurious LabsPoser 6RuntimePythonposerScriptsluxrenderworkersPoserLuxExporter_workers.py", line 545, in write
ExportFigure(fig, self.globalParameters).write(outfile)
File "C:program filesCurious LabsPoser 6RuntimePythonposerScriptsluxrenderworkersPoserLuxExporter_workers.py", line 236, in write
meshparameterstring = (file,
UnboundLocalError: local variable 'sharp' referenced before assignment
Partial Poser 7 error output:
GEOMETRY EXPORT
CC-Subdivision for figures: 0
Figures compute normals: True
Traceback (most recent call last):
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsluxrenderPoserLuxExporter.py", line 219, in ?
ExportScene(scene, globalParameters).write(f)
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsluxrenderworkersPoserLuxExporter_workers.py", line 545, in write
ExportFigure(fig, self.globalParameters).write(outfile)
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsluxrenderworkersPoserLuxExporter_workers.py", line 236, in write
meshparameterstring = (file,
UnboundLocalError: local variable 'sharp' referenced before assignment
For the most part, the error is pretty much the same only with it being a bit easier to track down in Poser 7. Again, CC subdivision works on both versions. Also made sure to have the backslash escaped this time as to make it easier to read.
Hope that helps.