fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/mask/__init__.pyi
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def add_feather_vertex(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
location: typing.Any = (0.0, 0.0),
|
|
12
11
|
):
|
|
13
12
|
"""Add vertex to feather
|
|
14
13
|
|
|
15
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type execution_context: str
|
|
17
16
|
:type undo: bool
|
|
18
17
|
:param location: Location, Location of vertex in normalized space
|
|
19
18
|
:type location: typing.Any
|
|
@@ -23,34 +22,34 @@ def add_feather_vertex(
|
|
|
23
22
|
|
|
24
23
|
def add_feather_vertex_slide(
|
|
25
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
-
execution_context:
|
|
25
|
+
execution_context: str = None,
|
|
27
26
|
undo: bool = None,
|
|
28
|
-
MASK_OT_add_feather_vertex:
|
|
29
|
-
MASK_OT_slide_point:
|
|
27
|
+
MASK_OT_add_feather_vertex: typing.Any = None,
|
|
28
|
+
MASK_OT_slide_point: typing.Any = None,
|
|
30
29
|
):
|
|
31
30
|
"""Add new vertex to feather and slide it
|
|
32
31
|
|
|
33
32
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
34
|
-
:type execution_context:
|
|
33
|
+
:type execution_context: str
|
|
35
34
|
:type undo: bool
|
|
36
35
|
:param MASK_OT_add_feather_vertex: Add Feather Vertex, Add vertex to feather
|
|
37
|
-
:type MASK_OT_add_feather_vertex:
|
|
36
|
+
:type MASK_OT_add_feather_vertex: typing.Any
|
|
38
37
|
:param MASK_OT_slide_point: Slide Point, Slide control points
|
|
39
|
-
:type MASK_OT_slide_point:
|
|
38
|
+
:type MASK_OT_slide_point: typing.Any
|
|
40
39
|
"""
|
|
41
40
|
|
|
42
41
|
...
|
|
43
42
|
|
|
44
43
|
def add_vertex(
|
|
45
44
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
46
|
-
execution_context:
|
|
45
|
+
execution_context: str = None,
|
|
47
46
|
undo: bool = None,
|
|
48
47
|
location: typing.Any = (0.0, 0.0),
|
|
49
48
|
):
|
|
50
49
|
"""Add vertex to active spline
|
|
51
50
|
|
|
52
51
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
53
|
-
:type execution_context:
|
|
52
|
+
:type execution_context: str
|
|
54
53
|
:type undo: bool
|
|
55
54
|
:param location: Location, Location of vertex in normalized space
|
|
56
55
|
:type location: typing.Any
|
|
@@ -60,33 +59,33 @@ def add_vertex(
|
|
|
60
59
|
|
|
61
60
|
def add_vertex_slide(
|
|
62
61
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
63
|
-
execution_context:
|
|
62
|
+
execution_context: str = None,
|
|
64
63
|
undo: bool = None,
|
|
65
|
-
MASK_OT_add_vertex:
|
|
66
|
-
MASK_OT_slide_point:
|
|
64
|
+
MASK_OT_add_vertex: typing.Any = None,
|
|
65
|
+
MASK_OT_slide_point: typing.Any = None,
|
|
67
66
|
):
|
|
68
67
|
"""Add new vertex and slide it
|
|
69
68
|
|
|
70
69
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
71
|
-
:type execution_context:
|
|
70
|
+
:type execution_context: str
|
|
72
71
|
:type undo: bool
|
|
73
72
|
:param MASK_OT_add_vertex: Add Vertex, Add vertex to active spline
|
|
74
|
-
:type MASK_OT_add_vertex:
|
|
73
|
+
:type MASK_OT_add_vertex: typing.Any
|
|
75
74
|
:param MASK_OT_slide_point: Slide Point, Slide control points
|
|
76
|
-
:type MASK_OT_slide_point:
|
|
75
|
+
:type MASK_OT_slide_point: typing.Any
|
|
77
76
|
"""
|
|
78
77
|
|
|
79
78
|
...
|
|
80
79
|
|
|
81
80
|
def copy_splines(
|
|
82
81
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
83
|
-
execution_context:
|
|
82
|
+
execution_context: str = None,
|
|
84
83
|
undo: bool = None,
|
|
85
84
|
):
|
|
86
85
|
"""Copy the selected splines to the internal clipboard
|
|
87
86
|
|
|
88
87
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
89
|
-
:type execution_context:
|
|
88
|
+
:type execution_context: str
|
|
90
89
|
:type undo: bool
|
|
91
90
|
"""
|
|
92
91
|
|
|
@@ -94,13 +93,13 @@ def copy_splines(
|
|
|
94
93
|
|
|
95
94
|
def cyclic_toggle(
|
|
96
95
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
97
|
-
execution_context:
|
|
96
|
+
execution_context: str = None,
|
|
98
97
|
undo: bool = None,
|
|
99
98
|
):
|
|
100
99
|
"""Toggle cyclic for selected splines
|
|
101
100
|
|
|
102
101
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
103
|
-
:type execution_context:
|
|
102
|
+
:type execution_context: str
|
|
104
103
|
:type undo: bool
|
|
105
104
|
"""
|
|
106
105
|
|
|
@@ -108,14 +107,14 @@ def cyclic_toggle(
|
|
|
108
107
|
|
|
109
108
|
def delete(
|
|
110
109
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
111
|
-
execution_context:
|
|
110
|
+
execution_context: str = None,
|
|
112
111
|
undo: bool = None,
|
|
113
112
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
114
113
|
):
|
|
115
114
|
"""Delete selected control points or splines
|
|
116
115
|
|
|
117
116
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
118
|
-
:type execution_context:
|
|
117
|
+
:type execution_context: str
|
|
119
118
|
:type undo: bool
|
|
120
119
|
:param confirm: Confirm, Prompt for confirmation
|
|
121
120
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -125,13 +124,13 @@ def delete(
|
|
|
125
124
|
|
|
126
125
|
def duplicate(
|
|
127
126
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
128
|
-
execution_context:
|
|
127
|
+
execution_context: str = None,
|
|
129
128
|
undo: bool = None,
|
|
130
129
|
):
|
|
131
130
|
"""Duplicate selected control points and segments between them
|
|
132
131
|
|
|
133
132
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
134
|
-
:type execution_context:
|
|
133
|
+
:type execution_context: str
|
|
135
134
|
:type undo: bool
|
|
136
135
|
"""
|
|
137
136
|
|
|
@@ -139,33 +138,33 @@ def duplicate(
|
|
|
139
138
|
|
|
140
139
|
def duplicate_move(
|
|
141
140
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
142
|
-
execution_context:
|
|
141
|
+
execution_context: str = None,
|
|
143
142
|
undo: bool = None,
|
|
144
|
-
MASK_OT_duplicate:
|
|
145
|
-
TRANSFORM_OT_translate:
|
|
143
|
+
MASK_OT_duplicate: typing.Any = None,
|
|
144
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
146
145
|
):
|
|
147
146
|
"""Duplicate mask and move
|
|
148
147
|
|
|
149
148
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
150
|
-
:type execution_context:
|
|
149
|
+
:type execution_context: str
|
|
151
150
|
:type undo: bool
|
|
152
151
|
:param MASK_OT_duplicate: Duplicate Mask, Duplicate selected control points and segments between them
|
|
153
|
-
:type MASK_OT_duplicate:
|
|
152
|
+
:type MASK_OT_duplicate: typing.Any
|
|
154
153
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
155
|
-
:type TRANSFORM_OT_translate:
|
|
154
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
156
155
|
"""
|
|
157
156
|
|
|
158
157
|
...
|
|
159
158
|
|
|
160
159
|
def feather_weight_clear(
|
|
161
160
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
162
|
-
execution_context:
|
|
161
|
+
execution_context: str = None,
|
|
163
162
|
undo: bool = None,
|
|
164
163
|
):
|
|
165
164
|
"""Reset the feather weight to zero
|
|
166
165
|
|
|
167
166
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
168
|
-
:type execution_context:
|
|
167
|
+
:type execution_context: str
|
|
169
168
|
:type undo: bool
|
|
170
169
|
"""
|
|
171
170
|
|
|
@@ -173,14 +172,14 @@ def feather_weight_clear(
|
|
|
173
172
|
|
|
174
173
|
def handle_type_set(
|
|
175
174
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
176
|
-
execution_context:
|
|
175
|
+
execution_context: str = None,
|
|
177
176
|
undo: bool = None,
|
|
178
177
|
type: typing.Any = "AUTO",
|
|
179
178
|
):
|
|
180
179
|
"""Set type of handles for selected control points
|
|
181
180
|
|
|
182
181
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
183
|
-
:type execution_context:
|
|
182
|
+
:type execution_context: str
|
|
184
183
|
:type undo: bool
|
|
185
184
|
:param type: Type, Spline type
|
|
186
185
|
:type type: typing.Any
|
|
@@ -190,14 +189,14 @@ def handle_type_set(
|
|
|
190
189
|
|
|
191
190
|
def hide_view_clear(
|
|
192
191
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
193
|
-
execution_context:
|
|
192
|
+
execution_context: str = None,
|
|
194
193
|
undo: bool = None,
|
|
195
194
|
select: typing.Union[bool, typing.Any] = True,
|
|
196
195
|
):
|
|
197
196
|
"""Reveal temporarily hidden mask layers
|
|
198
197
|
|
|
199
198
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
200
|
-
:type execution_context:
|
|
199
|
+
:type execution_context: str
|
|
201
200
|
:type undo: bool
|
|
202
201
|
:param select: Select
|
|
203
202
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -207,14 +206,14 @@ def hide_view_clear(
|
|
|
207
206
|
|
|
208
207
|
def hide_view_set(
|
|
209
208
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
210
|
-
execution_context:
|
|
209
|
+
execution_context: str = None,
|
|
211
210
|
undo: bool = None,
|
|
212
211
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
213
212
|
):
|
|
214
213
|
"""Temporarily hide mask layers
|
|
215
214
|
|
|
216
215
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
217
|
-
:type execution_context:
|
|
216
|
+
:type execution_context: str
|
|
218
217
|
:type undo: bool
|
|
219
218
|
:param unselected: Unselected, Hide unselected rather than selected layers
|
|
220
219
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -224,14 +223,14 @@ def hide_view_set(
|
|
|
224
223
|
|
|
225
224
|
def layer_move(
|
|
226
225
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
227
|
-
execution_context:
|
|
226
|
+
execution_context: str = None,
|
|
228
227
|
undo: bool = None,
|
|
229
228
|
direction: typing.Any = "UP",
|
|
230
229
|
):
|
|
231
230
|
"""Move the active layer up/down in the list
|
|
232
231
|
|
|
233
232
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
234
|
-
:type execution_context:
|
|
233
|
+
:type execution_context: str
|
|
235
234
|
:type undo: bool
|
|
236
235
|
:param direction: Direction, Direction to move the active layer
|
|
237
236
|
:type direction: typing.Any
|
|
@@ -241,14 +240,14 @@ def layer_move(
|
|
|
241
240
|
|
|
242
241
|
def layer_new(
|
|
243
242
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
244
|
-
execution_context:
|
|
243
|
+
execution_context: str = None,
|
|
245
244
|
undo: bool = None,
|
|
246
245
|
name: typing.Union[str, typing.Any] = "",
|
|
247
246
|
):
|
|
248
247
|
"""Add new mask layer for masking
|
|
249
248
|
|
|
250
249
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
251
|
-
:type execution_context:
|
|
250
|
+
:type execution_context: str
|
|
252
251
|
:type undo: bool
|
|
253
252
|
:param name: Name, Name of new mask layer
|
|
254
253
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -258,13 +257,13 @@ def layer_new(
|
|
|
258
257
|
|
|
259
258
|
def layer_remove(
|
|
260
259
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
261
|
-
execution_context:
|
|
260
|
+
execution_context: str = None,
|
|
262
261
|
undo: bool = None,
|
|
263
262
|
):
|
|
264
263
|
"""Remove mask layer
|
|
265
264
|
|
|
266
265
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
267
|
-
:type execution_context:
|
|
266
|
+
:type execution_context: str
|
|
268
267
|
:type undo: bool
|
|
269
268
|
"""
|
|
270
269
|
|
|
@@ -272,14 +271,14 @@ def layer_remove(
|
|
|
272
271
|
|
|
273
272
|
def new(
|
|
274
273
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
275
|
-
execution_context:
|
|
274
|
+
execution_context: str = None,
|
|
276
275
|
undo: bool = None,
|
|
277
276
|
name: typing.Union[str, typing.Any] = "",
|
|
278
277
|
):
|
|
279
278
|
"""Create new mask
|
|
280
279
|
|
|
281
280
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
282
|
-
:type execution_context:
|
|
281
|
+
:type execution_context: str
|
|
283
282
|
:type undo: bool
|
|
284
283
|
:param name: Name, Name of new mask
|
|
285
284
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -289,13 +288,13 @@ def new(
|
|
|
289
288
|
|
|
290
289
|
def normals_make_consistent(
|
|
291
290
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
292
|
-
execution_context:
|
|
291
|
+
execution_context: str = None,
|
|
293
292
|
undo: bool = None,
|
|
294
293
|
):
|
|
295
294
|
"""Recalculate the direction of selected handles
|
|
296
295
|
|
|
297
296
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
298
|
-
:type execution_context:
|
|
297
|
+
:type execution_context: str
|
|
299
298
|
:type undo: bool
|
|
300
299
|
"""
|
|
301
300
|
|
|
@@ -303,13 +302,13 @@ def normals_make_consistent(
|
|
|
303
302
|
|
|
304
303
|
def parent_clear(
|
|
305
304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
306
|
-
execution_context:
|
|
305
|
+
execution_context: str = None,
|
|
307
306
|
undo: bool = None,
|
|
308
307
|
):
|
|
309
308
|
"""Clear the mask's parenting
|
|
310
309
|
|
|
311
310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
-
:type execution_context:
|
|
311
|
+
:type execution_context: str
|
|
313
312
|
:type undo: bool
|
|
314
313
|
"""
|
|
315
314
|
|
|
@@ -317,13 +316,13 @@ def parent_clear(
|
|
|
317
316
|
|
|
318
317
|
def parent_set(
|
|
319
318
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
320
|
-
execution_context:
|
|
319
|
+
execution_context: str = None,
|
|
321
320
|
undo: bool = None,
|
|
322
321
|
):
|
|
323
322
|
"""Set the mask's parenting
|
|
324
323
|
|
|
325
324
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
326
|
-
:type execution_context:
|
|
325
|
+
:type execution_context: str
|
|
327
326
|
:type undo: bool
|
|
328
327
|
"""
|
|
329
328
|
|
|
@@ -331,13 +330,13 @@ def parent_set(
|
|
|
331
330
|
|
|
332
331
|
def paste_splines(
|
|
333
332
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
334
|
-
execution_context:
|
|
333
|
+
execution_context: str = None,
|
|
335
334
|
undo: bool = None,
|
|
336
335
|
):
|
|
337
336
|
"""Paste splines from the internal clipboard
|
|
338
337
|
|
|
339
338
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
340
|
-
:type execution_context:
|
|
339
|
+
:type execution_context: str
|
|
341
340
|
:type undo: bool
|
|
342
341
|
"""
|
|
343
342
|
|
|
@@ -345,7 +344,7 @@ def paste_splines(
|
|
|
345
344
|
|
|
346
345
|
def primitive_circle_add(
|
|
347
346
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
348
|
-
execution_context:
|
|
347
|
+
execution_context: str = None,
|
|
349
348
|
undo: bool = None,
|
|
350
349
|
size: typing.Any = 100.0,
|
|
351
350
|
location: typing.Any = (0.0, 0.0),
|
|
@@ -353,7 +352,7 @@ def primitive_circle_add(
|
|
|
353
352
|
"""Add new circle-shaped spline
|
|
354
353
|
|
|
355
354
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context:
|
|
355
|
+
:type execution_context: str
|
|
357
356
|
:type undo: bool
|
|
358
357
|
:param size: Size, Size of new circle
|
|
359
358
|
:type size: typing.Any
|
|
@@ -365,7 +364,7 @@ def primitive_circle_add(
|
|
|
365
364
|
|
|
366
365
|
def primitive_square_add(
|
|
367
366
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
-
execution_context:
|
|
367
|
+
execution_context: str = None,
|
|
369
368
|
undo: bool = None,
|
|
370
369
|
size: typing.Any = 100.0,
|
|
371
370
|
location: typing.Any = (0.0, 0.0),
|
|
@@ -373,7 +372,7 @@ def primitive_square_add(
|
|
|
373
372
|
"""Add new square-shaped spline
|
|
374
373
|
|
|
375
374
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
376
|
-
:type execution_context:
|
|
375
|
+
:type execution_context: str
|
|
377
376
|
:type undo: bool
|
|
378
377
|
:param size: Size, Size of new circle
|
|
379
378
|
:type size: typing.Any
|
|
@@ -385,7 +384,7 @@ def primitive_square_add(
|
|
|
385
384
|
|
|
386
385
|
def select(
|
|
387
386
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
388
|
-
execution_context:
|
|
387
|
+
execution_context: str = None,
|
|
389
388
|
undo: bool = None,
|
|
390
389
|
extend: typing.Union[bool, typing.Any] = False,
|
|
391
390
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -397,7 +396,7 @@ def select(
|
|
|
397
396
|
"""Select spline points
|
|
398
397
|
|
|
399
398
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
400
|
-
:type execution_context:
|
|
399
|
+
:type execution_context: str
|
|
401
400
|
:type undo: bool
|
|
402
401
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
403
402
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -417,14 +416,14 @@ def select(
|
|
|
417
416
|
|
|
418
417
|
def select_all(
|
|
419
418
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
420
|
-
execution_context:
|
|
419
|
+
execution_context: str = None,
|
|
421
420
|
undo: bool = None,
|
|
422
421
|
action: typing.Any = "TOGGLE",
|
|
423
422
|
):
|
|
424
423
|
"""Change selection of all curve points
|
|
425
424
|
|
|
426
425
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
427
|
-
:type execution_context:
|
|
426
|
+
:type execution_context: str
|
|
428
427
|
:type undo: bool
|
|
429
428
|
:param action: Action, Selection action to execute
|
|
430
429
|
|
|
@@ -446,7 +445,7 @@ def select_all(
|
|
|
446
445
|
|
|
447
446
|
def select_box(
|
|
448
447
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
449
|
-
execution_context:
|
|
448
|
+
execution_context: str = None,
|
|
450
449
|
undo: bool = None,
|
|
451
450
|
xmin: typing.Any = 0,
|
|
452
451
|
xmax: typing.Any = 0,
|
|
@@ -458,7 +457,7 @@ def select_box(
|
|
|
458
457
|
"""Select curve points using box selection
|
|
459
458
|
|
|
460
459
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
461
|
-
:type execution_context:
|
|
460
|
+
:type execution_context: str
|
|
462
461
|
:type undo: bool
|
|
463
462
|
:param xmin: X Min
|
|
464
463
|
:type xmin: typing.Any
|
|
@@ -487,7 +486,7 @@ def select_box(
|
|
|
487
486
|
|
|
488
487
|
def select_circle(
|
|
489
488
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
490
|
-
execution_context:
|
|
489
|
+
execution_context: str = None,
|
|
491
490
|
undo: bool = None,
|
|
492
491
|
x: typing.Any = 0,
|
|
493
492
|
y: typing.Any = 0,
|
|
@@ -498,7 +497,7 @@ def select_circle(
|
|
|
498
497
|
"""Select curve points using circle selection
|
|
499
498
|
|
|
500
499
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
501
|
-
:type execution_context:
|
|
500
|
+
:type execution_context: str
|
|
502
501
|
:type undo: bool
|
|
503
502
|
:param x: X
|
|
504
503
|
:type x: typing.Any
|
|
@@ -525,7 +524,7 @@ def select_circle(
|
|
|
525
524
|
|
|
526
525
|
def select_lasso(
|
|
527
526
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
528
|
-
execution_context:
|
|
527
|
+
execution_context: str = None,
|
|
529
528
|
undo: bool = None,
|
|
530
529
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
531
530
|
mode: typing.Any = "SET",
|
|
@@ -533,7 +532,7 @@ def select_lasso(
|
|
|
533
532
|
"""Select curve points using lasso selection
|
|
534
533
|
|
|
535
534
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
536
|
-
:type execution_context:
|
|
535
|
+
:type execution_context: str
|
|
537
536
|
:type undo: bool
|
|
538
537
|
:param path: Path
|
|
539
538
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
@@ -554,13 +553,13 @@ def select_lasso(
|
|
|
554
553
|
|
|
555
554
|
def select_less(
|
|
556
555
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
557
|
-
execution_context:
|
|
556
|
+
execution_context: str = None,
|
|
558
557
|
undo: bool = None,
|
|
559
558
|
):
|
|
560
559
|
"""Deselect spline points at the boundary of each selection region
|
|
561
560
|
|
|
562
561
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
563
|
-
:type execution_context:
|
|
562
|
+
:type execution_context: str
|
|
564
563
|
:type undo: bool
|
|
565
564
|
"""
|
|
566
565
|
|
|
@@ -568,13 +567,13 @@ def select_less(
|
|
|
568
567
|
|
|
569
568
|
def select_linked(
|
|
570
569
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
571
|
-
execution_context:
|
|
570
|
+
execution_context: str = None,
|
|
572
571
|
undo: bool = None,
|
|
573
572
|
):
|
|
574
573
|
"""Select all curve points linked to already selected ones
|
|
575
574
|
|
|
576
575
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
577
|
-
:type execution_context:
|
|
576
|
+
:type execution_context: str
|
|
578
577
|
:type undo: bool
|
|
579
578
|
"""
|
|
580
579
|
|
|
@@ -582,14 +581,14 @@ def select_linked(
|
|
|
582
581
|
|
|
583
582
|
def select_linked_pick(
|
|
584
583
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
585
|
-
execution_context:
|
|
584
|
+
execution_context: str = None,
|
|
586
585
|
undo: bool = None,
|
|
587
586
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
588
587
|
):
|
|
589
588
|
"""(De)select all points linked to the curve under the mouse cursor
|
|
590
589
|
|
|
591
590
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
592
|
-
:type execution_context:
|
|
591
|
+
:type execution_context: str
|
|
593
592
|
:type undo: bool
|
|
594
593
|
:param deselect: Deselect
|
|
595
594
|
:type deselect: typing.Union[bool, typing.Any]
|
|
@@ -599,13 +598,13 @@ def select_linked_pick(
|
|
|
599
598
|
|
|
600
599
|
def select_more(
|
|
601
600
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
602
|
-
execution_context:
|
|
601
|
+
execution_context: str = None,
|
|
603
602
|
undo: bool = None,
|
|
604
603
|
):
|
|
605
604
|
"""Select more spline points connected to initial selection
|
|
606
605
|
|
|
607
606
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
608
|
-
:type execution_context:
|
|
607
|
+
:type execution_context: str
|
|
609
608
|
:type undo: bool
|
|
610
609
|
"""
|
|
611
610
|
|
|
@@ -613,13 +612,13 @@ def select_more(
|
|
|
613
612
|
|
|
614
613
|
def shape_key_clear(
|
|
615
614
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
616
|
-
execution_context:
|
|
615
|
+
execution_context: str = None,
|
|
617
616
|
undo: bool = None,
|
|
618
617
|
):
|
|
619
618
|
"""Remove mask shape keyframe for active mask layer at the current frame
|
|
620
619
|
|
|
621
620
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
622
|
-
:type execution_context:
|
|
621
|
+
:type execution_context: str
|
|
623
622
|
:type undo: bool
|
|
624
623
|
"""
|
|
625
624
|
|
|
@@ -627,13 +626,13 @@ def shape_key_clear(
|
|
|
627
626
|
|
|
628
627
|
def shape_key_feather_reset(
|
|
629
628
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
630
|
-
execution_context:
|
|
629
|
+
execution_context: str = None,
|
|
631
630
|
undo: bool = None,
|
|
632
631
|
):
|
|
633
632
|
"""Reset feather weights on all selected points animation values
|
|
634
633
|
|
|
635
634
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
636
|
-
:type execution_context:
|
|
635
|
+
:type execution_context: str
|
|
637
636
|
:type undo: bool
|
|
638
637
|
"""
|
|
639
638
|
|
|
@@ -641,13 +640,13 @@ def shape_key_feather_reset(
|
|
|
641
640
|
|
|
642
641
|
def shape_key_insert(
|
|
643
642
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
644
|
-
execution_context:
|
|
643
|
+
execution_context: str = None,
|
|
645
644
|
undo: bool = None,
|
|
646
645
|
):
|
|
647
646
|
"""Insert mask shape keyframe for active mask layer at the current frame
|
|
648
647
|
|
|
649
648
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
650
|
-
:type execution_context:
|
|
649
|
+
:type execution_context: str
|
|
651
650
|
:type undo: bool
|
|
652
651
|
"""
|
|
653
652
|
|
|
@@ -655,7 +654,7 @@ def shape_key_insert(
|
|
|
655
654
|
|
|
656
655
|
def shape_key_rekey(
|
|
657
656
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
658
|
-
execution_context:
|
|
657
|
+
execution_context: str = None,
|
|
659
658
|
undo: bool = None,
|
|
660
659
|
location: typing.Union[bool, typing.Any] = True,
|
|
661
660
|
feather: typing.Union[bool, typing.Any] = True,
|
|
@@ -663,7 +662,7 @@ def shape_key_rekey(
|
|
|
663
662
|
"""Recalculate animation data on selected points for frames selected in the dopesheet
|
|
664
663
|
|
|
665
664
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
666
|
-
:type execution_context:
|
|
665
|
+
:type execution_context: str
|
|
667
666
|
:type undo: bool
|
|
668
667
|
:param location: Location
|
|
669
668
|
:type location: typing.Union[bool, typing.Any]
|
|
@@ -675,7 +674,7 @@ def shape_key_rekey(
|
|
|
675
674
|
|
|
676
675
|
def slide_point(
|
|
677
676
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
678
|
-
execution_context:
|
|
677
|
+
execution_context: str = None,
|
|
679
678
|
undo: bool = None,
|
|
680
679
|
slide_feather: typing.Union[bool, typing.Any] = False,
|
|
681
680
|
is_new_point: typing.Union[bool, typing.Any] = False,
|
|
@@ -683,7 +682,7 @@ def slide_point(
|
|
|
683
682
|
"""Slide control points
|
|
684
683
|
|
|
685
684
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
686
|
-
:type execution_context:
|
|
685
|
+
:type execution_context: str
|
|
687
686
|
:type undo: bool
|
|
688
687
|
:param slide_feather: Slide Feather, First try to slide feather instead of vertex
|
|
689
688
|
:type slide_feather: typing.Union[bool, typing.Any]
|
|
@@ -695,13 +694,13 @@ def slide_point(
|
|
|
695
694
|
|
|
696
695
|
def slide_spline_curvature(
|
|
697
696
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
698
|
-
execution_context:
|
|
697
|
+
execution_context: str = None,
|
|
699
698
|
undo: bool = None,
|
|
700
699
|
):
|
|
701
700
|
"""Slide a point on the spline to define its curvature
|
|
702
701
|
|
|
703
702
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
704
|
-
:type execution_context:
|
|
703
|
+
:type execution_context: str
|
|
705
704
|
:type undo: bool
|
|
706
705
|
"""
|
|
707
706
|
|
|
@@ -709,13 +708,13 @@ def slide_spline_curvature(
|
|
|
709
708
|
|
|
710
709
|
def switch_direction(
|
|
711
710
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
712
|
-
execution_context:
|
|
711
|
+
execution_context: str = None,
|
|
713
712
|
undo: bool = None,
|
|
714
713
|
):
|
|
715
714
|
"""Switch direction of selected splines
|
|
716
715
|
|
|
717
716
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
718
|
-
:type execution_context:
|
|
717
|
+
:type execution_context: str
|
|
719
718
|
:type undo: bool
|
|
720
719
|
"""
|
|
721
720
|
|