Add-on that converts rendered frames into a sprite sheet once the render is completed, so that you can have a nice animation for games, apps or websites
Stars
60
Forks
20
Watchers
60
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
8
commits
4
commits
3
commits
2
commits
1
commits
1
commits
Move png files to a spritify-specific tmp directory to avoid running convert on random files in tmp (mitigates issue https://github.com/FreezingMoon/Spritify/issues/6). Fix a crash caused by using popup incorrectly (Try to use operator's self.report if operator is available, otherwise use console).
ba238d5View on GitHubFollow PEP8 for readability (python3 -m pycodestyle) and documentation (move method and class descriptions from comments above to docstring). Change code problems from XXX to FIXME since FIXME will be listed by some code editors.
d00452eView on GitHubMerge pull request #17 from deep-entertainment/issue-15-16
9d724b8View on GitHubfix: Support render regions when creating spritesheets. Fixes #18
e8ae034View on GitHubfix: Sanitized whitespace format from mixed tabs/spaces to spaces. Added configuration of binary path. Added support for multiviews
92327d9View on GitHubMerge pull request #14 from jay-j/fix-force-image-depth
0f9d8deView on GitHubMerge pull request #13 from jay-j/fix-image-order-linux
1d23871View on GitHub