Skip to content

Commit

Permalink
Split addon code into modules (#486)
Browse files Browse the repository at this point in the history
* adding maxxon paths
* split into modules
* more module separation
* more separation
* separate ui
* more cleanup
* cleanup paths
* remove ignores and attributes
* add a manifest
* fix import error with polygroups
* fix vertex color export and improve performance
* numpy performance test
* Revert "numpy performance test"
This reverts commit 5c9ada6.
* improve UV map export
* fix import
* fix error output; update version

---------

Co-authored-by: dg <>
Co-authored-by: dan <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
kromar and dan authored Sep 9, 2024
1 parent 9b54337 commit 1083837
Show file tree
Hide file tree
Showing 14 changed files with 2,342 additions and 2,178 deletions.
17 changes: 0 additions & 17 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
52 changes: 1 addition & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.pyc
.idea/
.vscode/
__pycache__
__pycache__
Loading

0 comments on commit 1083837

Please sign in to comment.