fake-bpy-module 20240601__py3-none-any.whl → 20240605__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_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- 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 +123 -109
- 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 +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- 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 +148 -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 +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- 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 +448 -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 +2185 -1933
- bpy/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-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- 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-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -493,24 +493,24 @@ def smpte_from_frame(frame: int | None, fps=None, fps_base=None) -> str:
|
|
|
493
493
|
|
|
494
494
|
...
|
|
495
495
|
|
|
496
|
-
def smpte_from_seconds(time:
|
|
496
|
+
def smpte_from_seconds(time: float | int | None, *, fps=None, fps_base=None) -> str:
|
|
497
497
|
"""Returns an SMPTE formatted string from the time:
|
|
498
498
|
HH:MM:SS:FF.If fps and fps_base are not given the current scene is used.
|
|
499
499
|
|
|
500
500
|
:param time: time in seconds.
|
|
501
|
-
:type time:
|
|
501
|
+
:type time: float | int | None
|
|
502
502
|
:return: the frame string.
|
|
503
503
|
:rtype: str
|
|
504
504
|
"""
|
|
505
505
|
|
|
506
506
|
...
|
|
507
507
|
|
|
508
|
-
def smpte_from_seconds(time:
|
|
508
|
+
def smpte_from_seconds(time: float | int | None, fps=None, fps_base=None) -> str:
|
|
509
509
|
"""Returns an SMPTE formatted string from the time:
|
|
510
510
|
HH:MM:SS:FF.If fps and fps_base are not given the current scene is used.
|
|
511
511
|
|
|
512
512
|
:param time: time in seconds.
|
|
513
|
-
:type time:
|
|
513
|
+
:type time: float | int | None
|
|
514
514
|
:return: the frame string.
|
|
515
515
|
:rtype: str
|
|
516
516
|
"""
|
|
@@ -106,7 +106,7 @@ def mesh_linked_uv_islands(mesh: bpy.types.Mesh) -> list:
|
|
|
106
106
|
...
|
|
107
107
|
|
|
108
108
|
def ngon_tessellate(
|
|
109
|
-
from_data:
|
|
109
|
+
from_data: bpy.types.Mesh | list,
|
|
110
110
|
indices: list,
|
|
111
111
|
fix_loops: bool = True,
|
|
112
112
|
debug_print=True,
|
|
@@ -116,7 +116,7 @@ def ngon_tessellate(
|
|
|
116
116
|
ngon to create from existing verts.
|
|
117
117
|
|
|
118
118
|
:param from_data: either a mesh, or a list/tuple of vectors.
|
|
119
|
-
:type from_data:
|
|
119
|
+
:type from_data: bpy.types.Mesh | list
|
|
120
120
|
:param indices: a list of indices to use this list
|
|
121
121
|
is the ordered closed poly-line
|
|
122
122
|
to fill, and can be a subset of the data given.
|
|
@@ -130,7 +130,7 @@ def ngon_tessellate(
|
|
|
130
130
|
...
|
|
131
131
|
|
|
132
132
|
def ngon_tessellate(
|
|
133
|
-
from_data:
|
|
133
|
+
from_data: bpy.types.Mesh | list,
|
|
134
134
|
indices: list,
|
|
135
135
|
fix_loops: bool = True,
|
|
136
136
|
debug_print=True,
|
|
@@ -140,7 +140,7 @@ def ngon_tessellate(
|
|
|
140
140
|
ngon to create from existing verts.
|
|
141
141
|
|
|
142
142
|
:param from_data: either a mesh, or a list/tuple of vectors.
|
|
143
|
-
:type from_data:
|
|
143
|
+
:type from_data: bpy.types.Mesh | list
|
|
144
144
|
:param indices: a list of indices to use this list
|
|
145
145
|
is the ordered closed poly-line
|
|
146
146
|
to fill, and can be a subset of the data given.
|
|
@@ -9,7 +9,7 @@ GenericType2 = typing.TypeVar("GenericType2")
|
|
|
9
9
|
def location_3d_to_region_2d(
|
|
10
10
|
region: bpy.types.Region,
|
|
11
11
|
rv3d: bpy.types.RegionView3D,
|
|
12
|
-
coord: mathutils.Vector,
|
|
12
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
13
13
|
*,
|
|
14
14
|
default=None,
|
|
15
15
|
) -> mathutils.Vector:
|
|
@@ -20,7 +20,7 @@ def location_3d_to_region_2d(
|
|
|
20
20
|
:param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
|
|
21
21
|
:type rv3d: bpy.types.RegionView3D
|
|
22
22
|
:param coord: 3d world-space location.
|
|
23
|
-
:type coord: mathutils.Vector
|
|
23
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
24
24
|
:param default: Return this value if coord
|
|
25
25
|
is behind the origin of a perspective view.
|
|
26
26
|
:return: 2d location
|
|
@@ -32,7 +32,7 @@ def location_3d_to_region_2d(
|
|
|
32
32
|
def location_3d_to_region_2d(
|
|
33
33
|
region: bpy.types.Region,
|
|
34
34
|
rv3d: bpy.types.RegionView3D,
|
|
35
|
-
coord: mathutils.Vector,
|
|
35
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
36
36
|
default=None,
|
|
37
37
|
) -> mathutils.Vector:
|
|
38
38
|
"""Return the region relative 2d location of a 3d position.
|
|
@@ -42,7 +42,7 @@ def location_3d_to_region_2d(
|
|
|
42
42
|
:param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
|
|
43
43
|
:type rv3d: bpy.types.RegionView3D
|
|
44
44
|
:param coord: 3d world-space location.
|
|
45
|
-
:type coord: mathutils.Vector
|
|
45
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
46
46
|
:param default: Return this value if coord
|
|
47
47
|
is behind the origin of a perspective view.
|
|
48
48
|
:return: 2d location
|
|
@@ -54,8 +54,8 @@ def location_3d_to_region_2d(
|
|
|
54
54
|
def region_2d_to_location_3d(
|
|
55
55
|
region: bpy.types.Region,
|
|
56
56
|
rv3d: bpy.types.RegionView3D,
|
|
57
|
-
coord: mathutils.Vector,
|
|
58
|
-
depth_location: mathutils.Vector,
|
|
57
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
58
|
+
depth_location: collections.abc.Sequence[float] | mathutils.Vector,
|
|
59
59
|
) -> mathutils.Vector:
|
|
60
60
|
"""Return a 3d location from the region relative 2d coords, aligned with
|
|
61
61
|
depth_location.
|
|
@@ -66,10 +66,10 @@ def region_2d_to_location_3d(
|
|
|
66
66
|
:type rv3d: bpy.types.RegionView3D
|
|
67
67
|
:param coord: 2d coordinates relative to the region;
|
|
68
68
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
69
|
-
:type coord: mathutils.Vector
|
|
69
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
70
70
|
:param depth_location: the returned vectors depth is aligned with this since
|
|
71
71
|
there is no defined depth with a 2d region input.
|
|
72
|
-
:type depth_location: mathutils.Vector
|
|
72
|
+
:type depth_location: collections.abc.Sequence[float] | mathutils.Vector
|
|
73
73
|
:return: normalized 3d vector.
|
|
74
74
|
:rtype: mathutils.Vector
|
|
75
75
|
"""
|
|
@@ -79,8 +79,8 @@ def region_2d_to_location_3d(
|
|
|
79
79
|
def region_2d_to_location_3d(
|
|
80
80
|
region: bpy.types.Region,
|
|
81
81
|
rv3d: bpy.types.RegionView3D,
|
|
82
|
-
coord: mathutils.Vector,
|
|
83
|
-
depth_location: mathutils.Vector,
|
|
82
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
83
|
+
depth_location: collections.abc.Sequence[float] | mathutils.Vector,
|
|
84
84
|
) -> mathutils.Vector:
|
|
85
85
|
"""Return a 3d location from the region relative 2d coords, aligned with
|
|
86
86
|
depth_location.
|
|
@@ -91,10 +91,10 @@ def region_2d_to_location_3d(
|
|
|
91
91
|
:type rv3d: bpy.types.RegionView3D
|
|
92
92
|
:param coord: 2d coordinates relative to the region;
|
|
93
93
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
94
|
-
:type coord: mathutils.Vector
|
|
94
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
95
95
|
:param depth_location: the returned vectors depth is aligned with this since
|
|
96
96
|
there is no defined depth with a 2d region input.
|
|
97
|
-
:type depth_location: mathutils.Vector
|
|
97
|
+
:type depth_location: collections.abc.Sequence[float] | mathutils.Vector
|
|
98
98
|
:return: normalized 3d vector.
|
|
99
99
|
:rtype: mathutils.Vector
|
|
100
100
|
"""
|
|
@@ -104,7 +104,7 @@ def region_2d_to_location_3d(
|
|
|
104
104
|
def region_2d_to_origin_3d(
|
|
105
105
|
region: bpy.types.Region,
|
|
106
106
|
rv3d: bpy.types.RegionView3D,
|
|
107
|
-
coord: mathutils.Vector,
|
|
107
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
108
108
|
*,
|
|
109
109
|
clamp: float | None = None,
|
|
110
110
|
) -> mathutils.Vector:
|
|
@@ -116,7 +116,7 @@ def region_2d_to_origin_3d(
|
|
|
116
116
|
:type rv3d: bpy.types.RegionView3D
|
|
117
117
|
:param coord: 2d coordinates relative to the region;
|
|
118
118
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
119
|
-
:type coord: mathutils.Vector
|
|
119
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
120
120
|
:param clamp: Clamp the maximum far-clip value used.
|
|
121
121
|
(negative value will move the offset away from the view_location)
|
|
122
122
|
:type clamp: float | None
|
|
@@ -129,7 +129,7 @@ def region_2d_to_origin_3d(
|
|
|
129
129
|
def region_2d_to_origin_3d(
|
|
130
130
|
region: bpy.types.Region,
|
|
131
131
|
rv3d: bpy.types.RegionView3D,
|
|
132
|
-
coord: mathutils.Vector,
|
|
132
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
133
133
|
clamp: float | None = None,
|
|
134
134
|
) -> mathutils.Vector:
|
|
135
135
|
"""Return the 3d view origin from the region relative 2d coords.
|
|
@@ -140,7 +140,7 @@ def region_2d_to_origin_3d(
|
|
|
140
140
|
:type rv3d: bpy.types.RegionView3D
|
|
141
141
|
:param coord: 2d coordinates relative to the region;
|
|
142
142
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
143
|
-
:type coord: mathutils.Vector
|
|
143
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
144
144
|
:param clamp: Clamp the maximum far-clip value used.
|
|
145
145
|
(negative value will move the offset away from the view_location)
|
|
146
146
|
:type clamp: float | None
|
|
@@ -151,7 +151,9 @@ def region_2d_to_origin_3d(
|
|
|
151
151
|
...
|
|
152
152
|
|
|
153
153
|
def region_2d_to_vector_3d(
|
|
154
|
-
region: bpy.types.Region,
|
|
154
|
+
region: bpy.types.Region,
|
|
155
|
+
rv3d: bpy.types.RegionView3D,
|
|
156
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
155
157
|
) -> mathutils.Vector:
|
|
156
158
|
"""Return a direction vector from the viewport at the specific 2d region
|
|
157
159
|
coordinate.
|
|
@@ -162,7 +164,7 @@ def region_2d_to_vector_3d(
|
|
|
162
164
|
:type rv3d: bpy.types.RegionView3D
|
|
163
165
|
:param coord: 2d coordinates relative to the region:
|
|
164
166
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
165
|
-
:type coord: mathutils.Vector
|
|
167
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
166
168
|
:return: normalized 3d vector.
|
|
167
169
|
:rtype: mathutils.Vector
|
|
168
170
|
"""
|
|
@@ -170,7 +172,9 @@ def region_2d_to_vector_3d(
|
|
|
170
172
|
...
|
|
171
173
|
|
|
172
174
|
def region_2d_to_vector_3d(
|
|
173
|
-
region: bpy.types.Region,
|
|
175
|
+
region: bpy.types.Region,
|
|
176
|
+
rv3d: bpy.types.RegionView3D,
|
|
177
|
+
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
174
178
|
) -> mathutils.Vector:
|
|
175
179
|
"""Return a direction vector from the viewport at the specific 2d region
|
|
176
180
|
coordinate.
|
|
@@ -181,7 +185,7 @@ def region_2d_to_vector_3d(
|
|
|
181
185
|
:type rv3d: bpy.types.RegionView3D
|
|
182
186
|
:param coord: 2d coordinates relative to the region:
|
|
183
187
|
(event.mouse_region_x, event.mouse_region_y) for example.
|
|
184
|
-
:type coord: mathutils.Vector
|
|
188
|
+
:type coord: collections.abc.Sequence[float] | mathutils.Vector
|
|
185
189
|
:return: normalized 3d vector.
|
|
186
190
|
:rtype: mathutils.Vector
|
|
187
191
|
"""
|
bpy_types/__init__.pyi
CHANGED
|
@@ -1191,14 +1191,15 @@ class Gizmo:
|
|
|
1191
1191
|
def draw_custom_shape(
|
|
1192
1192
|
self,
|
|
1193
1193
|
shape,
|
|
1194
|
-
matrix: collections.abc.Sequence[float]
|
|
1194
|
+
matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
1195
|
+
| mathutils.Matrix = None,
|
|
1195
1196
|
select_id=None,
|
|
1196
1197
|
):
|
|
1197
1198
|
"""Draw a shape created form `Gizmo.draw_custom_shape`.
|
|
1198
1199
|
|
|
1199
1200
|
:param shape: The cached shape to draw.
|
|
1200
1201
|
:param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
|
|
1201
|
-
:type matrix: collections.abc.Sequence[float] | mathutils.Matrix
|
|
1202
|
+
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
|
|
1202
1203
|
:param select_id: The selection id.
|
|
1203
1204
|
Only use when drawing within `Gizmo.draw_select`.
|
|
1204
1205
|
"""
|
|
@@ -1995,10 +1996,13 @@ class Macro:
|
|
|
1995
1996
|
"""
|
|
1996
1997
|
...
|
|
1997
1998
|
|
|
1998
|
-
def define(self,
|
|
1999
|
-
"""
|
|
1999
|
+
def define(self, operator: str) -> bpy.types.OperatorMacro:
|
|
2000
|
+
"""Append an operator to a registered macro class.
|
|
2000
2001
|
|
|
2001
|
-
:param
|
|
2002
|
+
:param operator: Identifier of the operator. This does not have to be defined when this function is called.
|
|
2003
|
+
:type operator: str
|
|
2004
|
+
:return: The operator macro for property access.
|
|
2005
|
+
:rtype: bpy.types.OperatorMacro
|
|
2002
2006
|
"""
|
|
2003
2007
|
...
|
|
2004
2008
|
|
|
@@ -4074,7 +4078,8 @@ class EditBone(_GenericBone):
|
|
|
4074
4078
|
|
|
4075
4079
|
def transform(
|
|
4076
4080
|
self,
|
|
4077
|
-
matrix: collections.abc.Sequence[float]
|
|
4081
|
+
matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
4082
|
+
| mathutils.Matrix,
|
|
4078
4083
|
scale: bool = True,
|
|
4079
4084
|
roll: bool = True,
|
|
4080
4085
|
):
|
|
@@ -4082,7 +4087,7 @@ class EditBone(_GenericBone):
|
|
|
4082
4087
|
(when the matrix has a scale component).
|
|
4083
4088
|
|
|
4084
4089
|
:param matrix: 3x3 or 4x4 transformation matrix.
|
|
4085
|
-
:type matrix: collections.abc.Sequence[float] | mathutils.Matrix
|
|
4090
|
+
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
|
|
4086
4091
|
:param scale: Scale the bone envelope by the matrix.
|
|
4087
4092
|
:type scale: bool
|
|
4088
4093
|
:param roll: Correct the roll to point in the same relative
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fake-bpy-module
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20240605
|
|
4
4
|
Summary: Collection of the fake Blender Python API module for the code completion.
|
|
5
5
|
Author: nutti
|
|
6
6
|
Author-email: nutti.metro@gmail.com
|
|
@@ -174,3 +174,7 @@ Support via [GitHub Sponsors](https://github.com/sponsors/nutti)
|
|
|
174
174
|
* [**@kant**](https://github.com/kant)
|
|
175
175
|
* [**@theoryshaw**](https://github.com/theoryshaw)
|
|
176
176
|
* [**@espiondev**](https://github.com/espiondev)
|
|
177
|
+
* [**@JonathanPlasse**](https://github.com/JonathanPlasse)
|
|
178
|
+
* [**@UuuNyaa**](https://github.com/UuuNyaa)
|
|
179
|
+
* [**@Road-hog123**](https://github.com/Road-hog123)
|
|
180
|
+
* [**@Andrej730**](https://github.com/Andrej730)
|
|
@@ -5,7 +5,7 @@ addon_utils/__init__.pyi,sha256=r_LYRy5l01bb2h_7LRtdtProsZg9ImLx9XtOo7jWGOw,1924
|
|
|
5
5
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
animsys_refactor/__init__.pyi,sha256=lZA8a5Poe0YPqbjRFL6jgJ22YQm-yolRNftHG9uO53Q,723
|
|
7
7
|
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
aud/__init__.pyi,sha256=
|
|
8
|
+
aud/__init__.pyi,sha256=qDOWL_jBPkT6MEil4Tu8VvUX389ftNNBwuIk0mrTgpk,33006
|
|
9
9
|
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
bgl/__init__.pyi,sha256=38j0L9TDLz7nTFe3O6wjW1L0AeP_Q-DfB1_AvpJ5Yc4,108498
|
|
11
11
|
bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -20,7 +20,7 @@ bl_console_utils/autocomplete/__init__.pyi,sha256=unc6YQb6D3IT8VYLmGyZJHClmiuHC-
|
|
|
20
20
|
bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=Jlwk9dVXNrDNUwQytFDAapLd4jcD7q2KxGCzxu2Wunc,1534
|
|
21
21
|
bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=Wdz1ehxVwcq_GZ9D29dDHNtq-Mr3e0dOCugHcrPOWFA,934
|
|
22
22
|
bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=ptxJHRIbBHhNZKu3Xvif7jD97kri-kkaO_W1XCYmCik,1599
|
|
23
|
-
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=
|
|
23
|
+
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=9rQKUJAkwO3hZD5GsooU24bounlqBHibiPAkQc_qgn4,1231
|
|
24
24
|
bl_i18n_utils/__init__.pyi,sha256=LaGeUc6QTXa6qXt0RhJe8WTccYp56XstmwIkymwTBcQ,313
|
|
25
25
|
bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=PK9TwGq0RzgjRcak7rliC8k4Y0ylt-Djbvzt04_RO-s,1160
|
|
@@ -148,10 +148,10 @@ bl_ui/space_graph/__init__.pyi,sha256=bjhxqU58J8hHxL_Gpw2Y4Bvf18tKFi5tu8nWbLHUvg
|
|
|
148
148
|
bl_ui/space_image/__init__.pyi,sha256=7DXbZgG1zG7l3XWnx7TgpNy1b8n_FLE3BDV38qdEIZg,453054
|
|
149
149
|
bl_ui/space_info/__init__.pyi,sha256=AYubvxFjKnDmiUSg-MvS87EUcBzFKBUWquM4LoRif10,43268
|
|
150
150
|
bl_ui/space_nla/__init__.pyi,sha256=coVNl6fshc_FFQc91MHo7tyiF6GoNiJHnknECEnK9Qs,121089
|
|
151
|
-
bl_ui/space_node/__init__.pyi,sha256=
|
|
151
|
+
bl_ui/space_node/__init__.pyi,sha256=CVkPAZer6OQfWJzBQ9CPijT_02MoeGlpkGTAofFS5NU,182713
|
|
152
152
|
bl_ui/space_outliner/__init__.pyi,sha256=8K7qvmeT1kaY_0Be1ntxrqe6t-zKzjuvNWAgrLdMPA0,101905
|
|
153
153
|
bl_ui/space_properties/__init__.pyi,sha256=Og39kptaDkwvIAVQfDlSApxSH3EptMmThysoyrwMPow,17088
|
|
154
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
154
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=BQF5dey7Yen-BKmoycXtbElOo5386I64RbrzcaZlXlg,498314
|
|
155
155
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=ETcytpDjQ4FztbT42ABZWUDQ4GeyPPYu0M5DUoFj-D4,6650
|
|
156
156
|
bl_ui/space_statusbar/__init__.pyi,sha256=q80IyLA7Sp54zgndJQJXwTCcEybOS3fHe8Zg1UNI4m8,5739
|
|
157
157
|
bl_ui/space_text/__init__.pyi,sha256=OsB1xcSmfBs7DxKqTeDdeV1OvSEWdXt3orJ7SxpwNic,112704
|
|
@@ -159,9 +159,9 @@ bl_ui/space_time/__init__.pyi,sha256=iVKxpW960HHo304p_yNhcwNKaV-zjyVmfV6rFhO1lDU
|
|
|
159
159
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=4_lkUFwBtoZqh7hLHCnB3TTrNuUs0eNqG-P-5T1I1sY,5534
|
|
160
160
|
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=WmiZn4V262GOyTMfq7YAvHdUMu6jjfrQIrsZ20dGhDY,20867
|
|
161
161
|
bl_ui/space_topbar/__init__.pyi,sha256=5O2KeKSREgivzrKuXs1WRgHOpO7d58fvUfbW4ojuNN8,183460
|
|
162
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
163
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
164
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
162
|
+
bl_ui/space_userpref/__init__.pyi,sha256=TA0sQNIYyVQI3YkuSis4lrB5XhPFqkmFVZSCxAtqnF8,538880
|
|
163
|
+
bl_ui/space_view3d/__init__.pyi,sha256=Bcb1Y1Lab6fJeXc-OCE8KVxdvtV1uX4JKRXDFXzaJYw,1911638
|
|
164
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=OojxA1PFe3Ib828MbaQsIbn8OugDytc10bpbR0VJzIg,622883
|
|
165
165
|
bl_ui/temp_anim_layers/__init__.pyi,sha256=K2L2joXW9oCrHKbEX5ZsLUa3zABZ3NJ32YfJO_uwKSY,5947
|
|
166
166
|
bl_ui/utils/__init__.pyi,sha256=aM2pYPmI0KoYt8B0btBEMJ_1hrxQMn9MrpKSz8xksko,1991
|
|
167
167
|
bl_ui_utils/__init__.pyi,sha256=RYyon6mTO6C7wPeaI3XNm38vgGj_8i0LLmku_vakVLE,180
|
|
@@ -170,103 +170,103 @@ bl_ui_utils/bug_report_url/__init__.pyi,sha256=fWfLeQ0M-G9SoHetvogAKW-qy2jYGrJlL
|
|
|
170
170
|
bl_ui_utils/layout/__init__.pyi,sha256=BKL-kTOUcFLLuWBlpkJfcG7qJXsNUmATYEYX2kWZr5U,257
|
|
171
171
|
blend_render_info/__init__.pyi,sha256=KqEKEzJ4ccMeOIEZt5t86vg9R_MAbGmqUkRMKgnPSzo,316
|
|
172
172
|
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
-
blf/__init__.pyi,sha256=
|
|
173
|
+
blf/__init__.pyi,sha256=cJ-a1KGho8yH39wkpVZhoe4cIJdpdVG-aOGtjHDywxU,5876
|
|
174
174
|
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
175
|
bmesh/__init__.pyi,sha256=jLVw2jRJGXC8XUX1HHdf32PfZK8_pvQ8U6E4w5Du2yc,1558
|
|
176
176
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
177
|
bmesh/geometry/__init__.pyi,sha256=T6ho6w7oPVgee1HhzcAN1hGWHO8Ev4BbrFy52eoRXfw,733
|
|
178
|
-
bmesh/ops/__init__.pyi,sha256=
|
|
179
|
-
bmesh/types/__init__.pyi,sha256=
|
|
180
|
-
bmesh/utils/__init__.pyi,sha256=
|
|
178
|
+
bmesh/ops/__init__.pyi,sha256=NP0hGIFQmVaCf4v5bq05KI2tgpQAjG7mi52F8Tuxars,72719
|
|
179
|
+
bmesh/types/__init__.pyi,sha256=GUaPvYdsuWh3HC0MljXBHl8IiMbii46BY0r3Rln5XbE,40283
|
|
180
|
+
bmesh/utils/__init__.pyi,sha256=3viQcFEX2UYApfWKxgja5prZVYtj8cqax7Vmwzgqpxc,6111
|
|
181
181
|
bpy/__init__.pyi,sha256=_aPxZG75j_LcawPviW9vM5kU2SSZvHl_1VmUWIfHPKE,472
|
|
182
182
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
183
183
|
bpy/app/__init__.pyi,sha256=pj0HIrral4fzdbeDqQ9LykXek4cco7rHvxOR-4gK0V8,8010
|
|
184
|
-
bpy/app/handlers/__init__.pyi,sha256=
|
|
184
|
+
bpy/app/handlers/__init__.pyi,sha256=j21kIsAeKSjvaqulN5vc2UqORnuvNF7H9Qk2PC11BKs,6617
|
|
185
185
|
bpy/app/icons/__init__.pyi,sha256=IMFPFBIe9v1hLO3uZZ9gNT5WTaq361zZ6WkAf4aHKXo,1115
|
|
186
186
|
bpy/app/timers/__init__.pyi,sha256=Lqr0fgtzHthcKg-qSCZNfNBluO58KLJ8fLcmgcpF-Ak,1852
|
|
187
187
|
bpy/app/translations/__init__.pyi,sha256=WGPnipHE0xa8pZGS6y1oyqFSVANXmo0PZu_1wnrDQq4,6490
|
|
188
188
|
bpy/msgbus/__init__.pyi,sha256=em1PtP7CussRqslJkcEC_sVvxSe87T0OJcJwbfn3uhY,2693
|
|
189
189
|
bpy/ops/__init__.pyi,sha256=zAzAlBX3UsdWGkrnusYlsvwHylfvlMjyPKYgXpdY4w8,4646
|
|
190
|
-
bpy/ops/action/__init__.pyi,sha256=
|
|
191
|
-
bpy/ops/anim/__init__.pyi,sha256=
|
|
192
|
-
bpy/ops/armature/__init__.pyi,sha256=
|
|
193
|
-
bpy/ops/asset/__init__.pyi,sha256=
|
|
194
|
-
bpy/ops/boid/__init__.pyi,sha256=
|
|
195
|
-
bpy/ops/brush/__init__.pyi,sha256=
|
|
196
|
-
bpy/ops/buttons/__init__.pyi,sha256=
|
|
197
|
-
bpy/ops/cachefile/__init__.pyi,sha256=
|
|
198
|
-
bpy/ops/camera/__init__.pyi,sha256=
|
|
199
|
-
bpy/ops/clip/__init__.pyi,sha256=
|
|
200
|
-
bpy/ops/cloth/__init__.pyi,sha256=
|
|
201
|
-
bpy/ops/collection/__init__.pyi,sha256=
|
|
202
|
-
bpy/ops/console/__init__.pyi,sha256=
|
|
203
|
-
bpy/ops/constraint/__init__.pyi,sha256=
|
|
204
|
-
bpy/ops/curve/__init__.pyi,sha256=
|
|
205
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
206
|
-
bpy/ops/cycles/__init__.pyi,sha256=
|
|
207
|
-
bpy/ops/dpaint/__init__.pyi,sha256=
|
|
208
|
-
bpy/ops/ed/__init__.pyi,sha256=
|
|
209
|
-
bpy/ops/export_anim/__init__.pyi,sha256=
|
|
210
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
211
|
-
bpy/ops/extensions/__init__.pyi,sha256=
|
|
212
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
213
|
-
bpy/ops/fluid/__init__.pyi,sha256=
|
|
214
|
-
bpy/ops/font/__init__.pyi,sha256=
|
|
215
|
-
bpy/ops/geometry/__init__.pyi,sha256=
|
|
216
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=
|
|
217
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
218
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
219
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
220
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
221
|
-
bpy/ops/import_anim/__init__.pyi,sha256=
|
|
222
|
-
bpy/ops/import_curve/__init__.pyi,sha256=
|
|
223
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
224
|
-
bpy/ops/info/__init__.pyi,sha256=
|
|
225
|
-
bpy/ops/lattice/__init__.pyi,sha256=
|
|
226
|
-
bpy/ops/marker/__init__.pyi,sha256=
|
|
227
|
-
bpy/ops/mask/__init__.pyi,sha256=
|
|
228
|
-
bpy/ops/material/__init__.pyi,sha256=
|
|
229
|
-
bpy/ops/mball/__init__.pyi,sha256=
|
|
230
|
-
bpy/ops/mesh/__init__.pyi,sha256=
|
|
231
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
232
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
233
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
234
|
-
bpy/ops/outliner/__init__.pyi,sha256=
|
|
235
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
236
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=
|
|
237
|
-
bpy/ops/palette/__init__.pyi,sha256=
|
|
238
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
239
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
240
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
241
|
-
bpy/ops/preferences/__init__.pyi,sha256=
|
|
242
|
-
bpy/ops/ptcache/__init__.pyi,sha256=
|
|
243
|
-
bpy/ops/render/__init__.pyi,sha256=
|
|
244
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=
|
|
245
|
-
bpy/ops/scene/__init__.pyi,sha256=
|
|
246
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
247
|
-
bpy/ops/script/__init__.pyi,sha256=
|
|
248
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
249
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=
|
|
250
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
251
|
-
bpy/ops/sound/__init__.pyi,sha256=
|
|
252
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=
|
|
253
|
-
bpy/ops/surface/__init__.pyi,sha256=
|
|
254
|
-
bpy/ops/text/__init__.pyi,sha256=
|
|
255
|
-
bpy/ops/text_editor/__init__.pyi,sha256=
|
|
256
|
-
bpy/ops/texture/__init__.pyi,sha256=
|
|
257
|
-
bpy/ops/transform/__init__.pyi,sha256=
|
|
258
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
259
|
-
bpy/ops/uilist/__init__.pyi,sha256=
|
|
260
|
-
bpy/ops/uv/__init__.pyi,sha256=
|
|
261
|
-
bpy/ops/view2d/__init__.pyi,sha256=
|
|
262
|
-
bpy/ops/view3d/__init__.pyi,sha256=
|
|
263
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
264
|
-
bpy/ops/workspace/__init__.pyi,sha256=
|
|
265
|
-
bpy/ops/world/__init__.pyi,sha256=
|
|
266
|
-
bpy/path/__init__.pyi,sha256=
|
|
267
|
-
bpy/props/__init__.pyi,sha256=
|
|
268
|
-
bpy/types/__init__.pyi,sha256=
|
|
269
|
-
bpy/utils/__init__.pyi,sha256=
|
|
190
|
+
bpy/ops/action/__init__.pyi,sha256=EMefp_n2m4eVi1xpBR0um_RYHwb5NpGXiaaQMvlmG0E,23479
|
|
191
|
+
bpy/ops/anim/__init__.pyi,sha256=wZkA_SocobPvF8ED53o7m8owRNdOAxPmvCtXz5Q43Ko,31927
|
|
192
|
+
bpy/ops/armature/__init__.pyi,sha256=XtbG_lbczHU1nWUKOfR3IYqhFleFpH9u340STftPtB4,28126
|
|
193
|
+
bpy/ops/asset/__init__.pyi,sha256=Tngk1MhsjEKQFf4ySX5-32lzYFmoMSIJN9REJPq10kU,11972
|
|
194
|
+
bpy/ops/boid/__init__.pyi,sha256=1vjRHfUR1QHSHomXxaMVscZ4XfwkFn9RGNPTLgzr7Xs,3325
|
|
195
|
+
bpy/ops/brush/__init__.pyi,sha256=s2ROzesIuvXt_JL3diJCxdP1zCHBY9NwRjFOHnOlqAk,4851
|
|
196
|
+
bpy/ops/buttons/__init__.pyi,sha256=lFIpmOZMqeXRj7DU-GRUbeADEZxcj4Rx_DzgIkuPAhw,10837
|
|
197
|
+
bpy/ops/cachefile/__init__.pyi,sha256=t_CkoZk_UTw2Z1B5xTrzuDC4ss5XJs2jBNy5GX7-CuI,10550
|
|
198
|
+
bpy/ops/camera/__init__.pyi,sha256=Kp0XiAoQ553Dso8DReg-EJMYRQyv22-zIpUJ1nw81eU,1967
|
|
199
|
+
bpy/ops/clip/__init__.pyi,sha256=faOYyEQYzdqnXB9cLYfE9MvzmLW7C8-mTGvTo9LJRzQ,58229
|
|
200
|
+
bpy/ops/cloth/__init__.pyi,sha256=iqevnSEIQQRa8-Gqegn6rgAk8t6jHxt6KxxIZGzhDvk,950
|
|
201
|
+
bpy/ops/collection/__init__.pyi,sha256=Lp_xo-HTygvEt408nimsAII_EMtd6t-R9LciBzPqjZo,4702
|
|
202
|
+
bpy/ops/console/__init__.pyi,sha256=K4aMKFmlHgZJzqfrg9G9_DZc-l5E0hHptot45F5TPIY,10665
|
|
203
|
+
bpy/ops/constraint/__init__.pyi,sha256=VEkKiM4aP7MII3Gml8aNm0hNqQtGqtDK4-3bY1ALSlk,14565
|
|
204
|
+
bpy/ops/curve/__init__.pyi,sha256=PxPMnBOyHwxlLFUYM1NND6RBY380QgV2xExANmOPo28,34710
|
|
205
|
+
bpy/ops/curves/__init__.pyi,sha256=PpVTt_Z4pudZytBMqgGdHgSepWef2QPhi89XhHbj2rg,18120
|
|
206
|
+
bpy/ops/cycles/__init__.pyi,sha256=w6l4MI2YonbEpb5BkUsj4y9k0eJS71rMfkHKh5s-lYY,2440
|
|
207
|
+
bpy/ops/dpaint/__init__.pyi,sha256=p2GNDiQaiN6ti8NDWiHfw_DEBoOegGy9HlMcPF-iWU4,2314
|
|
208
|
+
bpy/ops/ed/__init__.pyi,sha256=Kp9GQKYCiu0Omo2lss75ZpUOPb3-LX570t5TJsd6bUI,9462
|
|
209
|
+
bpy/ops/export_anim/__init__.pyi,sha256=3XjL-aY3D37MQCAkSVlHL0gYNK0_JDiMdBU4BR7vh6o,2292
|
|
210
|
+
bpy/ops/export_scene/__init__.pyi,sha256=Dotie141DyTblsmEQRQ5u-RKV-FwmqlyxfqWrX0Oi2Y,39923
|
|
211
|
+
bpy/ops/extensions/__init__.pyi,sha256=DIaOo33k0FmCtqwjZha6ywAcuBpDrlOUnEBlCX-6YHw,15843
|
|
212
|
+
bpy/ops/file/__init__.pyi,sha256=tt5ndw1Pks3hgy86NBSvKrxWX15StN29wjCk7Kn3o-s,25833
|
|
213
|
+
bpy/ops/fluid/__init__.pyi,sha256=BlftRcURUvMv94-FhEOTOrmRS5w2sz6-GoyEaBp41H4,5788
|
|
214
|
+
bpy/ops/font/__init__.pyi,sha256=pZOadqQH-I2tQqEZLPD2oMOREynvAFtb-M3rLJkGr3c,18752
|
|
215
|
+
bpy/ops/geometry/__init__.pyi,sha256=_RjcXX1js9nx5AzfYNwT7St7ePJ5-WZhqan_auY4EK8,7084
|
|
216
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=DFmKRtSU4CC-ol2ze7F1ck0sWjcxuvxmSEN3v3QMSMs,1811
|
|
217
|
+
bpy/ops/gpencil/__init__.pyi,sha256=yJo5Wm_TiefXPVqNtCRfI45l5xBMdMH0KONs2McpH2k,110759
|
|
218
|
+
bpy/ops/graph/__init__.pyi,sha256=KapDjbMboo70TFOvdRHVs4U4Dfik40jqoSCzXn7tqL4,51146
|
|
219
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=QGluB0Xa1Mf5gqKNf2rWs4ccJRVwTyppnG0X7lk6UYw,43499
|
|
220
|
+
bpy/ops/image/__init__.pyi,sha256=4J35jqdU_l58HGgAq5xhyuJERorIjtjXHTrgkt1N-Go,57286
|
|
221
|
+
bpy/ops/import_anim/__init__.pyi,sha256=7mM5oQrn97txefqTHnT4L89ySHfZ2Ic8Sgy2xfChrV8,3077
|
|
222
|
+
bpy/ops/import_curve/__init__.pyi,sha256=zEW4XZeySdCypFeX7yOtRDbfyblTYthZ8nAf0uLiWkw,780
|
|
223
|
+
bpy/ops/import_scene/__init__.pyi,sha256=7YkPUn0Hbdp_Jey8944rpiluGqlYkUnXCKQxwAkMpg4,9748
|
|
224
|
+
bpy/ops/info/__init__.pyi,sha256=ODSMajt868vLy_U9AxSWy4PPODCnibmnmQg20czLbX0,4312
|
|
225
|
+
bpy/ops/lattice/__init__.pyi,sha256=jCyToIf_fTg3vv6nlrbfb1d1Bxi4TXXS7LjfZ4cSQXw,4753
|
|
226
|
+
bpy/ops/marker/__init__.pyi,sha256=bZwovTJC2UF2r6N1bM8pCl0fZeoJS10N9bqNhaW4XKg,7369
|
|
227
|
+
bpy/ops/mask/__init__.pyi,sha256=PvPm9yYmB6xT34i5dhw-ucCCmYcfBPFP5v6fmU5ifsg,22684
|
|
228
|
+
bpy/ops/material/__init__.pyi,sha256=yeGiebl7idr04qyz3aATb9y7urCjLHAW6tzAeFtVhSw,1282
|
|
229
|
+
bpy/ops/mball/__init__.pyi,sha256=Grv6jeWqDX0M5fJfc118xS3n0KGFP27UeuZHK0RfGMk,5363
|
|
230
|
+
bpy/ops/mesh/__init__.pyi,sha256=4ANZF7__zfKp9xETMKoraDxisGAxM-9TL8JJ-U1X53E,152717
|
|
231
|
+
bpy/ops/nla/__init__.pyi,sha256=fuqWkOfhF48-3_5rjAcoO5Y8vTrmb0qlk0PyAeQtVLU,24830
|
|
232
|
+
bpy/ops/node/__init__.pyi,sha256=GE2C5WzQ87-KaQNNsjQK8IGNf7R5Ju95wCw56k-M5Rk,65067
|
|
233
|
+
bpy/ops/object/__init__.pyi,sha256=REztXYIPIuUYK-hbvRtAq9g55p1yih5N6Qn1ZwXFTdg,203297
|
|
234
|
+
bpy/ops/outliner/__init__.pyi,sha256=ETM-rcMeT1jf4y3Z7bFnrjfKMRYC208_2pMKvHyjza4,38083
|
|
235
|
+
bpy/ops/paint/__init__.pyi,sha256=Vgc93NVldAvshYa3tSAwLvTj7hSupQfEvU8UFOcUtaU,44986
|
|
236
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=SX6yrvs3Yq5Vt4G3mXkCUu5QakKhdSsY1d9YCEAHmbA,4429
|
|
237
|
+
bpy/ops/palette/__init__.pyi,sha256=zrlQ_TwCGcjhmUURNUnrAuUIrWRgjTp2KrH07fbDUOM,3242
|
|
238
|
+
bpy/ops/particle/__init__.pyi,sha256=PtnBT6e4qfdqnj_gA9G-cl8qbMYKZeHZq7s1uvqYNPM,19311
|
|
239
|
+
bpy/ops/pose/__init__.pyi,sha256=RearLc25fHLPPwFXFVGZp6g7aP_IXYeVnSqfgUbJm5M,28487
|
|
240
|
+
bpy/ops/poselib/__init__.pyi,sha256=IWHKl49NXRnloN29rNVvzImj_Ufgc69yIOXQIiR4i_U,5601
|
|
241
|
+
bpy/ops/preferences/__init__.pyi,sha256=R7v2syZlPRsLiV7gL01CJ7WJZPp7sXOnFjss32K-UnY,27751
|
|
242
|
+
bpy/ops/ptcache/__init__.pyi,sha256=djd55uF9NiWnihyU2hQ83D7NplLxQXk4zgU_US8u-LE,2994
|
|
243
|
+
bpy/ops/render/__init__.pyi,sha256=6yd6n_PozuV-bhR9xmDwt2zwE5VqSiKD-aR21EmX508,9453
|
|
244
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=rjEuh-VB4nFizamRINoUcD0f3yQQSGUsyhtLaHHH8F4,8151
|
|
245
|
+
bpy/ops/scene/__init__.pyi,sha256=V2PlwALbX9FOX95GNASDro44MJiotsI5y4eaK909aDw,19259
|
|
246
|
+
bpy/ops/screen/__init__.pyi,sha256=AkIG3m32oYbu01cVjsyzsoY8emeZ5gm81WisxoZUtnc,26934
|
|
247
|
+
bpy/ops/script/__init__.pyi,sha256=zx0l2zd8NCB4rYJtvluu_-V_AAlAB2trO8OTAceD7Ws,1633
|
|
248
|
+
bpy/ops/sculpt/__init__.pyi,sha256=kfm1w52cEsLOTrHvWnSNW7SAN9NmwN5sThv3bkEguN0,46899
|
|
249
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=pXk27y85ccp9YhH8cQYvc9_sXIopuHC_MHC-wPu5jEI,3338
|
|
250
|
+
bpy/ops/sequencer/__init__.pyi,sha256=HFBW_FNCBCnX9MzqbWkmkyDQS5QWI_acpj86Jzl1YVg,86877
|
|
251
|
+
bpy/ops/sound/__init__.pyi,sha256=WKCWrUc02qdpr7dzCVS_h6RANlu-cjIm_ytPsLCSSp0,18135
|
|
252
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=fAeNXX0Xw_gROh_3TMcS0Qk_BjRq8BH68KLDtfmaFzE,2149
|
|
253
|
+
bpy/ops/surface/__init__.pyi,sha256=4iPMvlP7XPCufwCgBvXDyWaNaUAc2qnm_xN3sDYyVzk,9327
|
|
254
|
+
bpy/ops/text/__init__.pyi,sha256=xHTFxheytbD996PX8BRHWTBGg0IpNh9jHn3dXy7MrDY,27491
|
|
255
|
+
bpy/ops/text_editor/__init__.pyi,sha256=TP4_0GyiAMjMuMoW1isIYyJoCcNL0rFfXw-BwgbN9Bs,956
|
|
256
|
+
bpy/ops/texture/__init__.pyi,sha256=Koqx3eyK_gvXlVbwfL2YN9lU_I3T-jt4N846YuDjsNs,1765
|
|
257
|
+
bpy/ops/transform/__init__.pyi,sha256=gqH_upvMPxnZLoRyw8NGZjxevp5L7AkcmYSaw1tRKgo,61058
|
|
258
|
+
bpy/ops/ui/__init__.pyi,sha256=Tenxc6WeoXIM0Z-MqazNqVnS_n93Ais0iya45Hlbjm0,17225
|
|
259
|
+
bpy/ops/uilist/__init__.pyi,sha256=hUBe9g9ff9d1Bx8AryLK--DQum_31-V1mQZ868s4_7o,2288
|
|
260
|
+
bpy/ops/uv/__init__.pyi,sha256=iTUnKdws1aFsHX2nGRyplZvNCpytKgcThsOJ84vIo54,49976
|
|
261
|
+
bpy/ops/view2d/__init__.pyi,sha256=LWQQFhFsNhXaVT0w0m47rD_T3cP9LThrpBxAFWFIa1U,9859
|
|
262
|
+
bpy/ops/view3d/__init__.pyi,sha256=GYOPq7hR_5A2iSk_7cW4DpoJbOR3lVpU3V_bIh0XpXs,41423
|
|
263
|
+
bpy/ops/wm/__init__.pyi,sha256=fIps3mqhIG2MyZA2s8KGvcLU1ORmpO4xOTT0oIigWmI,235567
|
|
264
|
+
bpy/ops/workspace/__init__.pyi,sha256=5meuBP_QWCDCkoE2vQqdgBnkeRVsdoOvgqsDqZ1pfzE,3316
|
|
265
|
+
bpy/ops/world/__init__.pyi,sha256=imGbkOZ4Z_mNMwg2TwfpPf1DeGiige4UE-vc9991_tk,1032
|
|
266
|
+
bpy/path/__init__.pyi,sha256=_sJAmwZHhmcIXbchob_87KT_Nyv6R_qrX76gy9IbDRk,11515
|
|
267
|
+
bpy/props/__init__.pyi,sha256=6JW79TDdnyCbhjjTMSwP0OkBeuO_jKXbZaxaz8NKTo0,29022
|
|
268
|
+
bpy/types/__init__.pyi,sha256=J8zJiAHtIambWpIrHxvUIKHb0iNaLt6VamIY2YnVxj4,5200786
|
|
269
|
+
bpy/utils/__init__.pyi,sha256=VH0NSWfZ8EWh9DliLxQogtU9z9R9KqsF9knwRpqQnbY,17972
|
|
270
270
|
bpy/utils/previews/__init__.pyi,sha256=odPazdv-bjKEVpeX-KfaDGZe5rKlMT11zL_q1SgPK3U,4255
|
|
271
271
|
bpy/utils/units/__init__.pyi,sha256=Mf5e9M8OwkE2zC-rs5CVV7NfobaI7LQkU0v7u-z9xwI,2655
|
|
272
272
|
bpy_extras/__init__.pyi,sha256=mSQGV3OnBDLrI9Bur-VUrKNXrE7dQbDDnQwb40kdi5I,862
|
|
@@ -280,16 +280,16 @@ bpy_extras/id_map_utils/__init__.pyi,sha256=u0XQmvE9wYzNIP0-TEcE5dmybiyKeELjBcnP
|
|
|
280
280
|
bpy_extras/image_utils/__init__.pyi,sha256=4wmKPCi14IkpaUkEhKroNUGbENEO5Ra3Awk089IhHgM,4125
|
|
281
281
|
bpy_extras/io_utils/__init__.pyi,sha256=XMQo4Ue1HlN90P8nEQftyAsU0VnaHC96PeQMS4T1bcY,9745
|
|
282
282
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=Fh5nW2VyNDI7Z_LX-Qz3O2AkzJZD-9i1gAtzlyFdOfs,763
|
|
283
|
-
bpy_extras/mesh_utils/__init__.pyi,sha256=
|
|
283
|
+
bpy_extras/mesh_utils/__init__.pyi,sha256=95vbRrNoxHul5s-Lrh87tPg5x2qx2ch4A9VcdvUcoQA,5255
|
|
284
284
|
bpy_extras/node_shader_utils/__init__.pyi,sha256=Pbi9HZ9hyWArfAuG0vbRjciQslKIkn6gmfGNvuDO53E,6084
|
|
285
285
|
bpy_extras/node_utils/__init__.pyi,sha256=PSP_0PoJ5bVt-0YNw8uu5Jh1NPwYCRJ2fWB9Qffw2JM,753
|
|
286
286
|
bpy_extras/object_utils/__init__.pyi,sha256=Ay3r2mBxMlnZAN3jmv26vK_Tvd3qO_JeKBuCcx1deuI,6512
|
|
287
|
-
bpy_extras/view3d_utils/__init__.pyi,sha256=
|
|
287
|
+
bpy_extras/view3d_utils/__init__.pyi,sha256=AiZ1Im-AUq9EQHirqwMMwJTzkQ9DhWkI_f_UWR1a9oo,7566
|
|
288
288
|
bpy_extras/wm_utils/__init__.pyi,sha256=VjSQe0yOFAlAFGjt5HhvfGBLvSr9tcSpQBiGPRng2dc,160
|
|
289
289
|
bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=070Ss6tSU9TOgVBKpGsxtwLhp5Lstj4MV5zieg-p5n8,1872
|
|
290
290
|
bpy_restrict_state/__init__.pyi,sha256=KAQcdXls9YQGe8u3VyrnC7YNoXgg9kidzvZnYG7bpEA,307
|
|
291
291
|
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
292
|
-
bpy_types/__init__.pyi,sha256=
|
|
292
|
+
bpy_types/__init__.pyi,sha256=bD2HyIhkSSwSMSt_86Ga0UmuKQ2tctf9xQ1OpR3ql3Y,172789
|
|
293
293
|
bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
294
294
|
console_python/__init__.pyi,sha256=fTcyMA-p95t-3BaMgwXypW6wer1X_Lb-Q3oW5Dfq3cU,704
|
|
295
295
|
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -301,39 +301,39 @@ freestyle/chainingiterators/__init__.pyi,sha256=x09wevYVsl15lm8yvNyG8Q8dbpJjlLG4
|
|
|
301
301
|
freestyle/functions/__init__.pyi,sha256=ZXmo3TBOSEg7gDxSaAe1Who9s7XHOjiVwUnst275kqQ,49275
|
|
302
302
|
freestyle/predicates/__init__.pyi,sha256=2VPAQ-M4LuOy6ANkIYLf5RIGABPYGeuwDh2wVLu22F4,13819
|
|
303
303
|
freestyle/shaders/__init__.pyi,sha256=VuHMETXrPC8vV4Texb-XGnoUOtSo0n_kigpTfqxFR-I,24803
|
|
304
|
-
freestyle/types/__init__.pyi,sha256=
|
|
305
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
304
|
+
freestyle/types/__init__.pyi,sha256=VCe-VgK250-VNWBE8Si61H3j2O7kTAGQ24M9QLEpEeU,100481
|
|
305
|
+
freestyle/utils/__init__.pyi,sha256=oKbAPjUV9Z5xm7t1FK1GvrdDX2MaYrhS38mlgtYooU0,5372
|
|
306
306
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=D3585MnopiUbhFr2rpLcaUq570SFcCf3RhGod9iTsvI,3554
|
|
307
307
|
gpu/__init__.pyi,sha256=0ZBmaKVBFpRxYV4uvzmA-ZN6J-Q3j3_j3T8-YnPuhJ0,7956
|
|
308
308
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
gpu/capabilities/__init__.pyi,sha256=y5VKfkwoe-AMvFtmyLuiJ3qWRkQjgw2K7bUoyH3Y0PY,3958
|
|
310
|
-
gpu/matrix/__init__.pyi,sha256=
|
|
310
|
+
gpu/matrix/__init__.pyi,sha256=P-LLXga_1-5m6WduGWxz4DKWeT7JORS3ktozBT18VhM,2766
|
|
311
311
|
gpu/platform/__init__.pyi,sha256=BaVJXakEP5HAxzHSn98mFLCqD0OY1NAoLvtI_mSJxcQ,916
|
|
312
312
|
gpu/select/__init__.pyi,sha256=V5-adTC_Tbh3vWMPQJ0sxYCfL52niDmwx5s_LpyG7vE,284
|
|
313
313
|
gpu/shader/__init__.pyi,sha256=MQzDvV_CWZcy8jRS0ABFKaBk9pSCkedgVYH2QGy8Qx8,2102
|
|
314
|
-
gpu/state/__init__.pyi,sha256=
|
|
314
|
+
gpu/state/__init__.pyi,sha256=TykvJ-reXNH2r0Dg09jQqj4i4-mTyBM-O3A6kmISg9U,4522
|
|
315
315
|
gpu/texture/__init__.pyi,sha256=c5A7PiYqQcUMgtzVoD9dmFY8oaZPqeWDkajaJ0poe7Q,718
|
|
316
|
-
gpu/types/__init__.pyi,sha256=
|
|
316
|
+
gpu/types/__init__.pyi,sha256=DeHWu91GeOPcLMOABOLWC-Wpy4pyPL4F46GRX03aFvE,27558
|
|
317
317
|
gpu_extras/__init__.pyi,sha256=txr5heejqCgJPJ2WFGNJ7_o9k_npFLrxLMus8XDW_t4,261
|
|
318
318
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
319
|
gpu_extras/batch/__init__.pyi,sha256=DtRbEiiuiGRMtFPTktmS_CNQrxQ0zWHPjIZ4LrtrDn0,738
|
|
320
|
-
gpu_extras/presets/__init__.pyi,sha256=
|
|
320
|
+
gpu_extras/presets/__init__.pyi,sha256=9krQDPAvd3tGacjH2BYbSjuaz8yg4vH87nL13oAJMWg,1629
|
|
321
321
|
graphviz_export/__init__.pyi,sha256=3haoS7nfDbpbYtgPWQ2QAvHLVdSFv5GHDZ-f39zABlg,283
|
|
322
322
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
323
323
|
idprop/__init__.pyi,sha256=6ItabO7iF7Q07EdD6ZW1N3mczKKiCNXS8haamCdUbHk,150
|
|
324
324
|
idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
325
325
|
idprop/types/__init__.pyi,sha256=EkdQhsITmxsQjb52BsHZAoSTs4ZUEpXVNdlydCoPRfg,1849
|
|
326
|
-
imbuf/__init__.pyi,sha256=
|
|
326
|
+
imbuf/__init__.pyi,sha256=okKz4scSsQ4lXgon9DApQ8oK93ZMXazqkjTV-tNO_IE,1158
|
|
327
327
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
328
328
|
imbuf/types/__init__.pyi,sha256=ApLn8F2BRlyuPvseSqPm9KRskuqHrNevAv1Bph3cjAc,1300
|
|
329
329
|
keyingsets_builtins/__init__.pyi,sha256=fsw-waCxw0kFLwMVjhoZdUXcuZRxQY2H4kQ8MIesO7k,122318
|
|
330
330
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
331
|
keyingsets_utils/__init__.pyi,sha256=wd-BoOVzNqH0ZEMV2lfosxlAPGmCct3BOkbRxyaJcRs,838
|
|
332
332
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
333
|
-
mathutils/__init__.pyi,sha256=
|
|
333
|
+
mathutils/__init__.pyi,sha256=Ori_alGNf1kxsFDmKaDy4vxUbliIMqNJD_Qv46FBppU,77262
|
|
334
334
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
mathutils/bvhtree/__init__.pyi,sha256=Uof6POySR9nHl8ff950M8Laliq8A9iKEwbok1svZoi4,4386
|
|
336
|
-
mathutils/geometry/__init__.pyi,sha256
|
|
336
|
+
mathutils/geometry/__init__.pyi,sha256=-yi9rLjzLw7V1VeVcuFjZ9TY7hgLO92Sg6oc8osaqXM,21205
|
|
337
337
|
mathutils/interpolate/__init__.pyi,sha256=s7vKiouZrEEQBciJrW1gbGpWiu9csgZ6iGNRPptEcwY,378
|
|
338
338
|
mathutils/kdtree/__init__.pyi,sha256=-F5gI59ilUj4QMWJ2LBu5iyPjPnNAp8elKYr63TKIm8,2309
|
|
339
339
|
mathutils/noise/__init__.pyi,sha256=MwwIM5m4EQL-TZ5levCHADsyJhsgWrTY6c3MGtycXZE,12847
|
|
@@ -351,7 +351,7 @@ rna_xml/__init__.pyi,sha256=H-iSwO57zZ_piTZymDIp-ryuojWhwRoX_CT10iAI3rk,602
|
|
|
351
351
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
352
|
sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
|
|
353
353
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
|
-
fake_bpy_module-
|
|
355
|
-
fake_bpy_module-
|
|
356
|
-
fake_bpy_module-
|
|
357
|
-
fake_bpy_module-
|
|
354
|
+
fake_bpy_module-20240605.dist-info/METADATA,sha256=r1IN7t9Hebuksc8BTcuF_GaBc3K-4rZJojWseSMu59E,7315
|
|
355
|
+
fake_bpy_module-20240605.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
356
|
+
fake_bpy_module-20240605.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
357
|
+
fake_bpy_module-20240605.dist-info/RECORD,,
|