Is there option to get current displayed brush width without LAYERS?
Posted: Thu Apr 28, 2022 11:34 am
When using LAYERS, I can display a brush as a Layer, then if I keep changing the size of that Layer, I can get the current width and height by using the GetAttribute() command.
Since I am now using Brushes without LAYERS ON, then is there anything similar to use to get the current size of my brush?
Point is that I have this own made my_DisplayBrush function, which also takes care of the size of the Brush automatically, and basically, in programming terms, I don't want to know anything about how this my_DisplayBrush function works, but now I have come to a situation where I would actually need to know in which size the current brush is being displayed.
So do I have to modify my_DisplayBrush function to actually give this information to me, or can I use something like GetAttribute() command to figure it out?
Since I am now using Brushes without LAYERS ON, then is there anything similar to use to get the current size of my brush?
Point is that I have this own made my_DisplayBrush function, which also takes care of the size of the Brush automatically, and basically, in programming terms, I don't want to know anything about how this my_DisplayBrush function works, but now I have come to a situation where I would actually need to know in which size the current brush is being displayed.
So do I have to modify my_DisplayBrush function to actually give this information to me, or can I use something like GetAttribute() command to figure it out?