Skip to content

Commit 5d2a35c

Browse files
committed
Renamed SharpSuite
1 parent d034b2c commit 5d2a35c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SharpSuite.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ def BatchImg():
196196
for i in root.materials:
197197
textures.append(root.materials[i])
198198

199-
from img2nutexbGUI import batchimg
199+
from img2nutexbGUI import img2nutexbGUI
200200
sys.path.insert(0, '/img2nutexbGUI/')
201-
batchimg.init(root.searchDir,root.destinationDir,os.getcwd() + r"/img2nutexbGUI/")
202-
batchimg.ValidatePorgram()
203-
batchimg.BatchImg(textures)
201+
img2nutexbGUI.init(root.searchDir,root.destinationDir,os.getcwd() + r"/img2nutexbGUI/")
202+
img2nutexbGUI.ValidatePorgram()
203+
img2nutexbGUI.BatchImg(textures)
204204

205205
def Main():
206206
Init()

0 commit comments

Comments
 (0)