Hello there.
I hope this is an acceptable place to write a feature request.
The query model objects component in Grasshopper has been amazing so far. You have added the “Selected” toggle in WIP which is AMAZING and solves a tone of issues for me.
There is more potential powerup to this component that I hope is possible to add.
Namely, is it possible to add:
- “Metadata changed” - a toggle so that the model is loaded only if there has been change in its metadata
- “Geometry changed/transformed” - similar logic, only load if the geometry is changed or transformed.
- Or maybe a generic “Changed” toggle.
I know currently it is triggerred only if object changes in general (so the change tracking mechanism is there), however for example if I have many objects in one layer, if one of them is changed then all of them will be queried again so there is no direct filter to skip the ones that are the same.
I wonder if people have solved this until now any other way. What is your solution to detect if metadata or geometry changed before passing the queried objects forward?
