89f829f736b0a2a30098cb426ef7b3702695cb8b
This operator was duplicating feature that already exists in core Blender (`node.join`), and was not working great as well. So there is no need to maintain this python operator, but to keep consistency for users I kept the keymap and UI entry but assigned it to `node.join` operator instead, so that users don't notice change. I assigned keymap inside add-on and not in Blender core because people who didn't use Node Wrangler have that key free, or have something else assigned (and `node.join` is already mapped to Ctrl+J), so only Node Wrangler users should have this keymap. We can change it and rename built-in operator to Parent, instead of Join, and remap it to Shift+P, but that's separate discussion. Resolves #129404. Pull Request: https://projects.blender.org/blender/blender/pulls/132758
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
