Skip to content

Commit

Permalink
Updated for Blender 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarsivarajan authored Aug 8, 2022
1 parent c89f57b commit a894cf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CubeSurfer
==========

IsoSurface mesher addon for Blender 2.93 (written in Cython).
IsoSurface mesher addon for Blender 3.2 (written in Cython).

The file `mciso.pyd` is built against Python 3.9 on Windows 10 with `python setup64.py install --user` in an environment with Cython.
The file `mciso.pyd` is built against Python 3.10.5 on Windows 10 with `python setup64.py install --user` in an environment with Cython.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
bl_info = {
"name": "CubeSurfer",
"author": "Jean-Francois Gallant (PyroEvil), Shankar Sivarajan",
"version": (0, 0, 3),
"blender": (2, 93, 0),
"version": (0, 0, 5),
"blender": (3, 2, 2),
"location": "Properties > Object Tab",
"description": "Isosurface remesher",
"warning": "", # used for warning icon and text in addons panel
Expand Down
Binary file added mciso.cp310-win_amd64.pyd
Binary file not shown.

0 comments on commit a894cf9

Please sign in to comment.