mirror of
				https://dev.azure.com/OOOOO0OOOOO/O/_git/0-0-8-088-00-080-00-880-8-0-0
				synced 2025-10-26 06:20:52 +00:00 
			
		
		
		
	⠀
This commit is contained in:
		| @@ -562,7 +562,7 @@ keyconfig_data = \ | |||||||
|      ), |      ), | ||||||
|     ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), |     ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), | ||||||
|     ("view3d.zoom", |     ("view3d.zoom", | ||||||
|      {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, |      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, | ||||||
|      {"properties": |      {"properties": | ||||||
|       [("delta", 1), |       [("delta", 1), | ||||||
|        ("use_cursor_init", False), |        ("use_cursor_init", False), | ||||||
| @@ -570,7 +570,21 @@ keyconfig_data = \ | |||||||
|       }, |       }, | ||||||
|      ), |      ), | ||||||
|     ("view3d.zoom", |     ("view3d.zoom", | ||||||
|      {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, |      {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, | ||||||
|  |      {"properties": | ||||||
|  |       [("delta", -1), | ||||||
|  |        ], | ||||||
|  |       }, | ||||||
|  |      ), | ||||||
|  |     ("view3d.zoom", | ||||||
|  |      {"type": 'PAGE_UP', "value": 'PRESS'}, | ||||||
|  |      {"properties": | ||||||
|  |       [("delta", 1), | ||||||
|  |        ], | ||||||
|  |       }, | ||||||
|  |      ), | ||||||
|  |     ("view3d.zoom", | ||||||
|  |      {"type": 'PAGE_DOWN', "value": 'PRESS'}, | ||||||
|      {"properties": |      {"properties": | ||||||
|       [("delta", -1), |       [("delta", -1), | ||||||
|        ], |        ], | ||||||
| @@ -1286,7 +1300,749 @@ keyconfig_data = \ | |||||||
|  ("Node Editor", |  ("Node Editor", | ||||||
|   {"space_type": 'NODE_EDITOR', "region_type": 'WINDOW'}, |   {"space_type": 'NODE_EDITOR', "region_type": 'WINDOW'}, | ||||||
|   {"items": |   {"items": | ||||||
|    [("sn.add_copied_node", {"type": 'V', "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), | ||||||
|  |     ("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), | ||||||
|  |     ("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'), | ||||||
|  |        ], | ||||||
|  |       }, | ||||||
|  |      ), | ||||||
|  |     ("sn.add_copied_node", {"type": 'V', "value": 'PRESS', "shift": True}, None), | ||||||
|     ("sn.open_node_docs", {"type": 'F1', "value": 'PRESS'}, None), |     ("sn.open_node_docs", {"type": 'F1', "value": 'PRESS'}, None), | ||||||
|     ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None), |     ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None), | ||||||
|     ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None), |     ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None), | ||||||
| @@ -9826,6 +10582,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), | ||||||
|     ("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.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None), | ||||||
|     ("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None), |     ("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None), | ||||||
|     ("screen.space_context_cycle", |     ("screen.space_context_cycle", | ||||||
| @@ -9956,6 +10713,8 @@ keyconfig_data = \ | |||||||
|     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "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.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None), | ||||||
|     ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "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", |     ("wm.context_cycle_int", | ||||||
|      {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, |      {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, | ||||||
|      {"properties": |      {"properties": | ||||||
| @@ -10309,6 +11068,9 @@ keyconfig_data = \ | |||||||
|     ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "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_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None), | ||||||
|     ("uv.uv_squares_by_shape", {"type": 'E', "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", |     ("wm.call_menu", | ||||||
|      {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True}, |      {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True}, | ||||||
|      {"properties": |      {"properties": | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 OOOO
					OOOO