Get "Bounds" from [jit.gl.mesh]
Hi Maxers,
I am hoping to find a way to dynamically get the bounds params from a [jit.gl.mesh] object. Essentially I would like to know the objects bounding box size/area as it changes. I see the "getattributes" messages, but that seems to only dump the names of all attributes, not their values. Anyone have any thoughts on how to achieve this?
Cheers!


To get the values of attributes you attach the middle outlet of [getattr "attributename"] object to the object you want to query. The result is returned in the first outlet. To get the bounds attribute of your jit.gl.mesh -> [getattr bounds]