- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
NOTICE: While this content is fully reusable, it is under a "copyleft" license. This means, if you reuse content from this mod in your mod, your edited version of my content must also be reusable, under the same condition. This does not mean your entire addon needs to be reusable, but the parts that are based on my content must be. So if you publish an addon with sprites based on this model, those sprites must remain reusable, but the rest of your addon doesn't need to be.
I've had Sparks marked as reusable since the beginning, but I realized, I should really post the Blender source files already. I was planning on cleaning it up and integrating it with a new version of my Blender template I still haven't made, but I figure, better get this out sooner rather than later, even if it's kind of rough around the edges.
If you want to load different sprites, go to the "Render Sprites" tab and change the
You can also see some scrapped design features there, as well as some other stuff I haven't actually used. Let me know if you have any questions!
I've had Sparks marked as reusable since the beginning, but I realized, I should really post the Blender source files already. I was planning on cleaning it up and integrating it with a new version of my Blender template I still haven't made, but I figure, better get this out sooner rather than later, even if it's kind of rough around the edges.
If you want to load different sprites, go to the "Render Sprites" tab and change the
what_to_do
line to the name of the sprite you want to render, then run the script. To render sprites, do the same thing, but put an exclamation point after it, e.g. what_to_do = 'STND!'
. Or, just set it to an empty string (what_to_do = ''
) to render all sprites.You can also see some scrapped design features there, as well as some other stuff I haven't actually used. Let me know if you have any questions!