each modal iteration of my little node-wrangler like plugin is sending depsgraph update, re-avaluating all modifiers makign unnecessarily slow. (see in the gif, first move is done with the CPP move operator, second move is with my plugin)
All the plugin is doing is moving a reroute in modal state via setting an attribute : node.location.
Do any dev knows how i can avoid this?
Is this a hard coded python limitation?
Have you found any solution to this?
I have a similar issue related to the depsgraph update for rendering an object from multiple cameras from different angles. I am looking for a way to reduce the rendering time, wondering if you have a solution for such a case?