Does demo version plugin work in Poser9?

Poser (Integrated Plugin developed by Paul Kinnane)

Moderator: face_off

Forum rules
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
Post Reply
phdubrov
Licensed Customer
Posts: 15
Joined: Sun Mar 03, 2013 1:47 pm

Win 7 64
Poser 9.0.3.23027
Demo plugin 1.20a5
Licensed standalone 1.20

When I create prop and open Render>Octane Render I see this error

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files\Smith Micro\Poser Pro 2012\Runtime\Python\addons\OctaneRender for Poser\__init__.py", line 73, in Render
    
  File "C:\Program Files\Smith Micro\Poser Pro 2012\Runtime\Python\addons\OctaneRender for Poser\UiManager.py", line 3993, in ShowSetupForm
  File "C:\Program Files\Smith Micro\Poser Pro 2012\Runtime\Python\addons\OctaneRender for Poser\MaterialManager.py", line 131, in CreateNodesFromPoserScene
  File "C:\Program Files\Smith Micro\Poser Pro 2012\Runtime\Python\addons\OctaneRender for Poser\UiManager.py", line 738, in fillOctaneMaterialsArray
  File "C:\Program Files\Smith Micro\Poser Pro 2012\Runtime\Python\addons\OctaneRender for Poser\UiManager.py", line 1968, in createOctaneMaterial
AttributeError: 'module' object has no attribute 'SPECULAR_RATIO'


I have no C:\Program Files\Smith Micro\Poser Pro 2012 directory on my desktop. Poser and Demo are in C:\Program Files (x86)\Smith Micro\Poser9.
When i copy all in C:\Program Files\Smith Micro\Poser Pro 2012 error is the same.
User avatar
face_off
Octane Plugin Developer
Posts: 15696
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

Hi

Yes - the plugin should work on the demo version of Poser.

When PoserPython raises an exception, it lists the folder the python code was originally compiled in - not the folder on your PC, so pls ignore the references to Poser Pro 2012.

The error listed means it did not pick up the following line which is in 'OctaneDefaults.py'

Code: Select all

SPECULAR_RATIO = 0.5 # If a Poser Material has a transparency greater than this figure, it will be converted to an specular Octane material
So either OctaneDefaults.py did not install correctly (it should be in C:\Program Files (x86)\Smith Micro\Poser9\Runtime\Python\addons\OctaneRender for Poser), or it is corrupted or the wrong version (edit that file and see if SPECULAR_RATIO is listed).

Hope that helps.

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
phdubrov
Licensed Customer
Posts: 15
Joined: Sun Mar 03, 2013 1:47 pm

Thanks!
I have to add
SPECULAR_RATIO
GLOSSY_INDEX
GLOSSY_FILM_INDEX
in OctaneDefaults.
User avatar
face_off
Octane Plugin Developer
Posts: 15696
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

SPECULAR_RATIO
GLOSSY_INDEX
GLOSSY_FILM_INDEX
Interesting. Had you installed a very old demo version of the plugin prior to installing the latest version? Or was the lastest version the first time install?

Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
phdubrov
Licensed Customer
Posts: 15
Joined: Sun Mar 03, 2013 1:47 pm

Honestly I don't remember. May be about 10-11 month ago when I purchased Octane.
User avatar
face_off
Octane Plugin Developer
Posts: 15696
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

May be about 10-11 month ago when I purchased Octane.
That OctaneDefaults.py file is the only file which is not updated when you install a new version - so potentially you had a very early version which was missing some parameters. Attached is the latest version, which you can use to overwrite your OctaneDefaults.py.

Paul
Attachments
OctaneDefaults.zip
(2.57 KiB) Downloaded 176 times
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
phdubrov
Licensed Customer
Posts: 15
Joined: Sun Mar 03, 2013 1:47 pm

Thanks, will try this.
Post Reply

Return to “Poser”