Here it is ...
EDIT:
Due to problems with a \n here is the fixed version..some improvemnts on light settings thanks to zuegs
EDIT NOW BETA 2
and the => LINUX/WINE VERSION
read readme for news..
cheers
u3dreal
sorry u3dreal, im my opinion it is a little bit to compactAwesome, so much more compact. Thanky!![]()
I just took a look on the code right now, and you changed a lot of thingsThats a know problem .... maybe you can find a solution
the " won't help.. ;(
install blender to none " " space dir..
u3dreal wrote: @jurasek Ok here is the Linux / wine version
should run from within blender... readme !!!! update on top ..
Code: Select all
INDIGO EXPORT
Saving to '/home/jurasek/indigo <- enter space here (shouldn't be ../indigo/default.xml'... ?)
/default.xml'...
Traceback (most recent call last):
File "<string>", line 1120, in buttonEvt
File "<string>", line 645, in save_still
File "<string>", line 371, in save_indigo
IOError: [Errno 2] No such file or directory: '/home/jurasek/indigo\n/default.xml'
Here are the main changes:u3dreal wrote:@crsrma can you let me know how you modified it !! i will implement that for everyone ..
Code: Select all
# open 'IndigoWrapper.conf' and read the first line
f = open("C:\IndigoWrapper.conf", "r+")
ic=f.read()
f.close()
# create 'IndigoWrapper.cmd' and write two lines of code into it
f = open("C:\IndigoWrapper.cmd", 'w')
f.write("cd /d " + ic + "\n")
f.write("start /b /belownormal Indigo.exe %1 -t " + str(Threads.val) + "\n")
f.close()
# call external shell script to start Indigo
cmd="C:\IndigoWrapper.cmd " + filename
print cmd
os.system(cmd)
Users browsing this forum: No registered users and 115 guests