Yable ?

Does Yable work on windows 98 for Blender 2.27 ?

Yes, no problem here.

Get the latest version here: YableX

Tobur

Thanks

There’s an error with make directory in the script, could it be my anti-virus ?

no

did you point the yafrayroot path correctly like the instructions tells you?

Martin

I tried creating a folder and putting the script in it, but I still get errors, I even try putting it in the blender directory, but no log, the prompt said it created the directory but I don’t see it, what root directory are they refering to ?

Yable-0.30-3.py:2457: SyntaxWarning: name ‘oth_mixmode’ is used prior to global
declaration
def texbevent(evt):
Yable-0.30-3.py:2457: SyntaxWarning: name ‘oth_mulmode’ is used prior to global
declaration
def texbevent(evt):
Yable-0.30-3.py:2457: SyntaxWarning: name ‘oth_addmode’ is used prior to global
declaration
def texbevent(evt):
Yable-0.30-3.py:2457: SyntaxWarning: name ‘selcol1’ is used prior to global decl
aration
def texbevent(evt):
Yable-0.30-3.py:2457: SyntaxWarning: name ‘selcol2’ is used prior to global decl
aration
def texbevent(evt):
Yable-0.30-3.py:2642: SyntaxWarning: name ‘Layersw’ is used prior to global decl
aration
def layerbevent(evt):
Blender Version 227
/home/devnull/YFexport directory created
Traceback (most recent call last):
File “Yable-0.30-3.py”, line 90, in ?
raise “Could not create YABLEROOT directory”
Could not create YABLEROOT directory

Python version?

Stefano

Python 2.2.3 the one with all the bugs fixed.

Help please !!!

have a wee look at the script, if you scroll down a bit, you will see a part that has a variable “Yableroot”, you need to change this to something that is relevant to your computer (something like c:/Yableroot should work for win98)

I take that back

You should take that back, otherwise, I’m not too sure people would be willing to help you after such comments…

And yes, it IS written practicly everywhere that you need to change one simple line of code, but I guess you didn’t read so why am I asking…

Martin

When it ask for yableroot does it mean a directory name yableroot or yafray, because nothing shows up when I hit the export and render button.

Try it with All Caps on.

e.g.

C:\YAFRAY\BLENDER

This worked for me when I got the same error.

i tried all that “chenge path to c:\something\something”
it doest work i get the followin error

Console dump

====start=====
warning: name ‘txmenu’ is used prior to global declaration
warning: name ‘txmenu’ is used prior to global declaration
warning: name ‘texmenu’ is assigned to before global declaration
warning: name ‘mixmode’ is used prior to global declaration
warning: name ‘addmode’ is used prior to global declaration
warning: name ‘mulmode’ is used prior to global declaration
warning: name ‘mixmode’ is used prior to global declaration
warning: name ‘mulmode’ is used prior to global declaration
warning: name ‘addmode’ is used prior to global declaration
warning: name ‘oth_mixmode’ is used prior to global declaration
warning: name ‘oth_addmode’ is used prior to global declaration
warning: name ‘oth_mulmode’ is used prior to global declaration
warning: name ‘oth_mixmode’ is used prior to global declaration
warning: name ‘oth_mulmode’ is used prior to global declaration
warning: name ‘oth_addmode’ is used prior to global declaration
warning: name ‘selcol1’ is used prior to global declaration
warning: name ‘selcol2’ is used prior to global declaration
warning: name ‘marbleselcol1’ is used prior to global declaration
warning: name ‘marbleselcol2’ is used prior to global declaration
warning: name ‘Layersw’ is used prior to global declaration
ImportError: No module named warnings

===end====
Error python script error

and this in the text window

return preview_file.name

plese help

i am using yablex20030610-leope
and blender 2.28
and blender 2.25

both give the same problem

Make sure you set the Python Path in

My Computer>Properties>Advanced>Environmental Variables>

Under the second heading “System Variables” hit the “new” button

Variable Name: PYTHONPATH

Variable Value: C:\PYTHON23;C:\PYTHON23\DLLS;C:\PYTHON23\LIB;C:\PYTHON23\LIB\LIB-TK

give that a try