Forum: Poser - OFFICIAL


Subject: The LuxPose Project - Alpha Stage

Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts


Synpainter posted Sun, 03 October 2010 at 8:23 AM

Upon running newest Export script Version 1-40, all looks good until it hits the end, no LXM file gets completed...  :(

(P8 on Mac)

Traceback (most recent call last):

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/PoserLuxExporter.py", line 220, in ?

    ExportScene(scene, globalParameters).write(f)

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/workers/PoserLuxExporter_workers.py", line 559, in write

    ExportActor(actor, self.globalParameters).write(outfile)

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/workers/PoserLuxExporter_workers.py", line 184, in write

    params).write(file)

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/pydough/geometry_export.py", line 39, in init

    materials = get_materials(geom, convert_material)

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/pydough/geometry_export.py", line 16, in get_materials

    return [f(mat, geometry.material_key) for mat in geometry.materials]

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/workers/PoserLuxExporter_workers.py", line 85, in material_converter

    mat= MatConverter(mat, key).eval()

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/workers/BBLuxMat.py", line 93, in eval

    s = self.eval2(key)

  File "/Applications/Poser 8/Runtime/Python/poserScripts/ScriptsMenu/luxrender/workers/BBLuxMat.py", line 123, in eval2

    if isNode(color) : color=inp.Value_1

NameError: global name 'inp' is not defined