Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/21/2024 in all areas

  1. I think it’s a good tool and I appreciate that the modifier keys are taken up. But could we not have some kind of constrain to x / y / z in the tool settings? Would certainly be helpful. Anyway I’ll try the dynamic guides! Maybe that’s the solution. I don’t think I’ve ever bothered to use them before.
    1 point
  2. Try these custom shutter settings, those smooth everything out quite well:
    1 point
  3. It is true that you can't drive the creation of particles with map, shader or noise yet. But there are two workarounds. You can either drive a polygon selection with map/shaders/noise and use that to restrict the emission, or you can emit evenly and instantly kill particles based on a map/shader/noise. Here is an example. The shader field drives a vertex color tag which is then used to set the particle colors on emission. Particles are emitted into a first group where there color is checked. If the it is below a certain value the particle is killed right away, if not it is moved to a permanent group where it will happily continue it's particle life. In case you wondering where the animation is coming from, that's set in the Shader Field with the remapping graph to cycle through different grey values of the texture. This is not the most efficient way as the buffers need to be cleaned up more frequently than needed, but you can achieve the intended effect. kill_by_map.c4d
    1 point
  4. I thought maybe you could get around this by using a vertex color map that used a solid field to feed it a texture....but alas, it did not work.
    1 point
×
×
  • Create New...