You can check out this video's comments page where I have already explained it once. If you need it more in depth you can also check out one of the tutorials I wrote about this: bit(dot)ly(slash)dnd8FS
This video does not use a rose equation. The particle emitter is a cube that's animated to continuously rotate and scale itself up and down - The particles being emitted from its verticies.
The steps are as follows. 1. Create your emitter object 2. Open an IPO window 3. Click "LocX" 4. Press "N" on your keyboard to open the properties window 5. Click "add driver" 6. You can now use a Python expression to determine the motion by clicking the python logo Here are some functions that may be useful: b.Get("curframe") returns the current frame number m.sin( ) returns the sine of its input float ( ) makes decimals return properly That's all, I guess! xD
Bearing in mind this is a simple particle system, no baking required. Rendering every frame just takes a couple of miliseconds, even on a lousy computer (which is what I used).
All you have to do is to do the color changes using IPO. Note that the changes must be within frame 1 to 100.
What happens is, the lifetime of each particle is mapped across frames 1 to 100, so each particle will change its color across its lifetime according to what you defined between frames 1 to 100.
how do you do that?
coolymichael 1 year ago
@coolymichael
You can check out this video's comments page where I have already explained it once. If you need it more in depth you can also check out one of the tutorials I wrote about this: bit(dot)ly(slash)dnd8FS
lcc0612 1 year ago
if you still have the file you should export it in HD 1080p
zac856314 1 year ago
@zac856314
I wish I still had the file! I may recreate it someday, though!
lcc0612 1 year ago
nice vid
u using the rose equation for it?
phizikl 2 years ago
@phizikl
Hi, thanks for your comment.
This video does not use a rose equation. The particle emitter is a cube that's animated to continuously rotate and scale itself up and down - The particles being emitted from its verticies.
lcc0612 2 years ago
oh ok, i thought because i found it under that keyword,
have u implemented equations like that in blender?
how easy is it to implmenet mathematical formulas ?
phizikl 2 years ago
@phizikl
Ah, well I do actually have one or two more videos that are similar but use polar rose equations instead.
It's actually really easy. You just need to know one or two python commands.
The idea is that the emitter has a unique X and Y position - And each of these values can be mapped to a function.
If you're plotting a Cartesian graph just let X increase over time while Y will be the actual function.
A polar equation needs to be converted to cartesian first.
(cont'd)
lcc0612 2 years ago
lcc0612 2 years ago
sounds easy, but i wouuld have a hard time setting it up, im a 3dsmax user :)
if you want to set up a particle scene in blender using the rose equation i would lov to see it
if you dont have time its cool
thx for the cool videos!
phizikl 2 years ago
OH! lol! =D
I already have videos of Blender drawing polar roses! Check out:
rXFZ7n63oLw
RB_jU8zQUsc
^ Copy and paste the above lines (one at a time) to replace the "KvNbbI7vOPA" in your URL bar right now, to watch my other Polar Rose vids.
lcc0612 2 years ago
This one is really amazing! Do you know a good tutorial on doing such particle explosions/systems/...?
Onjas 2 years ago
Thank you so much =)
Unfortunately I haven't been reading much tutorials with regard to particle systems because I prefer to experiment.
Good places for tutorials include BlenderNation, which has a whole collection of good stuff around the net.
Search around, there'll be nice stuff, particles are reasonably easier to understand!
lcc0612 2 years ago
Thanks for the quick reply and the link. I'll check that one out.
Keep up the great work!
Onjas 2 years ago
Cheers! Have fun with particles =)
lcc0612 2 years ago
how much bake and render time?
delta97baseball 2 years ago
Bearing in mind this is a simple particle system, no baking required. Rendering every frame just takes a couple of miliseconds, even on a lousy computer (which is what I used).
lcc0612 2 years ago
kk thnx
delta97baseball 2 years ago
Is there away to make this in the game engine?
Camsynth 2 years ago
Nope, unfortunately as far as I know, there is no way to get particles into the Blender Game Engine.
There are some tutorials out there that show how to emulate a particle-like effect though.
lcc0612 2 years ago
Good Job
KasmeiPortal 2 years ago 2
hey, how do you make them change colors?
pendulummedia 3 years ago
All you have to do is to do the color changes using IPO. Note that the changes must be within frame 1 to 100.
What happens is, the lifetime of each particle is mapped across frames 1 to 100, so each particle will change its color across its lifetime according to what you defined between frames 1 to 100.
lcc0612 3 years ago
Thanks, great vid...(HD?)
pendulummedia 3 years ago
Thanks! Well, this vid isn't in HD (I probably don't even have the project files around anymore)
But when I find the time I'd probably attempt to remake this in HD =)
Thanks again.
lcc0612 3 years ago
ooo... something as interesting as TF2..
TF2Chicky 3 years ago
looks cool. nice
HanYou2 3 years ago 2
Thanks!
lcc0612 3 years ago