This commit is contained in:
2025-11-23 21:16:07 +08:00
parent bd163ae8a5
commit d60cdc52fd
6 changed files with 48 additions and 3 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
*.manifest
*.spec
# Config
config.json
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
build/
dist/

View File

@@ -40,4 +40,4 @@ global proc shelf_Nexus_Animation () {
-flat 1
;
}
}

View File

@@ -40,4 +40,4 @@ global proc shelf_Nexus_Modeling () {
-flat 1
;
}
}

View File

@@ -40,4 +40,4 @@ global proc shelf_Nexus_Rigging () {
-flat 1
;
}
}