Page MenuHome

Fix: System Console Window briefly flashes when exiting Blender on Windows
ClosedPublic

Authored by Shrey Aggarwal (shrey_agg) on Feb 4 2022, 5:54 PM.

Details

Diff Detail

Repository
rB Blender
Branch
console (branched from master)
Build Status
Buildable 20352
Build 20352: arc lint + arc unit

Event Timeline

Ray Molenkamp (LazyDodo) requested changes to this revision.Feb 4 2022, 6:02 PM
Ray Molenkamp (LazyDodo) added inline comments.
intern/ghost/intern/GHOST_SystemWin32.cpp
171–174

codestyle: missing braces

173

We're mere milliseconds from the process ending, does hiding the console if it was visible really bring anything to the table at this point?

This revision now requires changes to proceed.Feb 4 2022, 6:02 PM
Shrey Aggarwal (shrey_agg) requested review of this revision.Feb 4 2022, 9:41 PM

There's no lines being added or removed in this patch which is probably also why phab rejected it

I am getting this when using arc

Update the revision comments, then save and exit.
Exception
Editor exited with an error code (#1).

I ran this command
arc diff --update D14016.

What does it mean?

you probably don't have an editor environment variable set

Still some codestyle issues, but i'll fix those myself before landing, be sure to run make format in the source folder before submitting a diff next time.

This revision is now accepted and ready to land.Feb 4 2022, 11:11 PM

Landed, congratulations on your first blender contribution!