fake-bpy-module 20240928__py3-none-any.whl → 20240929__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/generic_ui_list/__init__.pyi +2 -2
- bpy/__init__.pyi +1 -1
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +124 -124
- 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 +202 -202
- 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 +230 -230
- bpy/ops/object/__init__.pyi +476 -476
- 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 +74 -74
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +178 -178
- 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 +68 -68
- 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 +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +254 -219
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ import bpy.types
|
|
|
5
5
|
import mathutils
|
|
6
6
|
|
|
7
7
|
def brush_stroke(
|
|
8
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
8
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
9
9
|
execution_context: int | str | None = None,
|
|
10
10
|
undo: bool | None = None,
|
|
11
11
|
*,
|
|
@@ -16,7 +16,7 @@ def brush_stroke(
|
|
|
16
16
|
):
|
|
17
17
|
"""Sculpt a stroke into the geometry
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
20
20
|
:type execution_context: int | str | None
|
|
21
21
|
:type undo: bool | None
|
|
22
22
|
:param stroke: Stroke
|
|
@@ -40,7 +40,7 @@ def brush_stroke(
|
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
42
|
def cloth_filter(
|
|
43
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
43
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
44
44
|
execution_context: int | str | None = None,
|
|
45
45
|
undo: bool | None = None,
|
|
46
46
|
*,
|
|
@@ -61,7 +61,7 @@ def cloth_filter(
|
|
|
61
61
|
):
|
|
62
62
|
"""Applies a cloth simulation deformation to the entire mesh
|
|
63
63
|
|
|
64
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
64
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
65
65
|
:type execution_context: int | str | None
|
|
66
66
|
:type undo: bool | None
|
|
67
67
|
:param start_mouse: Starting Mouse
|
|
@@ -123,7 +123,7 @@ def cloth_filter(
|
|
|
123
123
|
"""
|
|
124
124
|
|
|
125
125
|
def color_filter(
|
|
126
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
126
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
127
127
|
execution_context: int | str | None = None,
|
|
128
128
|
undo: bool | None = None,
|
|
129
129
|
*,
|
|
@@ -154,7 +154,7 @@ def color_filter(
|
|
|
154
154
|
):
|
|
155
155
|
"""Applies a filter to modify the active color attribute
|
|
156
156
|
|
|
157
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
157
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
158
158
|
:type execution_context: int | str | None
|
|
159
159
|
:type undo: bool | None
|
|
160
160
|
:param start_mouse: Starting Mouse
|
|
@@ -203,43 +203,43 @@ def color_filter(
|
|
|
203
203
|
"""
|
|
204
204
|
|
|
205
205
|
def detail_flood_fill(
|
|
206
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
206
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
207
207
|
execution_context: int | str | None = None,
|
|
208
208
|
undo: bool | None = None,
|
|
209
209
|
):
|
|
210
210
|
"""Flood fill the mesh with the selected detail setting
|
|
211
211
|
|
|
212
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
212
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
213
213
|
:type execution_context: int | str | None
|
|
214
214
|
:type undo: bool | None
|
|
215
215
|
"""
|
|
216
216
|
|
|
217
217
|
def dynamic_topology_toggle(
|
|
218
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
218
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
219
219
|
execution_context: int | str | None = None,
|
|
220
220
|
undo: bool | None = None,
|
|
221
221
|
):
|
|
222
222
|
"""Dynamic topology alters the mesh topology while sculpting
|
|
223
223
|
|
|
224
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
224
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
225
225
|
:type execution_context: int | str | None
|
|
226
226
|
:type undo: bool | None
|
|
227
227
|
"""
|
|
228
228
|
|
|
229
229
|
def dyntopo_detail_size_edit(
|
|
230
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
230
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
231
231
|
execution_context: int | str | None = None,
|
|
232
232
|
undo: bool | None = None,
|
|
233
233
|
):
|
|
234
234
|
"""Modify the detail size of dyntopo interactively
|
|
235
235
|
|
|
236
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
236
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
237
237
|
:type execution_context: int | str | None
|
|
238
238
|
:type undo: bool | None
|
|
239
239
|
"""
|
|
240
240
|
|
|
241
241
|
def expand(
|
|
242
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
242
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
243
243
|
execution_context: int | str | None = None,
|
|
244
244
|
undo: bool | None = None,
|
|
245
245
|
*,
|
|
@@ -266,7 +266,7 @@ def expand(
|
|
|
266
266
|
):
|
|
267
267
|
"""Generic sculpt expand operator
|
|
268
268
|
|
|
269
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
269
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
270
270
|
:type execution_context: int | str | None
|
|
271
271
|
:type undo: bool | None
|
|
272
272
|
:param target: Data Target, Data that is going to be modified in the expand operation
|
|
@@ -292,7 +292,7 @@ def expand(
|
|
|
292
292
|
"""
|
|
293
293
|
|
|
294
294
|
def face_set_box_gesture(
|
|
295
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
295
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
296
296
|
execution_context: int | str | None = None,
|
|
297
297
|
undo: bool | None = None,
|
|
298
298
|
*,
|
|
@@ -305,7 +305,7 @@ def face_set_box_gesture(
|
|
|
305
305
|
):
|
|
306
306
|
"""Add a face set in a rectangle defined by the cursor
|
|
307
307
|
|
|
308
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
308
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
309
309
|
:type execution_context: int | str | None
|
|
310
310
|
:type undo: bool | None
|
|
311
311
|
:param xmin: X Min
|
|
@@ -323,7 +323,7 @@ def face_set_box_gesture(
|
|
|
323
323
|
"""
|
|
324
324
|
|
|
325
325
|
def face_set_change_visibility(
|
|
326
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
326
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
327
327
|
execution_context: int | str | None = None,
|
|
328
328
|
undo: bool | None = None,
|
|
329
329
|
*,
|
|
@@ -331,7 +331,7 @@ def face_set_change_visibility(
|
|
|
331
331
|
):
|
|
332
332
|
"""Change the visibility of the Face Sets of the sculpt
|
|
333
333
|
|
|
334
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
334
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
335
335
|
:type execution_context: int | str | None
|
|
336
336
|
:type undo: bool | None
|
|
337
337
|
:param mode: Mode
|
|
@@ -348,7 +348,7 @@ def face_set_change_visibility(
|
|
|
348
348
|
"""
|
|
349
349
|
|
|
350
350
|
def face_set_edit(
|
|
351
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
351
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
352
352
|
execution_context: int | str | None = None,
|
|
353
353
|
undo: bool | None = None,
|
|
354
354
|
*,
|
|
@@ -362,7 +362,7 @@ def face_set_edit(
|
|
|
362
362
|
):
|
|
363
363
|
"""Edits the current active Face Set
|
|
364
364
|
|
|
365
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
365
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
366
366
|
:type execution_context: int | str | None
|
|
367
367
|
:type undo: bool | None
|
|
368
368
|
:param active_face_set: Active Face Set
|
|
@@ -391,7 +391,7 @@ def face_set_edit(
|
|
|
391
391
|
"""
|
|
392
392
|
|
|
393
393
|
def face_set_lasso_gesture(
|
|
394
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
395
395
|
execution_context: int | str | None = None,
|
|
396
396
|
undo: bool | None = None,
|
|
397
397
|
*,
|
|
@@ -403,7 +403,7 @@ def face_set_lasso_gesture(
|
|
|
403
403
|
):
|
|
404
404
|
"""Add a face set in a shape defined by the cursor
|
|
405
405
|
|
|
406
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
406
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
407
407
|
:type execution_context: int | str | None
|
|
408
408
|
:type undo: bool | None
|
|
409
409
|
:param path: Path
|
|
@@ -419,7 +419,7 @@ def face_set_lasso_gesture(
|
|
|
419
419
|
"""
|
|
420
420
|
|
|
421
421
|
def face_set_line_gesture(
|
|
422
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
422
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
423
423
|
execution_context: int | str | None = None,
|
|
424
424
|
undo: bool | None = None,
|
|
425
425
|
*,
|
|
@@ -434,7 +434,7 @@ def face_set_line_gesture(
|
|
|
434
434
|
):
|
|
435
435
|
"""Add a face set to one side of a line defined by the cursor
|
|
436
436
|
|
|
437
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
437
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
438
438
|
:type execution_context: int | str | None
|
|
439
439
|
:type undo: bool | None
|
|
440
440
|
:param xstart: X Start
|
|
@@ -456,7 +456,7 @@ def face_set_line_gesture(
|
|
|
456
456
|
"""
|
|
457
457
|
|
|
458
458
|
def face_set_polyline_gesture(
|
|
459
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
459
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
460
460
|
execution_context: int | str | None = None,
|
|
461
461
|
undo: bool | None = None,
|
|
462
462
|
*,
|
|
@@ -465,7 +465,7 @@ def face_set_polyline_gesture(
|
|
|
465
465
|
):
|
|
466
466
|
"""Add a face set in a shape defined by the cursor
|
|
467
467
|
|
|
468
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
468
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
469
469
|
:type execution_context: int | str | None
|
|
470
470
|
:type undo: bool | None
|
|
471
471
|
:param path: Path
|
|
@@ -475,7 +475,7 @@ def face_set_polyline_gesture(
|
|
|
475
475
|
"""
|
|
476
476
|
|
|
477
477
|
def face_sets_create(
|
|
478
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
478
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
479
479
|
execution_context: int | str | None = None,
|
|
480
480
|
undo: bool | None = None,
|
|
481
481
|
*,
|
|
@@ -483,7 +483,7 @@ def face_sets_create(
|
|
|
483
483
|
):
|
|
484
484
|
"""Create a new Face Set
|
|
485
485
|
|
|
486
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
486
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
487
487
|
:type execution_context: int | str | None
|
|
488
488
|
:type undo: bool | None
|
|
489
489
|
:param mode: Mode
|
|
@@ -503,7 +503,7 @@ def face_sets_create(
|
|
|
503
503
|
"""
|
|
504
504
|
|
|
505
505
|
def face_sets_init(
|
|
506
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
506
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
507
507
|
execution_context: int | str | None = None,
|
|
508
508
|
undo: bool | None = None,
|
|
509
509
|
*,
|
|
@@ -522,7 +522,7 @@ def face_sets_init(
|
|
|
522
522
|
):
|
|
523
523
|
"""Initializes all Face Sets in the mesh
|
|
524
524
|
|
|
525
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
525
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
526
526
|
:type execution_context: int | str | None
|
|
527
527
|
:type undo: bool | None
|
|
528
528
|
:param mode: Mode
|
|
@@ -556,19 +556,19 @@ def face_sets_init(
|
|
|
556
556
|
"""
|
|
557
557
|
|
|
558
558
|
def face_sets_randomize_colors(
|
|
559
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
559
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
560
560
|
execution_context: int | str | None = None,
|
|
561
561
|
undo: bool | None = None,
|
|
562
562
|
):
|
|
563
563
|
"""Generates a new set of random colors to render the Face Sets in the viewport
|
|
564
564
|
|
|
565
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
565
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
566
566
|
:type execution_context: int | str | None
|
|
567
567
|
:type undo: bool | None
|
|
568
568
|
"""
|
|
569
569
|
|
|
570
570
|
def mask_by_color(
|
|
571
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
571
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
572
572
|
execution_context: int | str | None = None,
|
|
573
573
|
undo: bool | None = None,
|
|
574
574
|
*,
|
|
@@ -579,7 +579,7 @@ def mask_by_color(
|
|
|
579
579
|
):
|
|
580
580
|
"""Creates a mask based on the active color attribute
|
|
581
581
|
|
|
582
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
582
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
583
583
|
:type execution_context: int | str | None
|
|
584
584
|
:type undo: bool | None
|
|
585
585
|
:param contiguous: Contiguous, Mask only contiguous color areas
|
|
@@ -593,7 +593,7 @@ def mask_by_color(
|
|
|
593
593
|
"""
|
|
594
594
|
|
|
595
595
|
def mask_filter(
|
|
596
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
596
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
597
597
|
execution_context: int | str | None = None,
|
|
598
598
|
undo: bool | None = None,
|
|
599
599
|
*,
|
|
@@ -606,7 +606,7 @@ def mask_filter(
|
|
|
606
606
|
):
|
|
607
607
|
"""Applies a filter to modify the current mask
|
|
608
608
|
|
|
609
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
609
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
610
610
|
:type execution_context: int | str | None
|
|
611
611
|
:type undo: bool | None
|
|
612
612
|
:param filter_type: Type, Filter that is going to be applied to the mask
|
|
@@ -618,7 +618,7 @@ def mask_filter(
|
|
|
618
618
|
"""
|
|
619
619
|
|
|
620
620
|
def mask_from_boundary(
|
|
621
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
621
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
622
622
|
execution_context: int | str | None = None,
|
|
623
623
|
undo: bool | None = None,
|
|
624
624
|
*,
|
|
@@ -631,7 +631,7 @@ def mask_from_boundary(
|
|
|
631
631
|
):
|
|
632
632
|
"""Creates a mask based on the boundaries of the surface
|
|
633
633
|
|
|
634
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
634
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
635
635
|
:type execution_context: int | str | None
|
|
636
636
|
:type undo: bool | None
|
|
637
637
|
:param mix_mode: Mode, Mix mode
|
|
@@ -662,7 +662,7 @@ def mask_from_boundary(
|
|
|
662
662
|
"""
|
|
663
663
|
|
|
664
664
|
def mask_from_cavity(
|
|
665
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
665
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
666
666
|
execution_context: int | str | None = None,
|
|
667
667
|
undo: bool | None = None,
|
|
668
668
|
*,
|
|
@@ -677,7 +677,7 @@ def mask_from_cavity(
|
|
|
677
677
|
):
|
|
678
678
|
"""Creates a mask based on the curvature of the surface
|
|
679
679
|
|
|
680
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
680
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
681
681
|
:type execution_context: int | str | None
|
|
682
682
|
:type undo: bool | None
|
|
683
683
|
:param mix_mode: Mode, Mix mode
|
|
@@ -706,7 +706,7 @@ def mask_from_cavity(
|
|
|
706
706
|
"""
|
|
707
707
|
|
|
708
708
|
def mask_init(
|
|
709
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
709
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
710
710
|
execution_context: int | str | None = None,
|
|
711
711
|
undo: bool | None = None,
|
|
712
712
|
*,
|
|
@@ -717,7 +717,7 @@ def mask_init(
|
|
|
717
717
|
):
|
|
718
718
|
"""Creates a new mask for the entire mesh
|
|
719
719
|
|
|
720
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
720
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
721
721
|
:type execution_context: int | str | None
|
|
722
722
|
:type undo: bool | None
|
|
723
723
|
:param mode: Mode
|
|
@@ -725,7 +725,7 @@ def mask_init(
|
|
|
725
725
|
"""
|
|
726
726
|
|
|
727
727
|
def mesh_filter(
|
|
728
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
728
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
729
729
|
execution_context: int | str | None = None,
|
|
730
730
|
undo: bool | None = None,
|
|
731
731
|
*,
|
|
@@ -759,7 +759,7 @@ def mesh_filter(
|
|
|
759
759
|
):
|
|
760
760
|
"""Applies a filter to modify the current mesh
|
|
761
761
|
|
|
762
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
762
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
763
763
|
:type execution_context: int | str | None
|
|
764
764
|
:type undo: bool | None
|
|
765
765
|
:param start_mouse: Starting Mouse
|
|
@@ -841,19 +841,19 @@ def mesh_filter(
|
|
|
841
841
|
"""
|
|
842
842
|
|
|
843
843
|
def optimize(
|
|
844
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
844
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
845
845
|
execution_context: int | str | None = None,
|
|
846
846
|
undo: bool | None = None,
|
|
847
847
|
):
|
|
848
848
|
"""Recalculate the sculpt BVH to improve performance
|
|
849
849
|
|
|
850
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
850
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
851
851
|
:type execution_context: int | str | None
|
|
852
852
|
:type undo: bool | None
|
|
853
853
|
"""
|
|
854
854
|
|
|
855
855
|
def project_line_gesture(
|
|
856
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
856
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
857
857
|
execution_context: int | str | None = None,
|
|
858
858
|
undo: bool | None = None,
|
|
859
859
|
*,
|
|
@@ -868,7 +868,7 @@ def project_line_gesture(
|
|
|
868
868
|
):
|
|
869
869
|
"""Project the geometry onto a plane defined by a line
|
|
870
870
|
|
|
871
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
871
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
872
872
|
:type execution_context: int | str | None
|
|
873
873
|
:type undo: bool | None
|
|
874
874
|
:param xstart: X Start
|
|
@@ -890,19 +890,19 @@ def project_line_gesture(
|
|
|
890
890
|
"""
|
|
891
891
|
|
|
892
892
|
def sample_color(
|
|
893
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
893
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
894
894
|
execution_context: int | str | None = None,
|
|
895
895
|
undo: bool | None = None,
|
|
896
896
|
):
|
|
897
897
|
"""Sample the vertex color of the active vertex
|
|
898
898
|
|
|
899
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
899
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
900
900
|
:type execution_context: int | str | None
|
|
901
901
|
:type undo: bool | None
|
|
902
902
|
"""
|
|
903
903
|
|
|
904
904
|
def sample_detail_size(
|
|
905
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
905
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
906
906
|
execution_context: int | str | None = None,
|
|
907
907
|
undo: bool | None = None,
|
|
908
908
|
*,
|
|
@@ -911,7 +911,7 @@ def sample_detail_size(
|
|
|
911
911
|
):
|
|
912
912
|
"""Sample the mesh detail on clicked point
|
|
913
913
|
|
|
914
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
914
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
915
915
|
:type execution_context: int | str | None
|
|
916
916
|
:type undo: bool | None
|
|
917
917
|
:param location: Location, Screen coordinates of sampling
|
|
@@ -927,31 +927,31 @@ def sample_detail_size(
|
|
|
927
927
|
"""
|
|
928
928
|
|
|
929
929
|
def sculptmode_toggle(
|
|
930
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
930
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
931
931
|
execution_context: int | str | None = None,
|
|
932
932
|
undo: bool | None = None,
|
|
933
933
|
):
|
|
934
934
|
"""Toggle sculpt mode in 3D view
|
|
935
935
|
|
|
936
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
936
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
937
937
|
:type execution_context: int | str | None
|
|
938
938
|
:type undo: bool | None
|
|
939
939
|
"""
|
|
940
940
|
|
|
941
941
|
def set_persistent_base(
|
|
942
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
942
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
943
943
|
execution_context: int | str | None = None,
|
|
944
944
|
undo: bool | None = None,
|
|
945
945
|
):
|
|
946
946
|
"""Reset the copy of the mesh that is being sculpted on
|
|
947
947
|
|
|
948
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
948
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
949
949
|
:type execution_context: int | str | None
|
|
950
950
|
:type undo: bool | None
|
|
951
951
|
"""
|
|
952
952
|
|
|
953
953
|
def set_pivot_position(
|
|
954
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
954
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
955
955
|
execution_context: int | str | None = None,
|
|
956
956
|
undo: bool | None = None,
|
|
957
957
|
*,
|
|
@@ -962,7 +962,7 @@ def set_pivot_position(
|
|
|
962
962
|
):
|
|
963
963
|
"""Sets the sculpt transform pivot position
|
|
964
964
|
|
|
965
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
965
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
966
966
|
:type execution_context: int | str | None
|
|
967
967
|
:type undo: bool | None
|
|
968
968
|
:param mode: Mode
|
|
@@ -989,7 +989,7 @@ def set_pivot_position(
|
|
|
989
989
|
"""
|
|
990
990
|
|
|
991
991
|
def symmetrize(
|
|
992
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
992
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
993
993
|
execution_context: int | str | None = None,
|
|
994
994
|
undo: bool | None = None,
|
|
995
995
|
*,
|
|
@@ -997,7 +997,7 @@ def symmetrize(
|
|
|
997
997
|
):
|
|
998
998
|
"""Symmetrize the topology modifications
|
|
999
999
|
|
|
1000
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1000
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1001
1001
|
:type execution_context: int | str | None
|
|
1002
1002
|
:type undo: bool | None
|
|
1003
1003
|
:param merge_tolerance: Merge Distance, Distance within which symmetrical vertices are merged
|
|
@@ -1005,7 +1005,7 @@ def symmetrize(
|
|
|
1005
1005
|
"""
|
|
1006
1006
|
|
|
1007
1007
|
def trim_box_gesture(
|
|
1008
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1008
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1009
1009
|
execution_context: int | str | None = None,
|
|
1010
1010
|
undo: bool | None = None,
|
|
1011
1011
|
*,
|
|
@@ -1024,7 +1024,7 @@ def trim_box_gesture(
|
|
|
1024
1024
|
):
|
|
1025
1025
|
"""Execute a boolean operation on the mesh and a rectangle defined by the cursor
|
|
1026
1026
|
|
|
1027
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1027
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1028
1028
|
:type execution_context: int | str | None
|
|
1029
1029
|
:type undo: bool | None
|
|
1030
1030
|
:param xmin: X Min
|
|
@@ -1081,7 +1081,7 @@ def trim_box_gesture(
|
|
|
1081
1081
|
"""
|
|
1082
1082
|
|
|
1083
1083
|
def trim_lasso_gesture(
|
|
1084
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1084
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1085
1085
|
execution_context: int | str | None = None,
|
|
1086
1086
|
undo: bool | None = None,
|
|
1087
1087
|
*,
|
|
@@ -1099,7 +1099,7 @@ def trim_lasso_gesture(
|
|
|
1099
1099
|
):
|
|
1100
1100
|
"""Execute a boolean operation on the mesh and a shape defined by the cursor
|
|
1101
1101
|
|
|
1102
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1102
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1103
1103
|
:type execution_context: int | str | None
|
|
1104
1104
|
:type undo: bool | None
|
|
1105
1105
|
:param path: Path
|
|
@@ -1154,7 +1154,7 @@ def trim_lasso_gesture(
|
|
|
1154
1154
|
"""
|
|
1155
1155
|
|
|
1156
1156
|
def trim_line_gesture(
|
|
1157
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1157
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1158
1158
|
execution_context: int | str | None = None,
|
|
1159
1159
|
undo: bool | None = None,
|
|
1160
1160
|
*,
|
|
@@ -1175,7 +1175,7 @@ def trim_line_gesture(
|
|
|
1175
1175
|
):
|
|
1176
1176
|
"""Remove a portion of the mesh on one side of a line
|
|
1177
1177
|
|
|
1178
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1178
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1179
1179
|
:type execution_context: int | str | None
|
|
1180
1180
|
:type undo: bool | None
|
|
1181
1181
|
:param xstart: X Start
|
|
@@ -1236,7 +1236,7 @@ def trim_line_gesture(
|
|
|
1236
1236
|
"""
|
|
1237
1237
|
|
|
1238
1238
|
def trim_polyline_gesture(
|
|
1239
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1239
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1240
1240
|
execution_context: int | str | None = None,
|
|
1241
1241
|
undo: bool | None = None,
|
|
1242
1242
|
*,
|
|
@@ -1251,7 +1251,7 @@ def trim_polyline_gesture(
|
|
|
1251
1251
|
):
|
|
1252
1252
|
"""Execute a boolean operation on the mesh and a polygonal shape defined by the cursor
|
|
1253
1253
|
|
|
1254
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1254
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1255
1255
|
:type execution_context: int | str | None
|
|
1256
1256
|
:type undo: bool | None
|
|
1257
1257
|
:param path: Path
|
|
@@ -1300,7 +1300,7 @@ def trim_polyline_gesture(
|
|
|
1300
1300
|
"""
|
|
1301
1301
|
|
|
1302
1302
|
def uv_sculpt_grab(
|
|
1303
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1303
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1304
1304
|
execution_context: int | str | None = None,
|
|
1305
1305
|
undo: bool | None = None,
|
|
1306
1306
|
*,
|
|
@@ -1308,7 +1308,7 @@ def uv_sculpt_grab(
|
|
|
1308
1308
|
):
|
|
1309
1309
|
"""Grab UVs
|
|
1310
1310
|
|
|
1311
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1311
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1312
1312
|
:type execution_context: int | str | None
|
|
1313
1313
|
:type undo: bool | None
|
|
1314
1314
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -1316,7 +1316,7 @@ def uv_sculpt_grab(
|
|
|
1316
1316
|
"""
|
|
1317
1317
|
|
|
1318
1318
|
def uv_sculpt_pinch(
|
|
1319
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1319
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1320
1320
|
execution_context: int | str | None = None,
|
|
1321
1321
|
undo: bool | None = None,
|
|
1322
1322
|
*,
|
|
@@ -1324,7 +1324,7 @@ def uv_sculpt_pinch(
|
|
|
1324
1324
|
):
|
|
1325
1325
|
"""Pinch UVs
|
|
1326
1326
|
|
|
1327
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1327
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1328
1328
|
:type execution_context: int | str | None
|
|
1329
1329
|
:type undo: bool | None
|
|
1330
1330
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -1332,7 +1332,7 @@ def uv_sculpt_pinch(
|
|
|
1332
1332
|
"""
|
|
1333
1333
|
|
|
1334
1334
|
def uv_sculpt_relax(
|
|
1335
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1336
1336
|
execution_context: int | str | None = None,
|
|
1337
1337
|
undo: bool | None = None,
|
|
1338
1338
|
*,
|
|
@@ -1341,7 +1341,7 @@ def uv_sculpt_relax(
|
|
|
1341
1341
|
):
|
|
1342
1342
|
"""Relax UVs
|
|
1343
1343
|
|
|
1344
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1344
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1345
1345
|
:type execution_context: int | str | None
|
|
1346
1346
|
:type undo: bool | None
|
|
1347
1347
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
@@ -4,7 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import bpy.types
|
|
5
5
|
|
|
6
6
|
def brush_stroke(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
7
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
8
|
execution_context: int | str | None = None,
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
*,
|
|
@@ -14,7 +14,7 @@ def brush_stroke(
|
|
|
14
14
|
):
|
|
15
15
|
"""Sculpt curves using a brush
|
|
16
16
|
|
|
17
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
18
18
|
:type execution_context: int | str | None
|
|
19
19
|
:type undo: bool | None
|
|
20
20
|
:param stroke: Stroke
|
|
@@ -36,19 +36,19 @@ def brush_stroke(
|
|
|
36
36
|
"""
|
|
37
37
|
|
|
38
38
|
def min_distance_edit(
|
|
39
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
39
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
40
40
|
execution_context: int | str | None = None,
|
|
41
41
|
undo: bool | None = None,
|
|
42
42
|
):
|
|
43
43
|
"""Change the minimum distance used by the density brush
|
|
44
44
|
|
|
45
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
45
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
46
46
|
:type execution_context: int | str | None
|
|
47
47
|
:type undo: bool | None
|
|
48
48
|
"""
|
|
49
49
|
|
|
50
50
|
def select_grow(
|
|
51
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
52
|
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
@@ -56,7 +56,7 @@ def select_grow(
|
|
|
56
56
|
):
|
|
57
57
|
"""Select curves which are close to curves that are selected already
|
|
58
58
|
|
|
59
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
59
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
60
60
|
:type execution_context: int | str | None
|
|
61
61
|
:type undo: bool | None
|
|
62
62
|
:param distance: Distance, By how much to grow the selection
|
|
@@ -64,7 +64,7 @@ def select_grow(
|
|
|
64
64
|
"""
|
|
65
65
|
|
|
66
66
|
def select_random(
|
|
67
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
67
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
68
68
|
execution_context: int | str | None = None,
|
|
69
69
|
undo: bool | None = None,
|
|
70
70
|
*,
|
|
@@ -76,7 +76,7 @@ def select_random(
|
|
|
76
76
|
):
|
|
77
77
|
"""Randomizes existing selection or create new random selection
|
|
78
78
|
|
|
79
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
80
80
|
:type execution_context: int | str | None
|
|
81
81
|
:type undo: bool | None
|
|
82
82
|
:param seed: Seed, Source of randomness
|