This is something I’ve been making in the last week, it’s not finished but it’s working:
This is an alternative tool for making particle effects, it saves all the parameters in a json file (+some images), the rendering of the particles is assisted by a shader.
Manual:
When the script is lunched you will probably first see a white screen and all the panels - all the particles are initially rendered white, and the camera is zoomed in, just zoom out, the script uses the default mouse look.
UI:
Bottom rows (from top to bottom):
The buttons here show how the shape, size, color and transparency of the particles changes over their life time, the left side shows how they will look at the moment of their birth and the right side shows how they will look dieing.
-Shape:
There are 8 buttons/icons here (initially all white). Clicking one of them will show a pop-up window with available shapes, clicking a shape in that window assigns that shape at the given time. The shapes can be changed at will in any given moment. The eye icon in the far right can be used to hide/show this panel.
-Alpha:
There are 64 buttons here, forming a gradient. When you click any of them a pop-up widget, that will help select a value will be shown.
The widget will have a black and white gradient, an input field and two buttons labeled “Set Alpha” and “Remove Alpha”. Click on the gradient to set a value and then confirm by pressing the “Set Alpha” button. If you prefer to input a value by hand, be sure to press enter after entering a value. The “Remove Alpha” button can be used to remove a previously set value.
To make things easy, you don’t need to fill all the values, the script will automagically generate a smooth gradient between the values you’ve set.
The values you have set will be marked with a little circle.
The eye icon in the far right can be used to hide/show this panel.
-Color:
There are 64 buttons here, forming a gradient. When you click any of them a pop-up widget, that will help select a value will be shown.
The widget will have a color gradient, an input field and two buttons labeled “Set Color” and “Remove Color”. Click on the gradient to set a value and then confirm by pressing the “Set Color” button. If you prefer to input a value by hand, be sure to press enter after entering a value. The “Remove Color” button can be used to remove a previously set value.
To make things easy, you don’t need to fill all the values, the script will automagically generate a smooth gradient between the values you’ve set.
The values you have set will be marked with a little circle.
The eye icon in the far right can be used to hide/show this panel.
-Size:
There are 64 buttons here, forming a line. When you click any of them a pop-up widget, that will help select a value will be shown.
The widget will have a slider, an input field and two buttons labeled “Set Size” and “Remove Size”. It works just like the color and alpha panels, but it plots a line showing how the size of the particles will change over time.
The values you have set will be marked with a red line.
The eye icon in the far right can be used to hide/show this panel.
-Save dir:
This panel shows where the particles are saved… editing options for this feature are on the TODO list.
Top part:
This shows the properties of the particle emitter. The Blend mode is not working at this point in time, the rest should be clear (if it’s not -ask here).
There’s some example code in vfx_loader.py how the effect could be loaded, but I haven’t yet tested it
VIDEO tutorial (making a waterfall):
youtube.com/watch?v=KscgDCk … e=youtu.be
License:
Choose ont that you like:
CC0 or Beer ware license or GPL or MIT or BSD or BDSM (no wait, that’s not a license)
Code:
Git:
github.com/wezu/koparka/tree/master/tools
Or zip:
patric.zip (315 KB)