Skip to content

Commit

Permalink
Update version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrorEnales committed Jul 9, 2022
1 parent 4e0a85c commit bcdea72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* **[fix]** Fix small greedy meshing issue
* **[fix]** Fix material per color mode
* **[feature]** New material mode "Textured Models (UV unwrap)"
* **[feature]** Use scene graph name properties for group and model names
* **[feature]** Basic camera import

## [v1.2.3](https://github.com/AstrorEnales/blender_magicavoxel/releases/tag/v1.2.3)

Expand Down
2 changes: 1 addition & 1 deletion blender_magicavoxel.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
bl_info = {
"name": "MagicaVoxel VOX format",
"author": "AstrorEnales",
"version": (1, 2, 3),
"version": (1, 3, 0),
"blender": (3, 0, 0),
"location": "File > Import-Export",
"description": "Importer for MagicaVoxel VOX files",
Expand Down

0 comments on commit bcdea72

Please sign in to comment.