diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7896b34 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/2023/scripts/modeling_tools/__pycache__/__init__.cpython-39.pyc b/2023/scripts/modeling_tools/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index dd05daf..0000000 Binary files a/2023/scripts/modeling_tools/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/2023/scripts/modeling_tools/__pycache__/batchextrusion.cpython-39.pyc b/2023/scripts/modeling_tools/__pycache__/batchextrusion.cpython-39.pyc deleted file mode 100644 index 1ad3e46..0000000 Binary files a/2023/scripts/modeling_tools/__pycache__/batchextrusion.cpython-39.pyc and /dev/null differ diff --git a/2023/shelves/shelf_Nexus_Animation.mel b/2023/shelves/shelf_Nexus_Animation.mel index a7ff9a1..e8ecd21 100644 --- a/2023/shelves/shelf_Nexus_Animation.mel +++ b/2023/shelves/shelf_Nexus_Animation.mel @@ -40,4 +40,4 @@ global proc shelf_Nexus_Animation () { -flat 1 ; -} +} diff --git a/2023/shelves/shelf_Nexus_Modeling.mel b/2023/shelves/shelf_Nexus_Modeling.mel index 590ff7f..d8d721e 100644 --- a/2023/shelves/shelf_Nexus_Modeling.mel +++ b/2023/shelves/shelf_Nexus_Modeling.mel @@ -40,4 +40,4 @@ global proc shelf_Nexus_Modeling () { -flat 1 ; -} +} diff --git a/2023/shelves/shelf_Nexus_Rigging.mel b/2023/shelves/shelf_Nexus_Rigging.mel index 778a59f..3015b3c 100644 --- a/2023/shelves/shelf_Nexus_Rigging.mel +++ b/2023/shelves/shelf_Nexus_Rigging.mel @@ -40,4 +40,4 @@ global proc shelf_Nexus_Rigging () { -flat 1 ; -} +}