fake-bpy-module 20240326__py3-none-any.whl → 20240329__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/sound/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def bake_animation(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
):
|
|
11
11
|
"""Update the audio animation cache
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ def bake_animation(
|
|
|
19
19
|
|
|
20
20
|
def mixdown(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
filepath: typing.Union[str, typing.Any] = "",
|
|
25
25
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -54,7 +54,7 @@ def mixdown(
|
|
|
54
54
|
"""Mix the scene's audio to a sound file
|
|
55
55
|
|
|
56
56
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
57
|
-
:type execution_context:
|
|
57
|
+
:type execution_context: str
|
|
58
58
|
:type undo: bool
|
|
59
59
|
:param filepath: File Path, Path to file
|
|
60
60
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -192,7 +192,7 @@ def mixdown(
|
|
|
192
192
|
|
|
193
193
|
def open(
|
|
194
194
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
195
|
-
execution_context:
|
|
195
|
+
execution_context: str = None,
|
|
196
196
|
undo: bool = None,
|
|
197
197
|
filepath: typing.Union[str, typing.Any] = "",
|
|
198
198
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -226,7 +226,7 @@ def open(
|
|
|
226
226
|
"""Load a sound file
|
|
227
227
|
|
|
228
228
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
-
:type execution_context:
|
|
229
|
+
:type execution_context: str
|
|
230
230
|
:type undo: bool
|
|
231
231
|
:param filepath: File Path, Path to file
|
|
232
232
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -302,7 +302,7 @@ def open(
|
|
|
302
302
|
|
|
303
303
|
def open_mono(
|
|
304
304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
305
|
-
execution_context:
|
|
305
|
+
execution_context: str = None,
|
|
306
306
|
undo: bool = None,
|
|
307
307
|
filepath: typing.Union[str, typing.Any] = "",
|
|
308
308
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -336,7 +336,7 @@ def open_mono(
|
|
|
336
336
|
"""Load a sound file as mono
|
|
337
337
|
|
|
338
338
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
339
|
-
:type execution_context:
|
|
339
|
+
:type execution_context: str
|
|
340
340
|
:type undo: bool
|
|
341
341
|
:param filepath: File Path, Path to file
|
|
342
342
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -412,13 +412,13 @@ def open_mono(
|
|
|
412
412
|
|
|
413
413
|
def pack(
|
|
414
414
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
415
|
-
execution_context:
|
|
415
|
+
execution_context: str = None,
|
|
416
416
|
undo: bool = None,
|
|
417
417
|
):
|
|
418
418
|
"""Pack the sound into the current blend file
|
|
419
419
|
|
|
420
420
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
421
|
-
:type execution_context:
|
|
421
|
+
:type execution_context: str
|
|
422
422
|
:type undo: bool
|
|
423
423
|
"""
|
|
424
424
|
|
|
@@ -426,18 +426,18 @@ def pack(
|
|
|
426
426
|
|
|
427
427
|
def unpack(
|
|
428
428
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
429
|
-
execution_context:
|
|
429
|
+
execution_context: str = None,
|
|
430
430
|
undo: bool = None,
|
|
431
|
-
method: typing.
|
|
431
|
+
method: typing.Union[str, int] = "USE_LOCAL",
|
|
432
432
|
id: typing.Union[str, typing.Any] = "",
|
|
433
433
|
):
|
|
434
434
|
"""Unpack the sound to the samples filename
|
|
435
435
|
|
|
436
436
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
437
|
-
:type execution_context:
|
|
437
|
+
:type execution_context: str
|
|
438
438
|
:type undo: bool
|
|
439
439
|
:param method: Method, How to unpack
|
|
440
|
-
:type method: typing.
|
|
440
|
+
:type method: typing.Union[str, int]
|
|
441
441
|
:param id: Sound Name, Sound data-block name to unpack
|
|
442
442
|
:type id: typing.Union[str, typing.Any]
|
|
443
443
|
"""
|
|
@@ -446,13 +446,13 @@ def unpack(
|
|
|
446
446
|
|
|
447
447
|
def update_animation_flags(
|
|
448
448
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
449
|
-
execution_context:
|
|
449
|
+
execution_context: str = None,
|
|
450
450
|
undo: bool = None,
|
|
451
451
|
):
|
|
452
452
|
"""Update animation flags
|
|
453
453
|
|
|
454
454
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
455
|
-
:type execution_context:
|
|
455
|
+
:type execution_context: str
|
|
456
456
|
:type undo: bool
|
|
457
457
|
"""
|
|
458
458
|
|
bpy/ops/spreadsheet/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def add_row_filter_rule(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
):
|
|
11
11
|
"""Add a filter to remove rows from the displayed data
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ def add_row_filter_rule(
|
|
|
19
19
|
|
|
20
20
|
def change_spreadsheet_data_source(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
component_type: typing.Any = 0,
|
|
25
25
|
attribute_domain_type: typing.Any = 0,
|
|
@@ -27,7 +27,7 @@ def change_spreadsheet_data_source(
|
|
|
27
27
|
"""Change visible data source in the spreadsheet
|
|
28
28
|
|
|
29
29
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
30
|
-
:type execution_context:
|
|
30
|
+
:type execution_context: str
|
|
31
31
|
:type undo: bool
|
|
32
32
|
:param component_type: Component Type
|
|
33
33
|
:type component_type: typing.Any
|
|
@@ -39,14 +39,14 @@ def change_spreadsheet_data_source(
|
|
|
39
39
|
|
|
40
40
|
def remove_row_filter_rule(
|
|
41
41
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
42
|
-
execution_context:
|
|
42
|
+
execution_context: str = None,
|
|
43
43
|
undo: bool = None,
|
|
44
44
|
index: typing.Any = 0,
|
|
45
45
|
):
|
|
46
46
|
"""Remove a row filter from the rules
|
|
47
47
|
|
|
48
48
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
49
|
-
:type execution_context:
|
|
49
|
+
:type execution_context: str
|
|
50
50
|
:type undo: bool
|
|
51
51
|
:param index: Index
|
|
52
52
|
:type index: typing.Any
|
|
@@ -56,13 +56,13 @@ def remove_row_filter_rule(
|
|
|
56
56
|
|
|
57
57
|
def toggle_pin(
|
|
58
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context:
|
|
59
|
+
execution_context: str = None,
|
|
60
60
|
undo: bool = None,
|
|
61
61
|
):
|
|
62
62
|
"""Turn on or off pinning
|
|
63
63
|
|
|
64
64
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
65
|
-
:type execution_context:
|
|
65
|
+
:type execution_context: str
|
|
66
66
|
:type undo: bool
|
|
67
67
|
"""
|
|
68
68
|
|
bpy/ops/surface/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def primitive_nurbs_surface_circle_add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
radius: typing.Any = 1.0,
|
|
11
11
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -17,7 +17,7 @@ def primitive_nurbs_surface_circle_add(
|
|
|
17
17
|
"""Construct a Nurbs surface Circle
|
|
18
18
|
|
|
19
19
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
20
|
-
:type execution_context:
|
|
20
|
+
:type execution_context: str
|
|
21
21
|
:type undo: bool
|
|
22
22
|
:param radius: Radius
|
|
23
23
|
:type radius: typing.Any
|
|
@@ -46,7 +46,7 @@ def primitive_nurbs_surface_circle_add(
|
|
|
46
46
|
|
|
47
47
|
def primitive_nurbs_surface_curve_add(
|
|
48
48
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
49
|
-
execution_context:
|
|
49
|
+
execution_context: str = None,
|
|
50
50
|
undo: bool = None,
|
|
51
51
|
radius: typing.Any = 1.0,
|
|
52
52
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -58,7 +58,7 @@ def primitive_nurbs_surface_curve_add(
|
|
|
58
58
|
"""Construct a Nurbs surface Curve
|
|
59
59
|
|
|
60
60
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
61
|
-
:type execution_context:
|
|
61
|
+
:type execution_context: str
|
|
62
62
|
:type undo: bool
|
|
63
63
|
:param radius: Radius
|
|
64
64
|
:type radius: typing.Any
|
|
@@ -87,7 +87,7 @@ def primitive_nurbs_surface_curve_add(
|
|
|
87
87
|
|
|
88
88
|
def primitive_nurbs_surface_cylinder_add(
|
|
89
89
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
90
|
-
execution_context:
|
|
90
|
+
execution_context: str = None,
|
|
91
91
|
undo: bool = None,
|
|
92
92
|
radius: typing.Any = 1.0,
|
|
93
93
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -99,7 +99,7 @@ def primitive_nurbs_surface_cylinder_add(
|
|
|
99
99
|
"""Construct a Nurbs surface Cylinder
|
|
100
100
|
|
|
101
101
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
102
|
-
:type execution_context:
|
|
102
|
+
:type execution_context: str
|
|
103
103
|
:type undo: bool
|
|
104
104
|
:param radius: Radius
|
|
105
105
|
:type radius: typing.Any
|
|
@@ -128,7 +128,7 @@ def primitive_nurbs_surface_cylinder_add(
|
|
|
128
128
|
|
|
129
129
|
def primitive_nurbs_surface_sphere_add(
|
|
130
130
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
131
|
-
execution_context:
|
|
131
|
+
execution_context: str = None,
|
|
132
132
|
undo: bool = None,
|
|
133
133
|
radius: typing.Any = 1.0,
|
|
134
134
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -140,7 +140,7 @@ def primitive_nurbs_surface_sphere_add(
|
|
|
140
140
|
"""Construct a Nurbs surface Sphere
|
|
141
141
|
|
|
142
142
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
143
|
-
:type execution_context:
|
|
143
|
+
:type execution_context: str
|
|
144
144
|
:type undo: bool
|
|
145
145
|
:param radius: Radius
|
|
146
146
|
:type radius: typing.Any
|
|
@@ -169,7 +169,7 @@ def primitive_nurbs_surface_sphere_add(
|
|
|
169
169
|
|
|
170
170
|
def primitive_nurbs_surface_surface_add(
|
|
171
171
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
172
|
-
execution_context:
|
|
172
|
+
execution_context: str = None,
|
|
173
173
|
undo: bool = None,
|
|
174
174
|
radius: typing.Any = 1.0,
|
|
175
175
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -181,7 +181,7 @@ def primitive_nurbs_surface_surface_add(
|
|
|
181
181
|
"""Construct a Nurbs surface Patch
|
|
182
182
|
|
|
183
183
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
184
|
-
:type execution_context:
|
|
184
|
+
:type execution_context: str
|
|
185
185
|
:type undo: bool
|
|
186
186
|
:param radius: Radius
|
|
187
187
|
:type radius: typing.Any
|
|
@@ -210,7 +210,7 @@ def primitive_nurbs_surface_surface_add(
|
|
|
210
210
|
|
|
211
211
|
def primitive_nurbs_surface_torus_add(
|
|
212
212
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
213
|
-
execution_context:
|
|
213
|
+
execution_context: str = None,
|
|
214
214
|
undo: bool = None,
|
|
215
215
|
radius: typing.Any = 1.0,
|
|
216
216
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -222,7 +222,7 @@ def primitive_nurbs_surface_torus_add(
|
|
|
222
222
|
"""Construct a Nurbs surface Torus
|
|
223
223
|
|
|
224
224
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
225
|
-
:type execution_context:
|
|
225
|
+
:type execution_context: str
|
|
226
226
|
:type undo: bool
|
|
227
227
|
:param radius: Radius
|
|
228
228
|
:type radius: typing.Any
|