fake-bpy-module 20240523__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/properties_data_modifier/__init__.pyi +284 -0
- bl_ui/properties_render/__init__.pyi +1 -1
- bl_ui/space_userpref/__init__.pyi +233 -0
- bpy/app/__init__.pyi +9 -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 +58 -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 +53 -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 +26 -1
- 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 +594 -342
- 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-20240523.dist-info → fake_bpy_module-20240528.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240523.dist-info → fake_bpy_module-20240528.dist-info}/RECORD +94 -93
- gpu/types/__init__.pyi +4 -2
- gpu_extras/batch/__init__.pyi +1 -1
- gpu_extras/presets/__init__.pyi +1 -1
- {fake_bpy_module-20240523.dist-info → fake_bpy_module-20240528.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240523.dist-info → fake_bpy_module-20240528.dist-info}/top_level.txt +0 -0
bpy/ops/rigidbody/__init__.pyi
CHANGED
|
@@ -9,6 +9,7 @@ def bake_to_keyframes(
|
|
|
9
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
10
10
|
execution_context: str | int | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
|
+
*,
|
|
12
13
|
frame_start: typing.Any | None = 1,
|
|
13
14
|
frame_end: typing.Any | None = 250,
|
|
14
15
|
step: typing.Any | None = 1,
|
|
@@ -32,6 +33,7 @@ def connect(
|
|
|
32
33
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
33
34
|
execution_context: str | int | None = None,
|
|
34
35
|
undo: bool | None = None,
|
|
36
|
+
*,
|
|
35
37
|
con_type: str | None = "FIXED",
|
|
36
38
|
pivot_type: str | None = "CENTER",
|
|
37
39
|
connection_pattern: str | None = "SELECTED_TO_ACTIVE",
|
|
@@ -94,6 +96,7 @@ def constraint_add(
|
|
|
94
96
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
95
97
|
execution_context: str | int | None = None,
|
|
96
98
|
undo: bool | None = None,
|
|
99
|
+
*,
|
|
97
100
|
type: str | None = "FIXED",
|
|
98
101
|
):
|
|
99
102
|
"""Add Rigid Body Constraint to active object
|
|
@@ -125,6 +128,7 @@ def mass_calculate(
|
|
|
125
128
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
126
129
|
execution_context: str | int | None = None,
|
|
127
130
|
undo: bool | None = None,
|
|
131
|
+
*,
|
|
128
132
|
material: str | None = "DEFAULT",
|
|
129
133
|
density: typing.Any | None = 1.0,
|
|
130
134
|
):
|
|
@@ -145,6 +149,7 @@ def object_add(
|
|
|
145
149
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
146
150
|
execution_context: str | int | None = None,
|
|
147
151
|
undo: bool | None = None,
|
|
152
|
+
*,
|
|
148
153
|
type: str | None = "ACTIVE",
|
|
149
154
|
):
|
|
150
155
|
"""Add active object as Rigid Body
|
|
@@ -190,6 +195,7 @@ def objects_add(
|
|
|
190
195
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
191
196
|
execution_context: str | int | None = None,
|
|
192
197
|
undo: bool | None = None,
|
|
198
|
+
*,
|
|
193
199
|
type: str | None = "ACTIVE",
|
|
194
200
|
):
|
|
195
201
|
"""Add selected objects as Rigid Bodies
|
|
@@ -221,6 +227,7 @@ def shape_change(
|
|
|
221
227
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
222
228
|
execution_context: str | int | None = None,
|
|
223
229
|
undo: bool | None = None,
|
|
230
|
+
*,
|
|
224
231
|
type: str | None = "MESH",
|
|
225
232
|
):
|
|
226
233
|
"""Change collision shapes for selected Rigid Body Objects
|
bpy/ops/scene/__init__.pyi
CHANGED
|
@@ -51,6 +51,7 @@ def freestyle_alpha_modifier_add(
|
|
|
51
51
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
52
52
|
execution_context: str | int | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
|
+
*,
|
|
54
55
|
type: str | None = "ALONG_STROKE",
|
|
55
56
|
):
|
|
56
57
|
"""Add an alpha transparency modifier to the line style associated with the active lineset
|
|
@@ -68,6 +69,7 @@ def freestyle_color_modifier_add(
|
|
|
68
69
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
69
70
|
execution_context: str | int | None = None,
|
|
70
71
|
undo: bool | None = None,
|
|
72
|
+
*,
|
|
71
73
|
type: str | None = "ALONG_STROKE",
|
|
72
74
|
):
|
|
73
75
|
"""Add a line color modifier to the line style associated with the active lineset
|
|
@@ -85,6 +87,7 @@ def freestyle_fill_range_by_selection(
|
|
|
85
87
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
86
88
|
execution_context: str | int | None = None,
|
|
87
89
|
undo: bool | None = None,
|
|
90
|
+
*,
|
|
88
91
|
type: str | None = "COLOR",
|
|
89
92
|
name: str | typing.Any = "",
|
|
90
93
|
):
|
|
@@ -114,6 +117,7 @@ def freestyle_geometry_modifier_add(
|
|
|
114
117
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
115
118
|
execution_context: str | int | None = None,
|
|
116
119
|
undo: bool | None = None,
|
|
120
|
+
*,
|
|
117
121
|
type: str | None = "2D_OFFSET",
|
|
118
122
|
):
|
|
119
123
|
"""Add a stroke geometry modifier to the line style associated with the active lineset
|
|
@@ -159,6 +163,7 @@ def freestyle_lineset_move(
|
|
|
159
163
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
160
164
|
execution_context: str | int | None = None,
|
|
161
165
|
undo: bool | None = None,
|
|
166
|
+
*,
|
|
162
167
|
direction: str | None = "UP",
|
|
163
168
|
):
|
|
164
169
|
"""Change the position of the active line set within the list of line sets
|
|
@@ -232,6 +237,7 @@ def freestyle_modifier_move(
|
|
|
232
237
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
233
238
|
execution_context: str | int | None = None,
|
|
234
239
|
undo: bool | None = None,
|
|
240
|
+
*,
|
|
235
241
|
direction: str | None = "UP",
|
|
236
242
|
):
|
|
237
243
|
"""Move the modifier within the list of modifiers
|
|
@@ -277,6 +283,7 @@ def freestyle_module_move(
|
|
|
277
283
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
278
284
|
execution_context: str | int | None = None,
|
|
279
285
|
undo: bool | None = None,
|
|
286
|
+
*,
|
|
280
287
|
direction: str | None = "UP",
|
|
281
288
|
):
|
|
282
289
|
"""Change the position of the style module within in the list of style modules
|
|
@@ -294,6 +301,7 @@ def freestyle_module_open(
|
|
|
294
301
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
295
302
|
execution_context: str | int | None = None,
|
|
296
303
|
undo: bool | None = None,
|
|
304
|
+
*,
|
|
297
305
|
filepath: str | typing.Any = "",
|
|
298
306
|
make_internal: bool | typing.Any | None = True,
|
|
299
307
|
):
|
|
@@ -342,6 +350,7 @@ def freestyle_thickness_modifier_add(
|
|
|
342
350
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
343
351
|
execution_context: str | int | None = None,
|
|
344
352
|
undo: bool | None = None,
|
|
353
|
+
*,
|
|
345
354
|
type: str | None = "ALONG_STROKE",
|
|
346
355
|
):
|
|
347
356
|
"""Add a line thickness modifier to the line style associated with the active lineset
|
|
@@ -373,6 +382,7 @@ def gpencil_brush_preset_add(
|
|
|
373
382
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
374
383
|
execution_context: str | int | None = None,
|
|
375
384
|
undo: bool | None = None,
|
|
385
|
+
*,
|
|
376
386
|
name: str | typing.Any = "",
|
|
377
387
|
remove_name: bool | typing.Any | None = False,
|
|
378
388
|
remove_active: bool | typing.Any | None = False,
|
|
@@ -396,6 +406,7 @@ def gpencil_material_preset_add(
|
|
|
396
406
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
397
407
|
execution_context: str | int | None = None,
|
|
398
408
|
undo: bool | None = None,
|
|
409
|
+
*,
|
|
399
410
|
name: str | typing.Any = "",
|
|
400
411
|
remove_name: bool | typing.Any | None = False,
|
|
401
412
|
remove_active: bool | typing.Any | None = False,
|
|
@@ -419,6 +430,7 @@ def light_cache_bake(
|
|
|
419
430
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
420
431
|
execution_context: str | int | None = None,
|
|
421
432
|
undo: bool | None = None,
|
|
433
|
+
*,
|
|
422
434
|
delay: typing.Any | None = 0,
|
|
423
435
|
subset: str | None = "ALL",
|
|
424
436
|
):
|
|
@@ -462,6 +474,7 @@ def new(
|
|
|
462
474
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
463
475
|
execution_context: str | int | None = None,
|
|
464
476
|
undo: bool | None = None,
|
|
477
|
+
*,
|
|
465
478
|
type: str | None = "NEW",
|
|
466
479
|
):
|
|
467
480
|
"""Add new scene by type
|
|
@@ -491,6 +504,7 @@ def new_sequencer(
|
|
|
491
504
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
492
505
|
execution_context: str | int | None = None,
|
|
493
506
|
undo: bool | None = None,
|
|
507
|
+
*,
|
|
494
508
|
type: str | None = "NEW",
|
|
495
509
|
):
|
|
496
510
|
"""Add new scene by type in the sequence editor and assign to active strip
|
|
@@ -548,6 +562,7 @@ def view_layer_add(
|
|
|
548
562
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
549
563
|
execution_context: str | int | None = None,
|
|
550
564
|
undo: bool | None = None,
|
|
565
|
+
*,
|
|
551
566
|
type: str | None = "NEW",
|
|
552
567
|
):
|
|
553
568
|
"""Add a view layer
|
|
@@ -588,6 +603,7 @@ def view_layer_add_lightgroup(
|
|
|
588
603
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
589
604
|
execution_context: str | int | None = None,
|
|
590
605
|
undo: bool | None = None,
|
|
606
|
+
*,
|
|
591
607
|
name: str | typing.Any = "",
|
|
592
608
|
):
|
|
593
609
|
"""Add a Light Group
|
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -9,6 +9,7 @@ def actionzone(
|
|
|
9
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
10
10
|
execution_context: str | int | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
|
+
*,
|
|
12
13
|
modifier: typing.Any | None = 0,
|
|
13
14
|
):
|
|
14
15
|
"""Handle area action zones for mouse actions/gestures
|
|
@@ -26,6 +27,7 @@ def animation_cancel(
|
|
|
26
27
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
27
28
|
execution_context: str | int | None = None,
|
|
28
29
|
undo: bool | None = None,
|
|
30
|
+
*,
|
|
29
31
|
restore_frame: bool | typing.Any | None = True,
|
|
30
32
|
):
|
|
31
33
|
"""Cancel animation, returning to the original frame
|
|
@@ -43,6 +45,7 @@ def animation_play(
|
|
|
43
45
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
44
46
|
execution_context: str | int | None = None,
|
|
45
47
|
undo: bool | None = None,
|
|
48
|
+
*,
|
|
46
49
|
reverse: bool | typing.Any | None = False,
|
|
47
50
|
sync: bool | typing.Any | None = False,
|
|
48
51
|
):
|
|
@@ -105,6 +108,7 @@ def area_join(
|
|
|
105
108
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
106
109
|
execution_context: str | int | None = None,
|
|
107
110
|
undo: bool | None = None,
|
|
111
|
+
*,
|
|
108
112
|
cursor: typing.Any | None = (0, 0),
|
|
109
113
|
):
|
|
110
114
|
"""Join selected areas into new window
|
|
@@ -122,6 +126,7 @@ def area_move(
|
|
|
122
126
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
123
127
|
execution_context: str | int | None = None,
|
|
124
128
|
undo: bool | None = None,
|
|
129
|
+
*,
|
|
125
130
|
x: typing.Any | None = 0,
|
|
126
131
|
y: typing.Any | None = 0,
|
|
127
132
|
delta: typing.Any | None = 0,
|
|
@@ -159,6 +164,7 @@ def area_split(
|
|
|
159
164
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
160
165
|
execution_context: str | int | None = None,
|
|
161
166
|
undo: bool | None = None,
|
|
167
|
+
*,
|
|
162
168
|
direction: str | None = "HORIZONTAL",
|
|
163
169
|
factor: typing.Any | None = 0.5,
|
|
164
170
|
cursor: typing.Any | None = (0, 0),
|
|
@@ -182,6 +188,7 @@ def area_swap(
|
|
|
182
188
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
183
189
|
execution_context: str | int | None = None,
|
|
184
190
|
undo: bool | None = None,
|
|
191
|
+
*,
|
|
185
192
|
cursor: typing.Any | None = (0, 0),
|
|
186
193
|
):
|
|
187
194
|
"""Swap selected areas screen positions
|
|
@@ -241,6 +248,7 @@ def frame_jump(
|
|
|
241
248
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
242
249
|
execution_context: str | int | None = None,
|
|
243
250
|
undo: bool | None = None,
|
|
251
|
+
*,
|
|
244
252
|
end: bool | typing.Any | None = False,
|
|
245
253
|
):
|
|
246
254
|
"""Jump to first/last frame in frame range
|
|
@@ -258,6 +266,7 @@ def frame_offset(
|
|
|
258
266
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
259
267
|
execution_context: str | int | None = None,
|
|
260
268
|
undo: bool | None = None,
|
|
269
|
+
*,
|
|
261
270
|
delta: typing.Any | None = 0,
|
|
262
271
|
):
|
|
263
272
|
"""Move current frame forward/backward by a given number
|
|
@@ -303,6 +312,7 @@ def keyframe_jump(
|
|
|
303
312
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
304
313
|
execution_context: str | int | None = None,
|
|
305
314
|
undo: bool | None = None,
|
|
315
|
+
*,
|
|
306
316
|
next: bool | typing.Any | None = True,
|
|
307
317
|
):
|
|
308
318
|
"""Jump to previous/next keyframe
|
|
@@ -320,6 +330,7 @@ def marker_jump(
|
|
|
320
330
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
321
331
|
execution_context: str | int | None = None,
|
|
322
332
|
undo: bool | None = None,
|
|
333
|
+
*,
|
|
323
334
|
next: bool | typing.Any | None = True,
|
|
324
335
|
):
|
|
325
336
|
"""Jump to previous/next marker
|
|
@@ -435,6 +446,7 @@ def region_toggle(
|
|
|
435
446
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
436
447
|
execution_context: str | int | None = None,
|
|
437
448
|
undo: bool | None = None,
|
|
449
|
+
*,
|
|
438
450
|
region_type: str | None = "WINDOW",
|
|
439
451
|
):
|
|
440
452
|
"""Hide or unhide the region
|
|
@@ -452,6 +464,7 @@ def repeat_history(
|
|
|
452
464
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
453
465
|
execution_context: str | int | None = None,
|
|
454
466
|
undo: bool | None = None,
|
|
467
|
+
*,
|
|
455
468
|
index: typing.Any | None = 0,
|
|
456
469
|
):
|
|
457
470
|
"""Display menu for previous actions performed
|
|
@@ -483,6 +496,7 @@ def screen_full_area(
|
|
|
483
496
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
484
497
|
execution_context: str | int | None = None,
|
|
485
498
|
undo: bool | None = None,
|
|
499
|
+
*,
|
|
486
500
|
use_hide_panels: bool | typing.Any | None = False,
|
|
487
501
|
):
|
|
488
502
|
"""Toggle display selected area as fullscreen/maximized
|
|
@@ -500,6 +514,7 @@ def screen_set(
|
|
|
500
514
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
501
515
|
execution_context: str | int | None = None,
|
|
502
516
|
undo: bool | None = None,
|
|
517
|
+
*,
|
|
503
518
|
delta: typing.Any | None = 1,
|
|
504
519
|
):
|
|
505
520
|
"""Cycle through available screens
|
|
@@ -517,6 +532,7 @@ def screenshot(
|
|
|
517
532
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
518
533
|
execution_context: str | int | None = None,
|
|
519
534
|
undo: bool | None = None,
|
|
535
|
+
*,
|
|
520
536
|
filepath: str | typing.Any = "",
|
|
521
537
|
hide_props_region: bool | typing.Any | None = True,
|
|
522
538
|
check_existing: bool | typing.Any | None = True,
|
|
@@ -618,6 +634,7 @@ def screenshot_area(
|
|
|
618
634
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
619
635
|
execution_context: str | int | None = None,
|
|
620
636
|
undo: bool | None = None,
|
|
637
|
+
*,
|
|
621
638
|
filepath: str | typing.Any = "",
|
|
622
639
|
hide_props_region: bool | typing.Any | None = True,
|
|
623
640
|
check_existing: bool | typing.Any | None = True,
|
|
@@ -719,6 +736,7 @@ def space_context_cycle(
|
|
|
719
736
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
720
737
|
execution_context: str | int | None = None,
|
|
721
738
|
undo: bool | None = None,
|
|
739
|
+
*,
|
|
722
740
|
direction: str | None = "NEXT",
|
|
723
741
|
):
|
|
724
742
|
"""Cycle through the editor context by activating the next/previous one
|
|
@@ -736,6 +754,7 @@ def space_type_set_or_cycle(
|
|
|
736
754
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
737
755
|
execution_context: str | int | None = None,
|
|
738
756
|
undo: bool | None = None,
|
|
757
|
+
*,
|
|
739
758
|
space_type: str | None = "EMPTY",
|
|
740
759
|
):
|
|
741
760
|
"""Set the space type or cycle subtype
|
|
@@ -767,6 +786,7 @@ def userpref_show(
|
|
|
767
786
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
768
787
|
execution_context: str | int | None = None,
|
|
769
788
|
undo: bool | None = None,
|
|
789
|
+
*,
|
|
770
790
|
section: str | None = "INTERFACE",
|
|
771
791
|
):
|
|
772
792
|
"""Edit user preferences and system settings
|
|
@@ -784,6 +804,7 @@ def workspace_cycle(
|
|
|
784
804
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
785
805
|
execution_context: str | int | None = None,
|
|
786
806
|
undo: bool | None = None,
|
|
807
|
+
*,
|
|
787
808
|
direction: str | None = "NEXT",
|
|
788
809
|
):
|
|
789
810
|
"""Cycle through workspaces
|
bpy/ops/script/__init__.pyi
CHANGED
|
@@ -9,6 +9,7 @@ def execute_preset(
|
|
|
9
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
10
10
|
execution_context: str | int | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
|
+
*,
|
|
12
13
|
filepath: str | typing.Any = "",
|
|
13
14
|
menu_idname: str | typing.Any = "",
|
|
14
15
|
):
|
|
@@ -29,6 +30,7 @@ def python_file_run(
|
|
|
29
30
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
30
31
|
execution_context: str | int | None = None,
|
|
31
32
|
undo: bool | None = None,
|
|
33
|
+
*,
|
|
32
34
|
filepath: str | typing.Any = "",
|
|
33
35
|
):
|
|
34
36
|
"""Run Python file
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -9,6 +9,7 @@ def brush_stroke(
|
|
|
9
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
10
10
|
execution_context: str | int | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
|
+
*,
|
|
12
13
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
13
14
|
| None = None,
|
|
14
15
|
mode: str | None = "NORMAL",
|
|
@@ -42,6 +43,7 @@ def cloth_filter(
|
|
|
42
43
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
43
44
|
execution_context: str | int | None = None,
|
|
44
45
|
undo: bool | None = None,
|
|
46
|
+
*,
|
|
45
47
|
start_mouse: typing.Any | None = (0, 0),
|
|
46
48
|
area_normal_radius: typing.Any | None = 0.25,
|
|
47
49
|
strength: typing.Any | None = 1.0,
|
|
@@ -125,6 +127,7 @@ def color_filter(
|
|
|
125
127
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
126
128
|
execution_context: str | int | None = None,
|
|
127
129
|
undo: bool | None = None,
|
|
130
|
+
*,
|
|
128
131
|
start_mouse: typing.Any | None = (0, 0),
|
|
129
132
|
area_normal_radius: typing.Any | None = 0.25,
|
|
130
133
|
strength: typing.Any | None = 1.0,
|
|
@@ -232,6 +235,7 @@ def expand(
|
|
|
232
235
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
233
236
|
execution_context: str | int | None = None,
|
|
234
237
|
undo: bool | None = None,
|
|
238
|
+
*,
|
|
235
239
|
target: str | None = "MASK",
|
|
236
240
|
falloff_type: str | None = "GEODESIC",
|
|
237
241
|
invert: bool | typing.Any | None = False,
|
|
@@ -276,6 +280,7 @@ def face_set_box_gesture(
|
|
|
276
280
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
277
281
|
execution_context: str | int | None = None,
|
|
278
282
|
undo: bool | None = None,
|
|
283
|
+
*,
|
|
279
284
|
xmin: typing.Any | None = 0,
|
|
280
285
|
xmax: typing.Any | None = 0,
|
|
281
286
|
ymin: typing.Any | None = 0,
|
|
@@ -308,6 +313,7 @@ def face_set_change_visibility(
|
|
|
308
313
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
309
314
|
execution_context: str | int | None = None,
|
|
310
315
|
undo: bool | None = None,
|
|
316
|
+
*,
|
|
311
317
|
mode: str | None = "TOGGLE",
|
|
312
318
|
):
|
|
313
319
|
"""Change the visibility of the Face Sets of the sculpt
|
|
@@ -334,10 +340,11 @@ def face_set_edit(
|
|
|
334
340
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
335
341
|
execution_context: str | int | None = None,
|
|
336
342
|
undo: bool | None = None,
|
|
343
|
+
*,
|
|
337
344
|
active_face_set: typing.Any | None = 1,
|
|
338
345
|
mode: str | None = "GROW",
|
|
339
346
|
strength: typing.Any | None = 1.0,
|
|
340
|
-
modify_hidden: bool | typing.Any | None =
|
|
347
|
+
modify_hidden: bool | typing.Any | None = False,
|
|
341
348
|
):
|
|
342
349
|
"""Edits the current active Face Set
|
|
343
350
|
|
|
@@ -375,6 +382,7 @@ def face_set_lasso_gesture(
|
|
|
375
382
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
376
383
|
execution_context: str | int | None = None,
|
|
377
384
|
undo: bool | None = None,
|
|
385
|
+
*,
|
|
378
386
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
379
387
|
use_front_faces_only: bool | typing.Any | None = False,
|
|
380
388
|
):
|
|
@@ -395,6 +403,7 @@ def face_sets_create(
|
|
|
395
403
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
396
404
|
execution_context: str | int | None = None,
|
|
397
405
|
undo: bool | None = None,
|
|
406
|
+
*,
|
|
398
407
|
mode: str | None = "MASKED",
|
|
399
408
|
):
|
|
400
409
|
"""Create a new Face Set
|
|
@@ -424,6 +433,7 @@ def face_sets_init(
|
|
|
424
433
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
425
434
|
execution_context: str | int | None = None,
|
|
426
435
|
undo: bool | None = None,
|
|
436
|
+
*,
|
|
427
437
|
mode: str | None = "LOOSE_PARTS",
|
|
428
438
|
threshold: typing.Any | None = 0.5,
|
|
429
439
|
):
|
|
@@ -482,6 +492,7 @@ def mask_by_color(
|
|
|
482
492
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
483
493
|
execution_context: str | int | None = None,
|
|
484
494
|
undo: bool | None = None,
|
|
495
|
+
*,
|
|
485
496
|
contiguous: bool | typing.Any | None = False,
|
|
486
497
|
invert: bool | typing.Any | None = False,
|
|
487
498
|
preserve_previous_mask: bool | typing.Any | None = False,
|
|
@@ -508,6 +519,7 @@ def mask_filter(
|
|
|
508
519
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
509
520
|
execution_context: str | int | None = None,
|
|
510
521
|
undo: bool | None = None,
|
|
522
|
+
*,
|
|
511
523
|
filter_type: str | None = "SMOOTH",
|
|
512
524
|
iterations: typing.Any | None = 1,
|
|
513
525
|
auto_iteration_count: bool | typing.Any | None = True,
|
|
@@ -531,6 +543,7 @@ def mask_from_cavity(
|
|
|
531
543
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
532
544
|
execution_context: str | int | None = None,
|
|
533
545
|
undo: bool | None = None,
|
|
546
|
+
*,
|
|
534
547
|
mix_mode: str | None = "MIX",
|
|
535
548
|
mix_factor: typing.Any | None = 1.0,
|
|
536
549
|
settings_source: str | None = "OPERATOR",
|
|
@@ -575,6 +588,7 @@ def mask_init(
|
|
|
575
588
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
576
589
|
execution_context: str | int | None = None,
|
|
577
590
|
undo: bool | None = None,
|
|
591
|
+
*,
|
|
578
592
|
mode: str | None = "RANDOM_PER_VERTEX",
|
|
579
593
|
):
|
|
580
594
|
"""Creates a new mask for the entire mesh
|
|
@@ -592,6 +606,7 @@ def mesh_filter(
|
|
|
592
606
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
593
607
|
execution_context: str | int | None = None,
|
|
594
608
|
undo: bool | None = None,
|
|
609
|
+
*,
|
|
595
610
|
start_mouse: typing.Any | None = (0, 0),
|
|
596
611
|
area_normal_radius: typing.Any | None = 0.25,
|
|
597
612
|
strength: typing.Any | None = 1.0,
|
|
@@ -710,6 +725,7 @@ def project_line_gesture(
|
|
|
710
725
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
711
726
|
execution_context: str | int | None = None,
|
|
712
727
|
undo: bool | None = None,
|
|
728
|
+
*,
|
|
713
729
|
xstart: typing.Any | None = 0,
|
|
714
730
|
xend: typing.Any | None = 0,
|
|
715
731
|
ystart: typing.Any | None = 0,
|
|
@@ -762,6 +778,7 @@ def sample_detail_size(
|
|
|
762
778
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
763
779
|
execution_context: str | int | None = None,
|
|
764
780
|
undo: bool | None = None,
|
|
781
|
+
*,
|
|
765
782
|
location: typing.Any | None = (0, 0),
|
|
766
783
|
mode: str | None = "DYNTOPO",
|
|
767
784
|
):
|
|
@@ -816,6 +833,7 @@ def set_pivot_position(
|
|
|
816
833
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
817
834
|
execution_context: str | int | None = None,
|
|
818
835
|
undo: bool | None = None,
|
|
836
|
+
*,
|
|
819
837
|
mode: str | None = "UNMASKED",
|
|
820
838
|
mouse_x: typing.Any | None = 0.0,
|
|
821
839
|
mouse_y: typing.Any | None = 0.0,
|
|
@@ -854,6 +872,7 @@ def symmetrize(
|
|
|
854
872
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
855
873
|
execution_context: str | int | None = None,
|
|
856
874
|
undo: bool | None = None,
|
|
875
|
+
*,
|
|
857
876
|
merge_tolerance: typing.Any | None = 0.0005,
|
|
858
877
|
):
|
|
859
878
|
"""Symmetrize the topology modifications
|
|
@@ -871,6 +890,7 @@ def trim_box_gesture(
|
|
|
871
890
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
872
891
|
execution_context: str | int | None = None,
|
|
873
892
|
undo: bool | None = None,
|
|
893
|
+
*,
|
|
874
894
|
xmin: typing.Any | None = 0,
|
|
875
895
|
xmax: typing.Any | None = 0,
|
|
876
896
|
ymin: typing.Any | None = 0,
|
|
@@ -948,6 +968,7 @@ def trim_lasso_gesture(
|
|
|
948
968
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
949
969
|
execution_context: str | int | None = None,
|
|
950
970
|
undo: bool | None = None,
|
|
971
|
+
*,
|
|
951
972
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
952
973
|
use_front_faces_only: bool | typing.Any | None = False,
|
|
953
974
|
location: typing.Any | None = (0, 0),
|
|
@@ -1013,6 +1034,7 @@ def trim_line_gesture(
|
|
|
1013
1034
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1014
1035
|
execution_context: str | int | None = None,
|
|
1015
1036
|
undo: bool | None = None,
|
|
1037
|
+
*,
|
|
1016
1038
|
xstart: typing.Any | None = 0,
|
|
1017
1039
|
xend: typing.Any | None = 0,
|
|
1018
1040
|
ystart: typing.Any | None = 0,
|
|
@@ -1096,6 +1118,7 @@ def uv_sculpt_grab(
|
|
|
1096
1118
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1097
1119
|
execution_context: str | int | None = None,
|
|
1098
1120
|
undo: bool | None = None,
|
|
1121
|
+
*,
|
|
1099
1122
|
use_invert: bool | typing.Any | None = False,
|
|
1100
1123
|
):
|
|
1101
1124
|
"""Grab UVs
|
|
@@ -1113,6 +1136,7 @@ def uv_sculpt_pinch(
|
|
|
1113
1136
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1114
1137
|
execution_context: str | int | None = None,
|
|
1115
1138
|
undo: bool | None = None,
|
|
1139
|
+
*,
|
|
1116
1140
|
use_invert: bool | typing.Any | None = False,
|
|
1117
1141
|
):
|
|
1118
1142
|
"""Pinch UVs
|
|
@@ -1130,6 +1154,7 @@ def uv_sculpt_relax(
|
|
|
1130
1154
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1131
1155
|
execution_context: str | int | None = None,
|
|
1132
1156
|
undo: bool | None = None,
|
|
1157
|
+
*,
|
|
1133
1158
|
use_invert: bool | typing.Any | None = False,
|
|
1134
1159
|
relax_method: str | None = "COTAN",
|
|
1135
1160
|
):
|
|
@@ -9,6 +9,7 @@ def brush_stroke(
|
|
|
9
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
10
10
|
execution_context: str | int | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
|
+
*,
|
|
12
13
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
13
14
|
| None = None,
|
|
14
15
|
mode: str | None = "NORMAL",
|
|
@@ -53,6 +54,7 @@ def select_grow(
|
|
|
53
54
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
54
55
|
execution_context: str | int | None = None,
|
|
55
56
|
undo: bool | None = None,
|
|
57
|
+
*,
|
|
56
58
|
distance: typing.Any | None = 0.1,
|
|
57
59
|
):
|
|
58
60
|
"""Select curves which are close to curves that are selected already
|
|
@@ -70,6 +72,7 @@ def select_random(
|
|
|
70
72
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
71
73
|
execution_context: str | int | None = None,
|
|
72
74
|
undo: bool | None = None,
|
|
75
|
+
*,
|
|
73
76
|
seed: typing.Any | None = 0,
|
|
74
77
|
partial: bool | typing.Any | None = False,
|
|
75
78
|
probability: typing.Any | None = 0.5,
|