fake-bpy-module 20240531__py3-none-any.whl → 20240604__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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def brush_stroke(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
13
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
@@ -17,8 +17,8 @@ def brush_stroke(
|
|
|
17
17
|
):
|
|
18
18
|
"""Sculpt a stroke into the geometry
|
|
19
19
|
|
|
20
|
-
:type override_context: dict[str, typing.Any] |
|
|
21
|
-
:type execution_context:
|
|
20
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
21
|
+
:type execution_context: int | str | None
|
|
22
22
|
:type undo: bool | None
|
|
23
23
|
:param stroke: Stroke
|
|
24
24
|
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
@@ -40,8 +40,8 @@ def brush_stroke(
|
|
|
40
40
|
...
|
|
41
41
|
|
|
42
42
|
def cloth_filter(
|
|
43
|
-
override_context: dict[str, typing.Any] |
|
|
44
|
-
execution_context:
|
|
43
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
44
|
+
execution_context: int | str | None = None,
|
|
45
45
|
undo: bool | None = None,
|
|
46
46
|
*,
|
|
47
47
|
start_mouse: typing.Any | None = (0, 0),
|
|
@@ -60,8 +60,8 @@ def cloth_filter(
|
|
|
60
60
|
):
|
|
61
61
|
"""Applies a cloth simulation deformation to the entire mesh
|
|
62
62
|
|
|
63
|
-
:type override_context: dict[str, typing.Any] |
|
|
64
|
-
:type execution_context:
|
|
63
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
64
|
+
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
:param start_mouse: Starting Mouse
|
|
67
67
|
:type start_mouse: typing.Any | None
|
|
@@ -124,8 +124,8 @@ def cloth_filter(
|
|
|
124
124
|
...
|
|
125
125
|
|
|
126
126
|
def color_filter(
|
|
127
|
-
override_context: dict[str, typing.Any] |
|
|
128
|
-
execution_context:
|
|
127
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
128
|
+
execution_context: int | str | None = None,
|
|
129
129
|
undo: bool | None = None,
|
|
130
130
|
*,
|
|
131
131
|
start_mouse: typing.Any | None = (0, 0),
|
|
@@ -139,8 +139,8 @@ def color_filter(
|
|
|
139
139
|
):
|
|
140
140
|
"""Applies a filter to modify the active color attribute
|
|
141
141
|
|
|
142
|
-
:type override_context: dict[str, typing.Any] |
|
|
143
|
-
:type execution_context:
|
|
142
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
143
|
+
:type execution_context: int | str | None
|
|
144
144
|
:type undo: bool | None
|
|
145
145
|
:param start_mouse: Starting Mouse
|
|
146
146
|
:type start_mouse: typing.Any | None
|
|
@@ -190,50 +190,50 @@ def color_filter(
|
|
|
190
190
|
...
|
|
191
191
|
|
|
192
192
|
def detail_flood_fill(
|
|
193
|
-
override_context: dict[str, typing.Any] |
|
|
194
|
-
execution_context:
|
|
193
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
194
|
+
execution_context: int | str | None = None,
|
|
195
195
|
undo: bool | None = None,
|
|
196
196
|
):
|
|
197
197
|
"""Flood fill the mesh with the selected detail setting
|
|
198
198
|
|
|
199
|
-
:type override_context: dict[str, typing.Any] |
|
|
200
|
-
:type execution_context:
|
|
199
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
200
|
+
:type execution_context: int | str | None
|
|
201
201
|
:type undo: bool | None
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
...
|
|
205
205
|
|
|
206
206
|
def dynamic_topology_toggle(
|
|
207
|
-
override_context: dict[str, typing.Any] |
|
|
208
|
-
execution_context:
|
|
207
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
208
|
+
execution_context: int | str | None = None,
|
|
209
209
|
undo: bool | None = None,
|
|
210
210
|
):
|
|
211
211
|
"""Dynamic topology alters the mesh topology while sculpting
|
|
212
212
|
|
|
213
|
-
:type override_context: dict[str, typing.Any] |
|
|
214
|
-
:type execution_context:
|
|
213
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
214
|
+
:type execution_context: int | str | None
|
|
215
215
|
:type undo: bool | None
|
|
216
216
|
"""
|
|
217
217
|
|
|
218
218
|
...
|
|
219
219
|
|
|
220
220
|
def dyntopo_detail_size_edit(
|
|
221
|
-
override_context: dict[str, typing.Any] |
|
|
222
|
-
execution_context:
|
|
221
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
222
|
+
execution_context: int | str | None = None,
|
|
223
223
|
undo: bool | None = None,
|
|
224
224
|
):
|
|
225
225
|
"""Modify the detail size of dyntopo interactively
|
|
226
226
|
|
|
227
|
-
:type override_context: dict[str, typing.Any] |
|
|
228
|
-
:type execution_context:
|
|
227
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
228
|
+
:type execution_context: int | str | None
|
|
229
229
|
:type undo: bool | None
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
...
|
|
233
233
|
|
|
234
234
|
def expand(
|
|
235
|
-
override_context: dict[str, typing.Any] |
|
|
236
|
-
execution_context:
|
|
235
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
236
|
+
execution_context: int | str | None = None,
|
|
237
237
|
undo: bool | None = None,
|
|
238
238
|
*,
|
|
239
239
|
target: str | None = "MASK",
|
|
@@ -249,8 +249,8 @@ def expand(
|
|
|
249
249
|
):
|
|
250
250
|
"""Generic sculpt expand operator
|
|
251
251
|
|
|
252
|
-
:type override_context: dict[str, typing.Any] |
|
|
253
|
-
:type execution_context:
|
|
252
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
253
|
+
:type execution_context: int | str | None
|
|
254
254
|
:type undo: bool | None
|
|
255
255
|
:param target: Data Target, Data that is going to be modified in the expand operation
|
|
256
256
|
:type target: str | None
|
|
@@ -277,8 +277,8 @@ def expand(
|
|
|
277
277
|
...
|
|
278
278
|
|
|
279
279
|
def face_set_box_gesture(
|
|
280
|
-
override_context: dict[str, typing.Any] |
|
|
281
|
-
execution_context:
|
|
280
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
281
|
+
execution_context: int | str | None = None,
|
|
282
282
|
undo: bool | None = None,
|
|
283
283
|
*,
|
|
284
284
|
xmin: typing.Any | None = 0,
|
|
@@ -290,8 +290,8 @@ def face_set_box_gesture(
|
|
|
290
290
|
):
|
|
291
291
|
"""Add a face set in a rectangle defined by the cursor
|
|
292
292
|
|
|
293
|
-
:type override_context: dict[str, typing.Any] |
|
|
294
|
-
:type execution_context:
|
|
293
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
294
|
+
:type execution_context: int | str | None
|
|
295
295
|
:type undo: bool | None
|
|
296
296
|
:param xmin: X Min
|
|
297
297
|
:type xmin: typing.Any | None
|
|
@@ -310,16 +310,16 @@ def face_set_box_gesture(
|
|
|
310
310
|
...
|
|
311
311
|
|
|
312
312
|
def face_set_change_visibility(
|
|
313
|
-
override_context: dict[str, typing.Any] |
|
|
314
|
-
execution_context:
|
|
313
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
314
|
+
execution_context: int | str | None = None,
|
|
315
315
|
undo: bool | None = None,
|
|
316
316
|
*,
|
|
317
317
|
mode: str | None = "TOGGLE",
|
|
318
318
|
):
|
|
319
319
|
"""Change the visibility of the Face Sets of the sculpt
|
|
320
320
|
|
|
321
|
-
:type override_context: dict[str, typing.Any] |
|
|
322
|
-
:type execution_context:
|
|
321
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
322
|
+
:type execution_context: int | str | None
|
|
323
323
|
:type undo: bool | None
|
|
324
324
|
:param mode: Mode
|
|
325
325
|
|
|
@@ -337,8 +337,8 @@ def face_set_change_visibility(
|
|
|
337
337
|
...
|
|
338
338
|
|
|
339
339
|
def face_set_edit(
|
|
340
|
-
override_context: dict[str, typing.Any] |
|
|
341
|
-
execution_context:
|
|
340
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
341
|
+
execution_context: int | str | None = None,
|
|
342
342
|
undo: bool | None = None,
|
|
343
343
|
*,
|
|
344
344
|
active_face_set: typing.Any | None = 1,
|
|
@@ -348,8 +348,8 @@ def face_set_edit(
|
|
|
348
348
|
):
|
|
349
349
|
"""Edits the current active Face Set
|
|
350
350
|
|
|
351
|
-
:type override_context: dict[str, typing.Any] |
|
|
352
|
-
:type execution_context:
|
|
351
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
352
|
+
:type execution_context: int | str | None
|
|
353
353
|
:type undo: bool | None
|
|
354
354
|
:param active_face_set: Active Face Set
|
|
355
355
|
:type active_face_set: typing.Any | None
|
|
@@ -379,8 +379,8 @@ def face_set_edit(
|
|
|
379
379
|
...
|
|
380
380
|
|
|
381
381
|
def face_set_lasso_gesture(
|
|
382
|
-
override_context: dict[str, typing.Any] |
|
|
383
|
-
execution_context:
|
|
382
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
383
|
+
execution_context: int | str | None = None,
|
|
384
384
|
undo: bool | None = None,
|
|
385
385
|
*,
|
|
386
386
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
@@ -388,8 +388,8 @@ def face_set_lasso_gesture(
|
|
|
388
388
|
):
|
|
389
389
|
"""Add a face set in a shape defined by the cursor
|
|
390
390
|
|
|
391
|
-
:type override_context: dict[str, typing.Any] |
|
|
392
|
-
:type execution_context:
|
|
391
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
392
|
+
:type execution_context: int | str | None
|
|
393
393
|
:type undo: bool | None
|
|
394
394
|
:param path: Path
|
|
395
395
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
@@ -400,8 +400,8 @@ def face_set_lasso_gesture(
|
|
|
400
400
|
...
|
|
401
401
|
|
|
402
402
|
def face_set_line_gesture(
|
|
403
|
-
override_context: dict[str, typing.Any] |
|
|
404
|
-
execution_context:
|
|
403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
404
|
+
execution_context: int | str | None = None,
|
|
405
405
|
undo: bool | None = None,
|
|
406
406
|
*,
|
|
407
407
|
xstart: typing.Any | None = 0,
|
|
@@ -415,8 +415,8 @@ def face_set_line_gesture(
|
|
|
415
415
|
):
|
|
416
416
|
"""Add a face set to one side of a line defined by the cursor
|
|
417
417
|
|
|
418
|
-
:type override_context: dict[str, typing.Any] |
|
|
419
|
-
:type execution_context:
|
|
418
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
419
|
+
:type execution_context: int | str | None
|
|
420
420
|
:type undo: bool | None
|
|
421
421
|
:param xstart: X Start
|
|
422
422
|
:type xstart: typing.Any | None
|
|
@@ -439,8 +439,8 @@ def face_set_line_gesture(
|
|
|
439
439
|
...
|
|
440
440
|
|
|
441
441
|
def face_set_polyline_gesture(
|
|
442
|
-
override_context: dict[str, typing.Any] |
|
|
443
|
-
execution_context:
|
|
442
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
443
|
+
execution_context: int | str | None = None,
|
|
444
444
|
undo: bool | None = None,
|
|
445
445
|
*,
|
|
446
446
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
@@ -448,8 +448,8 @@ def face_set_polyline_gesture(
|
|
|
448
448
|
):
|
|
449
449
|
"""Add a face set in a shape defined by the cursor
|
|
450
450
|
|
|
451
|
-
:type override_context: dict[str, typing.Any] |
|
|
452
|
-
:type execution_context:
|
|
451
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
452
|
+
:type execution_context: int | str | None
|
|
453
453
|
:type undo: bool | None
|
|
454
454
|
:param path: Path
|
|
455
455
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
@@ -460,16 +460,16 @@ def face_set_polyline_gesture(
|
|
|
460
460
|
...
|
|
461
461
|
|
|
462
462
|
def face_sets_create(
|
|
463
|
-
override_context: dict[str, typing.Any] |
|
|
464
|
-
execution_context:
|
|
463
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
464
|
+
execution_context: int | str | None = None,
|
|
465
465
|
undo: bool | None = None,
|
|
466
466
|
*,
|
|
467
467
|
mode: str | None = "MASKED",
|
|
468
468
|
):
|
|
469
469
|
"""Create a new Face Set
|
|
470
470
|
|
|
471
|
-
:type override_context: dict[str, typing.Any] |
|
|
472
|
-
:type execution_context:
|
|
471
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
472
|
+
:type execution_context: int | str | None
|
|
473
473
|
:type undo: bool | None
|
|
474
474
|
:param mode: Mode
|
|
475
475
|
|
|
@@ -490,8 +490,8 @@ def face_sets_create(
|
|
|
490
490
|
...
|
|
491
491
|
|
|
492
492
|
def face_sets_init(
|
|
493
|
-
override_context: dict[str, typing.Any] |
|
|
494
|
-
execution_context:
|
|
493
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
494
|
+
execution_context: int | str | None = None,
|
|
495
495
|
undo: bool | None = None,
|
|
496
496
|
*,
|
|
497
497
|
mode: str | None = "LOOSE_PARTS",
|
|
@@ -499,8 +499,8 @@ def face_sets_init(
|
|
|
499
499
|
):
|
|
500
500
|
"""Initializes all Face Sets in the mesh
|
|
501
501
|
|
|
502
|
-
:type override_context: dict[str, typing.Any] |
|
|
503
|
-
:type execution_context:
|
|
502
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
503
|
+
:type execution_context: int | str | None
|
|
504
504
|
:type undo: bool | None
|
|
505
505
|
:param mode: Mode
|
|
506
506
|
|
|
@@ -535,22 +535,22 @@ def face_sets_init(
|
|
|
535
535
|
...
|
|
536
536
|
|
|
537
537
|
def face_sets_randomize_colors(
|
|
538
|
-
override_context: dict[str, typing.Any] |
|
|
539
|
-
execution_context:
|
|
538
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
539
|
+
execution_context: int | str | None = None,
|
|
540
540
|
undo: bool | None = None,
|
|
541
541
|
):
|
|
542
542
|
"""Generates a new set of random colors to render the Face Sets in the viewport
|
|
543
543
|
|
|
544
|
-
:type override_context: dict[str, typing.Any] |
|
|
545
|
-
:type execution_context:
|
|
544
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
545
|
+
:type execution_context: int | str | None
|
|
546
546
|
:type undo: bool | None
|
|
547
547
|
"""
|
|
548
548
|
|
|
549
549
|
...
|
|
550
550
|
|
|
551
551
|
def mask_by_color(
|
|
552
|
-
override_context: dict[str, typing.Any] |
|
|
553
|
-
execution_context:
|
|
552
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
553
|
+
execution_context: int | str | None = None,
|
|
554
554
|
undo: bool | None = None,
|
|
555
555
|
*,
|
|
556
556
|
contiguous: bool | typing.Any | None = False,
|
|
@@ -560,8 +560,8 @@ def mask_by_color(
|
|
|
560
560
|
):
|
|
561
561
|
"""Creates a mask based on the active color attribute
|
|
562
562
|
|
|
563
|
-
:type override_context: dict[str, typing.Any] |
|
|
564
|
-
:type execution_context:
|
|
563
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
564
|
+
:type execution_context: int | str | None
|
|
565
565
|
:type undo: bool | None
|
|
566
566
|
:param contiguous: Contiguous, Mask only contiguous color areas
|
|
567
567
|
:type contiguous: bool | typing.Any | None
|
|
@@ -576,8 +576,8 @@ def mask_by_color(
|
|
|
576
576
|
...
|
|
577
577
|
|
|
578
578
|
def mask_filter(
|
|
579
|
-
override_context: dict[str, typing.Any] |
|
|
580
|
-
execution_context:
|
|
579
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
580
|
+
execution_context: int | str | None = None,
|
|
581
581
|
undo: bool | None = None,
|
|
582
582
|
*,
|
|
583
583
|
filter_type: str | None = "SMOOTH",
|
|
@@ -586,8 +586,8 @@ def mask_filter(
|
|
|
586
586
|
):
|
|
587
587
|
"""Applies a filter to modify the current mask
|
|
588
588
|
|
|
589
|
-
:type override_context: dict[str, typing.Any] |
|
|
590
|
-
:type execution_context:
|
|
589
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
590
|
+
:type execution_context: int | str | None
|
|
591
591
|
:type undo: bool | None
|
|
592
592
|
:param filter_type: Type, Filter that is going to be applied to the mask
|
|
593
593
|
:type filter_type: str | None
|
|
@@ -600,8 +600,8 @@ def mask_filter(
|
|
|
600
600
|
...
|
|
601
601
|
|
|
602
602
|
def mask_from_cavity(
|
|
603
|
-
override_context: dict[str, typing.Any] |
|
|
604
|
-
execution_context:
|
|
603
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
604
|
+
execution_context: int | str | None = None,
|
|
605
605
|
undo: bool | None = None,
|
|
606
606
|
*,
|
|
607
607
|
mix_mode: str | None = "MIX",
|
|
@@ -614,8 +614,8 @@ def mask_from_cavity(
|
|
|
614
614
|
):
|
|
615
615
|
"""Creates a mask based on the curvature of the surface
|
|
616
616
|
|
|
617
|
-
:type override_context: dict[str, typing.Any] |
|
|
618
|
-
:type execution_context:
|
|
617
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
618
|
+
:type execution_context: int | str | None
|
|
619
619
|
:type undo: bool | None
|
|
620
620
|
:param mix_mode: Mode, Mix mode
|
|
621
621
|
:type mix_mode: str | None
|
|
@@ -645,16 +645,16 @@ def mask_from_cavity(
|
|
|
645
645
|
...
|
|
646
646
|
|
|
647
647
|
def mask_init(
|
|
648
|
-
override_context: dict[str, typing.Any] |
|
|
649
|
-
execution_context:
|
|
648
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
649
|
+
execution_context: int | str | None = None,
|
|
650
650
|
undo: bool | None = None,
|
|
651
651
|
*,
|
|
652
652
|
mode: str | None = "RANDOM_PER_VERTEX",
|
|
653
653
|
):
|
|
654
654
|
"""Creates a new mask for the entire mesh
|
|
655
655
|
|
|
656
|
-
:type override_context: dict[str, typing.Any] |
|
|
657
|
-
:type execution_context:
|
|
656
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
657
|
+
:type execution_context: int | str | None
|
|
658
658
|
:type undo: bool | None
|
|
659
659
|
:param mode: Mode
|
|
660
660
|
:type mode: str | None
|
|
@@ -663,8 +663,8 @@ def mask_init(
|
|
|
663
663
|
...
|
|
664
664
|
|
|
665
665
|
def mesh_filter(
|
|
666
|
-
override_context: dict[str, typing.Any] |
|
|
667
|
-
execution_context:
|
|
666
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
667
|
+
execution_context: int | str | None = None,
|
|
668
668
|
undo: bool | None = None,
|
|
669
669
|
*,
|
|
670
670
|
start_mouse: typing.Any | None = (0, 0),
|
|
@@ -684,8 +684,8 @@ def mesh_filter(
|
|
|
684
684
|
):
|
|
685
685
|
"""Applies a filter to modify the current mesh
|
|
686
686
|
|
|
687
|
-
:type override_context: dict[str, typing.Any] |
|
|
688
|
-
:type execution_context:
|
|
687
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
688
|
+
:type execution_context: int | str | None
|
|
689
689
|
:type undo: bool | None
|
|
690
690
|
:param start_mouse: Starting Mouse
|
|
691
691
|
:type start_mouse: typing.Any | None
|
|
@@ -768,22 +768,22 @@ def mesh_filter(
|
|
|
768
768
|
...
|
|
769
769
|
|
|
770
770
|
def optimize(
|
|
771
|
-
override_context: dict[str, typing.Any] |
|
|
772
|
-
execution_context:
|
|
771
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
772
|
+
execution_context: int | str | None = None,
|
|
773
773
|
undo: bool | None = None,
|
|
774
774
|
):
|
|
775
775
|
"""Recalculate the sculpt BVH to improve performance
|
|
776
776
|
|
|
777
|
-
:type override_context: dict[str, typing.Any] |
|
|
778
|
-
:type execution_context:
|
|
777
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
778
|
+
:type execution_context: int | str | None
|
|
779
779
|
:type undo: bool | None
|
|
780
780
|
"""
|
|
781
781
|
|
|
782
782
|
...
|
|
783
783
|
|
|
784
784
|
def project_line_gesture(
|
|
785
|
-
override_context: dict[str, typing.Any] |
|
|
786
|
-
execution_context:
|
|
785
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
786
|
+
execution_context: int | str | None = None,
|
|
787
787
|
undo: bool | None = None,
|
|
788
788
|
*,
|
|
789
789
|
xstart: typing.Any | None = 0,
|
|
@@ -797,8 +797,8 @@ def project_line_gesture(
|
|
|
797
797
|
):
|
|
798
798
|
"""Project the geometry onto a plane defined by a line
|
|
799
799
|
|
|
800
|
-
:type override_context: dict[str, typing.Any] |
|
|
801
|
-
:type execution_context:
|
|
800
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
801
|
+
:type execution_context: int | str | None
|
|
802
802
|
:type undo: bool | None
|
|
803
803
|
:param xstart: X Start
|
|
804
804
|
:type xstart: typing.Any | None
|
|
@@ -821,22 +821,22 @@ def project_line_gesture(
|
|
|
821
821
|
...
|
|
822
822
|
|
|
823
823
|
def sample_color(
|
|
824
|
-
override_context: dict[str, typing.Any] |
|
|
825
|
-
execution_context:
|
|
824
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
825
|
+
execution_context: int | str | None = None,
|
|
826
826
|
undo: bool | None = None,
|
|
827
827
|
):
|
|
828
828
|
"""Sample the vertex color of the active vertex
|
|
829
829
|
|
|
830
|
-
:type override_context: dict[str, typing.Any] |
|
|
831
|
-
:type execution_context:
|
|
830
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
831
|
+
:type execution_context: int | str | None
|
|
832
832
|
:type undo: bool | None
|
|
833
833
|
"""
|
|
834
834
|
|
|
835
835
|
...
|
|
836
836
|
|
|
837
837
|
def sample_detail_size(
|
|
838
|
-
override_context: dict[str, typing.Any] |
|
|
839
|
-
execution_context:
|
|
838
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
839
|
+
execution_context: int | str | None = None,
|
|
840
840
|
undo: bool | None = None,
|
|
841
841
|
*,
|
|
842
842
|
location: typing.Any | None = (0, 0),
|
|
@@ -844,8 +844,8 @@ def sample_detail_size(
|
|
|
844
844
|
):
|
|
845
845
|
"""Sample the mesh detail on clicked point
|
|
846
846
|
|
|
847
|
-
:type override_context: dict[str, typing.Any] |
|
|
848
|
-
:type execution_context:
|
|
847
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
848
|
+
:type execution_context: int | str | None
|
|
849
849
|
:type undo: bool | None
|
|
850
850
|
:param location: Location, Screen coordinates of sampling
|
|
851
851
|
:type location: typing.Any | None
|
|
@@ -862,36 +862,36 @@ def sample_detail_size(
|
|
|
862
862
|
...
|
|
863
863
|
|
|
864
864
|
def sculptmode_toggle(
|
|
865
|
-
override_context: dict[str, typing.Any] |
|
|
866
|
-
execution_context:
|
|
865
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
866
|
+
execution_context: int | str | None = None,
|
|
867
867
|
undo: bool | None = None,
|
|
868
868
|
):
|
|
869
869
|
"""Toggle sculpt mode in 3D view
|
|
870
870
|
|
|
871
|
-
:type override_context: dict[str, typing.Any] |
|
|
872
|
-
:type execution_context:
|
|
871
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
872
|
+
:type execution_context: int | str | None
|
|
873
873
|
:type undo: bool | None
|
|
874
874
|
"""
|
|
875
875
|
|
|
876
876
|
...
|
|
877
877
|
|
|
878
878
|
def set_persistent_base(
|
|
879
|
-
override_context: dict[str, typing.Any] |
|
|
880
|
-
execution_context:
|
|
879
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
880
|
+
execution_context: int | str | None = None,
|
|
881
881
|
undo: bool | None = None,
|
|
882
882
|
):
|
|
883
883
|
"""Reset the copy of the mesh that is being sculpted on
|
|
884
884
|
|
|
885
|
-
:type override_context: dict[str, typing.Any] |
|
|
886
|
-
:type execution_context:
|
|
885
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
886
|
+
:type execution_context: int | str | None
|
|
887
887
|
:type undo: bool | None
|
|
888
888
|
"""
|
|
889
889
|
|
|
890
890
|
...
|
|
891
891
|
|
|
892
892
|
def set_pivot_position(
|
|
893
|
-
override_context: dict[str, typing.Any] |
|
|
894
|
-
execution_context:
|
|
893
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
894
|
+
execution_context: int | str | None = None,
|
|
895
895
|
undo: bool | None = None,
|
|
896
896
|
*,
|
|
897
897
|
mode: str | None = "UNMASKED",
|
|
@@ -900,8 +900,8 @@ def set_pivot_position(
|
|
|
900
900
|
):
|
|
901
901
|
"""Sets the sculpt transform pivot position
|
|
902
902
|
|
|
903
|
-
:type override_context: dict[str, typing.Any] |
|
|
904
|
-
:type execution_context:
|
|
903
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
904
|
+
:type execution_context: int | str | None
|
|
905
905
|
:type undo: bool | None
|
|
906
906
|
:param mode: Mode
|
|
907
907
|
|
|
@@ -929,16 +929,16 @@ def set_pivot_position(
|
|
|
929
929
|
...
|
|
930
930
|
|
|
931
931
|
def symmetrize(
|
|
932
|
-
override_context: dict[str, typing.Any] |
|
|
933
|
-
execution_context:
|
|
932
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
933
|
+
execution_context: int | str | None = None,
|
|
934
934
|
undo: bool | None = None,
|
|
935
935
|
*,
|
|
936
936
|
merge_tolerance: typing.Any | None = 0.0005,
|
|
937
937
|
):
|
|
938
938
|
"""Symmetrize the topology modifications
|
|
939
939
|
|
|
940
|
-
:type override_context: dict[str, typing.Any] |
|
|
941
|
-
:type execution_context:
|
|
940
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
941
|
+
:type execution_context: int | str | None
|
|
942
942
|
:type undo: bool | None
|
|
943
943
|
:param merge_tolerance: Merge Distance, Distance within which symmetrical vertices are merged
|
|
944
944
|
:type merge_tolerance: typing.Any | None
|
|
@@ -947,8 +947,8 @@ def symmetrize(
|
|
|
947
947
|
...
|
|
948
948
|
|
|
949
949
|
def trim_box_gesture(
|
|
950
|
-
override_context: dict[str, typing.Any] |
|
|
951
|
-
execution_context:
|
|
950
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
951
|
+
execution_context: int | str | None = None,
|
|
952
952
|
undo: bool | None = None,
|
|
953
953
|
*,
|
|
954
954
|
xmin: typing.Any | None = 0,
|
|
@@ -966,8 +966,8 @@ def trim_box_gesture(
|
|
|
966
966
|
):
|
|
967
967
|
"""Execute a boolean operation on the mesh and a rectangle defined by the cursor
|
|
968
968
|
|
|
969
|
-
:type override_context: dict[str, typing.Any] |
|
|
970
|
-
:type execution_context:
|
|
969
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
970
|
+
:type execution_context: int | str | None
|
|
971
971
|
:type undo: bool | None
|
|
972
972
|
:param xmin: X Min
|
|
973
973
|
:type xmin: typing.Any | None
|
|
@@ -1025,8 +1025,8 @@ def trim_box_gesture(
|
|
|
1025
1025
|
...
|
|
1026
1026
|
|
|
1027
1027
|
def trim_lasso_gesture(
|
|
1028
|
-
override_context: dict[str, typing.Any] |
|
|
1029
|
-
execution_context:
|
|
1028
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1029
|
+
execution_context: int | str | None = None,
|
|
1030
1030
|
undo: bool | None = None,
|
|
1031
1031
|
*,
|
|
1032
1032
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
@@ -1040,8 +1040,8 @@ def trim_lasso_gesture(
|
|
|
1040
1040
|
):
|
|
1041
1041
|
"""Execute a boolean operation on the mesh and a shape defined by the cursor
|
|
1042
1042
|
|
|
1043
|
-
:type override_context: dict[str, typing.Any] |
|
|
1044
|
-
:type execution_context:
|
|
1043
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1044
|
+
:type execution_context: int | str | None
|
|
1045
1045
|
:type undo: bool | None
|
|
1046
1046
|
:param path: Path
|
|
1047
1047
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
@@ -1091,8 +1091,8 @@ def trim_lasso_gesture(
|
|
|
1091
1091
|
...
|
|
1092
1092
|
|
|
1093
1093
|
def trim_line_gesture(
|
|
1094
|
-
override_context: dict[str, typing.Any] |
|
|
1095
|
-
execution_context:
|
|
1094
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1095
|
+
execution_context: int | str | None = None,
|
|
1096
1096
|
undo: bool | None = None,
|
|
1097
1097
|
*,
|
|
1098
1098
|
xstart: typing.Any | None = 0,
|
|
@@ -1112,8 +1112,8 @@ def trim_line_gesture(
|
|
|
1112
1112
|
):
|
|
1113
1113
|
"""Remove a portion of the mesh on one side of a line
|
|
1114
1114
|
|
|
1115
|
-
:type override_context: dict[str, typing.Any] |
|
|
1116
|
-
:type execution_context:
|
|
1115
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1116
|
+
:type execution_context: int | str | None
|
|
1117
1117
|
:type undo: bool | None
|
|
1118
1118
|
:param xstart: X Start
|
|
1119
1119
|
:type xstart: typing.Any | None
|
|
@@ -1175,8 +1175,8 @@ def trim_line_gesture(
|
|
|
1175
1175
|
...
|
|
1176
1176
|
|
|
1177
1177
|
def trim_polyline_gesture(
|
|
1178
|
-
override_context: dict[str, typing.Any] |
|
|
1179
|
-
execution_context:
|
|
1178
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1179
|
+
execution_context: int | str | None = None,
|
|
1180
1180
|
undo: bool | None = None,
|
|
1181
1181
|
*,
|
|
1182
1182
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
@@ -1190,8 +1190,8 @@ def trim_polyline_gesture(
|
|
|
1190
1190
|
):
|
|
1191
1191
|
"""Execute a boolean operation on the mesh and a polygonal shape defined by the cursor
|
|
1192
1192
|
|
|
1193
|
-
:type override_context: dict[str, typing.Any] |
|
|
1194
|
-
:type execution_context:
|
|
1193
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1194
|
+
:type execution_context: int | str | None
|
|
1195
1195
|
:type undo: bool | None
|
|
1196
1196
|
:param path: Path
|
|
1197
1197
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
@@ -1241,16 +1241,16 @@ def trim_polyline_gesture(
|
|
|
1241
1241
|
...
|
|
1242
1242
|
|
|
1243
1243
|
def uv_sculpt_grab(
|
|
1244
|
-
override_context: dict[str, typing.Any] |
|
|
1245
|
-
execution_context:
|
|
1244
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1245
|
+
execution_context: int | str | None = None,
|
|
1246
1246
|
undo: bool | None = None,
|
|
1247
1247
|
*,
|
|
1248
1248
|
use_invert: bool | typing.Any | None = False,
|
|
1249
1249
|
):
|
|
1250
1250
|
"""Grab UVs
|
|
1251
1251
|
|
|
1252
|
-
:type override_context: dict[str, typing.Any] |
|
|
1253
|
-
:type execution_context:
|
|
1252
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1253
|
+
:type execution_context: int | str | None
|
|
1254
1254
|
:type undo: bool | None
|
|
1255
1255
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1256
1256
|
:type use_invert: bool | typing.Any | None
|
|
@@ -1259,16 +1259,16 @@ def uv_sculpt_grab(
|
|
|
1259
1259
|
...
|
|
1260
1260
|
|
|
1261
1261
|
def uv_sculpt_pinch(
|
|
1262
|
-
override_context: dict[str, typing.Any] |
|
|
1263
|
-
execution_context:
|
|
1262
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1263
|
+
execution_context: int | str | None = None,
|
|
1264
1264
|
undo: bool | None = None,
|
|
1265
1265
|
*,
|
|
1266
1266
|
use_invert: bool | typing.Any | None = False,
|
|
1267
1267
|
):
|
|
1268
1268
|
"""Pinch UVs
|
|
1269
1269
|
|
|
1270
|
-
:type override_context: dict[str, typing.Any] |
|
|
1271
|
-
:type execution_context:
|
|
1270
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1271
|
+
:type execution_context: int | str | None
|
|
1272
1272
|
:type undo: bool | None
|
|
1273
1273
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1274
1274
|
:type use_invert: bool | typing.Any | None
|
|
@@ -1277,8 +1277,8 @@ def uv_sculpt_pinch(
|
|
|
1277
1277
|
...
|
|
1278
1278
|
|
|
1279
1279
|
def uv_sculpt_relax(
|
|
1280
|
-
override_context: dict[str, typing.Any] |
|
|
1281
|
-
execution_context:
|
|
1280
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1281
|
+
execution_context: int | str | None = None,
|
|
1282
1282
|
undo: bool | None = None,
|
|
1283
1283
|
*,
|
|
1284
1284
|
use_invert: bool | typing.Any | None = False,
|
|
@@ -1286,8 +1286,8 @@ def uv_sculpt_relax(
|
|
|
1286
1286
|
):
|
|
1287
1287
|
"""Relax UVs
|
|
1288
1288
|
|
|
1289
|
-
:type override_context: dict[str, typing.Any] |
|
|
1290
|
-
:type execution_context:
|
|
1289
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1290
|
+
:type execution_context: int | str | None
|
|
1291
1291
|
:type undo: bool | None
|
|
1292
1292
|
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1293
1293
|
:type use_invert: bool | typing.Any | None
|