Update
This commit is contained in:
@@ -24,17 +24,16 @@ from . import ModIt_CSS
|
||||
|
||||
|
||||
##_____________________________________________PATH
|
||||
MODIT_DIR = os.path.dirname(os.path.abspath(__file__)).replace('\\', '/')
|
||||
USERAPPDIR = mc.internalVar(userAppDir=True)
|
||||
VERSION = mc.about(v=True)
|
||||
# Get ModIt's actual location
|
||||
ModItDir = os.path.dirname(os.path.abspath(__file__))
|
||||
IconsPathThemeClassic = os.path.join(ModItDir, 'Icons/Theme_Classic/')
|
||||
ToolPath = os.path.join(ModItDir, 'Tools/')
|
||||
PreferencePath = os.path.join(ModItDir, 'Preferences/')
|
||||
PlugInsPath = os.path.join(USERAPPDIR, VERSION+'/plug-ins')
|
||||
PrefIcons = os.path.join(USERAPPDIR, VERSION+'/prefs/icons')
|
||||
UserScriptFolder = os.path.join(USERAPPDIR, VERSION+'/scripts')
|
||||
RessourcePath = os.path.join(ModItDir, 'Ressources/')
|
||||
IconsPathThemeClassic = os.path.join(MODIT_DIR, 'Icons/Theme_Classic/').replace('\\', '/')
|
||||
ToolPath = os.path.join(MODIT_DIR, 'Tools/').replace('\\', '/')
|
||||
PreferencePath = os.path.join(MODIT_DIR, 'Preferences/').replace('\\', '/')
|
||||
PlugInsPath = os.path.join(USERAPPDIR, VERSION+'/plug-ins').replace('\\', '/')
|
||||
PrefIcons = os.path.join(USERAPPDIR, VERSION+'/prefs/icons').replace('\\', '/')
|
||||
UserScriptFolder = os.path.join(USERAPPDIR, VERSION+'/scripts').replace('\\', '/')
|
||||
RessourcePath = os.path.join(MODIT_DIR, 'Ressources/').replace('\\', '/')
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"MULTISIZEVALUE": 81.0}
|
||||
{"MULTISIZEVALUE": 0.5}
|
||||
@@ -1,2 +1,2 @@
|
||||
[General]
|
||||
windowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x9a\0\0\0\xd6\0\0\x2\xef\0\0\x3\x89\0\0\x1\x9b\0\0\0\xf5\0\0\x2\xee\0\0\x3\x88\0\0\0\0\0\0\0\0\a\x80\0\0\x1\x9b\0\0\0\xf5\0\0\x2\xee\0\0\x3\x88)
|
||||
windowGeometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\bT\0\0\x1q\0\0\t\xa9\0\0\x4\x32\0\0\bU\0\0\x1\x9e\0\0\t\xa8\0\0\x4\x31\0\0\0\0\0\0\0\0\xf\0\0\0\bU\0\0\x1\x9e\0\0\t\xa8\0\0\x4\x31)
|
||||
|
||||
Reference in New Issue
Block a user