Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

nlsvdb

7
Posts
A member registered Dec 19, 2022

Recent community posts

El Sprytile original no funciona en Blender 4.2,  Use ReSprytile en su lugar. Eso es een tenedor del original y funciona bien en Blender hasta 4.2.   

https://github.com/ionthedev/ReSprytile

The original sprytile does not work in Blender 3 and 4 and is not been updated in 4 years.  Use ReSprytile instead and install the add- on in Blender Steam version. ReSprytile is a fork of the original and updated for use in Blender 3 and 4..

https://github.com/ionthedev/ReSprytile

For Blender 4 use ReSprytile instead. It works fine up to Blender version 4.2 and is simular to sprytile but without issues.

https://github.com/ionthedev/ReSprytile

The original Sprytile does not work in Blender 3 or 4. Use ReSprytile instead. That 's een fork of the original and works fine in Blender up to 4.2.   

https://github.com/ionthedev/ReSprytile

Try this.   If the palette is hidden by the toolbar, move the tile palette by putting your mouse in the tile palette, holding the shift key, and middle mouse dragging the tile palette. The scroll wheel zooms the palette in and out.

(2 edits)

See for solution post:  https://itch.io/t/2290505/fix-crashing-in-blender-3  or alternate you can  use  this version of Sprytile  https://github.com/ionthedev/ReSprytile

(2 edits)

Still got some errors when I followed the above instructions,
but after I also changed these lines 489 - 492 as follow in the sprytile_gui.py there are no more errors and Sprytile works perfectly in Blender v3.3 on a Windows 10 PC

 tilegrid.tile_selection[0] = int(sel_min.x)

                tilegrid.tile_selection[1] = int(sel_min.y)

                tilegrid.tile_selection[2] = int(sel_max.x - sel_min.x) + 1

                tilegrid.tile_selection[3] = int(sel_max.y - sel_min.y) + 1


Addition note:

Tested Sprytile further and it also works fine on: Bforartists 3 ( fork Blender) Version 3.4.0 (based on the Blender master 3.5 Alpha).

Sprytle will likely work as well in Blender v3.40 release.