pxegeek wrote:
Genete - that's beautiful!
How responsive was Synfig with 1000 layers? How long did it take to render?
Test it by yourself
The sifz file needs a svn r1240 or higher. There are lot of parameters exported. Here is a brief explanation.
X0, Y0 : Position at t=0
X0spread, Y0spread: X/Y size of particles source.
V0, alpha: Radial components of velocity at t=0
V0spread, alphaspread: random range of velocity components of each random particle
G: gravity acceleration amount
beta: gravity orientation. It is reversed (need fixing)
lifetime: amount of time of a particle's life.
timerate=seconds of equation time per seconds of animation time
b: Damping factor (>0) keep it between 0 and 1 is sane.
Threre are also two boolean:
particles on/off: partially works. activates particles or not.
Damping =0: Not working by the moment. I have to composite the non damping equations. Don't change.
feather and amount are exported from the particle layer itself. Should not be there.
The rest are exported converted values so they cannot be modified.
Once I finish the template I'll write a wiki page and upload a clean file and some examples.
Enjoy!
-G