Skip to content

Commit

Permalink
Updated Apple Silicon Support and support for blender 3.6
Browse files Browse the repository at this point in the history
This update adds a conditional that detects if the system is using Apple Silicon.

If the system is not using Apple Silicon, it will just default to the regular previous code, if it is, it is using the new code added by nurjeff.

The plugin worked for Blender 3.6 by default, but now I have updated the _init_.py to reflect it.

Co-Authored-By: Jeff Schmitz <[email protected]>
  • Loading branch information
ionthedev and nurjeff committed Sep 27, 2023
1 parent 2b430ca commit 4439103
Show file tree
Hide file tree
Showing 3 changed files with 2,145 additions and 1,010 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ReSprytile",
"author": "Jeiel Aranal Updated by: Brandon Friend",
# Final version number must be two numerals to support x.x.00
"version": (0, 6, 75),
"blender": (3, 4, 0),
"version": (0, 7, 1),
"blender": (3, 6, 4),
"description": "A utility for creating tile based low spec scenes with paint/map editor tools",
"location": "View3D > UI panel > ReSprytile",
"wiki_url": "https://docs.sprytile.xyz/quick-start/",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="sprytile-logo.png?raw=true" height="100px"/>
<h1 align="center">ReSprytile</h1>
<h2 align="center">Fork of Sprytile Painter</h2>
<h3 align="center">Updated for Blender 3.6 on ARM macOS</h3>
<h3 align="center">Updated for Blender 3.6</h3>
<h4 align="center">
A <img src="https://download.blender.org/institute/logos/blender-socket.png" height="20px"/> addon for creating tile based low spec 3D scenes. (Unofficial port for blender 3.6)
</h4>
Expand All @@ -25,7 +25,7 @@ Download from [releases](https://github.com/ologon/Sprytile/releases).

### Getting Started:

* [Sprytile Basics Tutorial](http://docs.sprytile.xyz/quick-start/) ([video](https://youtu.be/-ezYZgMp-R0))
* [Sprytile Basics Tutorial](http://docs.sprytile.xyz/quick-start/) ([video](https://youtu.be/-ezYZgMp-R0))
* Blender 2.8 specific [tips](https://itch.io/post/1034106)

### Community:
Expand Down
Loading

0 comments on commit 4439103

Please sign in to comment.