Update
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal 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/
|
||||
Binary file not shown.
Binary file not shown.
@@ -40,4 +40,4 @@ global proc shelf_Nexus_Animation () {
|
||||
-flat 1
|
||||
;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ global proc shelf_Nexus_Modeling () {
|
||||
-flat 1
|
||||
;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ global proc shelf_Nexus_Rigging () {
|
||||
-flat 1
|
||||
;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user