Jump to content

Recommended Posts

Posted (edited)

TL;DR:
Sub-brushes have an option to specify a base texture, but their parent brush only "sees" the brush nozzles and ignores their base texture.

Is this a bug? Or is this intended?

~~~~~

I want to create a pixel brush that simulates "ordered dithering patterns" (Ordered dithering - Wikipedia) for painting gradients in pixel art.
The end result should look something like this:

80931923-c0948080-8d71-11ea-8479-f186d963b3f4.png

What Works: Basic Dithering Brush
It is important that these patterns are aligned pixel-perfect so that an area doesn't change no matter how often I paint over it (given the same dithering pattern).
This is easy enough - I know I can achieve this is by creating a new round brush ("Brushes" > "New Round Brush") and simply adding a base texture ("Base Texture" > "Set Texture"):

image.png.949386a4cdfc8c9c508def4b0538f447.png

This works perfectly fine - I'd just have to make a separate brush for each dithering pattern (±16 brushes). Having to change between brushes all the time to get different gradient levels isn't too nice, though.

The Problem: Adding Pressure Sensitivity
I want to add pressure sensitivity so that each pattern gets "triggered" by applying some pressure.
In theory I could do this by adding multiple sub-brushes, each using one of the dithering patterns as their base texture, and adding some step function in the "Dynamics" tab so that only one sub-brush is drawn at any time.

image.png.7447886717171ff5658be6c0177e0368.png

For some reason this doesn't work, though (see above).
It seems like sub-brushes don't use their base texture at all, the parent brush only "sees" the brush nozzles of the sub-brushes.

Is this a bug? Or is this intended?
Does anyone know how to solve this problem in a different way?

Edited by castanie
Added a TL;DR.
  • 4 weeks later...
  • Staff
Posted

@castanie Welcome to the forums.

I don't believe the brushes will work in the way you'd like and the only other way I can think of is to use separate brushes for each pattern. This should give you greater control over each one depending on what the use will be.

You can always post in our Feedback and Suggestions section of the forum. It may be an improvement that gets added to a future version.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.