Feed

MiikaHweb Blog (Page 2)


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. :)

Posted by MiikaH at 13:26

Category:Blender, Development
Tags: Blender, Dynamic Paint, Waves

More Dynamic Paint videos by users

Dec-05-2011    3 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:

Posted by MiikaH at 17:51

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

Posted by MiikaH at 15:23

Category:Site News, Games
Tags: Games, Screenshots

Ship Wake Testing

Nov-18-2011    6 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)

Posted by MiikaH at 09:30

Category:Blender, Development
Tags: Blender, Dynamic Paint, Ocean, Cycles

MiikaHweb Blender builds are now CUDA enabled

Nov-11-2011    0 Comments

BlenderNow 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.

Posted by MiikaH at 14:03

Category:Site News, Blender
Tags: Blender, Builds

Dynamic Paint - Laser Carving

Sep-07-2011    8 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.

Posted by MiikaH at 09:29

Category:Blender, Development
Tags: Blender, Dynamic Paint

Dynamic Paint Smudge

Aug-05-2011    5 Comments

GSoC 2011Now 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! :)

Posted by MiikaH at 10:57

Category:Blender, Development
Tags: Blender, Dynamic Paint, Smudge, Particles, GSoC

Testing Blender Camera Tracker

Jul-11-2011    3 Comments

GSoC 2011Today 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:

Posted by MiikaH at 17:18

Category:Blender
Tags: Blender, Dynamic Paint, Waves, Tracking, GSoC

Dynamic Paint Waves

Jul-03-2011    7 Comments

Dynamic Paint WavesLast week I was checking my iWave implementation from February. As you may remember it had quite strange issues: it kept emitting waves way too long after the obstacle had moved away, and sometimes waves seemed to move in wrong direction.

Finally I decided to implement another 2D wave algorithm instead. This time it's based on "Height Field Fluids" slides by Matthias Müller-Fischer. With some modifications it now works on mesh objects and is even compatible with new vertex surfaces.

Basic implementation is now ready and committed to soc-2011-carrot branch. It may still need some tweaking but unless something critical appears this should be about finished.

Here is a video showing a couple of test scenes:



If you want to try it yourself, here is a sample .blend file for carrot branch revisions 38044 and later.
Download .blend

Posted by MiikaH at 14:04

Category:Blender, Development
Tags: Blender, Dynamic Paint, Waves, Vertex, GSoC, Particles

Dynamic Paint Update

Jun-27-2011    1 Comment

Suzanne Drip EffectDynamic Paint "effects" system is now back in latest version (r37848 or later) of soc-2011-carrot branch. Paint effects is a special option for paint surfaces that generates animated movement for wet paint.

Now it also works with vertex surfaces and has some improvements too. One of the largest visible update is that you can now use Blender's "force fields" to control dripping direction. So it's no longer limited to negative z-axis only. ;p Color mixing behavior is also improved.

Check out this video of an animated point force dragging paint around:

Posted by MiikaH at 17:51

Category:Blender, Development
Tags: Blender, Dynamic Paint, Vertex, Force Field, GSoC



By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021