fake-bpy-module 20240620__py3-none-any.whl → 20240622__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_ui/space_userpref/__init__.pyi +225 -0
- bpy/ops/action/__init__.pyi +50 -50
- bpy/ops/anim/__init__.pyi +94 -94
- bpy/ops/armature/__init__.pyi +54 -54
- bpy/ops/asset/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +10 -10
- bpy/ops/buttons/__init__.pyi +88 -88
- bpy/ops/cachefile/__init__.pyi +88 -88
- bpy/ops/camera/__init__.pyi +14 -14
- bpy/ops/clip/__init__.pyi +175 -174
- bpy/ops/cloth/__init__.pyi +6 -6
- bpy/ops/collection/__init__.pyi +8 -8
- bpy/ops/console/__init__.pyi +26 -26
- bpy/ops/constraint/__init__.pyi +42 -42
- bpy/ops/curve/__init__.pyi +167 -122
- bpy/ops/curves/__init__.pyi +75 -58
- bpy/ops/cycles/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +50 -50
- bpy/ops/export_anim/__init__.pyi +14 -14
- bpy/ops/export_scene/__init__.pyi +250 -250
- bpy/ops/extensions/__init__.pyi +73 -73
- bpy/ops/file/__init__.pyi +94 -94
- bpy/ops/fluid/__init__.pyi +6 -6
- bpy/ops/font/__init__.pyi +100 -100
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +10 -10
- bpy/ops/gpencil/__init__.pyi +411 -410
- bpy/ops/graph/__init__.pyi +194 -194
- bpy/ops/grease_pencil/__init__.pyi +100 -100
- bpy/ops/image/__init__.pyi +399 -390
- bpy/ops/import_anim/__init__.pyi +16 -16
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +56 -56
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +8 -8
- bpy/ops/marker/__init__.pyi +34 -34
- bpy/ops/mask/__init__.pyi +63 -62
- bpy/ops/mball/__init__.pyi +12 -12
- bpy/ops/mesh/__init__.pyi +893 -790
- bpy/ops/nla/__init__.pyi +70 -70
- bpy/ops/node/__init__.pyi +192 -192
- bpy/ops/object/__init__.pyi +1013 -840
- bpy/ops/outliner/__init__.pyi +44 -44
- bpy/ops/paint/__init__.pyi +169 -168
- bpy/ops/paintcurve/__init__.pyi +12 -12
- bpy/ops/palette/__init__.pyi +4 -4
- bpy/ops/particle/__init__.pyi +34 -34
- bpy/ops/pose/__init__.pyi +60 -60
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +150 -150
- bpy/ops/ptcache/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +56 -56
- bpy/ops/rigidbody/__init__.pyi +8 -8
- bpy/ops/scene/__init__.pyi +20 -20
- bpy/ops/screen/__init__.pyi +128 -128
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +207 -202
- bpy/ops/sculpt_curves/__init__.pyi +12 -12
- bpy/ops/sequencer/__init__.pyi +465 -464
- bpy/ops/sound/__init__.pyi +154 -154
- bpy/ops/spreadsheet/__init__.pyi +6 -6
- bpy/ops/surface/__init__.pyi +109 -60
- bpy/ops/text/__init__.pyi +110 -110
- bpy/ops/text_editor/__init__.pyi +6 -6
- bpy/ops/transform/__init__.pyi +628 -566
- bpy/ops/ui/__init__.pyi +25 -24
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +235 -234
- bpy/ops/view2d/__init__.pyi +72 -72
- bpy/ops/view3d/__init__.pyi +144 -144
- bpy/ops/wm/__init__.pyi +1813 -1806
- bpy/ops/workspace/__init__.pyi +4 -4
- bpy/types/__init__.pyi +1614 -1805
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/METADATA +3 -5
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/RECORD +77 -77
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240622.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -11,7 +11,7 @@ def action_pushdown(
|
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
14
|
-
track_index:
|
|
14
|
+
track_index: int | None = -1,
|
|
15
15
|
):
|
|
16
16
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ def action_pushdown(
|
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
22
|
-
:type track_index:
|
|
22
|
+
:type track_index: int | None
|
|
23
23
|
"""
|
|
24
24
|
|
|
25
25
|
...
|
|
@@ -29,7 +29,7 @@ def action_sync_length(
|
|
|
29
29
|
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
*,
|
|
32
|
-
active: bool |
|
|
32
|
+
active: bool | None = True,
|
|
33
33
|
):
|
|
34
34
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
35
35
|
|
|
@@ -37,7 +37,7 @@ def action_sync_length(
|
|
|
37
37
|
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
40
|
-
:type active: bool |
|
|
40
|
+
:type active: bool | None
|
|
41
41
|
"""
|
|
42
42
|
|
|
43
43
|
...
|
|
@@ -47,7 +47,7 @@ def action_unlink(
|
|
|
47
47
|
execution_context: int | str | None = None,
|
|
48
48
|
undo: bool | None = None,
|
|
49
49
|
*,
|
|
50
|
-
force_delete: bool |
|
|
50
|
+
force_delete: bool | None = False,
|
|
51
51
|
):
|
|
52
52
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ def action_unlink(
|
|
|
55
55
|
:type execution_context: int | str | None
|
|
56
56
|
:type undo: bool | None
|
|
57
57
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
58
|
-
:type force_delete: bool |
|
|
58
|
+
:type force_delete: bool | None
|
|
59
59
|
"""
|
|
60
60
|
|
|
61
61
|
...
|
|
@@ -97,15 +97,15 @@ def bake(
|
|
|
97
97
|
execution_context: int | str | None = None,
|
|
98
98
|
undo: bool | None = None,
|
|
99
99
|
*,
|
|
100
|
-
frame_start:
|
|
101
|
-
frame_end:
|
|
102
|
-
step:
|
|
103
|
-
only_selected: bool |
|
|
104
|
-
visual_keying: bool |
|
|
105
|
-
clear_constraints: bool |
|
|
106
|
-
clear_parents: bool |
|
|
107
|
-
use_current_action: bool |
|
|
108
|
-
clean_curves: bool |
|
|
100
|
+
frame_start: int | None = 1,
|
|
101
|
+
frame_end: int | None = 250,
|
|
102
|
+
step: int | None = 1,
|
|
103
|
+
only_selected: bool | None = True,
|
|
104
|
+
visual_keying: bool | None = False,
|
|
105
|
+
clear_constraints: bool | None = False,
|
|
106
|
+
clear_parents: bool | None = False,
|
|
107
|
+
use_current_action: bool | None = False,
|
|
108
|
+
clean_curves: bool | None = False,
|
|
109
109
|
bake_types: set[str] | None = {"POSE"},
|
|
110
110
|
channel_types: set[str] | None = {
|
|
111
111
|
"BBONE",
|
|
@@ -121,23 +121,23 @@ def bake(
|
|
|
121
121
|
:type execution_context: int | str | None
|
|
122
122
|
:type undo: bool | None
|
|
123
123
|
:param frame_start: Start Frame, Start frame for baking
|
|
124
|
-
:type frame_start:
|
|
124
|
+
:type frame_start: int | None
|
|
125
125
|
:param frame_end: End Frame, End frame for baking
|
|
126
|
-
:type frame_end:
|
|
126
|
+
:type frame_end: int | None
|
|
127
127
|
:param step: Frame Step, Number of frames to skip forward while baking each frame
|
|
128
|
-
:type step:
|
|
128
|
+
:type step: int | None
|
|
129
129
|
:param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
|
|
130
|
-
:type only_selected: bool |
|
|
130
|
+
:type only_selected: bool | None
|
|
131
131
|
:param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
|
|
132
|
-
:type visual_keying: bool |
|
|
132
|
+
:type visual_keying: bool | None
|
|
133
133
|
:param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones, and do 'visual' keying
|
|
134
|
-
:type clear_constraints: bool |
|
|
134
|
+
:type clear_constraints: bool | None
|
|
135
135
|
:param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
|
|
136
|
-
:type clear_parents: bool |
|
|
136
|
+
:type clear_parents: bool | None
|
|
137
137
|
:param use_current_action: Overwrite Current Action, Bake animation into current action, instead of creating a new one (useful for baking only part of bones in an armature)
|
|
138
|
-
:type use_current_action: bool |
|
|
138
|
+
:type use_current_action: bool | None
|
|
139
139
|
:param clean_curves: Clean Curves, After baking curves, remove redundant keys
|
|
140
|
-
:type clean_curves: bool |
|
|
140
|
+
:type clean_curves: bool | None
|
|
141
141
|
:param bake_types: Bake Data, Which data's transformations to bake
|
|
142
142
|
|
|
143
143
|
POSE
|
|
@@ -172,7 +172,7 @@ def channels_click(
|
|
|
172
172
|
execution_context: int | str | None = None,
|
|
173
173
|
undo: bool | None = None,
|
|
174
174
|
*,
|
|
175
|
-
extend: bool |
|
|
175
|
+
extend: bool | None = False,
|
|
176
176
|
):
|
|
177
177
|
"""Handle clicks to select NLA tracks
|
|
178
178
|
|
|
@@ -180,7 +180,7 @@ def channels_click(
|
|
|
180
180
|
:type execution_context: int | str | None
|
|
181
181
|
:type undo: bool | None
|
|
182
182
|
:param extend: Extend Select
|
|
183
|
-
:type extend: bool |
|
|
183
|
+
:type extend: bool | None
|
|
184
184
|
"""
|
|
185
185
|
|
|
186
186
|
...
|
|
@@ -204,11 +204,11 @@ def click_select(
|
|
|
204
204
|
execution_context: int | str | None = None,
|
|
205
205
|
undo: bool | None = None,
|
|
206
206
|
*,
|
|
207
|
-
wait_to_deselect_others: bool |
|
|
208
|
-
mouse_x:
|
|
209
|
-
mouse_y:
|
|
210
|
-
extend: bool |
|
|
211
|
-
deselect_all: bool |
|
|
207
|
+
wait_to_deselect_others: bool | None = False,
|
|
208
|
+
mouse_x: int | None = 0,
|
|
209
|
+
mouse_y: int | None = 0,
|
|
210
|
+
extend: bool | None = False,
|
|
211
|
+
deselect_all: bool | None = False,
|
|
212
212
|
):
|
|
213
213
|
"""Handle clicks to select NLA Strips
|
|
214
214
|
|
|
@@ -216,15 +216,15 @@ def click_select(
|
|
|
216
216
|
:type execution_context: int | str | None
|
|
217
217
|
:type undo: bool | None
|
|
218
218
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
219
|
-
:type wait_to_deselect_others: bool |
|
|
219
|
+
:type wait_to_deselect_others: bool | None
|
|
220
220
|
:param mouse_x: Mouse X
|
|
221
|
-
:type mouse_x:
|
|
221
|
+
:type mouse_x: int | None
|
|
222
222
|
:param mouse_y: Mouse Y
|
|
223
|
-
:type mouse_y:
|
|
223
|
+
:type mouse_y: int | None
|
|
224
224
|
:param extend: Extend Select
|
|
225
|
-
:type extend: bool |
|
|
225
|
+
:type extend: bool | None
|
|
226
226
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
227
|
-
:type deselect_all: bool |
|
|
227
|
+
:type deselect_all: bool | None
|
|
228
228
|
"""
|
|
229
229
|
|
|
230
230
|
...
|
|
@@ -248,7 +248,7 @@ def duplicate(
|
|
|
248
248
|
execution_context: int | str | None = None,
|
|
249
249
|
undo: bool | None = None,
|
|
250
250
|
*,
|
|
251
|
-
linked: bool |
|
|
251
|
+
linked: bool | None = False,
|
|
252
252
|
):
|
|
253
253
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
254
254
|
|
|
@@ -256,7 +256,7 @@ def duplicate(
|
|
|
256
256
|
:type execution_context: int | str | None
|
|
257
257
|
:type undo: bool | None
|
|
258
258
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
259
|
-
:type linked: bool |
|
|
259
|
+
:type linked: bool | None
|
|
260
260
|
"""
|
|
261
261
|
|
|
262
262
|
...
|
|
@@ -309,7 +309,7 @@ def fmodifier_add(
|
|
|
309
309
|
undo: bool | None = None,
|
|
310
310
|
*,
|
|
311
311
|
type: str | None = "NULL",
|
|
312
|
-
only_active: bool |
|
|
312
|
+
only_active: bool | None = True,
|
|
313
313
|
):
|
|
314
314
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
315
315
|
|
|
@@ -319,7 +319,7 @@ def fmodifier_add(
|
|
|
319
319
|
:param type: Type
|
|
320
320
|
:type type: str | None
|
|
321
321
|
:param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
|
|
322
|
-
:type only_active: bool |
|
|
322
|
+
:type only_active: bool | None
|
|
323
323
|
"""
|
|
324
324
|
|
|
325
325
|
...
|
|
@@ -343,8 +343,8 @@ def fmodifier_paste(
|
|
|
343
343
|
execution_context: int | str | None = None,
|
|
344
344
|
undo: bool | None = None,
|
|
345
345
|
*,
|
|
346
|
-
only_active: bool |
|
|
347
|
-
replace: bool |
|
|
346
|
+
only_active: bool | None = True,
|
|
347
|
+
replace: bool | None = False,
|
|
348
348
|
):
|
|
349
349
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
350
350
|
|
|
@@ -352,9 +352,9 @@ def fmodifier_paste(
|
|
|
352
352
|
:type execution_context: int | str | None
|
|
353
353
|
:type undo: bool | None
|
|
354
354
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
355
|
-
:type only_active: bool |
|
|
355
|
+
:type only_active: bool | None
|
|
356
356
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
357
|
-
:type replace: bool |
|
|
357
|
+
:type replace: bool | None
|
|
358
358
|
"""
|
|
359
359
|
|
|
360
360
|
...
|
|
@@ -364,7 +364,7 @@ def make_single_user(
|
|
|
364
364
|
execution_context: int | str | None = None,
|
|
365
365
|
undo: bool | None = None,
|
|
366
366
|
*,
|
|
367
|
-
confirm: bool |
|
|
367
|
+
confirm: bool | None = True,
|
|
368
368
|
):
|
|
369
369
|
"""Make linked action local to each strip
|
|
370
370
|
|
|
@@ -372,7 +372,7 @@ def make_single_user(
|
|
|
372
372
|
:type execution_context: int | str | None
|
|
373
373
|
:type undo: bool | None
|
|
374
374
|
:param confirm: Confirm, Prompt for confirmation
|
|
375
|
-
:type confirm: bool |
|
|
375
|
+
:type confirm: bool | None
|
|
376
376
|
"""
|
|
377
377
|
|
|
378
378
|
...
|
|
@@ -496,13 +496,13 @@ def select_box(
|
|
|
496
496
|
execution_context: int | str | None = None,
|
|
497
497
|
undo: bool | None = None,
|
|
498
498
|
*,
|
|
499
|
-
axis_range: bool |
|
|
500
|
-
tweak: bool |
|
|
501
|
-
xmin:
|
|
502
|
-
xmax:
|
|
503
|
-
ymin:
|
|
504
|
-
ymax:
|
|
505
|
-
wait_for_input: bool |
|
|
499
|
+
axis_range: bool | None = False,
|
|
500
|
+
tweak: bool | None = False,
|
|
501
|
+
xmin: int | None = 0,
|
|
502
|
+
xmax: int | None = 0,
|
|
503
|
+
ymin: int | None = 0,
|
|
504
|
+
ymax: int | None = 0,
|
|
505
|
+
wait_for_input: bool | None = True,
|
|
506
506
|
mode: str | None = "SET",
|
|
507
507
|
):
|
|
508
508
|
"""Use box selection to grab NLA-Strips
|
|
@@ -511,19 +511,19 @@ def select_box(
|
|
|
511
511
|
:type execution_context: int | str | None
|
|
512
512
|
:type undo: bool | None
|
|
513
513
|
:param axis_range: Axis Range
|
|
514
|
-
:type axis_range: bool |
|
|
514
|
+
:type axis_range: bool | None
|
|
515
515
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
516
|
-
:type tweak: bool |
|
|
516
|
+
:type tweak: bool | None
|
|
517
517
|
:param xmin: X Min
|
|
518
|
-
:type xmin:
|
|
518
|
+
:type xmin: int | None
|
|
519
519
|
:param xmax: X Max
|
|
520
|
-
:type xmax:
|
|
520
|
+
:type xmax: int | None
|
|
521
521
|
:param ymin: Y Min
|
|
522
|
-
:type ymin:
|
|
522
|
+
:type ymin: int | None
|
|
523
523
|
:param ymax: Y Max
|
|
524
|
-
:type ymax:
|
|
524
|
+
:type ymax: int | None
|
|
525
525
|
:param wait_for_input: Wait for Input
|
|
526
|
-
:type wait_for_input: bool |
|
|
526
|
+
:type wait_for_input: bool | None
|
|
527
527
|
:param mode: Mode
|
|
528
528
|
|
|
529
529
|
SET
|
|
@@ -545,7 +545,7 @@ def select_leftright(
|
|
|
545
545
|
undo: bool | None = None,
|
|
546
546
|
*,
|
|
547
547
|
mode: str | None = "CHECK",
|
|
548
|
-
extend: bool |
|
|
548
|
+
extend: bool | None = False,
|
|
549
549
|
):
|
|
550
550
|
"""Select strips to the left or the right of the current frame
|
|
551
551
|
|
|
@@ -555,7 +555,7 @@ def select_leftright(
|
|
|
555
555
|
:param mode: Mode
|
|
556
556
|
:type mode: str | None
|
|
557
557
|
:param extend: Extend Select
|
|
558
|
-
:type extend: bool |
|
|
558
|
+
:type extend: bool | None
|
|
559
559
|
"""
|
|
560
560
|
|
|
561
561
|
...
|
|
@@ -639,7 +639,7 @@ def tracks_add(
|
|
|
639
639
|
execution_context: int | str | None = None,
|
|
640
640
|
undo: bool | None = None,
|
|
641
641
|
*,
|
|
642
|
-
above_selected: bool |
|
|
642
|
+
above_selected: bool | None = False,
|
|
643
643
|
):
|
|
644
644
|
"""Add NLA-Tracks above/after the selected tracks
|
|
645
645
|
|
|
@@ -647,7 +647,7 @@ def tracks_add(
|
|
|
647
647
|
:type execution_context: int | str | None
|
|
648
648
|
:type undo: bool | None
|
|
649
649
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
650
|
-
:type above_selected: bool |
|
|
650
|
+
:type above_selected: bool | None
|
|
651
651
|
"""
|
|
652
652
|
|
|
653
653
|
...
|
|
@@ -685,8 +685,8 @@ def tweakmode_enter(
|
|
|
685
685
|
execution_context: int | str | None = None,
|
|
686
686
|
undo: bool | None = None,
|
|
687
687
|
*,
|
|
688
|
-
isolate_action: bool |
|
|
689
|
-
use_upper_stack_evaluation: bool |
|
|
688
|
+
isolate_action: bool | None = False,
|
|
689
|
+
use_upper_stack_evaluation: bool | None = False,
|
|
690
690
|
):
|
|
691
691
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
692
692
|
|
|
@@ -694,9 +694,9 @@ def tweakmode_enter(
|
|
|
694
694
|
:type execution_context: int | str | None
|
|
695
695
|
:type undo: bool | None
|
|
696
696
|
:param isolate_action: Isolate Action, Enable 'solo' on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
|
|
697
|
-
:type isolate_action: bool |
|
|
697
|
+
:type isolate_action: bool | None
|
|
698
698
|
:param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
|
|
699
|
-
:type use_upper_stack_evaluation: bool |
|
|
699
|
+
:type use_upper_stack_evaluation: bool | None
|
|
700
700
|
"""
|
|
701
701
|
|
|
702
702
|
...
|
|
@@ -706,7 +706,7 @@ def tweakmode_exit(
|
|
|
706
706
|
execution_context: int | str | None = None,
|
|
707
707
|
undo: bool | None = None,
|
|
708
708
|
*,
|
|
709
|
-
isolate_action: bool |
|
|
709
|
+
isolate_action: bool | None = False,
|
|
710
710
|
):
|
|
711
711
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
712
712
|
|
|
@@ -714,7 +714,7 @@ def tweakmode_exit(
|
|
|
714
714
|
:type execution_context: int | str | None
|
|
715
715
|
:type undo: bool | None
|
|
716
716
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
717
|
-
:type isolate_action: bool |
|
|
717
|
+
:type isolate_action: bool | None
|
|
718
718
|
"""
|
|
719
719
|
|
|
720
720
|
...
|