I'm trying to make a simple brush where the colour blends smoothly from black to white along the length of the stroke. Likewise, I'd like to apply brush size in a similar way (large to small in my case). According to the documentation, there should be a "time" attribute for some dynamic brush assets to achieve this. I can't find a single example of this anywhere in the app. Everything uses some combination of the stamp index or random seed. Using the stamp count is way too restrictive for this. Anywhere I can get such a resource?
It looks like it's being made use of in this video :
But there's no sign of a similar "col_time" material anywhere in painter that I can see.
Replies
it's probably the $time input parameter available to designer graphs.
assuming you have designer it wouldn't be much work to recreate the example in the video (use $time as the blend alpha input)