Skip to content

Commit bf28ba2

Browse files
authored
updated tracker URL
To point to this repository, as the old link was rather irrelevant.
1 parent 69846f2 commit bf28ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spritify.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
bl_info = {
2323
"name": "Spritify",
2424
"author": "Jason van Gumster (Fweeb)",
25-
"version": (0, 6, 3),
25+
"version": (0, 6, 4),
2626
"blender": (2, 80, 0),
2727
"location": "Render > Spritify",
2828
"description": "Converts rendered frames into a sprite sheet once render is complete",
2929
"warning": "Requires ImageMagick",
3030
"wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Render/Spritify",
31-
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=31129&group_id=153&atid=467",
31+
"tracker_url": "https://github.com/FreezingMoon/Spritify/issues",
3232
"category": "Render"}
3333

3434

0 commit comments

Comments
 (0)