Lienzo

Referencia

Panel:

Physics ‣ Dynamic Paint

Tipo:

Lienzo

The Canvas type makes object receive paint from Dynamic Paint brushes.

Opciones

../../_images/physics_dynamic-paint_canvas_main-panel.png

Canvas main panel.

Superficie

A list of Dynamic Paint surfaces. These surfaces are basically layers of paint, that work independently from each other. You can define individual settings for them and bake them separately.

Activa

The checkbox toggles whether surface is active at all. If not selected no calculations are done.

Below you can set surface type and adjust quality and timing settings.

Formato

Each surface has a certain format and type. Format determines how data is stored and outputted.

Vértice:

Dynamic Paint operates directly on mesh vertex data. Results are stored by point cache and can be displayed in viewports. However, using vertex level also requires a highly subdivided mesh to work.

Secuencia de imágenes:

Dynamic Paint generates UV wrapped image files of defined resolution as output.

Resolución

You can adjust the output image dimensions for the Image Sequences surface type. For example using 256 will lead to 256×256 image output. Doubling the resolution will likely quadruple the baking time and vice versa.

Suavizado de bordes

Suavizado de bordes para suavizar los bordes de la pintura, usando un método de muestreo múltiple ×5.

Fotograma de Inicio, Fin

Defines surface processing start and end frame.

Sub intervalos

Extra samples between frames. They are usually required when there is a very fast brush.

Superficie

Referencia

Tipo:

Lienzo

Panel:

Physics ‣ Dynamic Paint ‣ Surface

From Surface panel you can adjust surface type and related settings.

Tipo de superficie

Each surface has a «type» that defines what surface is used for.

Pintar

../../_images/physics_dynamic-paint_canvas_surface-type-paint.jpg

Paint Surface.

Paint is the basic surface type that outputs color and wetness values. In case of vertex surfaces, results are outputted as Color Attributes.

A wetmap is a black-and-white output that visualizes paint wetness. White being maximum wetness, black being completely dry. It is usually used as mask for rendering. Some «paint effects» affect wet paint only.

Secado

Completely disable drying is useful for indefinitely spreading paint.

Color

It can be used to define wetness level when paint colors start to shift to surface «background». Lower values can be useful to prevent spreading paint from becoming transparent as it dries, while higher values give better results in general.

Displace

../../_images/physics_dynamic-paint_canvas_surface-type-displace.jpg

Displace Surface.

This type of surface outputs intersection depth from brush objects.

Incremental

A new displace is added cumulatively on top of an existing displace.

Desplazamiento máx

The maximum level of intersection depth, larger values will be clamped to this value.

Factor desplazamiento

The multiplier for the intersection depth. You can use it to adjust final displace strength or use negative values to paint bumps.

Truco

If the displace output seems too rough it usually helps to add a Smooth Modifier after Dynamic Paint in the modifier stack.

Waves

../../_images/physics_dynamic-paint_canvas_surface-type-waves.jpg

Waves Surface.

This surface type produces simulated wave motion. Like displace, wave surface also uses brush intersection depth to define brush strength.

Bordes abiertos

Permitirá que las ondas pasen a través de las caras de la malla, en vez de reflejarse en ellas.

Escala de tiempo

Directly adjusts simulation speed without affecting simulation outcome. Lower values make simulation go slower and otherwise.

Speed

Affects how fast waves travel on the surface. This setting is also corresponds to the size of the simulation. Half the speed equals surface double as large.

Amortiguación

Reduces the wave strength over time. Basically adjusts how fast wave disappears.

Tensor

Adjusts the force that pulls water back to «zero level».

Suavizado

Limits the maximum steepness of the wave slope between simulation points. This greatly helps getting rid of the «noise» that occurs when using objects with sharp edges (like cubes) as a brush. The default value should be enough to only get rid of the sharpest spikes, in order to get even smoother waves use higher values at the expense of reduced detail.

Truco

In some cases the wave motion gets very unstable around brush. It usually helps to reduce wave speed, brush «wave factor» or even the resolution of mesh/surface.

Influencia

../../_images/physics_dynamic-paint_canvas_surface-type-weight.jpg

Weight Surface.

This is a special surface type only available for vertex format. It outputs vertex weight groups that can be used by other Blender modifiers and tools.

Truco

It is usually preferred to use «proximity» based brushes for weight surfaces to allow smooth falloff between weight values.

Opciones en común

For each surface type there are special settings to adjust. Most types have the settings Dissolve and Brush:

Disolver

Used to make the surface smoothly return to its original state during a defined Time period.

Colección de pinceles

Used to define a specific collection to pick brush objects from.

Escala Influencia, Radio

For tweaking brush settings individually for each surface.

Caché

Referencia

Tipo:

Lienzo

Panel:

Dinámicas ‣ Pintura dinámica ‣ Caché

Este panel se encuentra visible sólo para superficies en formato Vértice. Podrá ser usado para ajustar y capturar un caché de puntos.

Efectos

Referencia

Tipo:

Lienzo

Panel:

Dinámicas ‣ Pintura dinámica ‣ Efectos

This is a special feature for «Paint» type surface. It generates animated movement on canvas surface.

Efectos
Dispersión

Paint slowly spreads to surrounding points eventually filling all connected areas.

Derrame

Paint moves in specific direction specified by Blender force fields, gravity and velocity with user-defined influences.

Contraer

Painted area slowly shrinks until disappears completely.

For spread and drip effects, only «wet paint» is affected, so as the paint dries, movement becomes slower until it stops.

Color inicial

Referencia

Tipo:

Lienzo

Panel:

Dinámicas ‣ Pintura dinámica ‣ Color inicial

Allows you to define the initial color of the canvas. (Todo 2.62)

  • Ninguno

  • Color

  • Textura UV

  • Color de vértices

Salida

Referencia

Tipo:

Lienzo

Panel:

Dinámicas ‣ Pintura dinámica ‣ Salida

From Output panel you can adjust how surface outputs its results.

Vértice

For Vertex format surfaces, you can select a mesh data layer (color/weight depending on surface type) to generate results to. You can use the «+»/»-» icons to add/remove a data layers of given name. If layer with given name is not found, it is shown as red.

Secuencia de imágenes

For Image Sequence surfaces, you can define used UV maps and output file saving directory, filenames and image format.