|
|
@@ -531,7 +531,7 @@ keyconfig_data = \
|
|
531
|
531
|
},
|
|
532
|
532
|
),
|
|
533
|
533
|
("wm.call_menu_pie",
|
|
534
|
|
- {"type": 'Z', "value": 'CLICK_DRAG'},
|
|
|
534
|
+ {"type": 'Z', "value": 'PRESS'},
|
|
535
|
535
|
{"properties":
|
|
536
|
536
|
[("name", 'VIEW3D_MT_shading_ex_pie'),
|
|
537
|
537
|
],
|
|
|
@@ -5728,6 +5728,748 @@ keyconfig_data = \
|
|
5728
|
5728
|
("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None),
|
|
5729
|
5729
|
("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
|
|
5730
|
5730
|
("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None),
|
|
|
5731
|
+ ("node.sv_temporal_viewer",
|
|
|
5732
|
+ {"type": 'RIGHTMOUSE', "value": 'RELEASE', "ctrl": True},
|
|
|
5733
|
+ {"properties":
|
|
|
5734
|
+ [("cut_links", False),
|
|
|
5735
|
+ ("force_stethoscope", True),
|
|
|
5736
|
+ ],
|
|
|
5737
|
+ },
|
|
|
5738
|
+ ),
|
|
|
5739
|
+ ("node.sv_temporal_viewer",
|
|
|
5740
|
+ {"type": 'LEFTMOUSE', "value": 'RELEASE', "shift": True, "ctrl": True},
|
|
|
5741
|
+ {"properties":
|
|
|
5742
|
+ [("cut_links", True),
|
|
|
5743
|
+ ("force_stethoscope", False),
|
|
|
5744
|
+ ],
|
|
|
5745
|
+ },
|
|
|
5746
|
+ ),
|
|
|
5747
|
+ ("node.sv_temporal_viewer",
|
|
|
5748
|
+ {"type": 'LEFTMOUSE', "value": 'RELEASE', "ctrl": True},
|
|
|
5749
|
+ {"properties":
|
|
|
5750
|
+ [("cut_links", False),
|
|
|
5751
|
+ ("force_stethoscope", False),
|
|
|
5752
|
+ ],
|
|
|
5753
|
+ },
|
|
|
5754
|
+ ),
|
|
|
5755
|
+ ("wm.call_menu",
|
|
|
5756
|
+ {"type": 'P', "value": 'PRESS', "shift": True},
|
|
|
5757
|
+ {"properties":
|
|
|
5758
|
+ [("name", 'SV_MT_LoadPresetMenu'),
|
|
|
5759
|
+ ],
|
|
|
5760
|
+ },
|
|
|
5761
|
+ ),
|
|
|
5762
|
+ ("wm.call_menu",
|
|
|
5763
|
+ {"type": 'RIGHTMOUSE', "value": 'RELEASE'},
|
|
|
5764
|
+ {"properties":
|
|
|
5765
|
+ [("name", 'NODEVIEW_MT_sv_rclick_menu'),
|
|
|
5766
|
+ ],
|
|
|
5767
|
+ },
|
|
|
5768
|
+ ),
|
|
|
5769
|
+ ("node.sv_abort_nodes_updating", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
|
5770
|
+ ("node.sv_toggle_draft", {"type": 'F7', "value": 'PRESS'}, None),
|
|
|
5771
|
+ ("node.sv_toggle_process", {"type": 'F6', "value": 'PRESS'}, None),
|
|
|
5772
|
+ ("node.sverchok_update_context",
|
|
|
5773
|
+ {"type": 'F5', "value": 'PRESS', "ctrl": True},
|
|
|
5774
|
+ {"properties":
|
|
|
5775
|
+ [("force_mode", True),
|
|
|
5776
|
+ ],
|
|
|
5777
|
+ },
|
|
|
5778
|
+ ),
|
|
|
5779
|
+ ("node.sverchok_update_context",
|
|
|
5780
|
+ {"type": 'F5', "value": 'PRESS'},
|
|
|
5781
|
+ {"properties":
|
|
|
5782
|
+ [("force_mode", False),
|
|
|
5783
|
+ ],
|
|
|
5784
|
+ },
|
|
|
5785
|
+ ),
|
|
|
5786
|
+ ("node.sv_extra_search", {"type": 'SPACE', "value": 'PRESS', "alt": True}, None),
|
|
|
5787
|
+ ("wm.call_menu",
|
|
|
5788
|
+ {"type": 'S', "value": 'PRESS', "shift": True},
|
|
|
5789
|
+ {"properties":
|
|
|
5790
|
+ [("name", 'NODEVIEW_MT_node_category_menu'),
|
|
|
5791
|
+ ],
|
|
|
5792
|
+ },
|
|
|
5793
|
+ ),
|
|
|
5794
|
+ ("node.call_partial_menu",
|
|
|
5795
|
+ {"type": 'FIVE', "value": 'PRESS'},
|
|
|
5796
|
+ {"properties":
|
|
|
5797
|
+ [("menu_name", 'UiToolsPartialMenu'),
|
|
|
5798
|
+ ],
|
|
|
5799
|
+ },
|
|
|
5800
|
+ ),
|
|
|
5801
|
+ ("node.call_partial_menu",
|
|
|
5802
|
+ {"type": 'FOUR', "value": 'PRESS'},
|
|
|
5803
|
+ {"properties":
|
|
|
5804
|
+ [("menu_name", 'ConnectionPartialMenu'),
|
|
|
5805
|
+ ],
|
|
|
5806
|
+ },
|
|
|
5807
|
+ ),
|
|
|
5808
|
+ ("node.call_partial_menu",
|
|
|
5809
|
+ {"type": 'THREE', "value": 'PRESS'},
|
|
|
5810
|
+ {"properties":
|
|
|
5811
|
+ [("menu_name", 'AdvancedObjectsPartialMenu'),
|
|
|
5812
|
+ ],
|
|
|
5813
|
+ },
|
|
|
5814
|
+ ),
|
|
|
5815
|
+ ("node.call_partial_menu",
|
|
|
5816
|
+ {"type": 'TWO', "value": 'PRESS'},
|
|
|
5817
|
+ {"properties":
|
|
|
5818
|
+ [("menu_name", 'MeshPartialMenu'),
|
|
|
5819
|
+ ],
|
|
|
5820
|
+ },
|
|
|
5821
|
+ ),
|
|
|
5822
|
+ ("node.call_partial_menu",
|
|
|
5823
|
+ {"type": 'ONE', "value": 'PRESS'},
|
|
|
5824
|
+ {"properties":
|
|
|
5825
|
+ [("menu_name", 'BasicDataPartialMenu'),
|
|
|
5826
|
+ ],
|
|
|
5827
|
+ },
|
|
|
5828
|
+ ),
|
|
|
5829
|
+ ("wm.call_menu",
|
|
|
5830
|
+ {"type": 'A', "value": 'PRESS', "shift": True},
|
|
|
5831
|
+ {"properties":
|
|
|
5832
|
+ [("name", 'NODEVIEW_MT_SvCategoryAllCategories'),
|
|
|
5833
|
+ ],
|
|
|
5834
|
+ },
|
|
|
5835
|
+ ),
|
|
|
5836
|
+ ("node.enter_exit_group_nodes", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
|
5837
|
+ ("node.add_group_tree_from_selected", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
|
5838
|
+ ("an.deactivate_auto_execution", {"type": 'Q', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
|
5839
|
+ ("an.floating_node_settings_panel", {"type": 'U', "value": 'PRESS'}, None),
|
|
|
5840
|
+ ("wm.call_menu_pie",
|
|
|
5841
|
+ {"type": 'E', "value": 'PRESS'},
|
|
|
5842
|
+ {"properties":
|
|
|
5843
|
+ [("name", 'AN_MT_selection_pie'),
|
|
|
5844
|
+ ],
|
|
|
5845
|
+ },
|
|
|
5846
|
+ ),
|
|
|
5847
|
+ ("an.network_navigation", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
|
5848
|
+ ("wm.call_menu_pie",
|
|
|
5849
|
+ {"type": 'W', "value": 'PRESS'},
|
|
|
5850
|
+ {"properties":
|
|
|
5851
|
+ [("name", 'AN_MT_context_pie'),
|
|
|
5852
|
+ ],
|
|
|
5853
|
+ },
|
|
|
5854
|
+ ),
|
|
|
5855
|
+ ("an.node_search", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
|
5856
|
+ ("wm.call_menu",
|
|
|
5857
|
+ {"type": 'S', "value": 'PRESS', "shift": True},
|
|
|
5858
|
+ {"properties":
|
|
|
5859
|
+ [("name", 'NODE_MT_nw_switch_node_type_menu'),
|
|
|
5860
|
+ ],
|
|
|
5861
|
+ },
|
|
|
5862
|
+ ),
|
|
|
5863
|
+ ("wm.call_menu",
|
|
|
5864
|
+ {"type": 'C', "value": 'PRESS', "shift": True},
|
|
|
5865
|
+ {"properties":
|
|
|
5866
|
+ [("name", 'NODE_MT_nw_copy_node_properties_menu'),
|
|
|
5867
|
+ ],
|
|
|
5868
|
+ },
|
|
|
5869
|
+ ),
|
|
|
5870
|
+ ("wm.call_menu",
|
|
|
5871
|
+ {"type": 'BACK_SLASH', "value": 'PRESS'},
|
|
|
5872
|
+ {"properties":
|
|
|
5873
|
+ [("name", 'NODE_MT_nw_link_active_to_selected_menu'),
|
|
|
5874
|
+ ],
|
|
|
5875
|
+ },
|
|
|
5876
|
+ ),
|
|
|
5877
|
+ ("wm.call_menu",
|
|
|
5878
|
+ {"type": 'NUMPAD_SLASH', "value": 'PRESS'},
|
|
|
5879
|
+ {"properties":
|
|
|
5880
|
+ [("name", 'NODE_MT_nw_add_reroutes_menu'),
|
|
|
5881
|
+ ],
|
|
|
5882
|
+ },
|
|
|
5883
|
+ ),
|
|
|
5884
|
+ ("wm.call_menu",
|
|
|
5885
|
+ {"type": 'SLASH', "value": 'PRESS'},
|
|
|
5886
|
+ {"properties":
|
|
|
5887
|
+ [("name", 'NODE_MT_nw_add_reroutes_menu'),
|
|
|
5888
|
+ ],
|
|
|
5889
|
+ },
|
|
|
5890
|
+ ),
|
|
|
5891
|
+ ("wm.call_menu",
|
|
|
5892
|
+ {"type": 'W', "value": 'PRESS', "shift": True},
|
|
|
5893
|
+ {"properties":
|
|
|
5894
|
+ [("name", 'NODE_MT_nw_node_wrangler_menu'),
|
|
|
5895
|
+ ],
|
|
|
5896
|
+ },
|
|
|
5897
|
+ ),
|
|
|
5898
|
+ ("node.nw_reset_nodes", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
|
5899
|
+ ("node.nw_align_nodes", {"type": 'EQUAL', "value": 'PRESS', "shift": True}, None),
|
|
|
5900
|
+ ("node.nw_viewer_focus", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
|
5901
|
+ ("node.nw_lazy_connect",
|
|
|
5902
|
+ {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
|
5903
|
+ {"properties":
|
|
|
5904
|
+ [("with_menu", True),
|
|
|
5905
|
+ ],
|
|
|
5906
|
+ },
|
|
|
5907
|
+ ),
|
|
|
5908
|
+ ("node.nw_lazy_connect",
|
|
|
5909
|
+ {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
|
|
|
5910
|
+ {"properties":
|
|
|
5911
|
+ [("with_menu", False),
|
|
|
5912
|
+ ],
|
|
|
5913
|
+ },
|
|
|
5914
|
+ ),
|
|
|
5915
|
+ ("node.nw_lazy_mix", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
|
5916
|
+ ("node.nw_reload_images", {"type": 'R', "value": 'PRESS', "alt": True}, None),
|
|
|
5917
|
+ ("node.nw_preview_node",
|
|
|
5918
|
+ {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
|
5919
|
+ {"properties":
|
|
|
5920
|
+ [("run_in_geometry_nodes", True),
|
|
|
5921
|
+ ],
|
|
|
5922
|
+ },
|
|
|
5923
|
+ ),
|
|
|
5924
|
+ ("node.nw_preview_node",
|
|
|
5925
|
+ {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
5926
|
+ {"properties":
|
|
|
5927
|
+ [("run_in_geometry_nodes", False),
|
|
|
5928
|
+ ],
|
|
|
5929
|
+ },
|
|
|
5930
|
+ ),
|
|
|
5931
|
+ ("node.nw_swap_links", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
|
5932
|
+ ("node.nw_frame_selected", {"type": 'P', "value": 'PRESS', "shift": True}, None),
|
|
|
5933
|
+ ("node.nw_del_unused", {"type": 'X', "value": 'PRESS', "alt": True}, None),
|
|
|
5934
|
+ ("node.nw_bg_reset", {"type": 'Z', "value": 'PRESS'}, None),
|
|
|
5935
|
+ ("node.nw_add_textures_for_principled", {"type": 'T', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
|
5936
|
+ ("node.nw_add_texture", {"type": 'T', "value": 'PRESS', "ctrl": True}, None),
|
|
|
5937
|
+ ("node.nw_select_parent_child",
|
|
|
5938
|
+ {"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
|
5939
|
+ {"properties":
|
|
|
5940
|
+ [("option", 'PARENT'),
|
|
|
5941
|
+ ],
|
|
|
5942
|
+ },
|
|
|
5943
|
+ ),
|
|
|
5944
|
+ ("node.nw_select_parent_child",
|
|
|
5945
|
+ {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
|
5946
|
+ {"properties":
|
|
|
5947
|
+ [("option", 'CHILD'),
|
|
|
5948
|
+ ],
|
|
|
5949
|
+ },
|
|
|
5950
|
+ ),
|
|
|
5951
|
+ ("node.nw_link_out", {"type": 'O', "value": 'PRESS'}, None),
|
|
|
5952
|
+ ("node.nw_detach_outputs", {"type": 'D', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
|
5953
|
+ ("node.nw_copy_label",
|
|
|
5954
|
+ {"type": 'V', "value": 'PRESS', "shift": True},
|
|
|
5955
|
+ {"properties":
|
|
|
5956
|
+ [("option", 'FROM_ACTIVE'),
|
|
|
5957
|
+ ],
|
|
|
5958
|
+ },
|
|
|
5959
|
+ ),
|
|
|
5960
|
+ ("node.nw_modify_labels", {"type": 'L', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
|
5961
|
+ ("node.nw_clear_label",
|
|
|
5962
|
+ {"type": 'L', "value": 'PRESS', "alt": True},
|
|
|
5963
|
+ {"properties":
|
|
|
5964
|
+ [("option", False),
|
|
|
5965
|
+ ],
|
|
|
5966
|
+ },
|
|
|
5967
|
+ ),
|
|
|
5968
|
+ ("node.nw_factor",
|
|
|
5969
|
+ {"type": 'ONE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
5970
|
+ {"properties":
|
|
|
5971
|
+ [("option", 1.0),
|
|
|
5972
|
+ ],
|
|
|
5973
|
+ },
|
|
|
5974
|
+ ),
|
|
|
5975
|
+ ("node.nw_factor",
|
|
|
5976
|
+ {"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
5977
|
+ {"properties":
|
|
|
5978
|
+ [("option", 1.0),
|
|
|
5979
|
+ ],
|
|
|
5980
|
+ },
|
|
|
5981
|
+ ),
|
|
|
5982
|
+ ("node.nw_factor",
|
|
|
5983
|
+ {"type": 'ZERO', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
5984
|
+ {"properties":
|
|
|
5985
|
+ [("option", 0.0),
|
|
|
5986
|
+ ],
|
|
|
5987
|
+ },
|
|
|
5988
|
+ ),
|
|
|
5989
|
+ ("node.nw_factor",
|
|
|
5990
|
+ {"type": 'NUMPAD_0', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
5991
|
+ {"properties":
|
|
|
5992
|
+ [("option", 0.0),
|
|
|
5993
|
+ ],
|
|
|
5994
|
+ },
|
|
|
5995
|
+ ),
|
|
|
5996
|
+ ("node.nw_factor",
|
|
|
5997
|
+ {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
5998
|
+ {"properties":
|
|
|
5999
|
+ [("option", 1.0),
|
|
|
6000
|
+ ],
|
|
|
6001
|
+ },
|
|
|
6002
|
+ ),
|
|
|
6003
|
+ ("node.nw_factor",
|
|
|
6004
|
+ {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
|
6005
|
+ {"properties":
|
|
|
6006
|
+ [("option", 0.0),
|
|
|
6007
|
+ ],
|
|
|
6008
|
+ },
|
|
|
6009
|
+ ),
|
|
|
6010
|
+ ("node.nw_factor",
|
|
|
6011
|
+ {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "alt": True},
|
|
|
6012
|
+ {"properties":
|
|
|
6013
|
+ [("option", 0.01),
|
|
|
6014
|
+ ],
|
|
|
6015
|
+ },
|
|
|
6016
|
+ ),
|
|
|
6017
|
+ ("node.nw_factor",
|
|
|
6018
|
+ {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "alt": True},
|
|
|
6019
|
+ {"properties":
|
|
|
6020
|
+ [("option", -0.01),
|
|
|
6021
|
+ ],
|
|
|
6022
|
+ },
|
|
|
6023
|
+ ),
|
|
|
6024
|
+ ("node.nw_factor",
|
|
|
6025
|
+ {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True},
|
|
|
6026
|
+ {"properties":
|
|
|
6027
|
+ [("option", 0.1),
|
|
|
6028
|
+ ],
|
|
|
6029
|
+ },
|
|
|
6030
|
+ ),
|
|
|
6031
|
+ ("node.nw_factor",
|
|
|
6032
|
+ {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True},
|
|
|
6033
|
+ {"properties":
|
|
|
6034
|
+ [("option", -0.1),
|
|
|
6035
|
+ ],
|
|
|
6036
|
+ },
|
|
|
6037
|
+ ),
|
|
|
6038
|
+ ("node.nw_link_active_to_selected",
|
|
|
6039
|
+ {"type": 'SEMI_COLON', "value": 'PRESS', "shift": True},
|
|
|
6040
|
+ {"properties":
|
|
|
6041
|
+ [("replace", True),
|
|
|
6042
|
+ ("use_node_name", False),
|
|
|
6043
|
+ ("use_outputs_names", True),
|
|
|
6044
|
+ ],
|
|
|
6045
|
+ },
|
|
|
6046
|
+ ),
|
|
|
6047
|
+ ("node.nw_link_active_to_selected",
|
|
|
6048
|
+ {"type": 'SEMI_COLON', "value": 'PRESS'},
|
|
|
6049
|
+ {"properties":
|
|
|
6050
|
+ [("replace", False),
|
|
|
6051
|
+ ("use_node_name", False),
|
|
|
6052
|
+ ("use_outputs_names", True),
|
|
|
6053
|
+ ],
|
|
|
6054
|
+ },
|
|
|
6055
|
+ ),
|
|
|
6056
|
+ ("node.nw_link_active_to_selected",
|
|
|
6057
|
+ {"type": 'QUOTE', "value": 'PRESS', "shift": True},
|
|
|
6058
|
+ {"properties":
|
|
|
6059
|
+ [("replace", True),
|
|
|
6060
|
+ ("use_node_name", True),
|
|
|
6061
|
+ ("use_outputs_names", False),
|
|
|
6062
|
+ ],
|
|
|
6063
|
+ },
|
|
|
6064
|
+ ),
|
|
|
6065
|
+ ("node.nw_link_active_to_selected",
|
|
|
6066
|
+ {"type": 'QUOTE', "value": 'PRESS'},
|
|
|
6067
|
+ {"properties":
|
|
|
6068
|
+ [("replace", False),
|
|
|
6069
|
+ ("use_node_name", True),
|
|
|
6070
|
+ ("use_outputs_names", False),
|
|
|
6071
|
+ ],
|
|
|
6072
|
+ },
|
|
|
6073
|
+ ),
|
|
|
6074
|
+ ("node.nw_link_active_to_selected",
|
|
|
6075
|
+ {"type": 'K', "value": 'PRESS', "shift": True},
|
|
|
6076
|
+ {"properties":
|
|
|
6077
|
+ [("replace", True),
|
|
|
6078
|
+ ("use_node_name", False),
|
|
|
6079
|
+ ("use_outputs_names", False),
|
|
|
6080
|
+ ],
|
|
|
6081
|
+ },
|
|
|
6082
|
+ ),
|
|
|
6083
|
+ ("node.nw_link_active_to_selected",
|
|
|
6084
|
+ {"type": 'K', "value": 'PRESS'},
|
|
|
6085
|
+ {"properties":
|
|
|
6086
|
+ [("replace", False),
|
|
|
6087
|
+ ("use_node_name", False),
|
|
|
6088
|
+ ("use_outputs_names", False),
|
|
|
6089
|
+ ],
|
|
|
6090
|
+ },
|
|
|
6091
|
+ ),
|
|
|
6092
|
+ ("node.nw_batch_change",
|
|
|
6093
|
+ {"type": 'UP_ARROW', "value": 'PRESS', "alt": True},
|
|
|
6094
|
+ {"properties":
|
|
|
6095
|
+ [("blend_type", 'PREV'),
|
|
|
6096
|
+ ("operation", 'PREV'),
|
|
|
6097
|
+ ],
|
|
|
6098
|
+ },
|
|
|
6099
|
+ ),
|
|
|
6100
|
+ ("node.nw_batch_change",
|
|
|
6101
|
+ {"type": 'DOWN_ARROW', "value": 'PRESS', "alt": True},
|
|
|
6102
|
+ {"properties":
|
|
|
6103
|
+ [("blend_type", 'NEXT'),
|
|
|
6104
|
+ ("operation", 'NEXT'),
|
|
|
6105
|
+ ],
|
|
|
6106
|
+ },
|
|
|
6107
|
+ ),
|
|
|
6108
|
+ ("node.nw_batch_change",
|
|
|
6109
|
+ {"type": 'PERIOD', "value": 'PRESS', "alt": True},
|
|
|
6110
|
+ {"properties":
|
|
|
6111
|
+ [("blend_type", 'CURRENT'),
|
|
|
6112
|
+ ("operation", 'GREATER_THAN'),
|
|
|
6113
|
+ ],
|
|
|
6114
|
+ },
|
|
|
6115
|
+ ),
|
|
|
6116
|
+ ("node.nw_batch_change",
|
|
|
6117
|
+ {"type": 'COMMA', "value": 'PRESS', "alt": True},
|
|
|
6118
|
+ {"properties":
|
|
|
6119
|
+ [("blend_type", 'CURRENT'),
|
|
|
6120
|
+ ("operation", 'LESS_THAN'),
|
|
|
6121
|
+ ],
|
|
|
6122
|
+ },
|
|
|
6123
|
+ ),
|
|
|
6124
|
+ ("node.nw_batch_change",
|
|
|
6125
|
+ {"type": 'SLASH', "value": 'PRESS', "alt": True},
|
|
|
6126
|
+ {"properties":
|
|
|
6127
|
+ [("blend_type", 'DIVIDE'),
|
|
|
6128
|
+ ("operation", 'DIVIDE'),
|
|
|
6129
|
+ ],
|
|
|
6130
|
+ },
|
|
|
6131
|
+ ),
|
|
|
6132
|
+ ("node.nw_batch_change",
|
|
|
6133
|
+ {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True},
|
|
|
6134
|
+ {"properties":
|
|
|
6135
|
+ [("blend_type", 'DIVIDE'),
|
|
|
6136
|
+ ("operation", 'DIVIDE'),
|
|
|
6137
|
+ ],
|
|
|
6138
|
+ },
|
|
|
6139
|
+ ),
|
|
|
6140
|
+ ("node.nw_batch_change",
|
|
|
6141
|
+ {"type": 'MINUS', "value": 'PRESS', "alt": True},
|
|
|
6142
|
+ {"properties":
|
|
|
6143
|
+ [("blend_type", 'SUBTRACT'),
|
|
|
6144
|
+ ("operation", 'SUBTRACT'),
|
|
|
6145
|
+ ],
|
|
|
6146
|
+ },
|
|
|
6147
|
+ ),
|
|
|
6148
|
+ ("node.nw_batch_change",
|
|
|
6149
|
+ {"type": 'NUMPAD_MINUS', "value": 'PRESS', "alt": True},
|
|
|
6150
|
+ {"properties":
|
|
|
6151
|
+ [("blend_type", 'SUBTRACT'),
|
|
|
6152
|
+ ("operation", 'SUBTRACT'),
|
|
|
6153
|
+ ],
|
|
|
6154
|
+ },
|
|
|
6155
|
+ ),
|
|
|
6156
|
+ ("node.nw_batch_change",
|
|
|
6157
|
+ {"type": 'EIGHT', "value": 'PRESS', "alt": True},
|
|
|
6158
|
+ {"properties":
|
|
|
6159
|
+ [("blend_type", 'MULTIPLY'),
|
|
|
6160
|
+ ("operation", 'MULTIPLY'),
|
|
|
6161
|
+ ],
|
|
|
6162
|
+ },
|
|
|
6163
|
+ ),
|
|
|
6164
|
+ ("node.nw_batch_change",
|
|
|
6165
|
+ {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "alt": True},
|
|
|
6166
|
+ {"properties":
|
|
|
6167
|
+ [("blend_type", 'MULTIPLY'),
|
|
|
6168
|
+ ("operation", 'MULTIPLY'),
|
|
|
6169
|
+ ],
|
|
|
6170
|
+ },
|
|
|
6171
|
+ ),
|
|
|
6172
|
+ ("node.nw_batch_change",
|
|
|
6173
|
+ {"type": 'EQUAL', "value": 'PRESS', "alt": True},
|
|
|
6174
|
+ {"properties":
|
|
|
6175
|
+ [("blend_type", 'ADD'),
|
|
|
6176
|
+ ("operation", 'ADD'),
|
|
|
6177
|
+ ],
|
|
|
6178
|
+ },
|
|
|
6179
|
+ ),
|
|
|
6180
|
+ ("node.nw_batch_change",
|
|
|
6181
|
+ {"type": 'NUMPAD_PLUS', "value": 'PRESS', "alt": True},
|
|
|
6182
|
+ {"properties":
|
|
|
6183
|
+ [("blend_type", 'ADD'),
|
|
|
6184
|
+ ("operation", 'ADD'),
|
|
|
6185
|
+ ],
|
|
|
6186
|
+ },
|
|
|
6187
|
+ ),
|
|
|
6188
|
+ ("node.nw_batch_change",
|
|
|
6189
|
+ {"type": 'ZERO', "value": 'PRESS', "alt": True},
|
|
|
6190
|
+ {"properties":
|
|
|
6191
|
+ [("blend_type", 'MIX'),
|
|
|
6192
|
+ ("operation", 'CURRENT'),
|
|
|
6193
|
+ ],
|
|
|
6194
|
+ },
|
|
|
6195
|
+ ),
|
|
|
6196
|
+ ("node.nw_batch_change",
|
|
|
6197
|
+ {"type": 'NUMPAD_0', "value": 'PRESS', "alt": True},
|
|
|
6198
|
+ {"properties":
|
|
|
6199
|
+ [("blend_type", 'MIX'),
|
|
|
6200
|
+ ("operation", 'CURRENT'),
|
|
|
6201
|
+ ],
|
|
|
6202
|
+ },
|
|
|
6203
|
+ ),
|
|
|
6204
|
+ ("node.nw_merge_nodes",
|
|
|
6205
|
+ {"type": 'PERIOD', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6206
|
+ {"properties":
|
|
|
6207
|
+ [("mode", 'GREATER_THAN'),
|
|
|
6208
|
+ ("merge_type", 'MATH'),
|
|
|
6209
|
+ ],
|
|
|
6210
|
+ },
|
|
|
6211
|
+ ),
|
|
|
6212
|
+ ("node.nw_merge_nodes",
|
|
|
6213
|
+ {"type": 'COMMA', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6214
|
+ {"properties":
|
|
|
6215
|
+ [("mode", 'LESS_THAN'),
|
|
|
6216
|
+ ("merge_type", 'MATH'),
|
|
|
6217
|
+ ],
|
|
|
6218
|
+ },
|
|
|
6219
|
+ ),
|
|
|
6220
|
+ ("node.nw_merge_nodes",
|
|
|
6221
|
+ {"type": 'SLASH', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6222
|
+ {"properties":
|
|
|
6223
|
+ [("mode", 'DIVIDE'),
|
|
|
6224
|
+ ("merge_type", 'MATH'),
|
|
|
6225
|
+ ],
|
|
|
6226
|
+ },
|
|
|
6227
|
+ ),
|
|
|
6228
|
+ ("node.nw_merge_nodes",
|
|
|
6229
|
+ {"type": 'NUMPAD_SLASH', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6230
|
+ {"properties":
|
|
|
6231
|
+ [("mode", 'DIVIDE'),
|
|
|
6232
|
+ ("merge_type", 'MATH'),
|
|
|
6233
|
+ ],
|
|
|
6234
|
+ },
|
|
|
6235
|
+ ),
|
|
|
6236
|
+ ("node.nw_merge_nodes",
|
|
|
6237
|
+ {"type": 'MINUS', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6238
|
+ {"properties":
|
|
|
6239
|
+ [("mode", 'SUBTRACT'),
|
|
|
6240
|
+ ("merge_type", 'MATH'),
|
|
|
6241
|
+ ],
|
|
|
6242
|
+ },
|
|
|
6243
|
+ ),
|
|
|
6244
|
+ ("node.nw_merge_nodes",
|
|
|
6245
|
+ {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6246
|
+ {"properties":
|
|
|
6247
|
+ [("mode", 'SUBTRACT'),
|
|
|
6248
|
+ ("merge_type", 'MATH'),
|
|
|
6249
|
+ ],
|
|
|
6250
|
+ },
|
|
|
6251
|
+ ),
|
|
|
6252
|
+ ("node.nw_merge_nodes",
|
|
|
6253
|
+ {"type": 'EIGHT', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6254
|
+ {"properties":
|
|
|
6255
|
+ [("mode", 'MULTIPLY'),
|
|
|
6256
|
+ ("merge_type", 'MATH'),
|
|
|
6257
|
+ ],
|
|
|
6258
|
+ },
|
|
|
6259
|
+ ),
|
|
|
6260
|
+ ("node.nw_merge_nodes",
|
|
|
6261
|
+ {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6262
|
+ {"properties":
|
|
|
6263
|
+ [("mode", 'MULTIPLY'),
|
|
|
6264
|
+ ("merge_type", 'MATH'),
|
|
|
6265
|
+ ],
|
|
|
6266
|
+ },
|
|
|
6267
|
+ ),
|
|
|
6268
|
+ ("node.nw_merge_nodes",
|
|
|
6269
|
+ {"type": 'EQUAL', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6270
|
+ {"properties":
|
|
|
6271
|
+ [("mode", 'ADD'),
|
|
|
6272
|
+ ("merge_type", 'MATH'),
|
|
|
6273
|
+ ],
|
|
|
6274
|
+ },
|
|
|
6275
|
+ ),
|
|
|
6276
|
+ ("node.nw_merge_nodes",
|
|
|
6277
|
+ {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
|
6278
|
+ {"properties":
|
|
|
6279
|
+ [("mode", 'ADD'),
|
|
|
6280
|
+ ("merge_type", 'MATH'),
|
|
|
6281
|
+ ],
|
|
|
6282
|
+ },
|
|
|
6283
|
+ ),
|
|
|
6284
|
+ ("node.nw_merge_nodes",
|
|
|
6285
|
+ {"type": 'SLASH', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6286
|
+ {"properties":
|
|
|
6287
|
+ [("mode", 'DIVIDE'),
|
|
|
6288
|
+ ("merge_type", 'MIX'),
|
|
|
6289
|
+ ],
|
|
|
6290
|
+ },
|
|
|
6291
|
+ ),
|
|
|
6292
|
+ ("node.nw_merge_nodes",
|
|
|
6293
|
+ {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6294
|
+ {"properties":
|
|
|
6295
|
+ [("mode", 'DIVIDE'),
|
|
|
6296
|
+ ("merge_type", 'MIX'),
|
|
|
6297
|
+ ],
|
|
|
6298
|
+ },
|
|
|
6299
|
+ ),
|
|
|
6300
|
+ ("node.nw_merge_nodes",
|
|
|
6301
|
+ {"type": 'MINUS', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6302
|
+ {"properties":
|
|
|
6303
|
+ [("mode", 'SUBTRACT'),
|
|
|
6304
|
+ ("merge_type", 'MIX'),
|
|
|
6305
|
+ ],
|
|
|
6306
|
+ },
|
|
|
6307
|
+ ),
|
|
|
6308
|
+ ("node.nw_merge_nodes",
|
|
|
6309
|
+ {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6310
|
+ {"properties":
|
|
|
6311
|
+ [("mode", 'SUBTRACT'),
|
|
|
6312
|
+ ("merge_type", 'MIX'),
|
|
|
6313
|
+ ],
|
|
|
6314
|
+ },
|
|
|
6315
|
+ ),
|
|
|
6316
|
+ ("node.nw_merge_nodes",
|
|
|
6317
|
+ {"type": 'EIGHT', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6318
|
+ {"properties":
|
|
|
6319
|
+ [("mode", 'MULTIPLY'),
|
|
|
6320
|
+ ("merge_type", 'MIX'),
|
|
|
6321
|
+ ],
|
|
|
6322
|
+ },
|
|
|
6323
|
+ ),
|
|
|
6324
|
+ ("node.nw_merge_nodes",
|
|
|
6325
|
+ {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6326
|
+ {"properties":
|
|
|
6327
|
+ [("mode", 'MULTIPLY'),
|
|
|
6328
|
+ ("merge_type", 'MIX'),
|
|
|
6329
|
+ ],
|
|
|
6330
|
+ },
|
|
|
6331
|
+ ),
|
|
|
6332
|
+ ("node.nw_merge_nodes",
|
|
|
6333
|
+ {"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6334
|
+ {"properties":
|
|
|
6335
|
+ [("mode", 'ADD'),
|
|
|
6336
|
+ ("merge_type", 'MIX'),
|
|
|
6337
|
+ ],
|
|
|
6338
|
+ },
|
|
|
6339
|
+ ),
|
|
|
6340
|
+ ("node.nw_merge_nodes",
|
|
|
6341
|
+ {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6342
|
+ {"properties":
|
|
|
6343
|
+ [("mode", 'ADD'),
|
|
|
6344
|
+ ("merge_type", 'MIX'),
|
|
|
6345
|
+ ],
|
|
|
6346
|
+ },
|
|
|
6347
|
+ ),
|
|
|
6348
|
+ ("node.nw_merge_nodes",
|
|
|
6349
|
+ {"type": 'ZERO', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6350
|
+ {"properties":
|
|
|
6351
|
+ [("mode", 'MIX'),
|
|
|
6352
|
+ ("merge_type", 'ALPHAOVER'),
|
|
|
6353
|
+ ],
|
|
|
6354
|
+ },
|
|
|
6355
|
+ ),
|
|
|
6356
|
+ ("node.nw_merge_nodes",
|
|
|
6357
|
+ {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
|
6358
|
+ {"properties":
|
|
|
6359
|
+ [("mode", 'MIX'),
|
|
|
6360
|
+ ("merge_type", 'ALPHAOVER'),
|
|
|
6361
|
+ ],
|
|
|
6362
|
+ },
|
|
|
6363
|
+ ),
|
|
|
6364
|
+ ("node.nw_merge_nodes",
|
|
|
6365
|
+ {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True},
|
|
|
6366
|
+ {"properties":
|
|
|
6367
|
+ [("mode", 'MIX'),
|
|
|
6368
|
+ ("merge_type", 'ZCOMBINE'),
|
|
|
6369
|
+ ],
|
|
|
6370
|
+ },
|
|
|
6371
|
+ ),
|
|
|
6372
|
+ ("node.nw_merge_nodes",
|
|
|
6373
|
+ {"type": 'PERIOD', "value": 'PRESS', "ctrl": True},
|
|
|
6374
|
+ {"properties":
|
|
|
6375
|
+ [("mode", 'GREATER_THAN'),
|
|
|
6376
|
+ ("merge_type", 'MATH'),
|
|
|
6377
|
+ ],
|
|
|
6378
|
+ },
|
|
|
6379
|
+ ),
|
|
|
6380
|
+ ("node.nw_merge_nodes",
|
|
|
6381
|
+ {"type": 'COMMA', "value": 'PRESS', "ctrl": True},
|
|
|
6382
|
+ {"properties":
|
|
|
6383
|
+ [("mode", 'LESS_THAN'),
|
|
|
6384
|
+ ("merge_type", 'MATH'),
|
|
|
6385
|
+ ],
|
|
|
6386
|
+ },
|
|
|
6387
|
+ ),
|
|
|
6388
|
+ ("node.nw_merge_nodes",
|
|
|
6389
|
+ {"type": 'SLASH', "value": 'PRESS', "ctrl": True},
|
|
|
6390
|
+ {"properties":
|
|
|
6391
|
+ [("mode", 'DIVIDE'),
|
|
|
6392
|
+ ("merge_type", 'AUTO'),
|
|
|
6393
|
+ ],
|
|
|
6394
|
+ },
|
|
|
6395
|
+ ),
|
|
|
6396
|
+ ("node.nw_merge_nodes",
|
|
|
6397
|
+ {"type": 'NUMPAD_SLASH', "value": 'PRESS', "ctrl": True},
|
|
|
6398
|
+ {"properties":
|
|
|
6399
|
+ [("mode", 'DIVIDE'),
|
|
|
6400
|
+ ("merge_type", 'AUTO'),
|
|
|
6401
|
+ ],
|
|
|
6402
|
+ },
|
|
|
6403
|
+ ),
|
|
|
6404
|
+ ("node.nw_merge_nodes",
|
|
|
6405
|
+ {"type": 'MINUS', "value": 'PRESS', "ctrl": True},
|
|
|
6406
|
+ {"properties":
|
|
|
6407
|
+ [("mode", 'SUBTRACT'),
|
|
|
6408
|
+ ("merge_type", 'AUTO'),
|
|
|
6409
|
+ ],
|
|
|
6410
|
+ },
|
|
|
6411
|
+ ),
|
|
|
6412
|
+ ("node.nw_merge_nodes",
|
|
|
6413
|
+ {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True},
|
|
|
6414
|
+ {"properties":
|
|
|
6415
|
+ [("mode", 'SUBTRACT'),
|
|
|
6416
|
+ ("merge_type", 'AUTO'),
|
|
|
6417
|
+ ],
|
|
|
6418
|
+ },
|
|
|
6419
|
+ ),
|
|
|
6420
|
+ ("node.nw_merge_nodes",
|
|
|
6421
|
+ {"type": 'EIGHT', "value": 'PRESS', "ctrl": True},
|
|
|
6422
|
+ {"properties":
|
|
|
6423
|
+ [("mode", 'MULTIPLY'),
|
|
|
6424
|
+ ("merge_type", 'AUTO'),
|
|
|
6425
|
+ ],
|
|
|
6426
|
+ },
|
|
|
6427
|
+ ),
|
|
|
6428
|
+ ("node.nw_merge_nodes",
|
|
|
6429
|
+ {"type": 'NUMPAD_ASTERIX', "value": 'PRESS', "ctrl": True},
|
|
|
6430
|
+ {"properties":
|
|
|
6431
|
+ [("mode", 'MULTIPLY'),
|
|
|
6432
|
+ ("merge_type", 'AUTO'),
|
|
|
6433
|
+ ],
|
|
|
6434
|
+ },
|
|
|
6435
|
+ ),
|
|
|
6436
|
+ ("node.nw_merge_nodes",
|
|
|
6437
|
+ {"type": 'EQUAL', "value": 'PRESS', "ctrl": True},
|
|
|
6438
|
+ {"properties":
|
|
|
6439
|
+ [("mode", 'ADD'),
|
|
|
6440
|
+ ("merge_type", 'AUTO'),
|
|
|
6441
|
+ ],
|
|
|
6442
|
+ },
|
|
|
6443
|
+ ),
|
|
|
6444
|
+ ("node.nw_merge_nodes",
|
|
|
6445
|
+ {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True},
|
|
|
6446
|
+ {"properties":
|
|
|
6447
|
+ [("mode", 'ADD'),
|
|
|
6448
|
+ ("merge_type", 'AUTO'),
|
|
|
6449
|
+ ],
|
|
|
6450
|
+ },
|
|
|
6451
|
+ ),
|
|
|
6452
|
+ ("node.nw_merge_nodes",
|
|
|
6453
|
+ {"type": 'ZERO', "value": 'PRESS', "ctrl": True},
|
|
|
6454
|
+ {"properties":
|
|
|
6455
|
+ [("mode", 'MIX'),
|
|
|
6456
|
+ ("merge_type", 'AUTO'),
|
|
|
6457
|
+ ],
|
|
|
6458
|
+ },
|
|
|
6459
|
+ ),
|
|
|
6460
|
+ ("node.nw_merge_nodes",
|
|
|
6461
|
+ {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True},
|
|
|
6462
|
+ {"properties":
|
|
|
6463
|
+ [("mode", 'MIX'),
|
|
|
6464
|
+ ("merge_type", 'AUTO'),
|
|
|
6465
|
+ ],
|
|
|
6466
|
+ },
|
|
|
6467
|
+ ),
|
|
|
6468
|
+ ("sn.add_copied_node", {"type": 'V', "value": 'PRESS', "shift": True}, None),
|
|
|
6469
|
+ ("sn.open_node_docs", {"type": 'F1', "value": 'PRESS'}, None),
|
|
|
6470
|
+ ("sn.force_compile", {"type": 'R', "value": 'PRESS', "shift": True}, None),
|
|
|
6471
|
+ ("node.zoom_to_node", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
|
|
|
6472
|
+ ("node.sv_node_connector", {"type": 'V', "value": 'PRESS'}, None),
|
|
5731
|
6473
|
("node.sv_temporal_viewer",
|
|
5732
|
6474
|
{"type": 'RIGHTMOUSE', "value": 'RELEASE', "ctrl": True},
|
|
5733
|
6475
|
{"properties":
|
|
|
@@ -7582,6 +8324,7 @@ keyconfig_data = \
|
|
7582
|
8324
|
("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
7583
|
8325
|
("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
7584
|
8326
|
("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
|
8327
|
+ ("pillar.browser", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
7585
|
8328
|
("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None),
|
|
7586
|
8329
|
("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None),
|
|
7587
|
8330
|
("screen.space_context_cycle",
|
|
|
@@ -7706,6 +8449,8 @@ keyconfig_data = \
|
|
7706
|
8449
|
("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
|
|
7707
|
8450
|
("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
7708
|
8451
|
("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
|
|
|
8452
|
+ ("text.nodenew_from_texteditor", {"type": 'RET', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
|
8453
|
+ ("text.noderefresh_from_texteditor", {"type": 'RET', "value": 'PRESS', "ctrl": True}, None),
|
|
7709
|
8454
|
("wm.context_cycle_int",
|
|
7710
|
8455
|
{"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
|
7711
|
8456
|
{"properties":
|
|
|
@@ -8050,6 +8795,9 @@ keyconfig_data = \
|
|
8050
|
8795
|
("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
8051
|
8796
|
("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None),
|
|
8052
|
8797
|
("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
|
8798
|
+ ("uv.uv_face_join", {"type": 'V', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
|
8799
|
+ ("uv.uv_face_rip", {"type": 'V', "value": 'PRESS', "alt": True}, None),
|
|
|
8800
|
+ ("uv.uv_squares_by_shape", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
8053
|
8801
|
("wm.call_menu",
|
|
8054
|
8802
|
{"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
8055
|
8803
|
{"properties":
|