fake-bpy-module 20240812__py3-none-any.whl → 20240814__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
11
|
def add_bezier(
|
|
12
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
12
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
13
13
|
execution_context: int | str | None = None,
|
|
14
14
|
undo: bool | None = None,
|
|
15
15
|
*,
|
|
@@ -30,7 +30,7 @@ def add_bezier(
|
|
|
30
30
|
):
|
|
31
31
|
"""Add new bezier curve
|
|
32
32
|
|
|
33
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
33
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
34
34
|
:type execution_context: int | str | None
|
|
35
35
|
:type undo: bool | None
|
|
36
36
|
:param radius: Radius
|
|
@@ -59,7 +59,7 @@ def add_bezier(
|
|
|
59
59
|
...
|
|
60
60
|
|
|
61
61
|
def add_circle(
|
|
62
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
62
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
63
63
|
execution_context: int | str | None = None,
|
|
64
64
|
undo: bool | None = None,
|
|
65
65
|
*,
|
|
@@ -80,7 +80,7 @@ def add_circle(
|
|
|
80
80
|
):
|
|
81
81
|
"""Add new circle curve
|
|
82
82
|
|
|
83
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
83
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
84
84
|
:type execution_context: int | str | None
|
|
85
85
|
:type undo: bool | None
|
|
86
86
|
:param radius: Radius
|
|
@@ -109,7 +109,7 @@ def add_circle(
|
|
|
109
109
|
...
|
|
110
110
|
|
|
111
111
|
def attribute_set(
|
|
112
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
112
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
113
113
|
execution_context: int | str | None = None,
|
|
114
114
|
undo: bool | None = None,
|
|
115
115
|
*,
|
|
@@ -123,7 +123,7 @@ def attribute_set(
|
|
|
123
123
|
):
|
|
124
124
|
"""Set values of the active attribute for selected elements
|
|
125
125
|
|
|
126
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
126
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
127
127
|
:type execution_context: int | str | None
|
|
128
128
|
:type undo: bool | None
|
|
129
129
|
:param value_float: Value
|
|
@@ -145,13 +145,13 @@ def attribute_set(
|
|
|
145
145
|
...
|
|
146
146
|
|
|
147
147
|
def convert_from_particle_system(
|
|
148
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
148
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
149
149
|
execution_context: int | str | None = None,
|
|
150
150
|
undo: bool | None = None,
|
|
151
151
|
):
|
|
152
152
|
"""Add a new curves object based on the current state of the particle system
|
|
153
153
|
|
|
154
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
154
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
155
155
|
:type execution_context: int | str | None
|
|
156
156
|
:type undo: bool | None
|
|
157
157
|
"""
|
|
@@ -159,13 +159,13 @@ def convert_from_particle_system(
|
|
|
159
159
|
...
|
|
160
160
|
|
|
161
161
|
def convert_to_particle_system(
|
|
162
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
162
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
163
163
|
execution_context: int | str | None = None,
|
|
164
164
|
undo: bool | None = None,
|
|
165
165
|
):
|
|
166
166
|
"""Add a new or update an existing hair particle system on the surface object
|
|
167
167
|
|
|
168
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
168
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
169
169
|
:type execution_context: int | str | None
|
|
170
170
|
:type undo: bool | None
|
|
171
171
|
"""
|
|
@@ -173,7 +173,7 @@ def convert_to_particle_system(
|
|
|
173
173
|
...
|
|
174
174
|
|
|
175
175
|
def curve_type_set(
|
|
176
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
176
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
177
177
|
execution_context: int | str | None = None,
|
|
178
178
|
undo: bool | None = None,
|
|
179
179
|
*,
|
|
@@ -182,7 +182,7 @@ def curve_type_set(
|
|
|
182
182
|
):
|
|
183
183
|
"""Set type of selected curves
|
|
184
184
|
|
|
185
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
185
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
186
186
|
:type execution_context: int | str | None
|
|
187
187
|
:type undo: bool | None
|
|
188
188
|
:param type: Type, Curve type
|
|
@@ -194,13 +194,13 @@ def curve_type_set(
|
|
|
194
194
|
...
|
|
195
195
|
|
|
196
196
|
def cyclic_toggle(
|
|
197
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
197
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
198
198
|
execution_context: int | str | None = None,
|
|
199
199
|
undo: bool | None = None,
|
|
200
200
|
):
|
|
201
201
|
"""Make active curve closed/opened loop
|
|
202
202
|
|
|
203
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
203
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
204
204
|
:type execution_context: int | str | None
|
|
205
205
|
:type undo: bool | None
|
|
206
206
|
"""
|
|
@@ -208,13 +208,13 @@ def cyclic_toggle(
|
|
|
208
208
|
...
|
|
209
209
|
|
|
210
210
|
def delete(
|
|
211
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
211
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
212
212
|
execution_context: int | str | None = None,
|
|
213
213
|
undo: bool | None = None,
|
|
214
214
|
):
|
|
215
215
|
"""Remove selected control points or curves
|
|
216
216
|
|
|
217
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
217
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
218
218
|
:type execution_context: int | str | None
|
|
219
219
|
:type undo: bool | None
|
|
220
220
|
"""
|
|
@@ -222,7 +222,7 @@ def delete(
|
|
|
222
222
|
...
|
|
223
223
|
|
|
224
224
|
def draw(
|
|
225
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
225
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
226
226
|
execution_context: int | str | None = None,
|
|
227
227
|
undo: bool | None = None,
|
|
228
228
|
*,
|
|
@@ -238,7 +238,7 @@ def draw(
|
|
|
238
238
|
):
|
|
239
239
|
"""Draw a freehand curve
|
|
240
240
|
|
|
241
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
241
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
242
242
|
:type execution_context: int | str | None
|
|
243
243
|
:type undo: bool | None
|
|
244
244
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
@@ -262,13 +262,13 @@ def draw(
|
|
|
262
262
|
...
|
|
263
263
|
|
|
264
264
|
def duplicate(
|
|
265
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
265
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
266
266
|
execution_context: int | str | None = None,
|
|
267
267
|
undo: bool | None = None,
|
|
268
268
|
):
|
|
269
269
|
"""Copy selected points or curves
|
|
270
270
|
|
|
271
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
271
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
272
272
|
:type execution_context: int | str | None
|
|
273
273
|
:type undo: bool | None
|
|
274
274
|
"""
|
|
@@ -276,7 +276,7 @@ def duplicate(
|
|
|
276
276
|
...
|
|
277
277
|
|
|
278
278
|
def duplicate_move(
|
|
279
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
279
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
280
280
|
execution_context: int | str | None = None,
|
|
281
281
|
undo: bool | None = None,
|
|
282
282
|
*,
|
|
@@ -285,7 +285,7 @@ def duplicate_move(
|
|
|
285
285
|
):
|
|
286
286
|
"""Make copies of selected elements and move them
|
|
287
287
|
|
|
288
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
288
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
289
289
|
:type execution_context: int | str | None
|
|
290
290
|
:type undo: bool | None
|
|
291
291
|
:param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
|
|
@@ -297,13 +297,13 @@ def duplicate_move(
|
|
|
297
297
|
...
|
|
298
298
|
|
|
299
299
|
def extrude(
|
|
300
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
300
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
301
301
|
execution_context: int | str | None = None,
|
|
302
302
|
undo: bool | None = None,
|
|
303
303
|
):
|
|
304
304
|
"""Extrude selected control point(s)
|
|
305
305
|
|
|
306
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
306
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
307
307
|
:type execution_context: int | str | None
|
|
308
308
|
:type undo: bool | None
|
|
309
309
|
"""
|
|
@@ -311,7 +311,7 @@ def extrude(
|
|
|
311
311
|
...
|
|
312
312
|
|
|
313
313
|
def extrude_move(
|
|
314
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
314
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
315
315
|
execution_context: int | str | None = None,
|
|
316
316
|
undo: bool | None = None,
|
|
317
317
|
*,
|
|
@@ -320,7 +320,7 @@ def extrude_move(
|
|
|
320
320
|
):
|
|
321
321
|
"""Extrude curve and move result
|
|
322
322
|
|
|
323
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
323
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
324
324
|
:type execution_context: int | str | None
|
|
325
325
|
:type undo: bool | None
|
|
326
326
|
:param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
|
|
@@ -332,7 +332,7 @@ def extrude_move(
|
|
|
332
332
|
...
|
|
333
333
|
|
|
334
334
|
def handle_type_set(
|
|
335
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
336
336
|
execution_context: int | str | None = None,
|
|
337
337
|
undo: bool | None = None,
|
|
338
338
|
*,
|
|
@@ -340,7 +340,7 @@ def handle_type_set(
|
|
|
340
340
|
):
|
|
341
341
|
"""Set the handle type for bezier curves
|
|
342
342
|
|
|
343
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
343
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
344
344
|
:type execution_context: int | str | None
|
|
345
345
|
:type undo: bool | None
|
|
346
346
|
:param type: Type
|
|
@@ -350,13 +350,13 @@ def handle_type_set(
|
|
|
350
350
|
...
|
|
351
351
|
|
|
352
352
|
def sculptmode_toggle(
|
|
353
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
353
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
354
354
|
execution_context: int | str | None = None,
|
|
355
355
|
undo: bool | None = None,
|
|
356
356
|
):
|
|
357
357
|
"""Enter/Exit sculpt mode for curves
|
|
358
358
|
|
|
359
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
359
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
360
360
|
:type execution_context: int | str | None
|
|
361
361
|
:type undo: bool | None
|
|
362
362
|
"""
|
|
@@ -364,7 +364,7 @@ def sculptmode_toggle(
|
|
|
364
364
|
...
|
|
365
365
|
|
|
366
366
|
def select_all(
|
|
367
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
367
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
368
368
|
execution_context: int | str | None = None,
|
|
369
369
|
undo: bool | None = None,
|
|
370
370
|
*,
|
|
@@ -372,7 +372,7 @@ def select_all(
|
|
|
372
372
|
):
|
|
373
373
|
"""(De)select all control points
|
|
374
374
|
|
|
375
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
375
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
376
376
|
:type execution_context: int | str | None
|
|
377
377
|
:type undo: bool | None
|
|
378
378
|
:param action: Action, Selection action to execute
|
|
@@ -394,7 +394,7 @@ def select_all(
|
|
|
394
394
|
...
|
|
395
395
|
|
|
396
396
|
def select_ends(
|
|
397
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
397
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
398
398
|
execution_context: int | str | None = None,
|
|
399
399
|
undo: bool | None = None,
|
|
400
400
|
*,
|
|
@@ -403,7 +403,7 @@ def select_ends(
|
|
|
403
403
|
):
|
|
404
404
|
"""Select end points of curves
|
|
405
405
|
|
|
406
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
406
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
407
407
|
:type execution_context: int | str | None
|
|
408
408
|
:type undo: bool | None
|
|
409
409
|
:param amount_start: Amount Front, Number of points to select from the front
|
|
@@ -415,13 +415,13 @@ def select_ends(
|
|
|
415
415
|
...
|
|
416
416
|
|
|
417
417
|
def select_less(
|
|
418
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
418
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
419
419
|
execution_context: int | str | None = None,
|
|
420
420
|
undo: bool | None = None,
|
|
421
421
|
):
|
|
422
422
|
"""Shrink the selection by one point
|
|
423
423
|
|
|
424
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
424
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
425
425
|
:type execution_context: int | str | None
|
|
426
426
|
:type undo: bool | None
|
|
427
427
|
"""
|
|
@@ -429,13 +429,13 @@ def select_less(
|
|
|
429
429
|
...
|
|
430
430
|
|
|
431
431
|
def select_linked(
|
|
432
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
432
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
433
433
|
execution_context: int | str | None = None,
|
|
434
434
|
undo: bool | None = None,
|
|
435
435
|
):
|
|
436
436
|
"""Select all points in curves with any point selection
|
|
437
437
|
|
|
438
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
438
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
439
439
|
:type execution_context: int | str | None
|
|
440
440
|
:type undo: bool | None
|
|
441
441
|
"""
|
|
@@ -443,13 +443,13 @@ def select_linked(
|
|
|
443
443
|
...
|
|
444
444
|
|
|
445
445
|
def select_more(
|
|
446
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
446
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
447
447
|
execution_context: int | str | None = None,
|
|
448
448
|
undo: bool | None = None,
|
|
449
449
|
):
|
|
450
450
|
"""Grow the selection by one point
|
|
451
451
|
|
|
452
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
452
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
453
453
|
:type execution_context: int | str | None
|
|
454
454
|
:type undo: bool | None
|
|
455
455
|
"""
|
|
@@ -457,7 +457,7 @@ def select_more(
|
|
|
457
457
|
...
|
|
458
458
|
|
|
459
459
|
def select_random(
|
|
460
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
460
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
461
461
|
execution_context: int | str | None = None,
|
|
462
462
|
undo: bool | None = None,
|
|
463
463
|
*,
|
|
@@ -466,7 +466,7 @@ def select_random(
|
|
|
466
466
|
):
|
|
467
467
|
"""Randomizes existing selection or create new random selection
|
|
468
468
|
|
|
469
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
469
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
470
470
|
:type execution_context: int | str | None
|
|
471
471
|
:type undo: bool | None
|
|
472
472
|
:param seed: Seed, Source of randomness
|
|
@@ -478,7 +478,7 @@ def select_random(
|
|
|
478
478
|
...
|
|
479
479
|
|
|
480
480
|
def set_selection_domain(
|
|
481
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
481
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
482
482
|
execution_context: int | str | None = None,
|
|
483
483
|
undo: bool | None = None,
|
|
484
484
|
*,
|
|
@@ -486,7 +486,7 @@ def set_selection_domain(
|
|
|
486
486
|
):
|
|
487
487
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
488
488
|
|
|
489
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
489
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
490
|
:type execution_context: int | str | None
|
|
491
491
|
:type undo: bool | None
|
|
492
492
|
:param domain: Domain
|
|
@@ -496,7 +496,7 @@ def set_selection_domain(
|
|
|
496
496
|
...
|
|
497
497
|
|
|
498
498
|
def snap_curves_to_surface(
|
|
499
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
499
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
500
500
|
execution_context: int | str | None = None,
|
|
501
501
|
undo: bool | None = None,
|
|
502
502
|
*,
|
|
@@ -504,7 +504,7 @@ def snap_curves_to_surface(
|
|
|
504
504
|
):
|
|
505
505
|
"""Move curves so that the first point is exactly on the surface mesh
|
|
506
506
|
|
|
507
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
507
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
508
508
|
:type execution_context: int | str | None
|
|
509
509
|
:type undo: bool | None
|
|
510
510
|
:param attach_mode: Attach Mode, How to find the point on the surface to attach to
|
|
@@ -520,7 +520,7 @@ def snap_curves_to_surface(
|
|
|
520
520
|
...
|
|
521
521
|
|
|
522
522
|
def subdivide(
|
|
523
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
523
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
524
524
|
execution_context: int | str | None = None,
|
|
525
525
|
undo: bool | None = None,
|
|
526
526
|
*,
|
|
@@ -528,7 +528,7 @@ def subdivide(
|
|
|
528
528
|
):
|
|
529
529
|
"""Subdivide selected curve segments
|
|
530
530
|
|
|
531
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
531
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
532
532
|
:type execution_context: int | str | None
|
|
533
533
|
:type undo: bool | None
|
|
534
534
|
:param number_cuts: Number of Cuts
|
|
@@ -538,13 +538,13 @@ def subdivide(
|
|
|
538
538
|
...
|
|
539
539
|
|
|
540
540
|
def surface_set(
|
|
541
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
541
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
542
542
|
execution_context: int | str | None = None,
|
|
543
543
|
undo: bool | None = None,
|
|
544
544
|
):
|
|
545
545
|
"""Use the active object as surface for selected curves objects and set it as the parent
|
|
546
546
|
|
|
547
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
547
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
548
548
|
:type execution_context: int | str | None
|
|
549
549
|
:type undo: bool | None
|
|
550
550
|
"""
|
|
@@ -552,13 +552,13 @@ def surface_set(
|
|
|
552
552
|
...
|
|
553
553
|
|
|
554
554
|
def switch_direction(
|
|
555
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
555
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
556
556
|
execution_context: int | str | None = None,
|
|
557
557
|
undo: bool | None = None,
|
|
558
558
|
):
|
|
559
559
|
"""Reverse the direction of the selected curves
|
|
560
560
|
|
|
561
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
561
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
562
562
|
:type execution_context: int | str | None
|
|
563
563
|
:type undo: bool | None
|
|
564
564
|
"""
|
|
@@ -566,13 +566,13 @@ def switch_direction(
|
|
|
566
566
|
...
|
|
567
567
|
|
|
568
568
|
def tilt_clear(
|
|
569
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
569
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
570
570
|
execution_context: int | str | None = None,
|
|
571
571
|
undo: bool | None = None,
|
|
572
572
|
):
|
|
573
573
|
"""Clear the tilt of selected control points
|
|
574
574
|
|
|
575
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
575
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
576
576
|
:type execution_context: int | str | None
|
|
577
577
|
:type undo: bool | None
|
|
578
578
|
"""
|
bpy/ops/cycles/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def denoise_animation(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -16,7 +16,7 @@ def denoise_animation(
|
|
|
16
16
|
):
|
|
17
17
|
"""Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
20
|
:type execution_context: int | str | None
|
|
21
21
|
:type undo: bool | None
|
|
22
22
|
: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
|
|
@@ -28,7 +28,7 @@ def denoise_animation(
|
|
|
28
28
|
...
|
|
29
29
|
|
|
30
30
|
def merge_images(
|
|
31
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
31
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
32
32
|
execution_context: int | str | None = None,
|
|
33
33
|
undo: bool | None = None,
|
|
34
34
|
*,
|
|
@@ -38,7 +38,7 @@ def merge_images(
|
|
|
38
38
|
):
|
|
39
39
|
"""Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
|
|
40
40
|
|
|
41
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
41
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
42
42
|
:type execution_context: int | str | None
|
|
43
43
|
:type undo: bool | None
|
|
44
44
|
:param input_filepath1: Input Filepath, File path for image to merge
|
|
@@ -52,13 +52,13 @@ def merge_images(
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def use_shading_nodes(
|
|
55
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
56
56
|
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
):
|
|
59
59
|
"""Enable nodes on a material, world or light
|
|
60
60
|
|
|
61
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
61
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
62
62
|
:type execution_context: int | str | None
|
|
63
63
|
:type undo: bool | None
|
|
64
64
|
"""
|
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def bake(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
):
|
|
14
14
|
"""Bake dynamic paint image sequence surface
|
|
15
15
|
|
|
16
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
16
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
"""
|
|
@@ -21,7 +21,7 @@ def bake(
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def output_toggle(
|
|
24
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
24
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
25
25
|
execution_context: int | str | None = None,
|
|
26
26
|
undo: bool | None = None,
|
|
27
27
|
*,
|
|
@@ -29,7 +29,7 @@ def output_toggle(
|
|
|
29
29
|
):
|
|
30
30
|
"""Add or remove Dynamic Paint output data layer
|
|
31
31
|
|
|
32
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
32
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
33
33
|
:type execution_context: int | str | None
|
|
34
34
|
:type undo: bool | None
|
|
35
35
|
:param output: Output Toggle
|
|
@@ -39,13 +39,13 @@ def output_toggle(
|
|
|
39
39
|
...
|
|
40
40
|
|
|
41
41
|
def surface_slot_add(
|
|
42
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
42
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
43
43
|
execution_context: int | str | None = None,
|
|
44
44
|
undo: bool | None = None,
|
|
45
45
|
):
|
|
46
46
|
"""Add a new Dynamic Paint surface slot
|
|
47
47
|
|
|
48
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
48
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
49
49
|
:type execution_context: int | str | None
|
|
50
50
|
:type undo: bool | None
|
|
51
51
|
"""
|
|
@@ -53,13 +53,13 @@ def surface_slot_add(
|
|
|
53
53
|
...
|
|
54
54
|
|
|
55
55
|
def surface_slot_remove(
|
|
56
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
56
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
57
57
|
execution_context: int | str | None = None,
|
|
58
58
|
undo: bool | None = None,
|
|
59
59
|
):
|
|
60
60
|
"""Remove the selected surface slot
|
|
61
61
|
|
|
62
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
62
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
63
63
|
:type execution_context: int | str | None
|
|
64
64
|
:type undo: bool | None
|
|
65
65
|
"""
|
|
@@ -67,7 +67,7 @@ def surface_slot_remove(
|
|
|
67
67
|
...
|
|
68
68
|
|
|
69
69
|
def type_toggle(
|
|
70
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
70
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
71
71
|
execution_context: int | str | None = None,
|
|
72
72
|
undo: bool | None = None,
|
|
73
73
|
*,
|
|
@@ -75,7 +75,7 @@ def type_toggle(
|
|
|
75
75
|
):
|
|
76
76
|
"""Toggle whether given type is active or not
|
|
77
77
|
|
|
78
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
78
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
79
|
:type execution_context: int | str | None
|
|
80
80
|
:type undo: bool | None
|
|
81
81
|
:param type: Type
|