Antoine Lelievre

Results 49 comments of Antoine Lelievre

Okay, I'll investigate the issue :) thanks for the report

Hello, I actually tried to do it once but I never finished because there were some missing key features to the project. Right now I think you can manage to...

Yes it's possible but the API is a bit wonky right now. If you only use the BaseGraphView API it should be fine :) I sugest you to take a...

Hello @EP-Toushirou Yes, you can create your own subgraph node. The simplest would be to add a new node that has an object field and accept a BaseGraph in parameter,...

Yeah, I observed a massive slow down with the latest versions too. Apparently it's related to the PropertyFields in the graph, I'm investigating the issue

Hello, While I completely agree with you, it's really something that should be changed in GraphView so all the projects that use it can benefit from this improvement. I asked...

So I took a quick look around to see if I can do something about it in my package but the only API that could make the edge snapping really...

Wait, I probably overlooked something here, I just saw that the EdgeDragHelper is public which means there is an entry point somewhere to use it, i'm going to look at...

Okay so I managed to completely override the behavior of the edges to have something a bit more pleasant to work with, you can test it as https://github.com/alelievr/NodeGraphProcessor/commit/faaff4f0f68729ed6159f8bc06e21601a8cf6ea7 (latest master)...

That's interesting indeed, I wonder if it's possible to achieve that level of effectiveness as you usually trade editing speed for flexibility in a graph editor.