This commit is contained in:
Jeffreytsai1004 2025-01-11 17:38:05 +08:00
parent 069f7929ef
commit 6a41571643
4 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SCRIPTS_PATH = os.path.join(ROOT_PATH, "scripts").replace("\\", "/")
ICONS_PATH = os.path.join(ROOT_PATH, "icons").replace("\\", "/")
TOOL_ICON = os.path.join(ICONS_PATH, "logo.png").replace("\\", "/")
DEFAULT_ICON = "commandButton.png"
TOOL_HELP_URL = f"http://10.72.61.59:3000/ArtGroup/{TOOL_NAME}/wiki"
TOOL_HELP_URL = f"https://gitea.cgnico.com/CGNICO/MetaFusion/wiki"
TOOL_WSCL_NAME = "MetaFusionWorkSpaceControl"
MOD_FILE_NAME = f"{TOOL_NAME}.mod"
MAIN_SCRIPT_NAME = f"{TOOL_NAME}.py"

BIN
data/mh4/img/Ada.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -21,7 +21,7 @@ import maya.mel as mel
# Standard library imports
import BodyPrep
import BatchImport
import DNA_Viewer
import dna_viewer
import DNA_Browser
from DNA_Browser import FlowLayout