0000OOOO0000 3 лет назад
Родитель
Сommit
e1597bf9ac
Аккаунт пользователя с таким Email не найден

+ 54
- 46
◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯ⵙ◯ᗩIᗝI⚭◯⚪◯⚭IᗝIᗩ◯/◯✤ᴥᗩ◯ⵙ◯ᗩᴥ✤◯/◯ᗱᗴᴥᗩᗯ✤⏀Ⓞᔓᔕ◯ⵙ◯ᔓᔕⓄ⏀✤ᗯᗩᴥᗱᗴ◯/◯ᗝⵈ◯ⵙ◯ⵈᗝ◯/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭◯ⵙ◯⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/◯ИNⓄꖴ✤ᗩᴥᑎᕤᕦꖴ⏀ИNⓄᑐᑕ◯ⵙᑐᑕⓄИN⏀ꖴᕤᕦᑎᴥᗩ✤ꖴⓄИN◯/⠀⠀⠀⠀ⵙ⠀ߦ⠀ⵙ⠀ᗩ⠀ⵙ⠀ᙏ⠀ⵙ⠀人⠀ⵙ⠀ᗱᗴ⠀ⵙ⠀✻⠀ⵙ⠀⠀⠀⠀◯⠀⠀⠀⠀ⵙ⠀⠀⠀⠀◯⠀⠀⠀⠀ⵙ⠀✻⠀ⵙ⠀ᗱᗴ⠀ⵙ⠀人⠀ⵙ⠀ᙏ⠀ⵙ⠀ᗩ⠀ⵙ⠀ߦ⠀ⵙ⠀⠀⠀⠀/⠀.PY Просмотреть файл

24
     ("view3d.localview", {"type": 'MOUSESMARTZOOM', "value": 'ANY'}, None),
24
     ("view3d.localview", {"type": 'MOUSESMARTZOOM', "value": 'ANY'}, None),
25
     ("view3d.localview_remove_from", {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True}, None),
25
     ("view3d.localview_remove_from", {"type": 'NUMPAD_SLASH', "value": 'PRESS', "alt": True}, None),
26
     ("view3d.localview_remove_from", {"type": 'SLASH', "value": 'PRESS', "alt": True}, None),
26
     ("view3d.localview_remove_from", {"type": 'SLASH', "value": 'PRESS', "alt": True}, None),
