[Bf-committers] Fixing Windows console

2013-04-06 Thread Alexandr Kuznetsov
Hi. Blender on Windows starts as console app and hides the console few seconds after the start. I reimlemmented, so Blender starts without any console. In addition, user can open console from Blender. The problem with this approach is that calling Blender.exe from cmd returns immediately. This

Re: [Bf-committers] Fixing Windows console

2013-04-06 Thread Dalai Felinto
Hi Alex, "The problem with this approach is that calling Blender.exe from cmd returns immediately." What do you mean by that? Does Blender close? Or does the console itself close? I think this is a really good thing to tackle. If not for Blender at least for the blenderplayer. My suggestion:

Re: [Bf-committers] Fixing Windows console

2013-04-06 Thread Bassam Kurdali
also keep in mind that network/ renderfarm rendering needs to work from the console as well - and I'm guessing that running it with a special windows flag could be in issue for mixed OS renderfarms. On Sat, 2013-04-06 at 16:22 -0700, Dalai Felinto wrote: > Hi Alex, > > "The problem with this appr