fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -7,8 +7,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def add_bezier(
|
|
10
|
-
override_context: dict[str, typing.Any] |
|
|
11
|
-
execution_context:
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
|
+
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
14
14
|
radius: typing.Any | None = 1.0,
|
|
@@ -20,8 +20,8 @@ def add_bezier(
|
|
|
20
20
|
):
|
|
21
21
|
"""Add new bezier curve
|
|
22
22
|
|
|
23
|
-
:type override_context: dict[str, typing.Any] |
|
|
24
|
-
:type execution_context:
|
|
23
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
24
|
+
:type execution_context: int | str | None
|
|
25
25
|
:type undo: bool | None
|
|
26
26
|
:param radius: Radius
|
|
27
27
|
:type radius: typing.Any | None
|
|
@@ -49,8 +49,8 @@ def add_bezier(
|
|
|
49
49
|
...
|
|
50
50
|
|
|
51
51
|
def add_circle(
|
|
52
|
-
override_context: dict[str, typing.Any] |
|
|
53
|
-
execution_context:
|
|
52
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
53
|
+
execution_context: int | str | None = None,
|
|
54
54
|
undo: bool | None = None,
|
|
55
55
|
*,
|
|
56
56
|
radius: typing.Any | None = 1.0,
|
|
@@ -62,8 +62,8 @@ def add_circle(
|
|
|
62
62
|
):
|
|
63
63
|
"""Add new circle curve
|
|
64
64
|
|
|
65
|
-
:type override_context: dict[str, typing.Any] |
|
|
66
|
-
:type execution_context:
|
|
65
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
66
|
+
:type execution_context: int | str | None
|
|
67
67
|
:type undo: bool | None
|
|
68
68
|
:param radius: Radius
|
|
69
69
|
:type radius: typing.Any | None
|
|
@@ -91,8 +91,8 @@ def add_circle(
|
|
|
91
91
|
...
|
|
92
92
|
|
|
93
93
|
def attribute_set(
|
|
94
|
-
override_context: dict[str, typing.Any] |
|
|
95
|
-
execution_context:
|
|
94
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
95
|
+
execution_context: int | str | None = None,
|
|
96
96
|
undo: bool | None = None,
|
|
97
97
|
*,
|
|
98
98
|
value_float: typing.Any | None = 0.0,
|
|
@@ -105,8 +105,8 @@ def attribute_set(
|
|
|
105
105
|
):
|
|
106
106
|
"""Set values of the active attribute for selected elements
|
|
107
107
|
|
|
108
|
-
:type override_context: dict[str, typing.Any] |
|
|
109
|
-
:type execution_context:
|
|
108
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
109
|
+
:type execution_context: int | str | None
|
|
110
110
|
:type undo: bool | None
|
|
111
111
|
:param value_float: Value
|
|
112
112
|
:type value_float: typing.Any | None
|
|
@@ -127,36 +127,36 @@ def attribute_set(
|
|
|
127
127
|
...
|
|
128
128
|
|
|
129
129
|
def convert_from_particle_system(
|
|
130
|
-
override_context: dict[str, typing.Any] |
|
|
131
|
-
execution_context:
|
|
130
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
131
|
+
execution_context: int | str | None = None,
|
|
132
132
|
undo: bool | None = None,
|
|
133
133
|
):
|
|
134
134
|
"""Add a new curves object based on the current state of the particle system
|
|
135
135
|
|
|
136
|
-
:type override_context: dict[str, typing.Any] |
|
|
137
|
-
:type execution_context:
|
|
136
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
137
|
+
:type execution_context: int | str | None
|
|
138
138
|
:type undo: bool | None
|
|
139
139
|
"""
|
|
140
140
|
|
|
141
141
|
...
|
|
142
142
|
|
|
143
143
|
def convert_to_particle_system(
|
|
144
|
-
override_context: dict[str, typing.Any] |
|
|
145
|
-
execution_context:
|
|
144
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
145
|
+
execution_context: int | str | None = None,
|
|
146
146
|
undo: bool | None = None,
|
|
147
147
|
):
|
|
148
148
|
"""Add a new or update an existing hair particle system on the surface object
|
|
149
149
|
|
|
150
|
-
:type override_context: dict[str, typing.Any] |
|
|
151
|
-
:type execution_context:
|
|
150
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
151
|
+
:type execution_context: int | str | None
|
|
152
152
|
:type undo: bool | None
|
|
153
153
|
"""
|
|
154
154
|
|
|
155
155
|
...
|
|
156
156
|
|
|
157
157
|
def curve_type_set(
|
|
158
|
-
override_context: dict[str, typing.Any] |
|
|
159
|
-
execution_context:
|
|
158
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
159
|
+
execution_context: int | str | None = None,
|
|
160
160
|
undo: bool | None = None,
|
|
161
161
|
*,
|
|
162
162
|
type: str | None = "POLY",
|
|
@@ -164,8 +164,8 @@ def curve_type_set(
|
|
|
164
164
|
):
|
|
165
165
|
"""Set type of selected curves
|
|
166
166
|
|
|
167
|
-
:type override_context: dict[str, typing.Any] |
|
|
168
|
-
:type execution_context:
|
|
167
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
168
|
+
:type execution_context: int | str | None
|
|
169
169
|
:type undo: bool | None
|
|
170
170
|
:param type: Type, Curve type
|
|
171
171
|
:type type: str | None
|
|
@@ -176,36 +176,36 @@ def curve_type_set(
|
|
|
176
176
|
...
|
|
177
177
|
|
|
178
178
|
def cyclic_toggle(
|
|
179
|
-
override_context: dict[str, typing.Any] |
|
|
180
|
-
execution_context:
|
|
179
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
180
|
+
execution_context: int | str | None = None,
|
|
181
181
|
undo: bool | None = None,
|
|
182
182
|
):
|
|
183
183
|
"""Make active curve closed/opened loop
|
|
184
184
|
|
|
185
|
-
:type override_context: dict[str, typing.Any] |
|
|
186
|
-
:type execution_context:
|
|
185
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
186
|
+
:type execution_context: int | str | None
|
|
187
187
|
:type undo: bool | None
|
|
188
188
|
"""
|
|
189
189
|
|
|
190
190
|
...
|
|
191
191
|
|
|
192
192
|
def delete(
|
|
193
|
-
override_context: dict[str, typing.Any] |
|
|
194
|
-
execution_context:
|
|
193
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
194
|
+
execution_context: int | str | None = None,
|
|
195
195
|
undo: bool | None = None,
|
|
196
196
|
):
|
|
197
197
|
"""Remove selected control points or curves
|
|
198
198
|
|
|
199
|
-
:type override_context: dict[str, typing.Any] |
|
|
200
|
-
:type execution_context:
|
|
199
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
200
|
+
:type execution_context: int | str | None
|
|
201
201
|
:type undo: bool | None
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
...
|
|
205
205
|
|
|
206
206
|
def draw(
|
|
207
|
-
override_context: dict[str, typing.Any] |
|
|
208
|
-
execution_context:
|
|
207
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
208
|
+
execution_context: int | str | None = None,
|
|
209
209
|
undo: bool | None = None,
|
|
210
210
|
*,
|
|
211
211
|
error_threshold: typing.Any | None = 0.0,
|
|
@@ -220,8 +220,8 @@ def draw(
|
|
|
220
220
|
):
|
|
221
221
|
"""Draw a freehand curve
|
|
222
222
|
|
|
223
|
-
:type override_context: dict[str, typing.Any] |
|
|
224
|
-
:type execution_context:
|
|
223
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
224
|
+
:type execution_context: int | str | None
|
|
225
225
|
:type undo: bool | None
|
|
226
226
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
227
227
|
:type error_threshold: typing.Any | None
|
|
@@ -244,22 +244,22 @@ def draw(
|
|
|
244
244
|
...
|
|
245
245
|
|
|
246
246
|
def duplicate(
|
|
247
|
-
override_context: dict[str, typing.Any] |
|
|
248
|
-
execution_context:
|
|
247
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
248
|
+
execution_context: int | str | None = None,
|
|
249
249
|
undo: bool | None = None,
|
|
250
250
|
):
|
|
251
251
|
"""Copy selected points or curves
|
|
252
252
|
|
|
253
|
-
:type override_context: dict[str, typing.Any] |
|
|
254
|
-
:type execution_context:
|
|
253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
254
|
+
:type execution_context: int | str | None
|
|
255
255
|
:type undo: bool | None
|
|
256
256
|
"""
|
|
257
257
|
|
|
258
258
|
...
|
|
259
259
|
|
|
260
260
|
def duplicate_move(
|
|
261
|
-
override_context: dict[str, typing.Any] |
|
|
262
|
-
execution_context:
|
|
261
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
262
|
+
execution_context: int | str | None = None,
|
|
263
263
|
undo: bool | None = None,
|
|
264
264
|
*,
|
|
265
265
|
CURVES_OT_duplicate: duplicate | None = None,
|
|
@@ -267,8 +267,8 @@ def duplicate_move(
|
|
|
267
267
|
):
|
|
268
268
|
"""Make copies of selected elements and move them
|
|
269
269
|
|
|
270
|
-
:type override_context: dict[str, typing.Any] |
|
|
271
|
-
:type execution_context:
|
|
270
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
271
|
+
:type execution_context: int | str | None
|
|
272
272
|
:type undo: bool | None
|
|
273
273
|
:param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
|
|
274
274
|
:type CURVES_OT_duplicate: duplicate | None
|
|
@@ -279,22 +279,22 @@ def duplicate_move(
|
|
|
279
279
|
...
|
|
280
280
|
|
|
281
281
|
def extrude(
|
|
282
|
-
override_context: dict[str, typing.Any] |
|
|
283
|
-
execution_context:
|
|
282
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
283
|
+
execution_context: int | str | None = None,
|
|
284
284
|
undo: bool | None = None,
|
|
285
285
|
):
|
|
286
286
|
"""Extrude selected control point(s)
|
|
287
287
|
|
|
288
|
-
:type override_context: dict[str, typing.Any] |
|
|
289
|
-
:type execution_context:
|
|
288
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
289
|
+
:type execution_context: int | str | None
|
|
290
290
|
:type undo: bool | None
|
|
291
291
|
"""
|
|
292
292
|
|
|
293
293
|
...
|
|
294
294
|
|
|
295
295
|
def extrude_move(
|
|
296
|
-
override_context: dict[str, typing.Any] |
|
|
297
|
-
execution_context:
|
|
296
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
297
|
+
execution_context: int | str | None = None,
|
|
298
298
|
undo: bool | None = None,
|
|
299
299
|
*,
|
|
300
300
|
CURVES_OT_extrude: extrude | None = None,
|
|
@@ -302,8 +302,8 @@ def extrude_move(
|
|
|
302
302
|
):
|
|
303
303
|
"""Extrude curve and move result
|
|
304
304
|
|
|
305
|
-
:type override_context: dict[str, typing.Any] |
|
|
306
|
-
:type execution_context:
|
|
305
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
306
|
+
:type execution_context: int | str | None
|
|
307
307
|
:type undo: bool | None
|
|
308
308
|
:param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
|
|
309
309
|
:type CURVES_OT_extrude: extrude | None
|
|
@@ -314,16 +314,16 @@ def extrude_move(
|
|
|
314
314
|
...
|
|
315
315
|
|
|
316
316
|
def handle_type_set(
|
|
317
|
-
override_context: dict[str, typing.Any] |
|
|
318
|
-
execution_context:
|
|
317
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
318
|
+
execution_context: int | str | None = None,
|
|
319
319
|
undo: bool | None = None,
|
|
320
320
|
*,
|
|
321
321
|
type: str | None = "AUTO",
|
|
322
322
|
):
|
|
323
323
|
"""Set the handle type for bezier curves
|
|
324
324
|
|
|
325
|
-
:type override_context: dict[str, typing.Any] |
|
|
326
|
-
:type execution_context:
|
|
325
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
326
|
+
:type execution_context: int | str | None
|
|
327
327
|
:type undo: bool | None
|
|
328
328
|
:param type: Type
|
|
329
329
|
:type type: str | None
|
|
@@ -332,30 +332,30 @@ def handle_type_set(
|
|
|
332
332
|
...
|
|
333
333
|
|
|
334
334
|
def sculptmode_toggle(
|
|
335
|
-
override_context: dict[str, typing.Any] |
|
|
336
|
-
execution_context:
|
|
335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
336
|
+
execution_context: int | str | None = None,
|
|
337
337
|
undo: bool | None = None,
|
|
338
338
|
):
|
|
339
339
|
"""Enter/Exit sculpt mode for curves
|
|
340
340
|
|
|
341
|
-
:type override_context: dict[str, typing.Any] |
|
|
342
|
-
:type execution_context:
|
|
341
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
342
|
+
:type execution_context: int | str | None
|
|
343
343
|
:type undo: bool | None
|
|
344
344
|
"""
|
|
345
345
|
|
|
346
346
|
...
|
|
347
347
|
|
|
348
348
|
def select_all(
|
|
349
|
-
override_context: dict[str, typing.Any] |
|
|
350
|
-
execution_context:
|
|
349
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
350
|
+
execution_context: int | str | None = None,
|
|
351
351
|
undo: bool | None = None,
|
|
352
352
|
*,
|
|
353
353
|
action: str | None = "TOGGLE",
|
|
354
354
|
):
|
|
355
355
|
"""(De)select all control points
|
|
356
356
|
|
|
357
|
-
:type override_context: dict[str, typing.Any] |
|
|
358
|
-
:type execution_context:
|
|
357
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
358
|
+
:type execution_context: int | str | None
|
|
359
359
|
:type undo: bool | None
|
|
360
360
|
:param action: Action, Selection action to execute
|
|
361
361
|
|
|
@@ -376,8 +376,8 @@ def select_all(
|
|
|
376
376
|
...
|
|
377
377
|
|
|
378
378
|
def select_ends(
|
|
379
|
-
override_context: dict[str, typing.Any] |
|
|
380
|
-
execution_context:
|
|
379
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
380
|
+
execution_context: int | str | None = None,
|
|
381
381
|
undo: bool | None = None,
|
|
382
382
|
*,
|
|
383
383
|
amount_start: typing.Any | None = 0,
|
|
@@ -385,8 +385,8 @@ def select_ends(
|
|
|
385
385
|
):
|
|
386
386
|
"""Select end points of curves
|
|
387
387
|
|
|
388
|
-
:type override_context: dict[str, typing.Any] |
|
|
389
|
-
:type execution_context:
|
|
388
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
389
|
+
:type execution_context: int | str | None
|
|
390
390
|
:type undo: bool | None
|
|
391
391
|
:param amount_start: Amount Front, Number of points to select from the front
|
|
392
392
|
:type amount_start: typing.Any | None
|
|
@@ -397,50 +397,50 @@ def select_ends(
|
|
|
397
397
|
...
|
|
398
398
|
|
|
399
399
|
def select_less(
|
|
400
|
-
override_context: dict[str, typing.Any] |
|
|
401
|
-
execution_context:
|
|
400
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
401
|
+
execution_context: int | str | None = None,
|
|
402
402
|
undo: bool | None = None,
|
|
403
403
|
):
|
|
404
404
|
"""Shrink the selection by one point
|
|
405
405
|
|
|
406
|
-
:type override_context: dict[str, typing.Any] |
|
|
407
|
-
:type execution_context:
|
|
406
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
407
|
+
:type execution_context: int | str | None
|
|
408
408
|
:type undo: bool | None
|
|
409
409
|
"""
|
|
410
410
|
|
|
411
411
|
...
|
|
412
412
|
|
|
413
413
|
def select_linked(
|
|
414
|
-
override_context: dict[str, typing.Any] |
|
|
415
|
-
execution_context:
|
|
414
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
415
|
+
execution_context: int | str | None = None,
|
|
416
416
|
undo: bool | None = None,
|
|
417
417
|
):
|
|
418
418
|
"""Select all points in curves with any point selection
|
|
419
419
|
|
|
420
|
-
:type override_context: dict[str, typing.Any] |
|
|
421
|
-
:type execution_context:
|
|
420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
421
|
+
:type execution_context: int | str | None
|
|
422
422
|
:type undo: bool | None
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
425
|
...
|
|
426
426
|
|
|
427
427
|
def select_more(
|
|
428
|
-
override_context: dict[str, typing.Any] |
|
|
429
|
-
execution_context:
|
|
428
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
429
|
+
execution_context: int | str | None = None,
|
|
430
430
|
undo: bool | None = None,
|
|
431
431
|
):
|
|
432
432
|
"""Grow the selection by one point
|
|
433
433
|
|
|
434
|
-
:type override_context: dict[str, typing.Any] |
|
|
435
|
-
:type execution_context:
|
|
434
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
435
|
+
:type execution_context: int | str | None
|
|
436
436
|
:type undo: bool | None
|
|
437
437
|
"""
|
|
438
438
|
|
|
439
439
|
...
|
|
440
440
|
|
|
441
441
|
def select_random(
|
|
442
|
-
override_context: dict[str, typing.Any] |
|
|
443
|
-
execution_context:
|
|
442
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
443
|
+
execution_context: int | str | None = None,
|
|
444
444
|
undo: bool | None = None,
|
|
445
445
|
*,
|
|
446
446
|
seed: typing.Any | None = 0,
|
|
@@ -448,8 +448,8 @@ def select_random(
|
|
|
448
448
|
):
|
|
449
449
|
"""Randomizes existing selection or create new random selection
|
|
450
450
|
|
|
451
|
-
:type override_context: dict[str, typing.Any] |
|
|
452
|
-
:type execution_context:
|
|
451
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
452
|
+
:type execution_context: int | str | None
|
|
453
453
|
:type undo: bool | None
|
|
454
454
|
:param seed: Seed, Source of randomness
|
|
455
455
|
:type seed: typing.Any | None
|
|
@@ -460,16 +460,16 @@ def select_random(
|
|
|
460
460
|
...
|
|
461
461
|
|
|
462
462
|
def set_selection_domain(
|
|
463
|
-
override_context: dict[str, typing.Any] |
|
|
464
|
-
execution_context:
|
|
463
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
464
|
+
execution_context: int | str | None = None,
|
|
465
465
|
undo: bool | None = None,
|
|
466
466
|
*,
|
|
467
467
|
domain: str | None = "POINT",
|
|
468
468
|
):
|
|
469
469
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
470
470
|
|
|
471
|
-
:type override_context: dict[str, typing.Any] |
|
|
472
|
-
:type execution_context:
|
|
471
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
472
|
+
:type execution_context: int | str | None
|
|
473
473
|
:type undo: bool | None
|
|
474
474
|
:param domain: Domain
|
|
475
475
|
:type domain: str | None
|
|
@@ -478,16 +478,16 @@ def set_selection_domain(
|
|
|
478
478
|
...
|
|
479
479
|
|
|
480
480
|
def snap_curves_to_surface(
|
|
481
|
-
override_context: dict[str, typing.Any] |
|
|
482
|
-
execution_context:
|
|
481
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
482
|
+
execution_context: int | str | None = None,
|
|
483
483
|
undo: bool | None = None,
|
|
484
484
|
*,
|
|
485
485
|
attach_mode: str | None = "NEAREST",
|
|
486
486
|
):
|
|
487
487
|
"""Move curves so that the first point is exactly on the surface mesh
|
|
488
488
|
|
|
489
|
-
:type override_context: dict[str, typing.Any] |
|
|
490
|
-
:type execution_context:
|
|
489
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
490
|
+
:type execution_context: int | str | None
|
|
491
491
|
:type undo: bool | None
|
|
492
492
|
:param attach_mode: Attach Mode, How to find the point on the surface to attach to
|
|
493
493
|
|
|
@@ -502,16 +502,16 @@ def snap_curves_to_surface(
|
|
|
502
502
|
...
|
|
503
503
|
|
|
504
504
|
def subdivide(
|
|
505
|
-
override_context: dict[str, typing.Any] |
|
|
506
|
-
execution_context:
|
|
505
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
506
|
+
execution_context: int | str | None = None,
|
|
507
507
|
undo: bool | None = None,
|
|
508
508
|
*,
|
|
509
509
|
number_cuts: typing.Any | None = 1,
|
|
510
510
|
):
|
|
511
511
|
"""Subdivide selected curve segments
|
|
512
512
|
|
|
513
|
-
:type override_context: dict[str, typing.Any] |
|
|
514
|
-
:type execution_context:
|
|
513
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
514
|
+
:type execution_context: int | str | None
|
|
515
515
|
:type undo: bool | None
|
|
516
516
|
:param number_cuts: Number of Cuts
|
|
517
517
|
:type number_cuts: typing.Any | None
|
|
@@ -520,42 +520,42 @@ def subdivide(
|
|
|
520
520
|
...
|
|
521
521
|
|
|
522
522
|
def surface_set(
|
|
523
|
-
override_context: dict[str, typing.Any] |
|
|
524
|
-
execution_context:
|
|
523
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
524
|
+
execution_context: int | str | None = None,
|
|
525
525
|
undo: bool | None = None,
|
|
526
526
|
):
|
|
527
527
|
"""Use the active object as surface for selected curves objects and set it as the parent
|
|
528
528
|
|
|
529
|
-
:type override_context: dict[str, typing.Any] |
|
|
530
|
-
:type execution_context:
|
|
529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
530
|
+
:type execution_context: int | str | None
|
|
531
531
|
:type undo: bool | None
|
|
532
532
|
"""
|
|
533
533
|
|
|
534
534
|
...
|
|
535
535
|
|
|
536
536
|
def switch_direction(
|
|
537
|
-
override_context: dict[str, typing.Any] |
|
|
538
|
-
execution_context:
|
|
537
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
538
|
+
execution_context: int | str | None = None,
|
|
539
539
|
undo: bool | None = None,
|
|
540
540
|
):
|
|
541
541
|
"""Reverse the direction of the selected curves
|
|
542
542
|
|
|
543
|
-
:type override_context: dict[str, typing.Any] |
|
|
544
|
-
:type execution_context:
|
|
543
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
544
|
+
:type execution_context: int | str | None
|
|
545
545
|
:type undo: bool | None
|
|
546
546
|
"""
|
|
547
547
|
|
|
548
548
|
...
|
|
549
549
|
|
|
550
550
|
def tilt_clear(
|
|
551
|
-
override_context: dict[str, typing.Any] |
|
|
552
|
-
execution_context:
|
|
551
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
552
|
+
execution_context: int | str | None = None,
|
|
553
553
|
undo: bool | None = None,
|
|
554
554
|
):
|
|
555
555
|
"""Clear the tilt of selected control points
|
|
556
556
|
|
|
557
|
-
:type override_context: dict[str, typing.Any] |
|
|
558
|
-
:type execution_context:
|
|
557
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
558
|
+
:type execution_context: int | str | None
|
|
559
559
|
:type undo: bool | None
|
|
560
560
|
"""
|
|
561
561
|
|
bpy/ops/cycles/__init__.pyi
CHANGED
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def denoise_animation(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
13
|
input_filepath: str | typing.Any = "",
|
|
@@ -15,8 +15,8 @@ def denoise_animation(
|
|
|
15
15
|
):
|
|
16
16
|
"""Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
|
|
17
17
|
|
|
18
|
-
:type override_context: dict[str, typing.Any] |
|
|
19
|
-
:type execution_context:
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
|
+
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param input_filepath: Input Filepath, File path for image to denoise. If not specified, uses the render file path and frame range from the scene
|
|
22
22
|
:type input_filepath: str | typing.Any
|
|
@@ -27,8 +27,8 @@ def denoise_animation(
|
|
|
27
27
|
...
|
|
28
28
|
|
|
29
29
|
def merge_images(
|
|
30
|
-
override_context: dict[str, typing.Any] |
|
|
31
|
-
execution_context:
|
|
30
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
31
|
+
execution_context: int | str | None = None,
|
|
32
32
|
undo: bool | None = None,
|
|
33
33
|
*,
|
|
34
34
|
input_filepath1: str | typing.Any = "",
|
|
@@ -37,8 +37,8 @@ def merge_images(
|
|
|
37
37
|
):
|
|
38
38
|
"""Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
|
|
39
39
|
|
|
40
|
-
:type override_context: dict[str, typing.Any] |
|
|
41
|
-
:type execution_context:
|
|
40
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
41
|
+
:type execution_context: int | str | None
|
|
42
42
|
:type undo: bool | None
|
|
43
43
|
:param input_filepath1: Input Filepath, File path for image to merge
|
|
44
44
|
:type input_filepath1: str | typing.Any
|
|
@@ -51,14 +51,14 @@ def merge_images(
|
|
|
51
51
|
...
|
|
52
52
|
|
|
53
53
|
def use_shading_nodes(
|
|
54
|
-
override_context: dict[str, typing.Any] |
|
|
55
|
-
execution_context:
|
|
54
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
55
|
+
execution_context: int | str | None = None,
|
|
56
56
|
undo: bool | None = None,
|
|
57
57
|
):
|
|
58
58
|
"""Enable nodes on a material, world or light
|
|
59
59
|
|
|
60
|
-
:type override_context: dict[str, typing.Any] |
|
|
61
|
-
:type execution_context:
|
|
60
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
61
|
+
:type execution_context: int | str | None
|
|
62
62
|
:type undo: bool | None
|
|
63
63
|
"""
|
|
64
64
|
|