
MiikaHweb Blog
Dynamic Paint Controlled Particle Emission
Jan-26-2012
5 Comments
This time I was experimenting with idea of Dynamic Paint being able to emit particles. Since this isn't possible with any official release of Blender I coded a basic system to try it out.
Here is the result. You see particles "painting" holes into the wall, and those painted holes creating more particles:
However this is just a highly experimental hack built on top of Blender's current particle system, so I'm not going to release the code.
But you can take this as a preview of what's coming whenever the new particle system becomes available. Then I'll start working on Dynamic Paint support right away. :)
Category:Blender, Development
Tags: Blender, Dynamic Paint, Particles
Blender Statistics Now Online
Dec-28-2011
1 Comment
A new MiikaHweb section "Blender SVN Statistics" is now online.
It shows real-time statistics about Blender development based on SVN commits. You can view charts based on releases, branches, developers or date.
Statistics section is still under development so some things are likely to change during upcoming days. Anyway, I hope some of you will find this useful or interesting. :)
Category:Site News, Blender, Development
Tags: Blender, Statistics, Release, SVN
Dynamic Paint Testing
Dec-23-2011
2 Comments
Once again I was playing with Dynamic Paint eventually ending up with two new demo videos.
Dynamic Paint - Snow Test:
This was a simple experiment trying to make realistically gathering snow in Blender.
To do the effect I used an "incremental" displace surface with very low negative "displace factor" value. This made snow to slowly increase displace on areas where particles touched the mesh. Then I just added another white paint surface on top of it.
Snow surface is a bit too bumpy due to over amplified effect of individual snow flakes. (To not have to render 10 minutes of snowing. :)
I suppose another better approach would have been to actually use fluid particles of high viscosity. Though bake times would for sure have been longer than current 2 min for 1000 frames.
Dynamic Paint - Rain Ripples:
This time I was using Dynamic Paint waves to replicate rain ripples on a mirror calm water surface. I think it worked out quite nicely and it didn't really require any more work than slightly tweaking wave surface parameters. It's all texturing and bump maps so the water mesh is just a single quad.
To rant about something: particle system was really giving me a headache. Like usually, I had to use particle colliders of animated "permeability" to regulate the emission speed. Due to lack of reactor particles or texture/weight controlled emission it was impossible to create any kind of splash at points where rain drop hit the water. Not to mention two new bugs I encountered...
So I'm really looking forward to upcoming node based particles system by Lukas Tönne. :)
Category:Blender, Development
Tags: Blender, Dynamic Paint, Waves
More Dynamic Paint videos by users
Dec-05-2011
4 Comments
Posting some more awesome Dynamic Paint usages picked from YouTube/Vimeo. It's always interesting to see what people are creating with it. :)
Apatosaurus+DynamicPaint-Blender2.6 by blenderguy2008 (Footstep displace):
VisFX Blender Project 5: Water "Blending" by magiciandude (The pond water motion):
Burning paper in Blender by Linny:
Lets Paint!! by Michael Fox:
Category:Blender, Development
Tags: Blender, Dynamic Paint
MiikaHweb Games Section Updated
Nov-28-2011
0 Comments
MiikaHweb Games section now also has a Screenshots page listing recently uploaded game shots.
I usually have Fraps automatically capturing screenshots while I play, so I decided to get some use for my always increasing image collection. :p
Category:Site News, Games
Tags: Games, Screenshots
Ship Wake Testing
Nov-18-2011
5 Comments
Yesterday I decided to try combine some of the upcoming Blender 2.61 features in a single scene.
After some experimenting it turned into a simple ship animation. You can check the result here:
I used ocean modifier to create the general sea motion and Dynamic Paint to generate the ship trail: A wave surface for the wake itself and a basic "Paint" surface as a foam mask.
Finally, the animation was rendered with the Cycles render engine over night. (Couldn't fit camera tracker into this test... :s)
The ship model was downloaded from Blend Swap. ("Tall Ship" by Natholas)
Category:Blender, Development
Tags: Blender, Dynamic Paint, Ocean, Cycles
MiikaHweb Blender builds are now CUDA enabled
Nov-11-2011
1 Comment
Now that the new Cycles render engine is finally merged into Blender trunk, I updated my build bot configuration to support CUDA. CUDA is a GPU computing architecture that is able to render tens of times faster than with CPU.
So if you have a modern nVidia graphics card, download the latest build from my Blender Builds -section and try it out.
Dynamic Paint - Laser Carving
Sep-07-2011
9 Comments
One of the best ways to test Dynamic Paint stability and workflow is to actually use it to do all kind of test demos. Yesterday I was playing with idea of laser beam digging into ground, eventually it turned out to be cool enough to post online. :D
This scene combines all my favorite Blender tools: Dynamic Paint, smoke simulator and particles. I used a Dynamic Paint canvas with multiple surfaces to get results for displace, color trail and fading glow. Laser beam is simply a cylinder with volumetric high emission material.
Category:Blender, Development
Tags: Blender, Dynamic Paint
Dynamic Paint Smudge
Aug-05-2011
9 Comments
Now it's possible to set Dynamic Paint brushes to "smudge" existing paint as they move. By functionality it's very similar to smudge/smear tools found in typical 2D image manipulation programs. This feature is part of my "velocity brush" experiments from last week.
Here is a video of basic smudge:
And now using a particle system as a brush:
Other velocity based new features include possibility to use brush speed to define it's influence and color, and to make canvas velocity or acceleration to affect "drip effect".
Though, I really can't think of any situation where velocity painting would be essential, but hopefully someone will find it useful! :)
Category:Blender, Development
Tags: Blender, Dynamic Paint, Smudge, Particles, GSoC
Testing Blender Camera Tracker
Jul-11-2011
3 Comments
Today I was testing Blender's new camera tracking functionality together with Dynamic Paint wave simulator on soc-2011-salad branch.
I had some issues with tracking system, and eventually I had to use 2D markers instead of 3D ones and that required lots of tweaking. But even though tracking tools are still in early development, it worked very well after all. With this development pace I can just wonder what one can do with it by the end of summer. :)
Here is the final render:
What you see here is a Suzanne monkey head added to a real footage. Water particles and wave visibility could still use some tweaking, but overall I'm quite happy with the result.
I also noticed a nice Dynamic Paint waves test by CristobalAtria:

