Blender Git Commits
July 18, 2021, 07:51 (GMT) |
Use the new dissolve function for all operators. |
July 17, 2021, 17:39 (GMT) |
Improved link dissolve method that supports multiple nodes. The new functions keep links between the selected nodes intact when disconnecting them from their surroundings. |
July 17, 2021, 07:22 (GMT) |
Removed the NODE_OT_duplicate_move_keep_inputs operator. This is a variation of NODE_OT_duplicate_move with the "keep_inputs" property set. This can be done in keymaps instead. |
July 17, 2021, 07:04 (GMT) |
Ensure that link hilites are cleared when the alt key is pressed. |
July 17, 2021, 07:02 (GMT) |
Removed the NODE_OT_translate_attach_remove_on_cancel operator. This is just a variation of NODE_OT_translate_attach with the "remove_on_cancel" property set. This can be done from keymaps instead. |
July 16, 2021, 18:33 (GMT) |
Use a modal keymap entry to toggle node unlinking with ALT. |
July 16, 2021, 15:36 (GMT) |
Add operator properties to transform for toggling node link intersect. |
July 16, 2021, 08:43 (GMT) |
Rename the ED_node_link_intersect_test function for clarity. |