Speech bubble manager for comics (batch add, edit in place, etc)

Made a plugin to help with batch creating speech bubbles and editing them, similar to CSP’s story editor. Code is largely based off of Rogudator’s Speech Bubble Generator. I made it for personal use and didn’t test it too much so use it at your own risk, but I hope some find it useful!

Link to the demo.

Download the zip here!

6 Likes

Link to Rogudator’s original plugin (I couldn’t put more than two links!)

1 Like

Great work! Just FYI Rogudator’s original code was published under a GPLv3 license, so you need to upload your plugin’s source code to github as well (or any other git manager really).

1 Like

Yeah this is also GPLv3, I include the license file with the plugin! I don’t think that necessitates that you upload to github though, after all the source code is right there with the plugin zip file..? Correct me if I’m wrong but I’m pretty sure I already satisfy the source code distribution part.