Skip to content

Commit

Permalink
feat: support Blender 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed May 27, 2023
1 parent 5412878 commit 09506d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- https://download.blender.org/release/Blender2.83/blender-2.83.12-windows64.zip
- https://download.blender.org/release/Blender2.93/blender-2.93.9-windows-x64.zip
- https://download.blender.org/release/Blender3.3/blender-3.3.0-windows-x64.zip
- https://builder.blender.org/download/daily/blender-3.6.0-beta+v36.e2a75814ac9f-windows.amd64-release.zip
env:
BLENDER_VRM_EXCLUDE_GUI_TEST: true
steps:
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
- https://download.blender.org/release/Blender2.83/blender-2.83.12-macOS.dmg
- https://download.blender.org/release/Blender2.93/blender-2.93.9-macos-x64.dmg
- https://download.blender.org/release/Blender3.3/blender-3.3.0-macos-x64.dmg
- https://builder.blender.org/download/daily/blender-3.6.0-beta+v36.4c5998ee0bc2-darwin.x86_64-release.dmg
env:
BLENDER_VRM_EXCLUDE_GUI_TEST: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion io_scene_vrm/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

logger = get_logger(__name__)

MAX_SUPPORTED_BLENDER_MAJOR_MINOR_VERSION = (3, 5)
MAX_SUPPORTED_BLENDER_MAJOR_MINOR_VERSION = (3, 6)


@dataclass
Expand Down

0 comments on commit 09506d2

Please sign in to comment.