Page 2 of 2

Re: exporter for 2.55?

PostPosted: Mon Nov 08, 2010 7:42 pm
by enricocerica
pixelrush wrote:try opening the script in wordpad and find the text in my pic.
remove some letters from the word 'sample' to make the whole name less than 31 characters.
just leaving the 's' ought to work.
havent tried running this but saw the issue here when passing
HTH


Right, since 2.55 it seems that variables name lenght couldn't exceed 30 car ...

Re: exporter for 2.55?

PostPosted: Tue Nov 09, 2010 6:59 am
by steveps3
cheers everyone :P

Re: exporter for 2.55?

PostPosted: Tue Nov 09, 2010 7:09 am
by pixelrush
ok sorry I didnt mention the other instance...too rushed ;)

Re: exporter for 2.55?

PostPosted: Wed Nov 17, 2010 8:16 pm
by steveps3
Any idea when we might get a new exporter? There are still a few missing bits and a few bugs.

:-)

Re: exporter for 2.55?

PostPosted: Thu Dec 16, 2010 10:34 pm
by dkalna
Hi there,

so I made that variable's name shorter and it showed up in Render Dropdown-list.
Now I got the GUI for Octane/OBJ Export Version 2.2

Now, how to use it? What shell I set as octane binary? Is it a octane.exe file?
I have tried that, but when I press Export OBJ/MTL Only or Render button I get
follwing error in console:

Code: Select all
Traceback (most recent call last):
  File "C:\PROGRA~1\Blender\2.55\scripts\io\engine_render_octane.py", line 1673,
 in draw
    scene.oct_active_camera=scene.camera.name
RuntimeError: Writing to ID classes in this context is not allowed: Scene, Scene
 datablock, error setting Scene.oct_active_camera

location:<unknown location>:-1

location:<unknown location>:-1



Any idea what am I doing wrong? I'm using latest build from graphicall.org 2.55.1 R33699 . Thanks a lot.

Re: exporter for 2.55?

PostPosted: Thu Dec 16, 2010 11:27 pm
by face
Maybe the variable names are changed between 2.54 and 2.55...

face

Re: exporter for 2.55?

PostPosted: Fri Dec 17, 2010 10:27 am
by dkalna
Hi face,

thank you for your response, but I think this time it has nothing to do with variable names.
It looks like that
Code: Select all
scene.oct_active_camera=scene.camera.name
is in wrong place...

Re: exporter for 2.55?

PostPosted: Fri Dec 17, 2010 11:10 am
by face
Then they have maybe changed the restrictions to set some values.
The place should be ok, because the 2.54 work with it, I think...

face

Re: exporter for 2.55?

PostPosted: Sat Dec 18, 2010 7:55 am
by dkalna
Hi there,

so I have managed that script to show up panels properly,
when I press "Export OBJ/MTL Only" button, I get OBJ and
MTL file, but when I press "Render" button, than blender
freezes and nothing happens. Now I do not know where to
look next. Any ideas out there, please?

Thanks a lot.