fake-bpy-module 20240524__py3-none-any.whl → 20240528__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +457 -0
- bl_operators/userpref/__init__.pyi +0 -214
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/properties_render/__init__.pyi +1 -1
- bpy/app/__init__.pyi +5 -1
- bpy/ops/action/__init__.pyi +21 -0
- bpy/ops/anim/__init__.pyi +34 -0
- bpy/ops/armature/__init__.pyi +31 -0
- bpy/ops/asset/__init__.pyi +5 -0
- bpy/ops/bl_pkg/__init__.pyi +28 -17
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +6 -0
- bpy/ops/buttons/__init__.pyi +2 -0
- bpy/ops/cachefile/__init__.pyi +3 -0
- bpy/ops/camera/__init__.pyi +2 -0
- bpy/ops/clip/__init__.pyi +49 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +7 -0
- bpy/ops/console/__init__.pyi +11 -0
- bpy/ops/constraint/__init__.pyi +15 -0
- bpy/ops/curve/__init__.pyi +28 -0
- bpy/ops/curves/__init__.pyi +14 -0
- bpy/ops/cycles/__init__.pyi +2 -0
- bpy/ops/dpaint/__init__.pyi +2 -0
- bpy/ops/ed/__init__.pyi +3 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +20 -3
- bpy/ops/file/__init__.pyi +14 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +13 -0
- bpy/ops/geometry/__init__.pyi +7 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +106 -0
- bpy/ops/graph/__init__.pyi +47 -0
- bpy/ops/grease_pencil/__init__.pyi +52 -0
- bpy/ops/image/__init__.pyi +308 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +2 -0
- bpy/ops/info/__init__.pyi +3 -0
- bpy/ops/lattice/__init__.pyi +5 -0
- bpy/ops/marker/__init__.pyi +9 -0
- bpy/ops/mask/__init__.pyi +22 -0
- bpy/ops/mball/__init__.pyi +7 -0
- bpy/ops/mesh/__init__.pyi +134 -0
- bpy/ops/nla/__init__.pyi +20 -0
- bpy/ops/node/__init__.pyi +47 -0
- bpy/ops/object/__init__.pyi +174 -0
- bpy/ops/outliner/__init__.pyi +25 -0
- bpy/ops/paint/__init__.pyi +39 -0
- bpy/ops/paintcurve/__init__.pyi +4 -0
- bpy/ops/palette/__init__.pyi +4 -0
- bpy/ops/particle/__init__.pyi +17 -0
- bpy/ops/pose/__init__.pyi +24 -0
- bpy/ops/poselib/__init__.pyi +4 -0
- bpy/ops/preferences/__init__.pyi +26 -14
- bpy/ops/ptcache/__init__.pyi +2 -0
- bpy/ops/render/__init__.pyi +9 -0
- bpy/ops/rigidbody/__init__.pyi +7 -0
- bpy/ops/scene/__init__.pyi +16 -0
- bpy/ops/screen/__init__.pyi +21 -0
- bpy/ops/script/__init__.pyi +2 -0
- bpy/ops/sculpt/__init__.pyi +25 -0
- bpy/ops/sculpt_curves/__init__.pyi +3 -0
- bpy/ops/sequencer/__init__.pyi +57 -0
- bpy/ops/sound/__init__.pyi +4 -0
- bpy/ops/spreadsheet/__init__.pyi +2 -0
- bpy/ops/surface/__init__.pyi +6 -0
- bpy/ops/text/__init__.pyi +18 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +25 -0
- bpy/ops/ui/__init__.pyi +13 -0
- bpy/ops/uilist/__init__.pyi +3 -0
- bpy/ops/uv/__init__.pyi +40 -0
- bpy/ops/view2d/__init__.pyi +11 -0
- bpy/ops/view3d/__init__.pyi +30 -0
- bpy/ops/wm/__init__.pyi +114 -0
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/path/__init__.pyi +6 -6
- bpy/props/__init__.pyi +11 -1
- bpy/types/__init__.pyi +393 -334
- bpy/utils/__init__.pyi +10 -8
- bpy_extras/anim_utils/__init__.pyi +3 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -0
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/RECORD +93 -92
- gpu/types/__init__.pyi +4 -2
- gpu_extras/batch/__init__.pyi +1 -1
- gpu_extras/presets/__init__.pyi +1 -1
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -10,6 +10,7 @@ def action_pushdown(
|
|
|
10
10
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
11
11
|
execution_context: str | int | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
|
+
*,
|
|
13
14
|
track_index: typing.Any | None = -1,
|
|
14
15
|
):
|
|
15
16
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
@@ -27,6 +28,7 @@ def action_sync_length(
|
|
|
27
28
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
28
29
|
execution_context: str | int | None = None,
|
|
29
30
|
undo: bool | None = None,
|
|
31
|
+
*,
|
|
30
32
|
active: bool | typing.Any | None = True,
|
|
31
33
|
):
|
|
32
34
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
@@ -44,6 +46,7 @@ def action_unlink(
|
|
|
44
46
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
45
47
|
execution_context: str | int | None = None,
|
|
46
48
|
undo: bool | None = None,
|
|
49
|
+
*,
|
|
47
50
|
force_delete: bool | typing.Any | None = False,
|
|
48
51
|
):
|
|
49
52
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
@@ -61,6 +64,7 @@ def actionclip_add(
|
|
|
61
64
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
62
65
|
execution_context: str | int | None = None,
|
|
63
66
|
undo: bool | None = None,
|
|
67
|
+
*,
|
|
64
68
|
action: str | None = "",
|
|
65
69
|
):
|
|
66
70
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
@@ -92,6 +96,7 @@ def bake(
|
|
|
92
96
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
93
97
|
execution_context: str | int | None = None,
|
|
94
98
|
undo: bool | None = None,
|
|
99
|
+
*,
|
|
95
100
|
frame_start: typing.Any | None = 1,
|
|
96
101
|
frame_end: typing.Any | None = 250,
|
|
97
102
|
step: typing.Any | None = 1,
|
|
@@ -166,6 +171,7 @@ def channels_click(
|
|
|
166
171
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
167
172
|
execution_context: str | int | None = None,
|
|
168
173
|
undo: bool | None = None,
|
|
174
|
+
*,
|
|
169
175
|
extend: bool | typing.Any | None = False,
|
|
170
176
|
):
|
|
171
177
|
"""Handle clicks to select NLA tracks
|
|
@@ -197,6 +203,7 @@ def click_select(
|
|
|
197
203
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
198
204
|
execution_context: str | int | None = None,
|
|
199
205
|
undo: bool | None = None,
|
|
206
|
+
*,
|
|
200
207
|
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
201
208
|
mouse_x: typing.Any | None = 0,
|
|
202
209
|
mouse_y: typing.Any | None = 0,
|
|
@@ -240,6 +247,7 @@ def duplicate(
|
|
|
240
247
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
241
248
|
execution_context: str | int | None = None,
|
|
242
249
|
undo: bool | None = None,
|
|
250
|
+
*,
|
|
243
251
|
linked: bool | typing.Any | None = False,
|
|
244
252
|
):
|
|
245
253
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
@@ -257,6 +265,7 @@ def duplicate_linked_move(
|
|
|
257
265
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
258
266
|
execution_context: str | int | None = None,
|
|
259
267
|
undo: bool | None = None,
|
|
268
|
+
*,
|
|
260
269
|
NLA_OT_duplicate: duplicate | None = None,
|
|
261
270
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
262
271
|
):
|
|
@@ -277,6 +286,7 @@ def duplicate_move(
|
|
|
277
286
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
278
287
|
execution_context: str | int | None = None,
|
|
279
288
|
undo: bool | None = None,
|
|
289
|
+
*,
|
|
280
290
|
NLA_OT_duplicate: duplicate | None = None,
|
|
281
291
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
282
292
|
):
|
|
@@ -297,6 +307,7 @@ def fmodifier_add(
|
|
|
297
307
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
298
308
|
execution_context: str | int | None = None,
|
|
299
309
|
undo: bool | None = None,
|
|
310
|
+
*,
|
|
300
311
|
type: str | None = "NULL",
|
|
301
312
|
only_active: bool | typing.Any | None = True,
|
|
302
313
|
):
|
|
@@ -331,6 +342,7 @@ def fmodifier_paste(
|
|
|
331
342
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
332
343
|
execution_context: str | int | None = None,
|
|
333
344
|
undo: bool | None = None,
|
|
345
|
+
*,
|
|
334
346
|
only_active: bool | typing.Any | None = True,
|
|
335
347
|
replace: bool | typing.Any | None = False,
|
|
336
348
|
):
|
|
@@ -351,6 +363,7 @@ def make_single_user(
|
|
|
351
363
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
352
364
|
execution_context: str | int | None = None,
|
|
353
365
|
undo: bool | None = None,
|
|
366
|
+
*,
|
|
354
367
|
confirm: bool | typing.Any | None = True,
|
|
355
368
|
):
|
|
356
369
|
"""Make linked action local to each strip
|
|
@@ -452,6 +465,7 @@ def select_all(
|
|
|
452
465
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
453
466
|
execution_context: str | int | None = None,
|
|
454
467
|
undo: bool | None = None,
|
|
468
|
+
*,
|
|
455
469
|
action: str | None = "TOGGLE",
|
|
456
470
|
):
|
|
457
471
|
"""Select or deselect all NLA-Strips
|
|
@@ -481,6 +495,7 @@ def select_box(
|
|
|
481
495
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
482
496
|
execution_context: str | int | None = None,
|
|
483
497
|
undo: bool | None = None,
|
|
498
|
+
*,
|
|
484
499
|
axis_range: bool | typing.Any | None = False,
|
|
485
500
|
tweak: bool | typing.Any | None = False,
|
|
486
501
|
xmin: typing.Any | None = 0,
|
|
@@ -528,6 +543,7 @@ def select_leftright(
|
|
|
528
543
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
529
544
|
execution_context: str | int | None = None,
|
|
530
545
|
undo: bool | None = None,
|
|
546
|
+
*,
|
|
531
547
|
mode: str | None = "CHECK",
|
|
532
548
|
extend: bool | typing.Any | None = False,
|
|
533
549
|
):
|
|
@@ -562,6 +578,7 @@ def snap(
|
|
|
562
578
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
563
579
|
execution_context: str | int | None = None,
|
|
564
580
|
undo: bool | None = None,
|
|
581
|
+
*,
|
|
565
582
|
type: str | None = "CFRA",
|
|
566
583
|
):
|
|
567
584
|
"""Move start of strips to specified time
|
|
@@ -621,6 +638,7 @@ def tracks_add(
|
|
|
621
638
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
622
639
|
execution_context: str | int | None = None,
|
|
623
640
|
undo: bool | None = None,
|
|
641
|
+
*,
|
|
624
642
|
above_selected: bool | typing.Any | None = False,
|
|
625
643
|
):
|
|
626
644
|
"""Add NLA-Tracks above/after the selected tracks
|
|
@@ -666,6 +684,7 @@ def tweakmode_enter(
|
|
|
666
684
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
667
685
|
execution_context: str | int | None = None,
|
|
668
686
|
undo: bool | None = None,
|
|
687
|
+
*,
|
|
669
688
|
isolate_action: bool | typing.Any | None = False,
|
|
670
689
|
use_upper_stack_evaluation: bool | typing.Any | None = False,
|
|
671
690
|
):
|
|
@@ -686,6 +705,7 @@ def tweakmode_exit(
|
|
|
686
705
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
687
706
|
execution_context: str | int | None = None,
|
|
688
707
|
undo: bool | None = None,
|
|
708
|
+
*,
|
|
689
709
|
isolate_action: bool | typing.Any | None = False,
|
|
690
710
|
):
|
|
691
711
|
"""Exit tweaking mode for the action referenced by the active strip
|
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -11,6 +11,7 @@ def add_collection(
|
|
|
11
11
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
12
12
|
execution_context: str | int | None = None,
|
|
13
13
|
undo: bool | None = None,
|
|
14
|
+
*,
|
|
14
15
|
name: str | typing.Any = "",
|
|
15
16
|
session_uid: typing.Any | None = 0,
|
|
16
17
|
):
|
|
@@ -31,6 +32,7 @@ def add_file(
|
|
|
31
32
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
32
33
|
execution_context: str | int | None = None,
|
|
33
34
|
undo: bool | None = None,
|
|
35
|
+
*,
|
|
34
36
|
filepath: str | typing.Any = "",
|
|
35
37
|
directory: str | typing.Any = "",
|
|
36
38
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
@@ -163,6 +165,7 @@ def add_group(
|
|
|
163
165
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
164
166
|
execution_context: str | int | None = None,
|
|
165
167
|
undo: bool | None = None,
|
|
168
|
+
*,
|
|
166
169
|
name: str | typing.Any = "",
|
|
167
170
|
session_uid: typing.Any | None = 0,
|
|
168
171
|
show_datablock_in_node: bool | typing.Any | None = True,
|
|
@@ -186,6 +189,7 @@ def add_group_asset(
|
|
|
186
189
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
187
190
|
execution_context: str | int | None = None,
|
|
188
191
|
undo: bool | None = None,
|
|
192
|
+
*,
|
|
189
193
|
asset_library_type: str | None = "LOCAL",
|
|
190
194
|
asset_library_identifier: str | typing.Any = "",
|
|
191
195
|
relative_asset_identifier: str | typing.Any = "",
|
|
@@ -209,6 +213,7 @@ def add_mask(
|
|
|
209
213
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
210
214
|
execution_context: str | int | None = None,
|
|
211
215
|
undo: bool | None = None,
|
|
216
|
+
*,
|
|
212
217
|
name: str | typing.Any = "",
|
|
213
218
|
session_uid: typing.Any | None = 0,
|
|
214
219
|
):
|
|
@@ -229,6 +234,7 @@ def add_material(
|
|
|
229
234
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
230
235
|
execution_context: str | int | None = None,
|
|
231
236
|
undo: bool | None = None,
|
|
237
|
+
*,
|
|
232
238
|
name: str | typing.Any = "",
|
|
233
239
|
session_uid: typing.Any | None = 0,
|
|
234
240
|
):
|
|
@@ -249,6 +255,7 @@ def add_node(
|
|
|
249
255
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
250
256
|
execution_context: str | int | None = None,
|
|
251
257
|
undo: bool | None = None,
|
|
258
|
+
*,
|
|
252
259
|
use_transform: bool | typing.Any | None = False,
|
|
253
260
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
254
261
|
| None = None,
|
|
@@ -273,6 +280,7 @@ def add_object(
|
|
|
273
280
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
274
281
|
execution_context: str | int | None = None,
|
|
275
282
|
undo: bool | None = None,
|
|
283
|
+
*,
|
|
276
284
|
name: str | typing.Any = "",
|
|
277
285
|
session_uid: typing.Any | None = 0,
|
|
278
286
|
):
|
|
@@ -293,6 +301,7 @@ def add_repeat_zone(
|
|
|
293
301
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
294
302
|
execution_context: str | int | None = None,
|
|
295
303
|
undo: bool | None = None,
|
|
304
|
+
*,
|
|
296
305
|
use_transform: bool | typing.Any | None = False,
|
|
297
306
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
298
307
|
| None = None,
|
|
@@ -317,6 +326,7 @@ def add_reroute(
|
|
|
317
326
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
318
327
|
execution_context: str | int | None = None,
|
|
319
328
|
undo: bool | None = None,
|
|
329
|
+
*,
|
|
320
330
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
321
331
|
cursor: typing.Any | None = 8,
|
|
322
332
|
):
|
|
@@ -337,6 +347,7 @@ def add_simulation_zone(
|
|
|
337
347
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
338
348
|
execution_context: str | int | None = None,
|
|
339
349
|
undo: bool | None = None,
|
|
350
|
+
*,
|
|
340
351
|
use_transform: bool | typing.Any | None = False,
|
|
341
352
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
342
353
|
| None = None,
|
|
@@ -417,6 +428,7 @@ def backimage_zoom(
|
|
|
417
428
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
418
429
|
execution_context: str | int | None = None,
|
|
419
430
|
undo: bool | None = None,
|
|
431
|
+
*,
|
|
420
432
|
factor: typing.Any | None = 1.2,
|
|
421
433
|
):
|
|
422
434
|
"""Zoom in/out the background image
|
|
@@ -448,6 +460,7 @@ def bake_node_item_move(
|
|
|
448
460
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
449
461
|
execution_context: str | int | None = None,
|
|
450
462
|
undo: bool | None = None,
|
|
463
|
+
*,
|
|
451
464
|
direction: str | None = "UP",
|
|
452
465
|
):
|
|
453
466
|
"""Move active bake item
|
|
@@ -507,6 +520,7 @@ def clipboard_paste(
|
|
|
507
520
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
508
521
|
execution_context: str | int | None = None,
|
|
509
522
|
undo: bool | None = None,
|
|
523
|
+
*,
|
|
510
524
|
offset: typing.Any | None = (0.0, 0.0),
|
|
511
525
|
):
|
|
512
526
|
"""Paste nodes from the internal clipboard to the active node tree
|
|
@@ -622,6 +636,7 @@ def detach_translate_attach(
|
|
|
622
636
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
623
637
|
execution_context: str | int | None = None,
|
|
624
638
|
undo: bool | None = None,
|
|
639
|
+
*,
|
|
625
640
|
NODE_OT_detach: detach | None = None,
|
|
626
641
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
627
642
|
NODE_OT_attach: attach | None = None,
|
|
@@ -645,6 +660,7 @@ def duplicate(
|
|
|
645
660
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
646
661
|
execution_context: str | int | None = None,
|
|
647
662
|
undo: bool | None = None,
|
|
663
|
+
*,
|
|
648
664
|
keep_inputs: bool | typing.Any | None = False,
|
|
649
665
|
linked: bool | typing.Any | None = True,
|
|
650
666
|
):
|
|
@@ -665,6 +681,7 @@ def duplicate_move(
|
|
|
665
681
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
666
682
|
execution_context: str | int | None = None,
|
|
667
683
|
undo: bool | None = None,
|
|
684
|
+
*,
|
|
668
685
|
NODE_OT_duplicate: duplicate | None = None,
|
|
669
686
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
670
687
|
):
|
|
@@ -685,6 +702,7 @@ def duplicate_move_keep_inputs(
|
|
|
685
702
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
686
703
|
execution_context: str | int | None = None,
|
|
687
704
|
undo: bool | None = None,
|
|
705
|
+
*,
|
|
688
706
|
NODE_OT_duplicate: duplicate | None = None,
|
|
689
707
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
690
708
|
):
|
|
@@ -705,6 +723,7 @@ def duplicate_move_linked(
|
|
|
705
723
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
706
724
|
execution_context: str | int | None = None,
|
|
707
725
|
undo: bool | None = None,
|
|
726
|
+
*,
|
|
708
727
|
NODE_OT_duplicate: duplicate | None = None,
|
|
709
728
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
710
729
|
):
|
|
@@ -739,6 +758,7 @@ def enum_definition_item_move(
|
|
|
739
758
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
740
759
|
execution_context: str | int | None = None,
|
|
741
760
|
undo: bool | None = None,
|
|
761
|
+
*,
|
|
742
762
|
direction: str | None = "UP",
|
|
743
763
|
):
|
|
744
764
|
"""Move active menu item
|
|
@@ -798,6 +818,7 @@ def group_edit(
|
|
|
798
818
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
799
819
|
execution_context: str | int | None = None,
|
|
800
820
|
undo: bool | None = None,
|
|
821
|
+
*,
|
|
801
822
|
exit: bool | typing.Any | None = False,
|
|
802
823
|
):
|
|
803
824
|
"""Edit node group
|
|
@@ -843,6 +864,7 @@ def group_separate(
|
|
|
843
864
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
844
865
|
execution_context: str | int | None = None,
|
|
845
866
|
undo: bool | None = None,
|
|
867
|
+
*,
|
|
846
868
|
type: str | None = "COPY",
|
|
847
869
|
):
|
|
848
870
|
"""Separate selected nodes from the node group
|
|
@@ -922,6 +944,7 @@ def index_switch_item_remove(
|
|
|
922
944
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
923
945
|
execution_context: str | int | None = None,
|
|
924
946
|
undo: bool | None = None,
|
|
947
|
+
*,
|
|
925
948
|
index: typing.Any | None = 0,
|
|
926
949
|
):
|
|
927
950
|
"""Remove an item from the index switch
|
|
@@ -967,6 +990,7 @@ def interface_item_new(
|
|
|
967
990
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
968
991
|
execution_context: str | int | None = None,
|
|
969
992
|
undo: bool | None = None,
|
|
993
|
+
*,
|
|
970
994
|
item_type: str | None = "INPUT",
|
|
971
995
|
):
|
|
972
996
|
"""Add a new item to the interface
|
|
@@ -1012,6 +1036,7 @@ def link(
|
|
|
1012
1036
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1013
1037
|
execution_context: str | int | None = None,
|
|
1014
1038
|
undo: bool | None = None,
|
|
1039
|
+
*,
|
|
1015
1040
|
detach: bool | typing.Any | None = False,
|
|
1016
1041
|
drag_start: typing.Any | None = (0.0, 0.0),
|
|
1017
1042
|
inside_padding: typing.Any | None = 2.0,
|
|
@@ -1050,6 +1075,7 @@ def link_make(
|
|
|
1050
1075
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1051
1076
|
execution_context: str | int | None = None,
|
|
1052
1077
|
undo: bool | None = None,
|
|
1078
|
+
*,
|
|
1053
1079
|
replace: bool | typing.Any | None = False,
|
|
1054
1080
|
):
|
|
1055
1081
|
"""Make a link between selected output and input sockets
|
|
@@ -1081,6 +1107,7 @@ def links_cut(
|
|
|
1081
1107
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1082
1108
|
execution_context: str | int | None = None,
|
|
1083
1109
|
undo: bool | None = None,
|
|
1110
|
+
*,
|
|
1084
1111
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1085
1112
|
cursor: typing.Any | None = 12,
|
|
1086
1113
|
):
|
|
@@ -1115,6 +1142,7 @@ def links_mute(
|
|
|
1115
1142
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1116
1143
|
execution_context: str | int | None = None,
|
|
1117
1144
|
undo: bool | None = None,
|
|
1145
|
+
*,
|
|
1118
1146
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1119
1147
|
cursor: typing.Any | None = 35,
|
|
1120
1148
|
):
|
|
@@ -1135,6 +1163,7 @@ def move_detach_links(
|
|
|
1135
1163
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1136
1164
|
execution_context: str | int | None = None,
|
|
1137
1165
|
undo: bool | None = None,
|
|
1166
|
+
*,
|
|
1138
1167
|
NODE_OT_links_detach: links_detach | None = None,
|
|
1139
1168
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1140
1169
|
):
|
|
@@ -1155,6 +1184,7 @@ def move_detach_links_release(
|
|
|
1155
1184
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1156
1185
|
execution_context: str | int | None = None,
|
|
1157
1186
|
undo: bool | None = None,
|
|
1187
|
+
*,
|
|
1158
1188
|
NODE_OT_links_detach: links_detach | None = None,
|
|
1159
1189
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
1160
1190
|
):
|
|
@@ -1231,6 +1261,7 @@ def new_node_tree(
|
|
|
1231
1261
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1232
1262
|
execution_context: str | int | None = None,
|
|
1233
1263
|
undo: bool | None = None,
|
|
1264
|
+
*,
|
|
1234
1265
|
type: str | None = "",
|
|
1235
1266
|
name: str | typing.Any = "NodeTree",
|
|
1236
1267
|
):
|
|
@@ -1251,6 +1282,7 @@ def node_color_preset_add(
|
|
|
1251
1282
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1252
1283
|
execution_context: str | int | None = None,
|
|
1253
1284
|
undo: bool | None = None,
|
|
1285
|
+
*,
|
|
1254
1286
|
name: str | typing.Any = "",
|
|
1255
1287
|
remove_name: bool | typing.Any | None = False,
|
|
1256
1288
|
remove_active: bool | typing.Any | None = False,
|
|
@@ -1302,6 +1334,7 @@ def output_file_add_socket(
|
|
|
1302
1334
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1303
1335
|
execution_context: str | int | None = None,
|
|
1304
1336
|
undo: bool | None = None,
|
|
1337
|
+
*,
|
|
1305
1338
|
file_path: str | typing.Any = "Image",
|
|
1306
1339
|
):
|
|
1307
1340
|
"""Add a new input to a file output node
|
|
@@ -1319,6 +1352,7 @@ def output_file_move_active_socket(
|
|
|
1319
1352
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1320
1353
|
execution_context: str | int | None = None,
|
|
1321
1354
|
undo: bool | None = None,
|
|
1355
|
+
*,
|
|
1322
1356
|
direction: str | None = "DOWN",
|
|
1323
1357
|
):
|
|
1324
1358
|
"""Move the active input of a file output node up or down the list
|
|
@@ -1420,6 +1454,7 @@ def repeat_zone_item_move(
|
|
|
1420
1454
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1421
1455
|
execution_context: str | int | None = None,
|
|
1422
1456
|
undo: bool | None = None,
|
|
1457
|
+
*,
|
|
1423
1458
|
direction: str | None = "UP",
|
|
1424
1459
|
):
|
|
1425
1460
|
"""Move active repeat zone item
|
|
@@ -1465,6 +1500,7 @@ def select(
|
|
|
1465
1500
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1466
1501
|
execution_context: str | int | None = None,
|
|
1467
1502
|
undo: bool | None = None,
|
|
1503
|
+
*,
|
|
1468
1504
|
extend: bool | typing.Any | None = False,
|
|
1469
1505
|
deselect: bool | typing.Any | None = False,
|
|
1470
1506
|
toggle: bool | typing.Any | None = False,
|
|
@@ -1503,6 +1539,7 @@ def select_all(
|
|
|
1503
1539
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1504
1540
|
execution_context: str | int | None = None,
|
|
1505
1541
|
undo: bool | None = None,
|
|
1542
|
+
*,
|
|
1506
1543
|
action: str | None = "TOGGLE",
|
|
1507
1544
|
):
|
|
1508
1545
|
"""(De)select all nodes
|
|
@@ -1532,6 +1569,7 @@ def select_box(
|
|
|
1532
1569
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1533
1570
|
execution_context: str | int | None = None,
|
|
1534
1571
|
undo: bool | None = None,
|
|
1572
|
+
*,
|
|
1535
1573
|
tweak: bool | typing.Any | None = False,
|
|
1536
1574
|
xmin: typing.Any | None = 0,
|
|
1537
1575
|
xmax: typing.Any | None = 0,
|
|
@@ -1576,6 +1614,7 @@ def select_circle(
|
|
|
1576
1614
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1577
1615
|
execution_context: str | int | None = None,
|
|
1578
1616
|
undo: bool | None = None,
|
|
1617
|
+
*,
|
|
1579
1618
|
x: typing.Any | None = 0,
|
|
1580
1619
|
y: typing.Any | None = 0,
|
|
1581
1620
|
radius: typing.Any | None = 25,
|
|
@@ -1614,6 +1653,7 @@ def select_grouped(
|
|
|
1614
1653
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1615
1654
|
execution_context: str | int | None = None,
|
|
1616
1655
|
undo: bool | None = None,
|
|
1656
|
+
*,
|
|
1617
1657
|
extend: bool | typing.Any | None = False,
|
|
1618
1658
|
type: str | None = "TYPE",
|
|
1619
1659
|
):
|
|
@@ -1634,6 +1674,7 @@ def select_lasso(
|
|
|
1634
1674
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1635
1675
|
execution_context: str | int | None = None,
|
|
1636
1676
|
undo: bool | None = None,
|
|
1677
|
+
*,
|
|
1637
1678
|
tweak: bool | typing.Any | None = False,
|
|
1638
1679
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1639
1680
|
mode: str | None = "SET",
|
|
@@ -1666,6 +1707,7 @@ def select_link_viewer(
|
|
|
1666
1707
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1667
1708
|
execution_context: str | int | None = None,
|
|
1668
1709
|
undo: bool | None = None,
|
|
1710
|
+
*,
|
|
1669
1711
|
NODE_OT_select: select | None = None,
|
|
1670
1712
|
NODE_OT_link_viewer: link_viewer | None = None,
|
|
1671
1713
|
):
|
|
@@ -1714,6 +1756,7 @@ def select_same_type_step(
|
|
|
1714
1756
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1715
1757
|
execution_context: str | int | None = None,
|
|
1716
1758
|
undo: bool | None = None,
|
|
1759
|
+
*,
|
|
1717
1760
|
prev: bool | typing.Any | None = False,
|
|
1718
1761
|
):
|
|
1719
1762
|
"""Activate and view same node type, step by step
|
|
@@ -1759,6 +1802,7 @@ def simulation_zone_item_move(
|
|
|
1759
1802
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1760
1803
|
execution_context: str | int | None = None,
|
|
1761
1804
|
undo: bool | None = None,
|
|
1805
|
+
*,
|
|
1762
1806
|
direction: str | None = "UP",
|
|
1763
1807
|
):
|
|
1764
1808
|
"""Move active simulation zone item
|
|
@@ -1804,6 +1848,7 @@ def translate_attach(
|
|
|
1804
1848
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1805
1849
|
execution_context: str | int | None = None,
|
|
1806
1850
|
undo: bool | None = None,
|
|
1851
|
+
*,
|
|
1807
1852
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1808
1853
|
NODE_OT_attach: attach | None = None,
|
|
1809
1854
|
):
|
|
@@ -1824,6 +1869,7 @@ def translate_attach_remove_on_cancel(
|
|
|
1824
1869
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1825
1870
|
execution_context: str | int | None = None,
|
|
1826
1871
|
undo: bool | None = None,
|
|
1872
|
+
*,
|
|
1827
1873
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1828
1874
|
NODE_OT_attach: attach | None = None,
|
|
1829
1875
|
):
|
|
@@ -1886,6 +1932,7 @@ def viewer_border(
|
|
|
1886
1932
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1887
1933
|
execution_context: str | int | None = None,
|
|
1888
1934
|
undo: bool | None = None,
|
|
1935
|
+
*,
|
|
1889
1936
|
xmin: typing.Any | None = 0,
|
|
1890
1937
|
xmax: typing.Any | None = 0,
|
|
1891
1938
|
ymin: typing.Any | None = 0,
|