Hi folks,
We have a problem. When painting it looks like the brush “runs out of ink”… It’s very problematical when using Layer brush, because we have to raise the pen and draw again. Is there any setting to change this?
Thanks,
Jester
Hi folks,
We have a problem. When painting it looks like the brush “runs out of ink”… It’s very problematical when using Layer brush, because we have to raise the pen and draw again. Is there any setting to change this?
Thanks,
Jester
Each brush stroke is made of a series of points. This is why strokes can be recorded and played back, or ZScripts can be recorded. But that also means that there is a limit to how many points can be in a single stroke.
For the Layer brush, though, the solution is really simple: store a morph target. The brush will then operate relative to the stored state rather than building upon itself.
Thanks Aurick, your help is great value!
this has driven me nuts forever, wish there was some sort of preference setting for this one.