Hello!
I'm following the example from the ToolResizeData manual page, and I can already set my tool size and pressure. But there's a couple of things that I can't make work
-
To set ToolResizeFalloffData.falloff, I need to alloc the SplineData in
RESIZE_PASS_GENERATEFALLOFF
, but that message is never being called. Is there anything I need to set to start calling it? -
I'm trying to display text besides the cursor like when we resize the Sculpt brushes using ToolResizeData.cursor_text, but nothing happens. I set it all the time, but it never prints anything on the viewport.