fake-bpy-module 20240811__py3-none-any.whl → 20240813__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 +76 -64
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/text_editor/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def preset_add(
|
|
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 preset_add(
|
|
|
17
17
|
):
|
|
18
18
|
"""Add or remove a Text Editor Preset
|
|
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 name: Name, Name of the preset, used to make the path name
|
bpy/ops/texture/__init__.pyi
CHANGED
|
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def new(
|
|
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
|
):
|
|
14
14
|
"""Add a new texture
|
|
15
15
|
|
|
16
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
16
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
"""
|
|
@@ -21,13 +21,13 @@ def new(
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def slot_copy(
|
|
24
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
24
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
25
25
|
execution_context: int | str | None = None,
|
|
26
26
|
undo: bool | None = None,
|
|
27
27
|
):
|
|
28
28
|
"""Copy the material texture settings and nodes
|
|
29
29
|
|
|
30
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
30
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
31
31
|
:type execution_context: int | str | None
|
|
32
32
|
:type undo: bool | None
|
|
33
33
|
"""
|
|
@@ -35,7 +35,7 @@ def slot_copy(
|
|
|
35
35
|
...
|
|
36
36
|
|
|
37
37
|
def slot_move(
|
|
38
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
38
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
39
39
|
execution_context: int | str | None = None,
|
|
40
40
|
undo: bool | None = None,
|
|
41
41
|
*,
|
|
@@ -43,7 +43,7 @@ def slot_move(
|
|
|
43
43
|
):
|
|
44
44
|
"""Move texture slots up and down
|
|
45
45
|
|
|
46
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
46
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
47
47
|
:type execution_context: int | str | None
|
|
48
48
|
:type undo: bool | None
|
|
49
49
|
:param type: Type
|
|
@@ -53,13 +53,13 @@ def slot_move(
|
|
|
53
53
|
...
|
|
54
54
|
|
|
55
55
|
def slot_paste(
|
|
56
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
56
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
57
57
|
execution_context: int | str | None = None,
|
|
58
58
|
undo: bool | None = None,
|
|
59
59
|
):
|
|
60
60
|
"""Copy the texture settings and nodes
|
|
61
61
|
|
|
62
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
62
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
63
63
|
:type execution_context: int | str | None
|
|
64
64
|
:type undo: bool | None
|
|
65
65
|
"""
|
bpy/ops/transform/__init__.pyi
CHANGED
|
@@ -8,7 +8,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
10
|
def bbone_resize(
|
|
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
|
*,
|
|
@@ -25,7 +25,7 @@ def bbone_resize(
|
|
|
25
25
|
):
|
|
26
26
|
"""Scale selected bendy bones display size
|
|
27
27
|
|
|
28
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
28
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
29
29
|
:type execution_context: int | str | None
|
|
30
30
|
:type undo: bool | None
|
|
31
31
|
:param value: Display Size
|
|
@@ -49,7 +49,7 @@ def bbone_resize(
|
|
|
49
49
|
...
|
|
50
50
|
|
|
51
51
|
def bend(
|
|
52
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
52
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
53
53
|
execution_context: int | str | None = None,
|
|
54
54
|
undo: bool | None = None,
|
|
55
55
|
*,
|
|
@@ -82,7 +82,7 @@ def bend(
|
|
|
82
82
|
):
|
|
83
83
|
"""Bend selected items between the 3D cursor and the mouse
|
|
84
84
|
|
|
85
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
85
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
86
86
|
:type execution_context: int | str | None
|
|
87
87
|
:type undo: bool | None
|
|
88
88
|
:param value: Angle
|
|
@@ -114,7 +114,7 @@ def bend(
|
|
|
114
114
|
...
|
|
115
115
|
|
|
116
116
|
def create_orientation(
|
|
117
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
117
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
118
118
|
execution_context: int | str | None = None,
|
|
119
119
|
undo: bool | None = None,
|
|
120
120
|
*,
|
|
@@ -125,7 +125,7 @@ def create_orientation(
|
|
|
125
125
|
):
|
|
126
126
|
"""Create transformation orientation from selection
|
|
127
127
|
|
|
128
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
129
129
|
:type execution_context: int | str | None
|
|
130
130
|
:type undo: bool | None
|
|
131
131
|
:param name: Name, Name of the new custom orientation
|
|
@@ -141,13 +141,13 @@ def create_orientation(
|
|
|
141
141
|
...
|
|
142
142
|
|
|
143
143
|
def delete_orientation(
|
|
144
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
144
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
145
145
|
execution_context: int | str | None = None,
|
|
146
146
|
undo: bool | None = None,
|
|
147
147
|
):
|
|
148
148
|
"""Delete transformation orientation
|
|
149
149
|
|
|
150
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
150
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
151
151
|
:type execution_context: int | str | None
|
|
152
152
|
:type undo: bool | None
|
|
153
153
|
"""
|
|
@@ -155,7 +155,7 @@ def delete_orientation(
|
|
|
155
155
|
...
|
|
156
156
|
|
|
157
157
|
def edge_bevelweight(
|
|
158
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
158
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
159
159
|
execution_context: int | str | None = None,
|
|
160
160
|
undo: bool | None = None,
|
|
161
161
|
*,
|
|
@@ -166,7 +166,7 @@ def edge_bevelweight(
|
|
|
166
166
|
):
|
|
167
167
|
"""Change the bevel weight of edges
|
|
168
168
|
|
|
169
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
169
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
170
170
|
:type execution_context: int | str | None
|
|
171
171
|
:type undo: bool | None
|
|
172
172
|
:param value: Factor
|
|
@@ -182,7 +182,7 @@ def edge_bevelweight(
|
|
|
182
182
|
...
|
|
183
183
|
|
|
184
184
|
def edge_crease(
|
|
185
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
185
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
186
186
|
execution_context: int | str | None = None,
|
|
187
187
|
undo: bool | None = None,
|
|
188
188
|
*,
|
|
@@ -193,7 +193,7 @@ def edge_crease(
|
|
|
193
193
|
):
|
|
194
194
|
"""Change the crease of edges
|
|
195
195
|
|
|
196
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
196
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
197
197
|
:type execution_context: int | str | None
|
|
198
198
|
:type undo: bool | None
|
|
199
199
|
:param value: Factor
|
|
@@ -209,7 +209,7 @@ def edge_crease(
|
|
|
209
209
|
...
|
|
210
210
|
|
|
211
211
|
def edge_slide(
|
|
212
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
212
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
213
213
|
execution_context: int | str | None = None,
|
|
214
214
|
undo: bool | None = None,
|
|
215
215
|
*,
|
|
@@ -253,7 +253,7 @@ def edge_slide(
|
|
|
253
253
|
):
|
|
254
254
|
"""Slide an edge loop along a mesh
|
|
255
255
|
|
|
256
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
256
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
257
257
|
:type execution_context: int | str | None
|
|
258
258
|
:type undo: bool | None
|
|
259
259
|
:param value: Factor
|
|
@@ -297,13 +297,13 @@ def edge_slide(
|
|
|
297
297
|
...
|
|
298
298
|
|
|
299
299
|
def from_gizmo(
|
|
300
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
300
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
301
301
|
execution_context: int | str | None = None,
|
|
302
302
|
undo: bool | None = None,
|
|
303
303
|
):
|
|
304
304
|
"""Transform selected items by mode type
|
|
305
305
|
|
|
306
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
306
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
307
307
|
:type execution_context: int | str | None
|
|
308
308
|
:type undo: bool | None
|
|
309
309
|
"""
|
|
@@ -311,7 +311,7 @@ def from_gizmo(
|
|
|
311
311
|
...
|
|
312
312
|
|
|
313
313
|
def mirror(
|
|
314
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
314
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
315
315
|
execution_context: int | str | None = None,
|
|
316
316
|
undo: bool | None = None,
|
|
317
317
|
*,
|
|
@@ -332,7 +332,7 @@ def mirror(
|
|
|
332
332
|
):
|
|
333
333
|
"""Mirror selected items around one or more axes
|
|
334
334
|
|
|
335
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
335
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
336
336
|
:type execution_context: int | str | None
|
|
337
337
|
:type undo: bool | None
|
|
338
338
|
:param orient_type: Orientation, Transformation orientation
|
|
@@ -356,7 +356,7 @@ def mirror(
|
|
|
356
356
|
...
|
|
357
357
|
|
|
358
358
|
def push_pull(
|
|
359
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
359
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
360
360
|
execution_context: int | str | None = None,
|
|
361
361
|
undo: bool | None = None,
|
|
362
362
|
*,
|
|
@@ -388,7 +388,7 @@ def push_pull(
|
|
|
388
388
|
):
|
|
389
389
|
"""Push/Pull selected items
|
|
390
390
|
|
|
391
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
391
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
392
392
|
:type execution_context: int | str | None
|
|
393
393
|
:type undo: bool | None
|
|
394
394
|
:param value: Distance
|
|
@@ -418,7 +418,7 @@ def push_pull(
|
|
|
418
418
|
...
|
|
419
419
|
|
|
420
420
|
def resize(
|
|
421
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
421
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
422
422
|
execution_context: int | str | None = None,
|
|
423
423
|
undo: bool | None = None,
|
|
424
424
|
*,
|
|
@@ -492,7 +492,7 @@ def resize(
|
|
|
492
492
|
):
|
|
493
493
|
"""Scale (resize) selected items
|
|
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 value: Scale
|
|
@@ -556,7 +556,7 @@ def resize(
|
|
|
556
556
|
...
|
|
557
557
|
|
|
558
558
|
def rotate(
|
|
559
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
559
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
560
560
|
execution_context: int | str | None = None,
|
|
561
561
|
undo: bool | None = None,
|
|
562
562
|
*,
|
|
@@ -623,7 +623,7 @@ def rotate(
|
|
|
623
623
|
):
|
|
624
624
|
"""Rotate selected items
|
|
625
625
|
|
|
626
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
626
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
627
627
|
:type execution_context: int | str | None
|
|
628
628
|
:type undo: bool | None
|
|
629
629
|
:param value: Angle
|
|
@@ -681,7 +681,7 @@ def rotate(
|
|
|
681
681
|
...
|
|
682
682
|
|
|
683
683
|
def rotate_normal(
|
|
684
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
684
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
685
685
|
execution_context: int | str | None = None,
|
|
686
686
|
undo: bool | None = None,
|
|
687
687
|
*,
|
|
@@ -699,7 +699,7 @@ def rotate_normal(
|
|
|
699
699
|
):
|
|
700
700
|
"""Rotate split normal of selected items
|
|
701
701
|
|
|
702
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
702
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
703
703
|
:type execution_context: int | str | None
|
|
704
704
|
:type undo: bool | None
|
|
705
705
|
:param value: Angle
|
|
@@ -725,7 +725,7 @@ def rotate_normal(
|
|
|
725
725
|
...
|
|
726
726
|
|
|
727
727
|
def select_orientation(
|
|
728
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
728
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
729
729
|
execution_context: int | str | None = None,
|
|
730
730
|
undo: bool | None = None,
|
|
731
731
|
*,
|
|
@@ -733,7 +733,7 @@ def select_orientation(
|
|
|
733
733
|
):
|
|
734
734
|
"""Select transformation orientation
|
|
735
735
|
|
|
736
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
736
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
737
737
|
:type execution_context: int | str | None
|
|
738
738
|
:type undo: bool | None
|
|
739
739
|
:param orientation: Orientation, Transformation orientation
|
|
@@ -743,7 +743,7 @@ def select_orientation(
|
|
|
743
743
|
...
|
|
744
744
|
|
|
745
745
|
def seq_slide(
|
|
746
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
746
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
747
747
|
execution_context: int | str | None = None,
|
|
748
748
|
undo: bool | None = None,
|
|
749
749
|
*,
|
|
@@ -756,7 +756,7 @@ def seq_slide(
|
|
|
756
756
|
):
|
|
757
757
|
"""Slide a sequence strip in time
|
|
758
758
|
|
|
759
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
759
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
760
760
|
:type execution_context: int | str | None
|
|
761
761
|
:type undo: bool | None
|
|
762
762
|
:param value: Offset
|
|
@@ -776,7 +776,7 @@ def seq_slide(
|
|
|
776
776
|
...
|
|
777
777
|
|
|
778
778
|
def shear(
|
|
779
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
779
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
780
780
|
execution_context: int | str | None = None,
|
|
781
781
|
undo: bool | None = None,
|
|
782
782
|
*,
|
|
@@ -811,7 +811,7 @@ def shear(
|
|
|
811
811
|
):
|
|
812
812
|
"""Shear selected items along the given axis
|
|
813
813
|
|
|
814
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
814
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
815
815
|
:type execution_context: int | str | None
|
|
816
816
|
:type undo: bool | None
|
|
817
817
|
:param value: Offset
|
|
@@ -851,7 +851,7 @@ def shear(
|
|
|
851
851
|
...
|
|
852
852
|
|
|
853
853
|
def shrink_fatten(
|
|
854
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
854
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
855
855
|
execution_context: int | str | None = None,
|
|
856
856
|
undo: bool | None = None,
|
|
857
857
|
*,
|
|
@@ -879,7 +879,7 @@ def shrink_fatten(
|
|
|
879
879
|
):
|
|
880
880
|
"""Shrink/fatten selected vertices along normals
|
|
881
881
|
|
|
882
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
882
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
883
883
|
:type execution_context: int | str | None
|
|
884
884
|
:type undo: bool | None
|
|
885
885
|
:param value: Offset
|
|
@@ -909,7 +909,7 @@ def shrink_fatten(
|
|
|
909
909
|
...
|
|
910
910
|
|
|
911
911
|
def skin_resize(
|
|
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
|
*,
|
|
@@ -969,7 +969,7 @@ def skin_resize(
|
|
|
969
969
|
):
|
|
970
970
|
"""Scale selected vertices' skin radii
|
|
971
971
|
|
|
972
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
972
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
973
973
|
:type execution_context: int | str | None
|
|
974
974
|
:type undo: bool | None
|
|
975
975
|
:param value: Scale
|
|
@@ -1021,7 +1021,7 @@ def skin_resize(
|
|
|
1021
1021
|
...
|
|
1022
1022
|
|
|
1023
1023
|
def tilt(
|
|
1024
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1024
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1025
1025
|
execution_context: int | str | None = None,
|
|
1026
1026
|
undo: bool | None = None,
|
|
1027
1027
|
*,
|
|
@@ -1048,7 +1048,7 @@ def tilt(
|
|
|
1048
1048
|
):
|
|
1049
1049
|
"""Tilt selected control vertices of 3D curve
|
|
1050
1050
|
|
|
1051
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1051
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1052
1052
|
:type execution_context: int | str | None
|
|
1053
1053
|
:type undo: bool | None
|
|
1054
1054
|
:param value: Angle
|
|
@@ -1076,7 +1076,7 @@ def tilt(
|
|
|
1076
1076
|
...
|
|
1077
1077
|
|
|
1078
1078
|
def tosphere(
|
|
1079
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1079
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1080
1080
|
execution_context: int | str | None = None,
|
|
1081
1081
|
undo: bool | None = None,
|
|
1082
1082
|
*,
|
|
@@ -1109,7 +1109,7 @@ def tosphere(
|
|
|
1109
1109
|
):
|
|
1110
1110
|
"""Move selected items outward in a spherical shape around geometric center
|
|
1111
1111
|
|
|
1112
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1112
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1113
1113
|
:type execution_context: int | str | None
|
|
1114
1114
|
:type undo: bool | None
|
|
1115
1115
|
:param value: Factor
|
|
@@ -1141,7 +1141,7 @@ def tosphere(
|
|
|
1141
1141
|
...
|
|
1142
1142
|
|
|
1143
1143
|
def trackball(
|
|
1144
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1144
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1145
1145
|
execution_context: int | str | None = None,
|
|
1146
1146
|
undo: bool | None = None,
|
|
1147
1147
|
*,
|
|
@@ -1174,7 +1174,7 @@ def trackball(
|
|
|
1174
1174
|
):
|
|
1175
1175
|
"""Trackball style rotation of selected items
|
|
1176
1176
|
|
|
1177
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1177
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1178
1178
|
:type execution_context: int | str | None
|
|
1179
1179
|
:type undo: bool | None
|
|
1180
1180
|
:param value: Angle
|
|
@@ -1206,7 +1206,7 @@ def trackball(
|
|
|
1206
1206
|
...
|
|
1207
1207
|
|
|
1208
1208
|
def transform(
|
|
1209
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1209
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1210
1210
|
execution_context: int | str | None = None,
|
|
1211
1211
|
undo: bool | None = None,
|
|
1212
1212
|
*,
|
|
@@ -1330,7 +1330,7 @@ def transform(
|
|
|
1330
1330
|
):
|
|
1331
1331
|
"""Transform selected items by mode type
|
|
1332
1332
|
|
|
1333
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1333
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1334
1334
|
:type execution_context: int | str | None
|
|
1335
1335
|
:type undo: bool | None
|
|
1336
1336
|
:param mode: Mode
|
|
@@ -1402,7 +1402,7 @@ def transform(
|
|
|
1402
1402
|
...
|
|
1403
1403
|
|
|
1404
1404
|
def translate(
|
|
1405
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1405
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1406
1406
|
execution_context: int | str | None = None,
|
|
1407
1407
|
undo: bool | None = None,
|
|
1408
1408
|
*,
|
|
@@ -1481,7 +1481,7 @@ def translate(
|
|
|
1481
1481
|
):
|
|
1482
1482
|
"""Move selected items
|
|
1483
1483
|
|
|
1484
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1484
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1485
1485
|
:type execution_context: int | str | None
|
|
1486
1486
|
:type undo: bool | None
|
|
1487
1487
|
:param value: Move
|
|
@@ -1551,7 +1551,7 @@ def translate(
|
|
|
1551
1551
|
...
|
|
1552
1552
|
|
|
1553
1553
|
def vert_crease(
|
|
1554
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1554
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1555
1555
|
execution_context: int | str | None = None,
|
|
1556
1556
|
undo: bool | None = None,
|
|
1557
1557
|
*,
|
|
@@ -1562,7 +1562,7 @@ def vert_crease(
|
|
|
1562
1562
|
):
|
|
1563
1563
|
"""Change the crease of vertices
|
|
1564
1564
|
|
|
1565
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1565
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1566
1566
|
:type execution_context: int | str | None
|
|
1567
1567
|
:type undo: bool | None
|
|
1568
1568
|
:param value: Factor
|
|
@@ -1578,7 +1578,7 @@ def vert_crease(
|
|
|
1578
1578
|
...
|
|
1579
1579
|
|
|
1580
1580
|
def vert_slide(
|
|
1581
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1581
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1582
1582
|
execution_context: int | str | None = None,
|
|
1583
1583
|
undo: bool | None = None,
|
|
1584
1584
|
*,
|
|
@@ -1621,7 +1621,7 @@ def vert_slide(
|
|
|
1621
1621
|
):
|
|
1622
1622
|
"""Slide a vertex along a mesh
|
|
1623
1623
|
|
|
1624
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1624
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1625
1625
|
:type execution_context: int | str | None
|
|
1626
1626
|
:type undo: bool | None
|
|
1627
1627
|
:param value: Factor
|
|
@@ -1663,7 +1663,7 @@ def vert_slide(
|
|
|
1663
1663
|
...
|
|
1664
1664
|
|
|
1665
1665
|
def vertex_random(
|
|
1666
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1666
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1667
1667
|
execution_context: int | str | None = None,
|
|
1668
1668
|
undo: bool | None = None,
|
|
1669
1669
|
*,
|
|
@@ -1675,7 +1675,7 @@ def vertex_random(
|
|
|
1675
1675
|
):
|
|
1676
1676
|
"""Randomize vertices
|
|
1677
1677
|
|
|
1678
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1678
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1679
1679
|
:type execution_context: int | str | None
|
|
1680
1680
|
:type undo: bool | None
|
|
1681
1681
|
:param offset: Amount, Distance to offset
|
|
@@ -1693,7 +1693,7 @@ def vertex_random(
|
|
|
1693
1693
|
...
|
|
1694
1694
|
|
|
1695
1695
|
def vertex_warp(
|
|
1696
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1696
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1697
1697
|
execution_context: int | str | None = None,
|
|
1698
1698
|
undo: bool | None = None,
|
|
1699
1699
|
*,
|
|
@@ -1713,7 +1713,7 @@ def vertex_warp(
|
|
|
1713
1713
|
):
|
|
1714
1714
|
"""Warp vertices around the cursor
|
|
1715
1715
|
|
|
1716
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1716
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1717
1717
|
:type execution_context: int | str | None
|
|
1718
1718
|
:type undo: bool | None
|
|
1719
1719
|
:param warp_angle: Warp Angle, Amount to warp about the cursor
|