Skip to content

Commit

Permalink
RUV 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendinhat committed Oct 18, 2023
1 parent a939443 commit 3a8aa98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/.github/
*__pycache__/
*.py[cod]
*$py.class
.DS_Store
*.code-workspace
*.zip

.github/*
*/.github/ISSUE_TEMPLATE
*/.github/workflows
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
Expand Down
13 changes: 0 additions & 13 deletions RUV.code-workspace

This file was deleted.

2 changes: 1 addition & 1 deletion RUV/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "RUV Blender MacOS",
"author": "nguyendinhat",
"version": (1, 6),
"blender": (3, 6, 4),
"blender": (3, 6, 3),
"location": "View3D > Sidebar",
"description": "Addon Connect Blender with RizomUV MaOS",
"warning": "",
Expand Down
1 change: 0 additions & 1 deletion RUV/operators/fixuvmap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from bpy.types import Operator

class OP_FixUVMaps(Operator):
Expand Down

0 comments on commit 3a8aa98

Please sign in to comment.