27
-    ("view3d.rotate", {"type": 'MOUSEROTATE', "value": 'ANY'}, None),
28
     ("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
27
     ("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
29
-    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
30
-    ("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
31
-    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY', "ctrl": True}, None),
32
-    ("view3d.zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
33
-    ("view3d.dolly", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
28
+    ("view3d.rotate", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
29
+    ("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'ANY'}, None),
30
+    ("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None),
31
+    ("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
32
+    ("view3d.zoom",
33
+     {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
34
+     {"properties":
35
+      [("use_cursor_init", True),
36
+       ],
37
+      },
38
+     ),
39
+    ("view3d.dolly", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
34
     ("view3d.view_selected",
40
     ("view3d.view_selected",
35
      {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True},
41
      {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True},
36
      {"properties":
42
      {"properties":
46
       },
52
       },
47
      ),
53
      ),
48
     ("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
54
     ("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
55
+    ("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
56
+    ("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
49
     ("view3d.zoom",
57
     ("view3d.zoom",
50
      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
58
      {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
51
      {"properties":
59
      {"properties":
61
       },
69
       },
62
      ),
70
      ),
63
     ("view3d.zoom",
71
     ("view3d.zoom",
64
-     {"type": 'EQUAL', "value": 'PRESS', "repeat": True},
72
+     {"type": 'EQUAL', "value": 'PRESS', "ctrl": True, "repeat": True},
65
      {"properties":
73
      {"properties":
66
       [("delta", 1),
74
       [("delta", 1),
67
        ],
75
        ],
68
       },
76
       },
69
      ),
77
      ),
70
     ("view3d.zoom",
78
     ("view3d.zoom",
71
-     {"type": 'MINUS', "value": 'PRESS', "repeat": True},
79
+     {"type": 'MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
72
      {"properties":
80
      {"properties":
73
       [("delta", -1),
81
       [("delta", -1),
74
        ],
82
        ],
159
     ("view3d.view_orbit",
167
     ("view3d.view_orbit",
160
      {"type": 'NUMPAD_2', "value": 'PRESS', "repeat": True},
168
      {"type": 'NUMPAD_2', "value": 'PRESS', "repeat": True},
161
      {"properties":
169
      {"properties":
162
-      [("type", 'ORBITUP'),
170
+      [("type", 'ORBITDOWN'),
163
        ],
171
        ],
164
       },
172
       },
165
      ),
173
      ),
173
     ("view3d.view_orbit",
181
     ("view3d.view_orbit",
174
      {"type": 'NUMPAD_4', "value": 'PRESS', "repeat": True},
182
      {"type": 'NUMPAD_4', "value": 'PRESS', "repeat": True},
175
      {"properties":
183
      {"properties":
176
-      [("type", 'ORBITRIGHT'),
184
+      [("type", 'ORBITLEFT'),
177
        ],
185
        ],
178
       },
186
       },
179
      ),
187
      ),
180
     ("view3d.view_persportho", {"type": 'NUMPAD_5', "value": 'PRESS'}, None),
188
     ("view3d.view_persportho", {"type": 'NUMPAD_5', "value": 'PRESS'}, None),
189
+    ("view3d.view_orbit",
190
+     {"type": 'NUMPAD_6', "value": 'PRESS', "repeat": True},
191
+     {"properties":
192
+      [("type", 'ORBITRIGHT'),
193
+       ],
194
+      },
195
+     ),
181
     ("view3d.view_axis",
196
     ("view3d.view_axis",
182
      {"type": 'NUMPAD_7', "value": 'PRESS'},
197
      {"type": 'NUMPAD_7', "value": 'PRESS'},
183
      {"properties":
198
      {"properties":
188
     ("view3d.view_orbit",
203
     ("view3d.view_orbit",
189
      {"type": 'NUMPAD_8', "value": 'PRESS', "repeat": True},
204
      {"type": 'NUMPAD_8', "value": 'PRESS', "repeat": True},
190
      {"properties":
205
      {"properties":
191
-      [("type", 'ORBITDOWN'),
206
+      [("type", 'ORBITUP'),
192
        ],
207
        ],
193
       },
208
       },
194
      ),
209
      ),
213
        ],
228
        ],
214
       },
229
       },
215
      ),
230
      ),
231
+    ("view3d.view_pan",
232
+     {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
233
+     {"properties":
234
+      [("type", 'PANDOWN'),
235
+       ],
236
+      },
237
+     ),
238
+    ("view3d.view_pan",
239
+     {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
240
+     {"properties":
241
+      [("type", 'PANLEFT'),
242
+       ],
243
+      },
244
+     ),
245
+    ("view3d.view_pan",
246
+     {"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
247
+     {"properties":
248
+      [("type", 'PANRIGHT'),
249
+       ],
250
+      },
251
+     ),
252
+    ("view3d.view_pan",
253
+     {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
254
+     {"properties":
255
+      [("type", 'PANUP'),
256
+       ],
257
+      },
258
+     ),
216
     ("view3d.view_roll",
259
     ("view3d.view_roll",
217
      {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
260
      {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True, "repeat": True},
218
      {"properties":
261
      {"properties":
576
        ],
619
        ],
577
       },
620
       },
578
      ),
621
      ),
579
-    ("view3d.view_pan",
580
-     {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True, "repeat": True},
581
-     {"properties":
582
-      [("type", 'PANLEFT'),
583
-       ],
584
-      },
585
-     ),
586
-    ("view3d.view_pan",
587
-     {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True, "repeat": True},
588
-     {"properties":
589
-      [("type", 'PANDOWN'),
590
-       ],
591
-      },
592
-     ),
593
-    ("view3d.view_pan",
594
-     {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True, "repeat": True},
595
-     {"properties":
596
-      [("type", 'PANUP'),
597
-       ],
598
-      },
599
-     ),
600
-    ("view3d.view_pan",
601
-     {"type": 'NUMPAD_6', "value": 'PRESS', "ctrl": True, "repeat": True},
602
-     {"properties":
603
-      [("type", 'PANRIGHT'),
604
-       ],
605
-      },
606
-     ),
607
-    ("view3d.view_orbit",
608
-     {"type": 'NUMPAD_6', "value": 'PRESS', "repeat": True},
609
-     {"properties":
610
-      [("type", 'ORBITLEFT'),
611
-       ],
612
-      },
613
-     ),
614
     ],
622
     ],
615
    },
623
    },
616
   ),
624
   ),