ren.heatDisplayLimits(low, high), where low/high are either numbers or the string
"auto", which translates appropriately to the min/max heat being drawn. There's also
ren.heatDisplayAutoArea(x, y, w, h)to configure the area in pixel coordinates that the min/max is applied to.
Hello!
a) Thanks, I thought the idea was to code it the same but without using the brushes that are only available in the UI. So that last parameter for the shape can only be set to ellipse, is that it? Are there plans to implement rectangle and triangle shapes in the future like the original createParts did?
b) Ah, great! That's fantastic, thank you!