Page 1 of 1

Starting indigo_console.exe from Blendigo

Posted: Tue May 31, 2016 1:28 am
by Phil
Hi,

how can I start indigo_console.exe instaed of indigo.exe with blendigo.
I need to realize this with a python script not necessery from the Blender GUI.

Best regards,

Phil

Re: Starting indigo_console.exe from Blendigo

Posted: Tue May 31, 2016 2:42 am
by Eneen
You can change it in util.py:
return os.path.join(getInstallPath(scene), "indigo.exe")
But there is also link to console below, so there maybe some kind of switch somewhere, not sure though...

Re: Starting indigo_console.exe from Blendigo

Posted: Tue May 31, 2016 3:10 am
by Phil
Hi Eneen,

thanks for the quick answer, that is a good start to search investigating.

Yes I see this:
return os.path.join(getInstallPath(scene), "indigo_console.exe")
But I did not find a switch (in the GUI), maybe this is only possible with python, this would be eniough for my need.

I will investigate all the python files...

Re: Starting indigo_console.exe from Blendigo

Posted: Tue May 31, 2016 6:14 am
by Phil
This seems to work as a switch

bpy.data.scenes['Scene'].indigo_engine.use_console = True

I typed this directly in the blender console, and then click on Render.
The process is running but I do not see any dos console...