⠀
This commit is contained in:
		| @@ -524,13 +524,6 @@ keyconfig_data = \ | ||||
|       }, | ||||
|      ), | ||||
|     ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), | ||||
|     ("view3d.zoom", | ||||
|      {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True}, | ||||
|      {"properties": | ||||
|       [("delta", 1), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("object.mode_set", | ||||
|      {"type": 'ACCENT_GRAVE', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
| @@ -4250,6 +4243,748 @@ keyconfig_data = \ | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("sn.add_copied_node", {"type": 'V', "value": 'PRESS', "shift": True}, None), | ||||
|     ("sn.open_node_docs", {"type": 'F1', "value": 'PRESS'}, None), | ||||
|     ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None), | ||||
|     ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None), | ||||
|     ("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None), | ||||
|     ("node.sv_temporal_viewer", | ||||
|      {"type": 'RIGHTMOUSE', "value": 'RELEASE', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("cut_links", False), | ||||
|        ("force_stethoscope", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.sv_temporal_viewer", | ||||
|      {"type": 'LEFTMOUSE', "value": 'RELEASE', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("cut_links", True), | ||||
|        ("force_stethoscope", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.sv_temporal_viewer", | ||||
|      {"type": 'LEFTMOUSE', "value": 'RELEASE', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("cut_links", False), | ||||
|        ("force_stethoscope", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'P', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'SV_MT_LoadPresetMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'RIGHTMOUSE', "value": 'RELEASE'}, | ||||
|      {"properties": | ||||
|       [("name", 'NODEVIEW_MT_sv_rclick_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.sv_abort_nodes_updating", {"type": 'ESC', "value": 'PRESS'}, None), | ||||
|     ("node.sv_toggle_draft", {"type": 'F7', "value": 'PRESS'}, None), | ||||
|     ("node.sv_toggle_process", {"type": 'F6', "value": 'PRESS'}, None), | ||||
|     ("node.sverchok_update_context", | ||||
|      {"type": 'F5', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("force_mode", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.sverchok_update_context", | ||||
|      {"type": 'F5', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("force_mode", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.sv_extra_search", {"type": 'SPACE', "value": 'PRESS', "alt": True}, None), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'S', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'NODEVIEW_MT_node_category_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.call_partial_menu", | ||||
|      {"type": 'FIVE', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("menu_name", 'UiToolsPartialMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.call_partial_menu", | ||||
|      {"type": 'FOUR', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("menu_name", 'ConnectionPartialMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.call_partial_menu", | ||||
|      {"type": 'THREE', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("menu_name", 'AdvancedObjectsPartialMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.call_partial_menu", | ||||
|      {"type": 'TWO', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("menu_name", 'MeshPartialMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.call_partial_menu", | ||||
|      {"type": 'ONE', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("menu_name", 'BasicDataPartialMenu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'A', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'NODEVIEW_MT_SvCategoryAllCategories'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.enter_exit_group_nodes", {"type": 'TAB', "value": 'PRESS'}, None), | ||||
|     ("node.add_group_tree_from_selected", {"type": 'G', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("an.deactivate_auto_execution", {"type": 'Q', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
|     ("an.floating_node_settings_panel", {"type": 'U', "value": 'PRESS'}, None), | ||||
|     ("wm.call_menu_pie", | ||||
|      {"type": 'E', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("name", 'AN_MT_selection_pie'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("an.network_navigation", {"type": 'TAB', "value": 'PRESS'}, None), | ||||
|     ("wm.call_menu_pie", | ||||
|      {"type": 'W', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("name", 'AN_MT_context_pie'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("an.node_search", {"type": 'A', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'S', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_switch_node_type_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'C', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_copy_node_properties_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'BACK_SLASH', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_link_active_to_selected_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'NUMPAD_SLASH', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_add_reroutes_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'SLASH', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_add_reroutes_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'W', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("name", 'NODE_MT_nw_node_wrangler_menu'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_reset_nodes", {"type": 'BACK_SPACE', "value": 'PRESS'}, None), | ||||
|     ("node.nw_align_nodes", {"type": 'EQUAL', "value": 'PRESS', "shift": True}, None), | ||||
|     ("node.nw_viewer_focus", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None), | ||||
|     ("node.nw_lazy_connect", | ||||
|      {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("with_menu", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_lazy_connect", | ||||
|      {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("with_menu", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_lazy_mix", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
|     ("node.nw_reload_images", {"type": 'R', "value": 'PRESS', "alt": True}, None), | ||||
|     ("node.nw_preview_node", | ||||
|      {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("run_in_geometry_nodes", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_preview_node", | ||||
|      {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("run_in_geometry_nodes", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_swap_links", {"type": 'S', "value": 'PRESS', "alt": True}, None), | ||||
|     ("node.nw_frame_selected", {"type": 'P', "value": 'PRESS', "shift": True}, None), | ||||
|     ("node.nw_del_unused", {"type": 'X', "value": 'PRESS', "alt": True}, None), | ||||
|     ("node.nw_bg_reset", {"type": 'Z', "value": 'PRESS'}, None), | ||||
|     ("node.nw_add_textures_for_principled", {"type": 'T', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
|     ("node.nw_add_texture", {"type": 'T', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("node.nw_select_parent_child", | ||||
|      {"type": 'LEFT_BRACKET', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("option", 'PARENT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_select_parent_child", | ||||
|      {"type": 'RIGHT_BRACKET', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("option", 'CHILD'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_out", {"type": 'O', "value": 'PRESS'}, None), | ||||
|     ("node.nw_detach_outputs", {"type": 'D', "value": 'PRESS', "shift": True, "alt": True}, None), | ||||
|     ("node.nw_copy_label", | ||||
|      {"type": 'V', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("option", 'FROM_ACTIVE'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_modify_labels", {"type": 'L', "value": 'PRESS', "shift": True, "alt": True}, None), | ||||
|     ("node.nw_clear_label", | ||||
|      {"type": 'L', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'ONE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 1.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 1.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'ZERO', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 0.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'NUMPAD_0', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 0.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 1.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 0.0), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 0.01), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", -0.01), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", 0.1), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_factor", | ||||
|      {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("option", -0.1), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'SEMI_COLON', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("replace", True), | ||||
|        ("use_node_name", False), | ||||
|        ("use_outputs_names", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'SEMI_COLON', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("replace", False), | ||||
|        ("use_node_name", False), | ||||
|        ("use_outputs_names", True), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'QUOTE', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("replace", True), | ||||
|        ("use_node_name", True), | ||||
|        ("use_outputs_names", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'QUOTE', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("replace", False), | ||||
|        ("use_node_name", True), | ||||
|        ("use_outputs_names", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'K', "value": 'PRESS', "shift": True}, | ||||
|      {"properties": | ||||
|       [("replace", True), | ||||
|        ("use_node_name", False), | ||||
|        ("use_outputs_names", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_link_active_to_selected", | ||||
|      {"type": 'K', "value": 'PRESS'}, | ||||
|      {"properties": | ||||
|       [("replace", False), | ||||
|        ("use_node_name", False), | ||||
|        ("use_outputs_names", False), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'UP_ARROW', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'PREV'), | ||||
|        ("operation", 'PREV'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'DOWN_ARROW', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'NEXT'), | ||||
|        ("operation", 'NEXT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'PERIOD', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'CURRENT'), | ||||
|        ("operation", 'GREATER_THAN'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'COMMA', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'CURRENT'), | ||||
|        ("operation", 'LESS_THAN'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'SLASH', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'DIVIDE'), | ||||
|        ("operation", 'DIVIDE'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'DIVIDE'), | ||||
|        ("operation", 'DIVIDE'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'MINUS', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'SUBTRACT'), | ||||
|        ("operation", 'SUBTRACT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'NUMPAD_MINUS', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'SUBTRACT'), | ||||
|        ("operation", 'SUBTRACT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'EIGHT', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'MULTIPLY'), | ||||
|        ("operation", 'MULTIPLY'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'MULTIPLY'), | ||||
|        ("operation", 'MULTIPLY'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'EQUAL', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'ADD'), | ||||
|        ("operation", 'ADD'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'ADD'), | ||||
|        ("operation", 'ADD'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'ZERO', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'MIX'), | ||||
|        ("operation", 'CURRENT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_batch_change", | ||||
|      {"type": 'NUMPAD_0', "value": 'PRESS', "alt": True}, | ||||
|      {"properties": | ||||
|       [("blend_type", 'MIX'), | ||||
|        ("operation", 'CURRENT'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'PERIOD', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'GREATER_THAN'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'COMMA', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'LESS_THAN'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'SLASH', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_SLASH', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'MINUS', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EIGHT', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EQUAL', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'SLASH', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'MINUS', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EIGHT', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'MIX'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'ZERO', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MIX'), | ||||
|        ("merge_type", 'ALPHAOVER'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MIX'), | ||||
|        ("merge_type", 'ALPHAOVER'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MIX'), | ||||
|        ("merge_type", 'ZCOMBINE'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'PERIOD', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'GREATER_THAN'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'COMMA', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'LESS_THAN'), | ||||
|        ("merge_type", 'MATH'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'SLASH', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'DIVIDE'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'MINUS', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'SUBTRACT'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EIGHT', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MULTIPLY'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'EQUAL', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'ADD'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'ZERO', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MIX'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.nw_merge_nodes", | ||||
|      {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
|       [("mode", 'MIX'), | ||||
|        ("merge_type", 'AUTO'), | ||||
|        ], | ||||
|       }, | ||||
|      ), | ||||
|     ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None), | ||||
|     ("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None), | ||||
|     ("node.sv_temporal_viewer", | ||||
| @@ -14280,6 +15015,7 @@ keyconfig_data = \ | ||||
|     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), | ||||
|     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), | ||||
|     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), | ||||
|     ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), | ||||
|     ("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None), | ||||
|     ("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None), | ||||
|     ("screen.space_context_cycle", | ||||
| @@ -14422,6 +15158,8 @@ keyconfig_data = \ | ||||
|     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
|     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||
|     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None), | ||||
|     ("wm.context_cycle_int", | ||||
|      {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, | ||||
|      {"properties": | ||||
| @@ -14706,7 +15444,7 @@ keyconfig_data = \ | ||||
|      ), | ||||
|     ("text.overwrite_toggle", {"type": 'INSERT', "value": 'PRESS'}, None), | ||||
|     ("text.scroll_bar", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), | ||||
|     ("text.scroll", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None), | ||||
|     ("text.scroll", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), | ||||
|     ("text.scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), | ||||
|     ("text.selection_set", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None), | ||||
|     ("text.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), | ||||
| @@ -14793,6 +15531,9 @@ keyconfig_data = \ | ||||
|     ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None), | ||||
|     ("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None), | ||||
|     ("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None), | ||||
|     ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None), | ||||
|     ("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None), | ||||
|     ("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None), | ||||
|     ("wm.call_menu", | ||||
|      {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True}, | ||||
|      {"properties": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user