Skip to content

Commit 989d3d5

Browse files
committed
Move OTTUtils to a submodule
1 parent 8e2a008 commit 989d3d5

9 files changed

Lines changed: 8 additions & 179 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ottutil"]
2+
path = ottutil
3+
url = https://github.com/OpenToontownTools/OTTUtils.git

ott/OTTUtil.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

ott/Settings.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

ott/ShaderRegistry.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

ott/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

ottutil

Submodule ottutil added at df87f4a

toontown/hood/GenericAnimatedProp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from direct.interval.IntervalGlobal import *
44
from direct.directnotify import DirectNotifyGlobal
55

6-
from ott.ShaderRegistry import ShaderRegistry
6+
from ottutil.ShaderRegistry import ShaderRegistry
77

88
from toontown.toonbase import ToontownGlobals
99
from toontown.hood import ZoneUtil

toontown/leveleditor/LevelEditorPanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .LevelEditorGlobals import *
1414
from .LESceneGraphExplorer import *
1515

16-
from ott.ShaderRegistry import ShaderRegistry
16+
from ottutil.ShaderRegistry import ShaderRegistry
1717

1818
from toontown.fixes import VectorWidgets
1919

ttle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from panda3d.core import loadPrcFile, loadPrcFileData
1313
from tkinter import Tk, messagebox
1414

15-
from ott.Settings import Settings
16-
from ott.ShaderRegistry import ShaderRegistry
15+
from ottutil.Settings import Settings
16+
from ottutil.ShaderRegistry import ShaderRegistry
1717

1818
from toontown.toonbase import ToontownGlobals
1919

0 commit comments

Comments
 (0)