garbager:
Hi, well the problems are regarding what and where in the script needs setting up to get it to work with python 2.4 and Blender 2.37a or 2.4 alpha. I’ve tried messing with it’s paths etc on windows and linux.
There are a number of things that don’t work right. Like the root directory value, the script puts \ in the path instead of one in places, the envshader path or settings, not being able to find the shaders because the path gets \ put into it in places.
If you have time to download and run it your going to get the same errors as me i guess. I’m trying to configure it to run on my linux boxes.
On the commandline:
Using Python version 2.4
------- script start
/DG/Projets/Pixie/default//SurfaceShaders/
Traceback (most recent call last):
File “<string>”, line 243, in ?
File “/usr/lib/python2.4/UserDict.py”, line 17, in getitem
def getitem(self, key): return self.data[key]
KeyError: ‘SHADERS’
thanks