Tackball error after compressing textures
Posted: Sat Dec 07, 2013 5:33 pm
Since Octane won't recognize all 4gb of my card, I tried the python script to compress textures and got this error.
Traceback (most recent call last):
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 360, in <module>
w = CompressTexturemaps()
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 57, in __init__
self.EventPropChange(None)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 142, in EventPropChange
self.fillMaterialsList(f)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 87, in fillMaterialsList
self.findAllImageFiles(propFigure)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 114, in findAllImageFiles
self.scanForTexture(node, "diffuse")
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 264, in scanForTexture
scanForTexture(inputs.InNode(), type)
NameError: global name 'scanForTexture' is not defined
Any ideas?
Traceback (most recent call last):
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 360, in <module>
w = CompressTexturemaps()
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 57, in __init__
self.EventPropChange(None)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 142, in EventPropChange
self.fillMaterialsList(f)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 87, in fillMaterialsList
self.findAllImageFiles(propFigure)
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 114, in findAllImageFiles
self.scanForTexture(node, "diffuse")
File "C:\Program Files\Smith Micro\Poser Pro 2014\Runtime\Python\poserScripts\ScriptsMenu\OctaneRender for Poser\Compress Texture Maps.py", line 264, in scanForTexture
scanForTexture(inputs.InNode(), type)
NameError: global name 'scanForTexture' is not defined
Any ideas?