Stop motion tool for Garry's Mod
Go to file
2021-12-29 12:26:04 +03:00
docs Design documentation for simplified design 2021-08-01 17:06:36 +03:00
lua Made net messages get separated into several messages that carry 1000 keyframes in case if we get more than those, to prevent net message overflows - theoretically should allow to load in unlimited amount of keyframes, however I expect it'll cause more load on the net 2021-12-29 12:26:04 +03:00
addon.json Removed ignore files from addon.json, no longer needed with export script 2018-07-19 19:22:07 +03:00
README.md Updated documentation 2018-07-18 23:00:54 +03:00
TUTORIAL.md Updated documentation 2018-07-18 23:00:54 +03:00
workshop_export.sh Create workshop export script. close #8 2018-07-12 20:25:47 +03:00

Stop Motion Helper

Stop Motion Helper is a tool for Garry's Mod designed to make stop motion animation easier and more manageable. It can also be used for recorded animation, but it is mainly designed around stop motion.

If you have any bug fixes or improvements you have made, feel free to make a pull request. However, before you do, please make sure your code works, is clean and clear (identation, variable names that are understandable, and comments for not-so-understandable parts) and uses reactive paradigm like the rest of the addon.