Starting indigo_console.exe from Blendigo

Announcements, requests and support regarding the Blender Indigo export script
Post Reply
4 posts • Page 1 of 1
Phil
Posts: 154
Joined: Mon Nov 06, 2006 2:22 am
Location: St. Wendel, Germany

Starting indigo_console.exe from Blendigo

Post by Phil » Tue May 31, 2016 1:28 am

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

Eneen
Posts: 169
Joined: Thu Jan 21, 2016 9:32 am

Re: Starting indigo_console.exe from Blendigo

Post by Eneen » Tue May 31, 2016 2:42 am

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...

Phil
Posts: 154
Joined: Mon Nov 06, 2006 2:22 am
Location: St. Wendel, Germany

Re: Starting indigo_console.exe from Blendigo

Post by Phil » Tue May 31, 2016 3:10 am

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...

Phil
Posts: 154
Joined: Mon Nov 06, 2006 2:22 am
Location: St. Wendel, Germany

Re: Starting indigo_console.exe from Blendigo

Post by Phil » Tue May 31, 2016 6:14 am

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...

Post Reply
4 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 16 guests