Sahil-Shinde
  • Joined on 2024-06-16
Sahil-Shinde commented on issue blender/blender#125368 2024-10-09 08:09:35 +02:00
Insert node on existing links from link drag search

Hi everyone,

I've submitted a pull request "blender/blender#128781 " that aligns the insertion process closer to our expectations. It might not be a critical issue, but I believe it could be a…

Sahil-Shinde created pull request blender/blender#128781 2024-10-09 07:50:29 +02:00
Enhance Node Insertion Logic for Multi-Input Nodes in Blender
Sahil-Shinde pushed to MultiInputNode at Sahil-Shinde/blender 2024-10-09 07:38:39 +02:00
546057337c Some Clean-Up
Sahil-Shinde created branch MultiInputNode in Sahil-Shinde/blender 2024-10-09 07:33:37 +02:00
Sahil-Shinde pushed to MultiInputNode at Sahil-Shinde/blender 2024-10-09 07:33:37 +02:00
f6a5d4a9fc The multi-input node behavior is modified as expected
Sahil-Shinde commented on pull request blender/blender#128197 2024-10-08 19:10:45 +02:00
Nodes: improve inserting nodes with link-drag-search

Hey everyone, I’m Sahil-Shinde. I noticed that the committed code, but for the multi-input node ( like the "join-geometry" node ) isn't quite working as expected when it's inserted through a…

Sahil-Shinde commented on issue blender/blender#125368 2024-10-01 16:00:28 +02:00
Insert node on existing links from link drag search

Thanks for the update! No worries at all, I completely understand. I’ll take a look at the implementation in blender/blender!128197 to see how it was handled. Hopefully, I can still learn from…

Sahil-Shinde commented on issue blender/blender#125368 2024-08-30 11:19:19 +02:00
Insert node on existing links from link drag search

Is this the flow of the code:

link_drag_search_exec_fn → (somehow this is called) createTransNodeData → node_insert_on_link_flags_set (highlighting) → get_selected_node_for_insertion →…

Sahil-Shinde commented on issue blender/blender#125368 2024-08-23 17:00:37 +02:00
Insert node on existing links from link drag search

Hi @mod_moder and @SimonThommes , I have a few questions and clarifications that I hope you can assist me with:

  1. Post-Handling via Modal Operator => My understanding is that once the node…
Sahil-Shinde commented on issue blender/blender#125368 2024-08-04 19:43:24 +02:00
Insert node on existing links from link drag search

Although I have a general understanding of that file, it would be very helpful to get some direction. For instance, I'm particularly curious about the function 'link_drag_search_exec_fn.' As the…

Sahil-Shinde commented on issue blender/blender#125368 2024-08-01 09:23:30 +02:00
Insert node on existing links from link drag search

I'm afraid I couldn't find the node_editor folder in the editors directory, but I did find a space_node folder with files like link_drag_search.cc that seem relevant. Additionally, there's a node…

Sahil-Shinde created repository Sahil-Shinde/blender 2024-07-31 16:38:59 +02:00
Sahil-Shinde commented on issue blender/blender#125368 2024-07-31 12:38:45 +02:00
Insert node on existing links from link drag search

is "blender/intern/ghost/intern/GHOST_EventDragnDrop.hh" the right file to work on for the drag-and-drop changes related to nodes?

Sahil-Shinde commented on issue blender/blender#125368 2024-07-31 10:28:17 +02:00
Insert node on existing links from link drag search

So , I need to create a new operator which should have to know about the socket being dragged from, the new node, and all existing links connected to that socket.

And the tasks it need to…

Sahil-Shinde commented on issue blender/blender#125368 2024-07-30 20:22:31 +02:00
Insert node on existing links from link drag search

If I understand the description correctly, we need to modify the code so that when a new node is being added to the node tree, it should be inserted into the flow if the dragging link is released…

Sahil-Shinde commented on issue blender/blender#125368 2024-07-30 19:30:30 +02:00
Insert node on existing links from link drag search

I message about this to Mr. Hoogly Boogly

Sahil-Shinde commented on issue blender/blender#125368 2024-07-27 20:24:56 +02:00
Insert node on existing links from link drag search

Hello there Mr . Simon Thommes, I was wondering if I could take this as my first issue?