fake-bpy-module 20240812__py3-none-any.whl → 20240814__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_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -8,7 +8,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
10
|
def brush_stroke(
|
|
11
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
11
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
12
12
|
execution_context: int | str | None = None,
|
|
13
13
|
undo: bool | None = None,
|
|
14
14
|
*,
|
|
@@ -19,7 +19,7 @@ def brush_stroke(
|
|
|
19
19
|
):
|
|
20
20
|
"""Sculpt a stroke into the geometry
|
|
21
21
|
|
|
22
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
22
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
23
23
|
:type execution_context: int | str | None
|
|
24
24
|
:type undo: bool | None
|
|
25
25
|
:param stroke: Stroke
|
|
@@ -45,7 +45,7 @@ def brush_stroke(
|
|
|
45
45
|
...
|
|
46
46
|
|
|
47
47
|
def cloth_filter(
|
|
48
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
48
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
49
49
|
execution_context: int | str | None = None,
|
|
50
50
|
undo: bool | None = None,
|
|
51
51
|
*,
|
|
@@ -66,7 +66,7 @@ def cloth_filter(
|
|
|
66
66
|
):
|
|
67
67
|
"""Applies a cloth simulation deformation to the entire mesh
|
|
68
68
|
|
|
69
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
69
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
70
70
|
:type execution_context: int | str | None
|
|
71
71
|
:type undo: bool | None
|
|
72
72
|
:param start_mouse: Starting Mouse
|
|
@@ -130,7 +130,7 @@ def cloth_filter(
|
|
|
130
130
|
...
|
|
131
131
|
|
|
132
132
|
def color_filter(
|
|
133
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
133
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
134
134
|
execution_context: int | str | None = None,
|
|
135
135
|
undo: bool | None = None,
|
|
136
136
|
*,
|
|
@@ -161,7 +161,7 @@ def color_filter(
|
|
|
161
161
|
):
|
|
162
162
|
"""Applies a filter to modify the active color attribute
|
|
163
163
|
|
|
164
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
164
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
165
165
|
:type execution_context: int | str | None
|
|
166
166
|
:type undo: bool | None
|
|
167
167
|
:param start_mouse: Starting Mouse
|
|
@@ -212,13 +212,13 @@ def color_filter(
|
|
|
212
212
|
...
|
|
213
213
|
|
|
214
214
|
def detail_flood_fill(
|
|
215
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
215
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
216
216
|
execution_context: int | str | None = None,
|
|
217
217
|
undo: bool | None = None,
|
|
218
218
|
):
|
|
219
219
|
"""Flood fill the mesh with the selected detail setting
|
|
220
220
|
|
|
221
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
222
222
|
:type execution_context: int | str | None
|
|
223
223
|
:type undo: bool | None
|
|
224
224
|
"""
|
|
@@ -226,13 +226,13 @@ def detail_flood_fill(
|
|
|
226
226
|
...
|
|
227
227
|
|
|
228
228
|
def dynamic_topology_toggle(
|
|
229
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
229
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
230
230
|
execution_context: int | str | None = None,
|
|
231
231
|
undo: bool | None = None,
|
|
232
232
|
):
|
|
233
233
|
"""Dynamic topology alters the mesh topology while sculpting
|
|
234
234
|
|
|
235
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
235
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
236
236
|
:type execution_context: int | str | None
|
|
237
237
|
:type undo: bool | None
|
|
238
238
|
"""
|
|
@@ -240,13 +240,13 @@ def dynamic_topology_toggle(
|
|
|
240
240
|
...
|
|
241
241
|
|
|
242
242
|
def dyntopo_detail_size_edit(
|
|
243
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
243
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
244
244
|
execution_context: int | str | None = None,
|
|
245
245
|
undo: bool | None = None,
|
|
246
246
|
):
|
|
247
247
|
"""Modify the detail size of dyntopo interactively
|
|
248
248
|
|
|
249
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
249
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
250
250
|
:type execution_context: int | str | None
|
|
251
251
|
:type undo: bool | None
|
|
252
252
|
"""
|
|
@@ -254,7 +254,7 @@ def dyntopo_detail_size_edit(
|
|
|
254
254
|
...
|
|
255
255
|
|
|
256
256
|
def expand(
|
|
257
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
257
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
258
258
|
execution_context: int | str | None = None,
|
|
259
259
|
undo: bool | None = None,
|
|
260
260
|
*,
|
|
@@ -281,7 +281,7 @@ def expand(
|
|
|
281
281
|
):
|
|
282
282
|
"""Generic sculpt expand operator
|
|
283
283
|
|
|
284
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
284
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
285
285
|
:type execution_context: int | str | None
|
|
286
286
|
:type undo: bool | None
|
|
287
287
|
:param target: Data Target, Data that is going to be modified in the expand operation
|
|
@@ -309,7 +309,7 @@ def expand(
|
|
|
309
309
|
...
|
|
310
310
|
|
|
311
311
|
def face_set_box_gesture(
|
|
312
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
312
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
313
313
|
execution_context: int | str | None = None,
|
|
314
314
|
undo: bool | None = None,
|
|
315
315
|
*,
|
|
@@ -322,7 +322,7 @@ def face_set_box_gesture(
|
|
|
322
322
|
):
|
|
323
323
|
"""Add a face set in a rectangle defined by the cursor
|
|
324
324
|
|
|
325
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
325
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
326
326
|
:type execution_context: int | str | None
|
|
327
327
|
:type undo: bool | None
|
|
328
328
|
:param xmin: X Min
|
|
@@ -342,7 +342,7 @@ def face_set_box_gesture(
|
|
|
342
342
|
...
|
|
343
343
|
|
|
344
344
|
def face_set_change_visibility(
|
|
345
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
345
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
346
346
|
execution_context: int | str | None = None,
|
|
347
347
|
undo: bool | None = None,
|
|
348
348
|
*,
|
|
@@ -350,7 +350,7 @@ def face_set_change_visibility(
|
|
|
350
350
|
):
|
|
351
351
|
"""Change the visibility of the Face Sets of the sculpt
|
|
352
352
|
|
|
353
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
353
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
354
354
|
:type execution_context: int | str | None
|
|
355
355
|
:type undo: bool | None
|
|
356
356
|
:param mode: Mode
|
|
@@ -369,7 +369,7 @@ def face_set_change_visibility(
|
|
|
369
369
|
...
|
|
370
370
|
|
|
371
371
|
def face_set_edit(
|
|
372
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
372
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
373
373
|
execution_context: int | str | None = None,
|
|
374
374
|
undo: bool | None = None,
|
|
375
375
|
*,
|
|
@@ -383,7 +383,7 @@ def face_set_edit(
|
|
|
383
383
|
):
|
|
384
384
|
"""Edits the current active Face Set
|
|
385
385
|
|
|
386
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
386
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
387
387
|
:type execution_context: int | str | None
|
|
388
388
|
:type undo: bool | None
|
|
389
389
|
:param active_face_set: Active Face Set
|
|
@@ -414,7 +414,7 @@ def face_set_edit(
|
|
|
414
414
|
...
|
|
415
415
|
|
|
416
416
|
def face_set_lasso_gesture(
|
|
417
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
417
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
418
418
|
execution_context: int | str | None = None,
|
|
419
419
|
undo: bool | None = None,
|
|
420
420
|
*,
|
|
@@ -426,7 +426,7 @@ def face_set_lasso_gesture(
|
|
|
426
426
|
):
|
|
427
427
|
"""Add a face set in a shape defined by the cursor
|
|
428
428
|
|
|
429
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
429
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
430
430
|
:type execution_context: int | str | None
|
|
431
431
|
:type undo: bool | None
|
|
432
432
|
:param path: Path
|
|
@@ -444,7 +444,7 @@ def face_set_lasso_gesture(
|
|
|
444
444
|
...
|
|
445
445
|
|
|
446
446
|
def face_set_line_gesture(
|
|
447
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
447
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
448
448
|
execution_context: int | str | None = None,
|
|
449
449
|
undo: bool | None = None,
|
|
450
450
|
*,
|
|
@@ -459,7 +459,7 @@ def face_set_line_gesture(
|
|
|
459
459
|
):
|
|
460
460
|
"""Add a face set to one side of a line defined by the cursor
|
|
461
461
|
|
|
462
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
462
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
463
463
|
:type execution_context: int | str | None
|
|
464
464
|
:type undo: bool | None
|
|
465
465
|
:param xstart: X Start
|
|
@@ -483,7 +483,7 @@ def face_set_line_gesture(
|
|
|
483
483
|
...
|
|
484
484
|
|
|
485
485
|
def face_set_polyline_gesture(
|
|
486
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
486
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
487
487
|
execution_context: int | str | None = None,
|
|
488
488
|
undo: bool | None = None,
|
|
489
489
|
*,
|
|
@@ -492,7 +492,7 @@ def face_set_polyline_gesture(
|
|
|
492
492
|
):
|
|
493
493
|
"""Add a face set in a shape defined by the cursor
|
|
494
494
|
|
|
495
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
495
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
496
496
|
:type execution_context: int | str | None
|
|
497
497
|
:type undo: bool | None
|
|
498
498
|
:param path: Path
|
|
@@ -504,7 +504,7 @@ def face_set_polyline_gesture(
|
|
|
504
504
|
...
|
|
505
505
|
|
|
506
506
|
def face_sets_create(
|
|
507
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
507
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
508
508
|
execution_context: int | str | None = None,
|
|
509
509
|
undo: bool | None = None,
|
|
510
510
|
*,
|
|
@@ -512,7 +512,7 @@ def face_sets_create(
|
|
|
512
512
|
):
|
|
513
513
|
"""Create a new Face Set
|
|
514
514
|
|
|
515
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
515
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
516
516
|
:type execution_context: int | str | None
|
|
517
517
|
:type undo: bool | None
|
|
518
518
|
:param mode: Mode
|
|
@@ -534,7 +534,7 @@ def face_sets_create(
|
|
|
534
534
|
...
|
|
535
535
|
|
|
536
536
|
def face_sets_init(
|
|
537
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
537
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
538
538
|
execution_context: int | str | None = None,
|
|
539
539
|
undo: bool | None = None,
|
|
540
540
|
*,
|
|
@@ -553,7 +553,7 @@ def face_sets_init(
|
|
|
553
553
|
):
|
|
554
554
|
"""Initializes all Face Sets in the mesh
|
|
555
555
|
|
|
556
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
556
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
557
557
|
:type execution_context: int | str | None
|
|
558
558
|
:type undo: bool | None
|
|
559
559
|
:param mode: Mode
|
|
@@ -589,13 +589,13 @@ def face_sets_init(
|
|
|
589
589
|
...
|
|
590
590
|
|
|
591
591
|
def face_sets_randomize_colors(
|
|
592
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
592
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
593
593
|
execution_context: int | str | None = None,
|
|
594
594
|
undo: bool | None = None,
|
|
595
595
|
):
|
|
596
596
|
"""Generates a new set of random colors to render the Face Sets in the viewport
|
|
597
597
|
|
|
598
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
598
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
599
599
|
:type execution_context: int | str | None
|
|
600
600
|
:type undo: bool | None
|
|
601
601
|
"""
|
|
@@ -603,7 +603,7 @@ def face_sets_randomize_colors(
|
|
|
603
603
|
...
|
|
604
604
|
|
|
605
605
|
def mask_by_color(
|
|
606
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
606
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
607
607
|
execution_context: int | str | None = None,
|
|
608
608
|
undo: bool | None = None,
|
|
609
609
|
*,
|
|
@@ -614,7 +614,7 @@ def mask_by_color(
|
|
|
614
614
|
):
|
|
615
615
|
"""Creates a mask based on the active color attribute
|
|
616
616
|
|
|
617
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
617
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
618
618
|
:type execution_context: int | str | None
|
|
619
619
|
:type undo: bool | None
|
|
620
620
|
:param contiguous: Contiguous, Mask only contiguous color areas
|
|
@@ -630,7 +630,7 @@ def mask_by_color(
|
|
|
630
630
|
...
|
|
631
631
|
|
|
632
632
|
def mask_filter(
|
|
633
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
633
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
634
634
|
execution_context: int | str | None = None,
|
|
635
635
|
undo: bool | None = None,
|
|
636
636
|
*,
|
|
@@ -643,7 +643,7 @@ def mask_filter(
|
|
|
643
643
|
):
|
|
644
644
|
"""Applies a filter to modify the current mask
|
|
645
645
|
|
|
646
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
646
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
647
647
|
:type execution_context: int | str | None
|
|
648
648
|
:type undo: bool | None
|
|
649
649
|
:param filter_type: Type, Filter that is going to be applied to the mask
|
|
@@ -657,7 +657,7 @@ def mask_filter(
|
|
|
657
657
|
...
|
|
658
658
|
|
|
659
659
|
def mask_from_cavity(
|
|
660
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
660
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
661
661
|
execution_context: int | str | None = None,
|
|
662
662
|
undo: bool | None = None,
|
|
663
663
|
*,
|
|
@@ -672,7 +672,7 @@ def mask_from_cavity(
|
|
|
672
672
|
):
|
|
673
673
|
"""Creates a mask based on the curvature of the surface
|
|
674
674
|
|
|
675
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
675
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
676
676
|
:type execution_context: int | str | None
|
|
677
677
|
:type undo: bool | None
|
|
678
678
|
:param mix_mode: Mode, Mix mode
|
|
@@ -703,7 +703,7 @@ def mask_from_cavity(
|
|
|
703
703
|
...
|
|
704
704
|
|
|
705
705
|
def mask_init(
|
|
706
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
706
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
707
707
|
execution_context: int | str | None = None,
|
|
708
708
|
undo: bool | None = None,
|
|
709
709
|
*,
|
|
@@ -714,7 +714,7 @@ def mask_init(
|
|
|
714
714
|
):
|
|
715
715
|
"""Creates a new mask for the entire mesh
|
|
716
716
|
|
|
717
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
717
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
718
718
|
:type execution_context: int | str | None
|
|
719
719
|
:type undo: bool | None
|
|
720
720
|
:param mode: Mode
|
|
@@ -724,7 +724,7 @@ def mask_init(
|
|
|
724
724
|
...
|
|
725
725
|
|
|
726
726
|
def mesh_filter(
|
|
727
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
727
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
728
728
|
execution_context: int | str | None = None,
|
|
729
729
|
undo: bool | None = None,
|
|
730
730
|
*,
|
|
@@ -758,7 +758,7 @@ def mesh_filter(
|
|
|
758
758
|
):
|
|
759
759
|
"""Applies a filter to modify the current mesh
|
|
760
760
|
|
|
761
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
761
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
762
762
|
:type execution_context: int | str | None
|
|
763
763
|
:type undo: bool | None
|
|
764
764
|
:param start_mouse: Starting Mouse
|
|
@@ -842,13 +842,13 @@ def mesh_filter(
|
|
|
842
842
|
...
|
|
843
843
|
|
|
844
844
|
def optimize(
|
|
845
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
845
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
846
846
|
execution_context: int | str | None = None,
|
|
847
847
|
undo: bool | None = None,
|
|
848
848
|
):
|
|
849
849
|
"""Recalculate the sculpt BVH to improve performance
|
|
850
850
|
|
|
851
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
851
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
852
852
|
:type execution_context: int | str | None
|
|
853
853
|
:type undo: bool | None
|
|
854
854
|
"""
|
|
@@ -856,7 +856,7 @@ def optimize(
|
|
|
856
856
|
...
|
|
857
857
|
|
|
858
858
|
def project_line_gesture(
|
|
859
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
859
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
860
860
|
execution_context: int | str | None = None,
|
|
861
861
|
undo: bool | None = None,
|
|
862
862
|
*,
|
|
@@ -871,7 +871,7 @@ def project_line_gesture(
|
|
|
871
871
|
):
|
|
872
872
|
"""Project the geometry onto a plane defined by a line
|
|
873
873
|
|
|
874
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
874
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
875
875
|
:type execution_context: int | str | None
|
|
876
876
|
:type undo: bool | None
|
|
877
877
|
:param xstart: X Start
|
|
@@ -895,13 +895,13 @@ def project_line_gesture(
|
|
|
895
895
|
...
|
|
896
896
|
|
|
897
897
|
def sample_color(
|
|
898
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
898
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
899
899
|
execution_context: int | str | None = None,
|
|
900
900
|
undo: bool | None = None,
|
|
901
901
|
):
|
|
902
902
|
"""Sample the vertex color of the active vertex
|
|
903
903
|
|
|
904
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
904
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
905
905
|
:type execution_context: int | str | None
|
|
906
906
|
:type undo: bool | None
|
|
907
907
|
"""
|
|
@@ -909,7 +909,7 @@ def sample_color(
|
|
|
909
909
|
...
|
|
910
910
|
|
|
911
911
|
def sample_detail_size(
|
|
912
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
912
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
913
913
|
execution_context: int | str | None = None,
|
|
914
914
|
undo: bool | None = None,
|
|
915
915
|
*,
|
|
@@ -918,7 +918,7 @@ def sample_detail_size(
|
|
|
918
918
|
):
|
|
919
919
|
"""Sample the mesh detail on clicked point
|
|
920
920
|
|
|
921
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
921
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
922
922
|
:type execution_context: int | str | None
|
|
923
923
|
:type undo: bool | None
|
|
924
924
|
:param location: Location, Screen coordinates of sampling
|
|
@@ -936,13 +936,13 @@ def sample_detail_size(
|
|
|
936
936
|
...
|
|
937
937
|
|
|
938
938
|
def sculptmode_toggle(
|
|
939
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
939
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
940
940
|
execution_context: int | str | None = None,
|
|
941
941
|
undo: bool | None = None,
|
|
942
942
|
):
|
|
943
943
|
"""Toggle sculpt mode in 3D view
|
|
944
944
|
|
|
945
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
945
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
946
946
|
:type execution_context: int | str | None
|
|
947
947
|
:type undo: bool | None
|
|
948
948
|
"""
|
|
@@ -950,13 +950,13 @@ def sculptmode_toggle(
|
|
|
950
950
|
...
|
|
951
951
|
|
|
952
952
|
def set_persistent_base(
|
|
953
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
953
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
954
954
|
execution_context: int | str | None = None,
|
|
955
955
|
undo: bool | None = None,
|
|
956
956
|
):
|
|
957
957
|
"""Reset the copy of the mesh that is being sculpted on
|
|
958
958
|
|
|
959
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
959
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
960
960
|
:type execution_context: int | str | None
|
|
961
961
|
:type undo: bool | None
|
|
962
962
|
"""
|
|
@@ -964,7 +964,7 @@ def set_persistent_base(
|
|
|
964
964
|
...
|
|
965
965
|
|
|
966
966
|
def set_pivot_position(
|
|
967
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
967
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
968
968
|
execution_context: int | str | None = None,
|
|
969
969
|
undo: bool | None = None,
|
|
970
970
|
*,
|
|
@@ -975,7 +975,7 @@ def set_pivot_position(
|
|
|
975
975
|
):
|
|
976
976
|
"""Sets the sculpt transform pivot position
|
|
977
977
|
|
|
978
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
978
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
979
979
|
:type execution_context: int | str | None
|
|
980
980
|
:type undo: bool | None
|
|
981
981
|
:param mode: Mode
|
|
@@ -1004,7 +1004,7 @@ def set_pivot_position(
|
|
|
1004
1004
|
...
|
|
1005
1005
|
|
|
1006
1006
|
def symmetrize(
|
|
1007
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1007
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1008
1008
|
execution_context: int | str | None = None,
|
|
1009
1009
|
undo: bool | None = None,
|
|
1010
1010
|
*,
|
|
@@ -1012,7 +1012,7 @@ def symmetrize(
|
|
|
1012
1012
|
):
|
|
1013
1013
|
"""Symmetrize the topology modifications
|
|
1014
1014
|
|
|
1015
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1015
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1016
1016
|
:type execution_context: int | str | None
|
|
1017
1017
|
:type undo: bool | None
|
|
1018
1018
|
:param merge_tolerance: Merge Distance, Distance within which symmetrical vertices are merged
|
|
@@ -1022,7 +1022,7 @@ def symmetrize(
|
|
|
1022
1022
|
...
|
|
1023
1023
|
|
|
1024
1024
|
def trim_box_gesture(
|
|
1025
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1025
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1026
1026
|
execution_context: int | str | None = None,
|
|
1027
1027
|
undo: bool | None = None,
|
|
1028
1028
|
*,
|
|
@@ -1041,7 +1041,7 @@ def trim_box_gesture(
|
|
|
1041
1041
|
):
|
|
1042
1042
|
"""Execute a boolean operation on the mesh and a rectangle defined by the cursor
|
|
1043
1043
|
|
|
1044
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1044
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1045
1045
|
:type execution_context: int | str | None
|
|
1046
1046
|
:type undo: bool | None
|
|
1047
1047
|
:param xmin: X Min
|
|
@@ -1100,7 +1100,7 @@ def trim_box_gesture(
|
|
|
1100
1100
|
...
|
|
1101
1101
|
|
|
1102
1102
|
def trim_lasso_gesture(
|
|
1103
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1103
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1104
1104
|
execution_context: int | str | None = None,
|
|
1105
1105
|
undo: bool | None = None,
|
|
1106
1106
|
*,
|
|
@@ -1118,7 +1118,7 @@ def trim_lasso_gesture(
|
|
|
1118
1118
|
):
|
|
1119
1119
|
"""Execute a boolean operation on the mesh and a shape defined by the cursor
|
|
1120
1120
|
|
|
1121
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1121
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1122
1122
|
:type execution_context: int | str | None
|
|
1123
1123
|
:type undo: bool | None
|
|
1124
1124
|
:param path: Path
|
|
@@ -1175,7 +1175,7 @@ def trim_lasso_gesture(
|
|
|
1175
1175
|
...
|
|
1176
1176
|
|
|
1177
1177
|
def trim_line_gesture(
|
|
1178
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1178
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1179
1179
|
execution_context: int | str | None = None,
|
|
1180
1180
|
undo: bool | None = None,
|
|
1181
1181
|
*,
|
|
@@ -1196,7 +1196,7 @@ def trim_line_gesture(
|
|
|
1196
1196
|
):
|
|
1197
1197
|
"""Remove a portion of the mesh on one side of a line
|
|
1198
1198
|
|
|
1199
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1199
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1200
1200
|
:type execution_context: int | str | None
|
|
1201
1201
|
:type undo: bool | None
|
|
1202
1202
|
:param xstart: X Start
|
|
@@ -1259,7 +1259,7 @@ def trim_line_gesture(
|
|
|
1259
1259
|
...
|
|
1260
1260
|
|
|
1261
1261
|
def trim_polyline_gesture(
|
|
1262
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1262
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1263
1263
|
execution_context: int | str | None = None,
|
|
1264
1264
|
undo: bool | None = None,
|
|
1265
1265
|
*,
|
|
@@ -1274,7 +1274,7 @@ def trim_polyline_gesture(
|
|
|
1274
1274
|
):
|
|
1275
1275
|
"""Execute a boolean operation on the mesh and a polygonal shape defined by the cursor
|
|
1276
1276
|
|
|
1277
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1277
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1278
1278
|
:type execution_context: int | str | None
|
|
1279
1279
|
:type undo: bool | None
|
|
1280
1280
|
:param path: Path
|
|
@@ -1325,7 +1325,7 @@ def trim_polyline_gesture(
|
|
|
1325
1325
|
...
|
|
1326
1326
|
|
|
1327
1327
|
def uv_sculpt_grab(
|
|
1328
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1328
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1329
1329
|
execution_context: int | str | None = None,
|
|
1330
1330
|
undo: bool | None = None,
|
|
1331
1331
|
*,
|
|
@@ -1333,7 +1333,7 @@ def uv_sculpt_grab(
|
|
|
1333
1333
|
):
|
|
1334
1334
|
"""Grab UVs
|
|
1335
1335
|
|
|
1336
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1336
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1337
1337
|
:type execution_context: int | str | None
|
|
1338
1338
|
:type undo: bool | None
|
|
1339
1339
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -1343,7 +1343,7 @@ def uv_sculpt_grab(
|
|
|
1343
1343
|
...
|
|
1344
1344
|
|
|
1345
1345
|
def uv_sculpt_pinch(
|
|
1346
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1346
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1347
1347
|
execution_context: int | str | None = None,
|
|
1348
1348
|
undo: bool | None = None,
|
|
1349
1349
|
*,
|
|
@@ -1351,7 +1351,7 @@ def uv_sculpt_pinch(
|
|
|
1351
1351
|
):
|
|
1352
1352
|
"""Pinch UVs
|
|
1353
1353
|
|
|
1354
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1354
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1355
1355
|
:type execution_context: int | str | None
|
|
1356
1356
|
:type undo: bool | None
|
|
1357
1357
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -1361,7 +1361,7 @@ def uv_sculpt_pinch(
|
|
|
1361
1361
|
...
|
|
1362
1362
|
|
|
1363
1363
|
def uv_sculpt_relax(
|
|
1364
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1364
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1365
1365
|
execution_context: int | str | None = None,
|
|
1366
1366
|
undo: bool | None = None,
|
|
1367
1367
|
*,
|
|
@@ -1370,7 +1370,7 @@ def uv_sculpt_relax(
|
|
|
1370
1370
|
):
|
|
1371
1371
|
"""Relax UVs
|
|
1372
1372
|
|
|
1373
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1373
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1374
1374
|
:type execution_context: int | str | None
|
|
1375
1375
|
:type undo: bool | None
|
|
1376
1376
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def brush_stroke(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -17,7 +17,7 @@ def brush_stroke(
|
|
|
17
17
|
):
|
|
18
18
|
"""Sculpt curves using a brush
|
|
19
19
|
|
|
20
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
21
21
|
:type execution_context: int | str | None
|
|
22
22
|
:type undo: bool | None
|
|
23
23
|
:param stroke: Stroke
|
|
@@ -41,13 +41,13 @@ def brush_stroke(
|
|
|
41
41
|
...
|
|
42
42
|
|
|
43
43
|
def min_distance_edit(
|
|
44
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
44
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
45
45
|
execution_context: int | str | None = None,
|
|
46
46
|
undo: bool | None = None,
|
|
47
47
|
):
|
|
48
48
|
"""Change the minimum distance used by the density brush
|
|
49
49
|
|
|
50
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
50
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
51
51
|
:type execution_context: int | str | None
|
|
52
52
|
:type undo: bool | None
|
|
53
53
|
"""
|
|
@@ -55,7 +55,7 @@ def min_distance_edit(
|
|
|
55
55
|
...
|
|
56
56
|
|
|
57
57
|
def select_grow(
|
|
58
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
58
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
59
59
|
execution_context: int | str | None = None,
|
|
60
60
|
undo: bool | None = None,
|
|
61
61
|
*,
|
|
@@ -63,7 +63,7 @@ def select_grow(
|
|
|
63
63
|
):
|
|
64
64
|
"""Select curves which are close to curves that are selected already
|
|
65
65
|
|
|
66
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
66
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
67
67
|
:type execution_context: int | str | None
|
|
68
68
|
:type undo: bool | None
|
|
69
69
|
:param distance: Distance, By how much to grow the selection
|
|
@@ -73,7 +73,7 @@ def select_grow(
|
|
|
73
73
|
...
|
|
74
74
|
|
|
75
75
|
def select_random(
|
|
76
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
76
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
77
77
|
execution_context: int | str | None = None,
|
|
78
78
|
undo: bool | None = None,
|
|
79
79
|
*,
|
|
@@ -85,7 +85,7 @@ def select_random(
|
|
|
85
85
|
):
|
|
86
86
|
"""Randomizes existing selection or create new random selection
|
|
87
87
|
|
|
88
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
88
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
89
89
|
:type execution_context: int | str | None
|
|
90
90
|
:type undo: bool | None
|
|
91
91
|
:param seed: Seed, Source of randomness
|