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