overte-JulianGro/tools/oven/src
Atlante45 80c0f2a21e Fix crash when passing --checkMinSpec flag
That flag caused a DLL to be loaded before Application was
	instanced.
	This triggers a Qt bug inside Q_COREAPP_STARTUP_FUNC that causes
	the previous registration pointing the startup function in
	the main executable to be overridden with the address of the
	function in the DLL (Since they both link the same static
	library)
	This leads to the correct function running in the wrong address
	space (the DLLs), hence not initializing some global variables
	correctly.
2018-02-22 16:29:38 -08:00
..
ui Cleanup dead code and unused var in BakerCLI 2017-12-07 10:54:39 -08:00
BakerCLI.cpp Cleanup dead code and unused var in BakerCLI 2017-12-07 10:54:39 -08:00
BakerCLI.h Add error text reading to asset server baking 2017-12-06 11:49:34 -08:00
DomainBaker.cpp fix folder name creation for duplicated models 2017-12-05 14:44:11 -08:00
DomainBaker.h Update FBXBaker to take output directory and update oven to use it 2017-08-21 13:40:51 -07:00
main.cpp Fix crash when passing --checkMinSpec flag 2018-02-22 16:29:38 -08:00
Oven.cpp Fix settings init in all exe 2018-01-26 15:53:08 -08:00
Oven.h use general worker threads for fbx baking 2017-09-12 20:02:27 -07:00