Linux- how to get Indigo UI to run after blendigo export
Posted: Sat Nov 17, 2007 3:30 am
Hey guys,
This is applicable to regular win32 Indigo versions (don't have a 64 bit OS) run via Wine in Linux, and I think it complements the great PDF tutorial published by joegiampaoli here:
http://www.indigorenderer.com/joomla/fo ... php?t=2921
LET'S GET STARTED!
Things you'll require: wine, latest version possible:
http://www.winehq.org/site/download
Download the best compatible version for your distro.
1. Uncompress Indigo 0.9 official or latest 1.0 to /home/myaccount
Get 0.9 stable here:
http://www.indigorenderer.com/joomla/in ... &Itemid=62
Get 1.0.3 here:
http://www.indigorenderer.com/joomla/in ... &Itemid=62
2. Download blendigo, latest version available for one or the other Indigo Version.
For Indigo 0.9:
http://www.indigorenderer.com/joomla/fo ... hp?id=2683
For Indigo 1.0:
http://www.indigorenderer.com/joomla/fo ... hp?id=2754
3. If you're using blendigo for 0.9, and you get a blender error message about not being able to find the .conf file when launching blendigo from the export menu , remember to check "Indigowrapper.conf" and rename it to "IndigoWrapper.conf" (capital W). Since Linux is case-sensitive, any name difference will cause an error.
4.With a text editor, modify "IndigoWrapper.conf" according to how and where you uncompressed Indigo0.9:
remember the capital/lowercase tip. Folder names must be typed in exactly.
5.Do the same with "IndigoWrapper101.conf", in case you're also using Indigo 1.0.3:
now we are set! 
4. Now here's the trick. I usually create shortcuts to Indigo on my desktop by using a very simple shell script:
Which simply automatizes the process to CD into your home account, indigo directory and then run the version via wine. Remember to also copy the script into your Indigo1.0 version of choice, and modify the paths accordingly 
5. Once created, simply name it "indigo" and create a launcher or shortcut on your desktop pointing to this shell script. Assign it a nice icon!
Or use my shell script as sample and png icon included in this zip:
http://files.wildspad.com/afecelis/indi ... script.zip
Now, just model your scene, apply materials via blendigo and when you export ,use the "Autorun" option selected; it will find the script and launch the indigo UI automatically!

I prefer to use indigo this way rather than the native linux build since it's only console mode.
Don't know if this was posted before, but I hope it helps someone.
Regards,
Alvaro
This is applicable to regular win32 Indigo versions (don't have a 64 bit OS) run via Wine in Linux, and I think it complements the great PDF tutorial published by joegiampaoli here:
http://www.indigorenderer.com/joomla/fo ... php?t=2921
LET'S GET STARTED!
Things you'll require: wine, latest version possible:
http://www.winehq.org/site/download
Download the best compatible version for your distro.
1. Uncompress Indigo 0.9 official or latest 1.0 to /home/myaccount
Get 0.9 stable here:
http://www.indigorenderer.com/joomla/in ... &Itemid=62
Get 1.0.3 here:
http://www.indigorenderer.com/joomla/in ... &Itemid=62
2. Download blendigo, latest version available for one or the other Indigo Version.
For Indigo 0.9:
http://www.indigorenderer.com/joomla/fo ... hp?id=2683
For Indigo 1.0:
http://www.indigorenderer.com/joomla/fo ... hp?id=2754
3. If you're using blendigo for 0.9, and you get a blender error message about not being able to find the .conf file when launching blendigo from the export menu , remember to check "Indigowrapper.conf" and rename it to "IndigoWrapper.conf" (capital W). Since Linux is case-sensitive, any name difference will cause an error.
4.With a text editor, modify "IndigoWrapper.conf" according to how and where you uncompressed Indigo0.9:
Code: Select all
/home/myaccount/indigo_v0.9.105.Do the same with "IndigoWrapper101.conf", in case you're also using Indigo 1.0.3:
Code: Select all
/home/myaccount/indigo_v1.0.34. Now here's the trick. I usually create shortcuts to Indigo on my desktop by using a very simple shell script:
Code: Select all
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/home/myaccount/indigo_v0.9.10"
wine indigo.exe $*
exit $? 5. Once created, simply name it "indigo" and create a launcher or shortcut on your desktop pointing to this shell script. Assign it a nice icon!
http://files.wildspad.com/afecelis/indi ... script.zip
Now, just model your scene, apply materials via blendigo and when you export ,use the "Autorun" option selected; it will find the script and launch the indigo UI automatically!

I prefer to use indigo this way rather than the native linux build since it's only console mode.
Don't know if this was posted before, but I hope it helps someone.
Regards,
Alvaro