Various changes to optimizeTextures
Fixed Multithreading, fixed a bug with alpha channels and changed the output format to tga.
This commit is contained in:
6
Texturing/OptimizeTextures/freeze_support.py
Normal file
6
Texturing/OptimizeTextures/freeze_support.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import multiprocessing
|
||||
import sys
|
||||
|
||||
if getattr(sys, 'frozen', False):
|
||||
# Running as a frozen executable
|
||||
multiprocessing.freeze_support()
|
||||
Reference in New Issue
Block a user