fake-bpy-module 20241207__py3-none-any.whl → 20241209__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.
- addon_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +5 -2
- bl_console_utils/autocomplete/complete_import/__init__.pyi +6 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +8 -2
- blf/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +110 -53
- bmesh/types/__init__.pyi +18 -10
- bmesh/utils/__init__.pyi +14 -4
- bpy/app/icons/__init__.pyi +4 -1
- bpy/app/translations/__init__.pyi +4 -1
- bpy/msgbus/__init__.pyi +8 -5
- bpy/ops/action/__init__.pyi +38 -138
- bpy/ops/anim/__init__.pyi +61 -179
- bpy/ops/armature/__init__.pyi +48 -147
- bpy/ops/asset/__init__.pyi +16 -71
- bpy/ops/boid/__init__.pyi +8 -41
- bpy/ops/brush/__init__.pyi +13 -39
- bpy/ops/buttons/__init__.pyi +6 -29
- bpy/ops/cachefile/__init__.pyi +5 -19
- bpy/ops/camera/__init__.pyi +2 -5
- bpy/ops/clip/__init__.pyi +92 -290
- bpy/ops/cloth/__init__.pyi +1 -3
- bpy/ops/collection/__init__.pyi +9 -25
- bpy/ops/console/__init__.pyi +21 -79
- bpy/ops/constraint/__init__.pyi +18 -45
- bpy/ops/curve/__init__.pyi +51 -180
- bpy/ops/curves/__init__.pyi +28 -100
- bpy/ops/cycles/__init__.pyi +3 -9
- bpy/ops/dpaint/__init__.pyi +5 -19
- bpy/ops/ed/__init__.pyi +12 -53
- bpy/ops/export_anim/__init__.pyi +1 -3
- bpy/ops/export_scene/__init__.pyi +2 -5
- bpy/ops/extensions/__init__.pyi +34 -110
- bpy/ops/file/__init__.pyi +40 -167
- bpy/ops/fluid/__init__.pyi +14 -77
- bpy/ops/font/__init__.pyi +23 -85
- bpy/ops/geometry/__init__.pyi +10 -27
- bpy/ops/gizmogroup/__init__.pyi +2 -9
- bpy/ops/gpencil/__init__.pyi +8 -32
- bpy/ops/graph/__init__.pyi +65 -184
- bpy/ops/grease_pencil/__init__.pyi +108 -290
- bpy/ops/image/__init__.pyi +49 -154
- bpy/ops/import_anim/__init__.pyi +1 -3
- bpy/ops/import_curve/__init__.pyi +1 -3
- bpy/ops/import_scene/__init__.pyi +2 -4
- bpy/ops/info/__init__.pyi +7 -29
- bpy/ops/lattice/__init__.pyi +8 -29
- bpy/ops/marker/__init__.pyi +11 -31
- bpy/ops/mask/__init__.pyi +39 -132
- bpy/ops/material/__init__.pyi +3 -19
- bpy/ops/mball/__init__.pyi +8 -19
- bpy/ops/mesh/__init__.pyi +164 -401
- bpy/ops/nla/__init__.pyi +39 -147
- bpy/ops/node/__init__.pyi +115 -390
- bpy/ops/object/__init__.pyi +237 -630
- bpy/ops/outliner/__init__.pyi +71 -263
- bpy/ops/paint/__init__.pyi +54 -140
- bpy/ops/paintcurve/__init__.pyi +8 -33
- bpy/ops/palette/__init__.pyi +7 -27
- bpy/ops/particle/__init__.pyi +36 -134
- bpy/ops/pose/__init__.pyi +51 -169
- bpy/ops/poselib/__init__.pyi +9 -33
- bpy/ops/preferences/__init__.pyi +35 -94
- bpy/ops/ptcache/__init__.pyi +7 -33
- bpy/ops/render/__init__.pyi +13 -37
- bpy/ops/rigidbody/__init__.pyi +13 -45
- bpy/ops/scene/__init__.pyi +37 -121
- bpy/ops/screen/__init__.pyi +39 -137
- bpy/ops/script/__init__.pyi +3 -11
- bpy/ops/sculpt/__init__.pyi +37 -94
- bpy/ops/sculpt_curves/__init__.pyi +4 -10
- bpy/ops/sequencer/__init__.pyi +89 -284
- bpy/ops/sound/__init__.pyi +7 -23
- bpy/ops/spreadsheet/__init__.pyi +4 -15
- bpy/ops/surface/__init__.pyi +6 -13
- bpy/ops/text/__init__.pyi +43 -175
- bpy/ops/text_editor/__init__.pyi +1 -3
- bpy/ops/texture/__init__.pyi +4 -21
- bpy/ops/transform/__init__.pyi +27 -61
- bpy/ops/ui/__init__.pyi +34 -117
- bpy/ops/uilist/__init__.pyi +3 -7
- bpy/ops/uv/__init__.pyi +49 -134
- bpy/ops/view2d/__init__.pyi +14 -39
- bpy/ops/view3d/__init__.pyi +67 -232
- bpy/ops/wm/__init__.pyi +114 -298
- bpy/ops/workspace/__init__.pyi +7 -33
- bpy/ops/world/__init__.pyi +2 -11
- bpy/path/__init__.pyi +4 -2
- bpy/types/__init__.pyi +68 -32
- bpy/utils/__init__.pyi +18 -9
- bpy_extras/bmesh_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +7 -2
- bpy_extras/mesh_utils/__init__.pyi +19 -7
- bpy_extras/view3d_utils/__init__.pyi +2 -2
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +115 -115
- freestyle/functions/__init__.pyi +16 -4
- freestyle/types/__init__.pyi +60 -23
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- gpu/capabilities/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +2 -2
- gpu_extras/batch/__init__.pyi +6 -3
- idprop/types/__init__.pyi +4 -3
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +25 -14
- mathutils/bvhtree/__init__.pyi +8 -7
- mathutils/geometry/__init__.pyi +38 -17
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +11 -6
- mathutils/noise/__init__.pyi +2 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -26,7 +26,9 @@ def app_template_paths(*, path: str | None = None):
|
|
|
26
26
|
:return: App template paths.
|
|
27
27
|
"""
|
|
28
28
|
|
|
29
|
-
def blend_paths(
|
|
29
|
+
def blend_paths(
|
|
30
|
+
absolute: bool = False, packed: bool = False, local: bool = False
|
|
31
|
+
) -> list[str]:
|
|
30
32
|
"""Returns a list of paths to external files referenced by the loaded .blend file.
|
|
31
33
|
|
|
32
34
|
:param absolute: When true the paths returned are made absolute.
|
|
@@ -36,6 +38,7 @@ def blend_paths(absolute: bool = False, packed: bool = False, local: bool = Fals
|
|
|
36
38
|
:param local: When true skip linked library paths.
|
|
37
39
|
:type local: bool
|
|
38
40
|
:return: path list.
|
|
41
|
+
:rtype: list[str]
|
|
39
42
|
"""
|
|
40
43
|
|
|
41
44
|
def escape_identifier(string: str) -> str:
|
|
@@ -125,7 +128,9 @@ def load_scripts_extensions(*, reload_scripts: bool = False):
|
|
|
125
128
|
:type reload_scripts: bool
|
|
126
129
|
"""
|
|
127
130
|
|
|
128
|
-
def make_rna_paths(
|
|
131
|
+
def make_rna_paths(
|
|
132
|
+
struct_name: str, prop_name: str, enum_name: str
|
|
133
|
+
) -> tuple[str, str, str]:
|
|
129
134
|
"""Create RNA "paths" from given names.
|
|
130
135
|
|
|
131
136
|
:param struct_name: Name of a RNA struct (like e.g. "Scene").
|
|
@@ -137,7 +142,7 @@ def make_rna_paths(struct_name: str, prop_name: str, enum_name: str) -> str:
|
|
|
137
142
|
:return: A triple of three "RNA paths"
|
|
138
143
|
(most_complete_path, "struct.prop", "struct.prop:'enum'").
|
|
139
144
|
If no enum_name is given, the third element will always be void.
|
|
140
|
-
:rtype: str
|
|
145
|
+
:rtype: tuple[str, str, str]
|
|
141
146
|
"""
|
|
142
147
|
|
|
143
148
|
def manual_language_code(default="en") -> str:
|
|
@@ -149,7 +154,7 @@ def manual_language_code(default="en") -> str:
|
|
|
149
154
|
"""
|
|
150
155
|
|
|
151
156
|
def manual_map(): ...
|
|
152
|
-
def modules_from_path(path: str, loaded_modules):
|
|
157
|
+
def modules_from_path(path: str, loaded_modules) -> list:
|
|
153
158
|
"""Load all modules in a path and return them as a list.
|
|
154
159
|
|
|
155
160
|
:param path: this path is scanned for scripts and packages.
|
|
@@ -157,15 +162,17 @@ def modules_from_path(path: str, loaded_modules):
|
|
|
157
162
|
:param loaded_modules: already loaded module names, files matching these
|
|
158
163
|
names will be ignored.
|
|
159
164
|
:return: all loaded modules.
|
|
165
|
+
:rtype: list
|
|
160
166
|
"""
|
|
161
167
|
|
|
162
168
|
def preset_find(name, preset_path, *, display_name=False, ext=".py"): ...
|
|
163
|
-
def preset_paths(subdir: str):
|
|
169
|
+
def preset_paths(subdir: str) -> list[str]:
|
|
164
170
|
"""Returns a list of paths for a specific preset.
|
|
165
171
|
|
|
166
172
|
:param subdir: preset subdirectory (must not be an absolute path).
|
|
167
173
|
:type subdir: str
|
|
168
174
|
:return: Script paths.
|
|
175
|
+
:rtype: list[str]
|
|
169
176
|
"""
|
|
170
177
|
|
|
171
178
|
def refresh_script_paths():
|
|
@@ -223,8 +230,8 @@ def register_preset_path(path: str) -> bool:
|
|
|
223
230
|
"""
|
|
224
231
|
|
|
225
232
|
def register_submodule_factory(
|
|
226
|
-
module_name: str, submodule_names
|
|
227
|
-
) -> collections.abc.Callable:
|
|
233
|
+
module_name: str, submodule_names: list[str]
|
|
234
|
+
) -> tuple[collections.abc.Callable, collections.abc.Callable]:
|
|
228
235
|
"""Utility function to create register and unregister functions
|
|
229
236
|
which simply load submodules,
|
|
230
237
|
calling their register & unregister functions.
|
|
@@ -232,8 +239,9 @@ def register_submodule_factory(
|
|
|
232
239
|
:param module_name: The module name, typically __name__.
|
|
233
240
|
:type module_name: str
|
|
234
241
|
:param submodule_names: List of submodule names to load and unload.
|
|
242
|
+
:type submodule_names: list[str]
|
|
235
243
|
:return: register and unregister functions.
|
|
236
|
-
:rtype: collections.abc.Callable
|
|
244
|
+
:rtype: tuple[collections.abc.Callable, collections.abc.Callable]
|
|
237
245
|
"""
|
|
238
246
|
|
|
239
247
|
def register_tool(
|
|
@@ -279,7 +287,7 @@ def script_paths(
|
|
|
279
287
|
check_all: bool = False,
|
|
280
288
|
use_user: bool = True,
|
|
281
289
|
use_system_environment: bool = True,
|
|
282
|
-
):
|
|
290
|
+
) -> list[str]:
|
|
283
291
|
"""Returns a list of valid script paths.
|
|
284
292
|
|
|
285
293
|
:param subdir: Optional subdir.
|
|
@@ -293,6 +301,7 @@ def script_paths(
|
|
|
293
301
|
:param use_system_environment: Include BLENDER_SYSTEM_SCRIPTS variable path
|
|
294
302
|
:type use_system_environment: bool
|
|
295
303
|
:return: script paths.
|
|
304
|
+
:rtype: list[str]
|
|
296
305
|
"""
|
|
297
306
|
|
|
298
307
|
def script_paths_pref():
|
|
@@ -2,12 +2,13 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
|
|
5
|
-
def bmesh_linked_uv_islands(bm, uv_layer):
|
|
5
|
+
def bmesh_linked_uv_islands(bm, uv_layer) -> list[list[int]]:
|
|
6
6
|
"""Returns lists of faces connected by UV islands.For meshes use `bpy.types.Mesh.mesh_linked_uv_islands` instead.
|
|
7
7
|
|
|
8
8
|
:param bm: the bmesh used to group with.
|
|
9
9
|
:param uv_layer: the UV layer to source UVs from.
|
|
10
10
|
:return: list of lists containing polygon indices
|
|
11
|
+
:rtype: list[list[int]]
|
|
11
12
|
"""
|
|
12
13
|
|
|
13
14
|
def match_uv(face, vert, uv, uv_layer): ...
|
bpy_extras/io_utils/__init__.pyi
CHANGED
|
@@ -2,6 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
+
import mathutils
|
|
5
6
|
|
|
6
7
|
class ExportHelper:
|
|
7
8
|
def check(self, _context):
|
|
@@ -60,7 +61,9 @@ def axis_conversion_ensure(
|
|
|
60
61
|
:rtype: bool
|
|
61
62
|
"""
|
|
62
63
|
|
|
63
|
-
def create_derived_objects(
|
|
64
|
+
def create_derived_objects(
|
|
65
|
+
depsgraph: bpy.types.Depsgraph, objects
|
|
66
|
+
) -> dict[bpy.types.Object, list[tuple[bpy.types.Object, mathutils.Matrix]]]:
|
|
64
67
|
"""This function takes a sequence of objects, returning their instances.
|
|
65
68
|
|
|
66
69
|
:param depsgraph: The evaluated depsgraph.
|
|
@@ -68,6 +71,7 @@ def create_derived_objects(depsgraph: bpy.types.Depsgraph, objects):
|
|
|
68
71
|
:param objects: A sequencer of objects.
|
|
69
72
|
:return: A dictionary where each key is an object from objects,
|
|
70
73
|
values are lists of (object, matrix) tuples representing instances.
|
|
74
|
+
:rtype: dict[bpy.types.Object, list[tuple[bpy.types.Object, mathutils.Matrix]]]
|
|
71
75
|
"""
|
|
72
76
|
|
|
73
77
|
def orientation_helper(axis_forward="Y", axis_up="Z"):
|
|
@@ -125,7 +129,7 @@ def poll_file_object_drop(context):
|
|
|
125
129
|
"""
|
|
126
130
|
|
|
127
131
|
def unique_name(
|
|
128
|
-
key,
|
|
132
|
+
key: typing.Any,
|
|
129
133
|
name: str,
|
|
130
134
|
name_dict: dict,
|
|
131
135
|
name_max=-1,
|
|
@@ -139,6 +143,7 @@ def unique_name(
|
|
|
139
143
|
when available.
|
|
140
144
|
This can be the object, mesh, material, etc instance itself.
|
|
141
145
|
Any hashable object associated with the name.
|
|
146
|
+
:type key: typing.Any
|
|
142
147
|
:param name: The name used to create a unique value in name_dict.
|
|
143
148
|
:type name: str
|
|
144
149
|
:param name_dict: This is used to cache namespace to ensure no collisions
|
|
@@ -2,17 +2,20 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
+
import mathutils
|
|
5
6
|
|
|
6
|
-
def edge_face_count(mesh):
|
|
7
|
+
def edge_face_count(mesh) -> list[int]:
|
|
7
8
|
"""
|
|
8
9
|
|
|
9
10
|
:return: list face users for each item in mesh.edges.
|
|
11
|
+
:rtype: list[int]
|
|
10
12
|
"""
|
|
11
13
|
|
|
12
|
-
def edge_face_count_dict(mesh):
|
|
14
|
+
def edge_face_count_dict(mesh) -> dict[tuple[int, int], int]:
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
:return: Dictionary of edge keys with their value set to the number of faces using each edge.
|
|
18
|
+
:rtype: dict[tuple[int, int], int]
|
|
16
19
|
"""
|
|
17
20
|
|
|
18
21
|
def edge_loops_from_edges(mesh, edges=None):
|
|
@@ -21,46 +24,55 @@ def edge_loops_from_edges(mesh, edges=None):
|
|
|
21
24
|
|
|
22
25
|
"""
|
|
23
26
|
|
|
24
|
-
def mesh_linked_triangles(
|
|
27
|
+
def mesh_linked_triangles(
|
|
28
|
+
mesh: bpy.types.Mesh,
|
|
29
|
+
) -> list[list[bpy.types.MeshLoopTriangle]]:
|
|
25
30
|
"""Splits the mesh into connected triangles, use this for separating cubes from
|
|
26
31
|
other mesh elements within 1 mesh data-block.
|
|
27
32
|
|
|
28
33
|
:param mesh: the mesh used to group with.
|
|
29
34
|
:type mesh: bpy.types.Mesh
|
|
30
35
|
:return: Lists of lists containing triangles.
|
|
36
|
+
:rtype: list[list[bpy.types.MeshLoopTriangle]]
|
|
31
37
|
"""
|
|
32
38
|
|
|
33
|
-
def mesh_linked_uv_islands(mesh: bpy.types.Mesh):
|
|
39
|
+
def mesh_linked_uv_islands(mesh: bpy.types.Mesh) -> list[list[int]]:
|
|
34
40
|
"""Returns lists of polygon indices connected by UV islands.
|
|
35
41
|
|
|
36
42
|
:param mesh: the mesh used to group with.
|
|
37
43
|
:type mesh: bpy.types.Mesh
|
|
38
44
|
:return: list of lists containing polygon indices
|
|
45
|
+
:rtype: list[list[int]]
|
|
39
46
|
"""
|
|
40
47
|
|
|
41
48
|
def ngon_tessellate(
|
|
42
|
-
from_data: bpy.types.Mesh
|
|
49
|
+
from_data: bpy.types.Mesh | list | tuple,
|
|
50
|
+
indices: list[int],
|
|
51
|
+
fix_loops: bool = True,
|
|
52
|
+
debug_print=True,
|
|
43
53
|
):
|
|
44
54
|
"""Takes a poly-line of indices (ngon) and returns a list of face
|
|
45
55
|
index lists. Designed to be used for importers that need indices for an
|
|
46
56
|
ngon to create from existing verts.
|
|
47
57
|
|
|
48
58
|
:param from_data: Either a mesh, or a list/tuple of 3D vectors.
|
|
49
|
-
:type from_data: bpy.types.Mesh
|
|
59
|
+
:type from_data: bpy.types.Mesh | list | tuple
|
|
50
60
|
:param indices: a list of indices to use this list
|
|
51
61
|
is the ordered closed poly-line
|
|
52
62
|
to fill, and can be a subset of the data given.
|
|
63
|
+
:type indices: list[int]
|
|
53
64
|
:param fix_loops: If this is enabled poly-lines
|
|
54
65
|
that use loops to make multiple
|
|
55
66
|
poly-lines are dealt with correctly.
|
|
56
67
|
:type fix_loops: bool
|
|
57
68
|
"""
|
|
58
69
|
|
|
59
|
-
def triangle_random_points(num_points: int, loop_triangles):
|
|
70
|
+
def triangle_random_points(num_points: int, loop_triangles) -> list[mathutils.Vector]:
|
|
60
71
|
"""Generates a list of random points over mesh loop triangles.
|
|
61
72
|
|
|
62
73
|
:param num_points: The number of random points to generate on each triangle.
|
|
63
74
|
:type num_points: int
|
|
64
75
|
:param loop_triangles: Sequence of the triangles to generate points on.
|
|
65
76
|
:return: List of random points over all triangles.
|
|
77
|
+
:rtype: list[mathutils.Vector]
|
|
66
78
|
"""
|
|
@@ -10,7 +10,7 @@ def location_3d_to_region_2d(
|
|
|
10
10
|
coord: collections.abc.Sequence[float] | mathutils.Vector,
|
|
11
11
|
*,
|
|
12
12
|
default=None,
|
|
13
|
-
) -> mathutils.Vector:
|
|
13
|
+
) -> mathutils.Vector | typing.Any:
|
|
14
14
|
"""Return the region relative 2d location of a 3d position.
|
|
15
15
|
|
|
16
16
|
:param region: region of the 3D viewport, typically bpy.context.region.
|
|
@@ -22,7 +22,7 @@ def location_3d_to_region_2d(
|
|
|
22
22
|
:param default: Return this value if coord
|
|
23
23
|
is behind the origin of a perspective view.
|
|
24
24
|
:return: 2d location
|
|
25
|
-
:rtype: mathutils.Vector
|
|
25
|
+
:rtype: mathutils.Vector | typing.Any
|
|
26
26
|
"""
|
|
27
27
|
|
|
28
28
|
def region_2d_to_location_3d(
|
|
@@ -13,7 +13,7 @@ _bpy_internal/system_info/__init__.pyi,sha256=cR0YfdA5e1gzPoJPkqRHZUm8ArCVuyulST
|
|
|
13
13
|
_bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=KkCIdvrNtqXRvKaojEVaARNyX3CFnj8UCo7B_nKLC0A,86
|
|
14
14
|
_bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=L1cEExq7nGmeqjqhRH6p5yUL4CN6iEQY0wAYLSw2nKw,109
|
|
15
15
|
_bpy_internal/system_info/url_prefill_startup/__init__.pyi,sha256=cL1oQCJ1CvBoUdGEPgZVpxOOJPA7bZUJpzRl8zglcYk,107
|
|
16
|
-
addon_utils/__init__.pyi,sha256=
|
|
16
|
+
addon_utils/__init__.pyi,sha256=4s4XkTkO6J9mPdDFdsO4wSxSp3tUcvCBrWRNZGeFsjc,2986
|
|
17
17
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
animsys_refactor/__init__.pyi,sha256=FVtTS8ep5YY_wxoK9FesObKvYKIffFgmOyS74iuza0s,643
|
|
19
19
|
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -29,10 +29,10 @@ bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
29
29
|
bl_console_utils/__init__.pyi,sha256=p4bWNAE7oBrw2lAa-TPSZ8kb28KqPtGr424Pw5fzkrQ,105
|
|
30
30
|
bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
bl_console_utils/autocomplete/__init__.pyi,sha256=1CvPuFjoJDhxlItbRP6MExpz7XmBqYRBEEBKtN5bQSg,260
|
|
32
|
-
bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=
|
|
33
|
-
bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=
|
|
34
|
-
bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=
|
|
35
|
-
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=
|
|
32
|
+
bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=WoKSgCKPGIavw2j3V2fk9tM2ZBLGAHIByyvmOfYtCeQ,1498
|
|
33
|
+
bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=2XxFNkz5qUbW6oRfXy6Ptmf5Vlpuue56V-6Z1Anzc5U,849
|
|
34
|
+
bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=emjpyJu4JFQXJj_1MjpG52DOfG3MRD8fhPkgybKbkag,1540
|
|
35
|
+
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=yD2_ITf4qxPM5PmpBpUqmDDyXmo0wL7FJoy0v1DHXgo,1216
|
|
36
36
|
bl_i18n_utils/__init__.pyi,sha256=wwDnr0xa8J6hchJ_heDMQfXuaEJAh00-F8GzAzc2i94,351
|
|
37
37
|
bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=-SHci_sMeOj7i_0oakfDXnDh5cXDLVGXUUkM5BnRMK8,1132
|
|
@@ -180,120 +180,120 @@ bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
180
180
|
bl_ui_utils/layout/__init__.pyi,sha256=mp1VvL3NIJFMzYp8X0cqNC7mxqQOFPhgPr1FkF_HuDk,180
|
|
181
181
|
blend_render_info/__init__.pyi,sha256=WHFzkXpAfG0YtOpMooq3ToN7pSljEX7aKloDANKjmFo,239
|
|
182
182
|
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
183
|
-
blf/__init__.pyi,sha256=
|
|
183
|
+
blf/__init__.pyi,sha256=iqTqgtGFqjs6kynxpOOOc0Nw3XfEmNeI6aAktBoBkv8,5723
|
|
184
184
|
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
185
185
|
bmesh/__init__.pyi,sha256=6QP0wBMiFIY5MtM1Yuw4Qj2ZPtEZHFUdAf1ay4z-SQE,1500
|
|
186
186
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
187
|
bmesh/geometry/__init__.pyi,sha256=fgGEevkhB2IEtja2X5rm6OQU5EoDfkPaqiKeNGfWZ6c,656
|
|
188
|
-
bmesh/ops/__init__.pyi,sha256=
|
|
189
|
-
bmesh/types/__init__.pyi,sha256=
|
|
190
|
-
bmesh/utils/__init__.pyi,sha256=
|
|
188
|
+
bmesh/ops/__init__.pyi,sha256=7W-Tv_SgkgEMa90SsRfRzBzNG2Wt1EU622YpkDYJthc,74701
|
|
189
|
+
bmesh/types/__init__.pyi,sha256=rm5SoXTeZCFOVBAWsN8bYzIKddWdxjt6Djx1g44SM3w,42601
|
|
190
|
+
bmesh/utils/__init__.pyi,sha256=4Ru6ZMwJzSC2SOlFwkke03I8XiEg6Cxc4LNhiLHB-tw,5988
|
|
191
191
|
bpy/__init__.pyi,sha256=dozab_KhjTikiJAE59kzHS9tbX9OJc8U1vPdj6gNFJY,502
|
|
192
192
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
193
|
bpy/app/__init__.pyi,sha256=gQJdiazscopU-G66fjv1pOLRZykYpJ-6L0aIAYBvzKA,8205
|
|
194
194
|
bpy/app/handlers/__init__.pyi,sha256=Gxao8v-gF10WpVRUdswsB4QndzHjO1UtymwrorJef-4,6911
|
|
195
|
-
bpy/app/icons/__init__.pyi,sha256=
|
|
195
|
+
bpy/app/icons/__init__.pyi,sha256=w18Xn9y0T54WlpHyhC3_y8a3Lq9kuo3U72Bu7wOY41A,928
|
|
196
196
|
bpy/app/timers/__init__.pyi,sha256=vtrATRAmkTfP1CknievwpOCC19cPOMowyLTE6Ie9GSg,2126
|
|
197
|
-
bpy/app/translations/__init__.pyi,sha256=
|
|
198
|
-
bpy/msgbus/__init__.pyi,sha256=
|
|
197
|
+
bpy/app/translations/__init__.pyi,sha256=l5NXziSYWbDnNSWXam-Oseo4D8qh8NPButB_xMgpSps,6848
|
|
198
|
+
bpy/msgbus/__init__.pyi,sha256=e9cmp_Wq7FA5pDTQQJ2s0_I84bEJMu8J-5Lu5gNoClM,2954
|
|
199
199
|
bpy/ops/__init__.pyi,sha256=JptIpKHRAy3jrKGANEBzrwmfNuZx8JLP9ofvWLCaLBU,5396
|
|
200
|
-
bpy/ops/action/__init__.pyi,sha256=
|
|
201
|
-
bpy/ops/anim/__init__.pyi,sha256=
|
|
202
|
-
bpy/ops/armature/__init__.pyi,sha256=
|
|
203
|
-
bpy/ops/asset/__init__.pyi,sha256=
|
|
204
|
-
bpy/ops/boid/__init__.pyi,sha256=
|
|
205
|
-
bpy/ops/brush/__init__.pyi,sha256=
|
|
206
|
-
bpy/ops/buttons/__init__.pyi,sha256=
|
|
207
|
-
bpy/ops/cachefile/__init__.pyi,sha256=
|
|
208
|
-
bpy/ops/camera/__init__.pyi,sha256=
|
|
209
|
-
bpy/ops/clip/__init__.pyi,sha256=
|
|
210
|
-
bpy/ops/cloth/__init__.pyi,sha256
|
|
211
|
-
bpy/ops/collection/__init__.pyi,sha256=
|
|
212
|
-
bpy/ops/console/__init__.pyi,sha256=
|
|
213
|
-
bpy/ops/constraint/__init__.pyi,sha256=
|
|
214
|
-
bpy/ops/curve/__init__.pyi,sha256=
|
|
215
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
216
|
-
bpy/ops/cycles/__init__.pyi,sha256=
|
|
217
|
-
bpy/ops/dpaint/__init__.pyi,sha256=
|
|
218
|
-
bpy/ops/ed/__init__.pyi,sha256=
|
|
219
|
-
bpy/ops/export_anim/__init__.pyi,sha256=
|
|
220
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
221
|
-
bpy/ops/extensions/__init__.pyi,sha256=
|
|
222
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
223
|
-
bpy/ops/fluid/__init__.pyi,sha256=
|
|
224
|
-
bpy/ops/font/__init__.pyi,sha256=
|
|
225
|
-
bpy/ops/geometry/__init__.pyi,sha256=
|
|
226
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=
|
|
227
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
228
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
229
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
230
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
231
|
-
bpy/ops/import_anim/__init__.pyi,sha256=
|
|
232
|
-
bpy/ops/import_curve/__init__.pyi,sha256=
|
|
233
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
234
|
-
bpy/ops/info/__init__.pyi,sha256=
|
|
235
|
-
bpy/ops/lattice/__init__.pyi,sha256=
|
|
236
|
-
bpy/ops/marker/__init__.pyi,sha256=
|
|
237
|
-
bpy/ops/mask/__init__.pyi,sha256
|
|
238
|
-
bpy/ops/material/__init__.pyi,sha256=
|
|
239
|
-
bpy/ops/mball/__init__.pyi,sha256=
|
|
240
|
-
bpy/ops/mesh/__init__.pyi,sha256=
|
|
241
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
242
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
243
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
244
|
-
bpy/ops/outliner/__init__.pyi,sha256=
|
|
245
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
246
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=
|
|
247
|
-
bpy/ops/palette/__init__.pyi,sha256=
|
|
248
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
249
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
250
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
251
|
-
bpy/ops/preferences/__init__.pyi,sha256=
|
|
252
|
-
bpy/ops/ptcache/__init__.pyi,sha256=
|
|
253
|
-
bpy/ops/render/__init__.pyi,sha256=
|
|
254
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=
|
|
255
|
-
bpy/ops/scene/__init__.pyi,sha256=
|
|
256
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
257
|
-
bpy/ops/script/__init__.pyi,sha256=
|
|
258
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
259
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=
|
|
260
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
261
|
-
bpy/ops/sound/__init__.pyi,sha256=
|
|
262
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=
|
|
263
|
-
bpy/ops/surface/__init__.pyi,sha256=
|
|
264
|
-
bpy/ops/text/__init__.pyi,sha256=
|
|
265
|
-
bpy/ops/text_editor/__init__.pyi,sha256
|
|
266
|
-
bpy/ops/texture/__init__.pyi,sha256=
|
|
267
|
-
bpy/ops/transform/__init__.pyi,sha256=
|
|
268
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
269
|
-
bpy/ops/uilist/__init__.pyi,sha256=
|
|
270
|
-
bpy/ops/uv/__init__.pyi,sha256=
|
|
271
|
-
bpy/ops/view2d/__init__.pyi,sha256=
|
|
272
|
-
bpy/ops/view3d/__init__.pyi,sha256=
|
|
273
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
274
|
-
bpy/ops/workspace/__init__.pyi,sha256=
|
|
275
|
-
bpy/ops/world/__init__.pyi,sha256=
|
|
276
|
-
bpy/path/__init__.pyi,sha256=
|
|
200
|
+
bpy/ops/action/__init__.pyi,sha256=VaEROcYL3F9RerL3OGNvMeFCRh2Z97iwDs8D3hftDew,18502
|
|
201
|
+
bpy/ops/anim/__init__.pyi,sha256=VM6kJF9mPnpDINvcVqrf-fEHlSRzn-P1vmCPvK8KDwA,24980
|
|
202
|
+
bpy/ops/armature/__init__.pyi,sha256=k6XyBQsnS9j-7cKqfmN4qYVyhv9gQVwX45g-3DJ8jro,20909
|
|
203
|
+
bpy/ops/asset/__init__.pyi,sha256=5rDsk6gBW_pI28yWQJMId5v0NOe7q42GAZaz198pnDQ,8694
|
|
204
|
+
bpy/ops/boid/__init__.pyi,sha256=nXlbukSKeGU_iLvYwJuwdB5oGJgRo2lFcyKOVKlyTro,1930
|
|
205
|
+
bpy/ops/brush/__init__.pyi,sha256=JIo9bxUF65z04rrkyBUR6a6cCkigU-JvPG8aCg2Mtds,9743
|
|
206
|
+
bpy/ops/buttons/__init__.pyi,sha256=emCWcZQc0YEMm4L_qkoZBbjHpRbdaWbWP4GEkhj9S6A,8918
|
|
207
|
+
bpy/ops/cachefile/__init__.pyi,sha256=KFndyrBJnch4nxwe_SSoBPHV5n3nxjzQki8Wcgc_R4s,8874
|
|
208
|
+
bpy/ops/camera/__init__.pyi,sha256=Il4dR95oos_zZb1wuj9gQ97Bfvq6rdWhf8oXBPPfc5M,1384
|
|
209
|
+
bpy/ops/clip/__init__.pyi,sha256=0GRfhVfFyZljlizhVMt7X-cX-69aKKitihFdt9sn5PE,44782
|
|
210
|
+
bpy/ops/cloth/__init__.pyi,sha256=-QZgZVWwhhr7uTvjCQIrSTaLo5oa6vAUkL50wz6JnKk,629
|
|
211
|
+
bpy/ops/collection/__init__.pyi,sha256=EinHz6U_DybolTQPpGpcm1DpfJ5R453KQFL213U4Kcw,3085
|
|
212
|
+
bpy/ops/console/__init__.pyi,sha256=lgoYIWzf29q06AniBBiPYuI7zndNoc2aGyXYyINZbPI,7304
|
|
213
|
+
bpy/ops/constraint/__init__.pyi,sha256=lb318xrvDTH1T_raLhoBKcDPTl4mVmYPfh5TxbnoGDU,11838
|
|
214
|
+
bpy/ops/curve/__init__.pyi,sha256=2Yge4zNwl5NApYrdUbMcCsSXWEWtFGIWVWsKHJyvOc8,28464
|
|
215
|
+
bpy/ops/curves/__init__.pyi,sha256=8Om2oxTeH1c2WLlAvMsqn17JF9aX42EkKZaNv1G2tWg,14975
|
|
216
|
+
bpy/ops/cycles/__init__.pyi,sha256=TzurmelE8U7FLjghhDWt-0HBU-cyTALEWTfG4taUCSI,1739
|
|
217
|
+
bpy/ops/dpaint/__init__.pyi,sha256=aIIF7SDbdC_eskNMWyG7jSEUiDB1VEhDxof5MQjp5Qs,1522
|
|
218
|
+
bpy/ops/ed/__init__.pyi,sha256=ecIB_NEWEa6uMONdtJ7k7w6ZjWh4WZlOAMTYxEmsNY8,6870
|
|
219
|
+
bpy/ops/export_anim/__init__.pyi,sha256=wyCP8IO0cjr0ixNFGfFblD8ASLG4tQ-l2v3a9UnHAlw,2027
|
|
220
|
+
bpy/ops/export_scene/__init__.pyi,sha256=fJHt3qDJexzN2SeBPtsKcdNe-Hsu1FkvlJPCY3_lG2o,38888
|
|
221
|
+
bpy/ops/extensions/__init__.pyi,sha256=GtWfFBmoeA2PoRiMqdgYu7cuSXJuVRnLgFpOa-B3M5E,12748
|
|
222
|
+
bpy/ops/file/__init__.pyi,sha256=PN22Dw-BXJjKVsic6gFhA3_GxYuYRz7gWB2bYyd1hL0,19270
|
|
223
|
+
bpy/ops/fluid/__init__.pyi,sha256=toNBTcKttDwaWx21Nzf2HNBWKT7vZh8IDcIR2nG_ad4,3191
|
|
224
|
+
bpy/ops/font/__init__.pyi,sha256=7fLdMjcgT0AZb_pvWl59RXn5fuhqkrll7pKYPmYZD8w,15509
|
|
225
|
+
bpy/ops/geometry/__init__.pyi,sha256=vdyhoH2IMzQoryHYxNDxCbSqUJe5PpdakV79koEqJ3g,7444
|
|
226
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=lsDnIxuI4uIqJJEiLNmKUuMq2uqlc6HQAqDHY3T9tf8,1262
|
|
227
|
+
bpy/ops/gpencil/__init__.pyi,sha256=cqeFGa_2tSDBDSWhsWVQVZx5BhHs08wiW4And1rhfVE,4832
|
|
228
|
+
bpy/ops/graph/__init__.pyi,sha256=3-hSpqGgzSvdUCEfQErcZP3s88fIpcpK0olzKZ9BO0Q,41516
|
|
229
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=PV6Q53HYYtE5GhAZ_yBGqMqS0hB5_ZSaC-OXR-zfKWM,59840
|
|
230
|
+
bpy/ops/image/__init__.pyi,sha256=yedlD6hfJWo0OyDkPOvmnQ0dR7dvIG0IryRKplP2HrM,52227
|
|
231
|
+
bpy/ops/import_anim/__init__.pyi,sha256=aE1pDcT6TlridpXwg7tF-E3tXLcm83n7j1vVgn_-g7A,3046
|
|
232
|
+
bpy/ops/import_curve/__init__.pyi,sha256=sDhKpg3cI-y0NYuUo8ey3jb3h-KKergdPUDKlQ-C2iI,485
|
|
233
|
+
bpy/ops/import_scene/__init__.pyi,sha256=TTEY7tywXLoe5xGm3R1qfE0afH7gpiePYiNofJjDkJw,10282
|
|
234
|
+
bpy/ops/info/__init__.pyi,sha256=awrfSCgZOjERYahNCEfz80MLPSL1MLEzD2w1IVD_V9Y,3090
|
|
235
|
+
bpy/ops/lattice/__init__.pyi,sha256=olqUrBMsFt_2qzue5c2nK4FqaJ3vUH1XYVojuo0j0l0,3546
|
|
236
|
+
bpy/ops/marker/__init__.pyi,sha256=UdcuNJTcu5roTdeLXoV6Rgfpxtnb_LTEJlXklwMtUk0,5376
|
|
237
|
+
bpy/ops/mask/__init__.pyi,sha256=l61FwahMcMjLF4UvD76HTgPODfsjhbCEfVc9x2fx9DI,17108
|
|
238
|
+
bpy/ops/material/__init__.pyi,sha256=8AhfpDXsCDLZI0UEESadmN8-zfNGEiDblmKobSJLcqA,669
|
|
239
|
+
bpy/ops/mball/__init__.pyi,sha256=VRZZbMhoN6OWmsG-344hmoHQ-_qcjRuisuzJvLxGobI,4155
|
|
240
|
+
bpy/ops/mesh/__init__.pyi,sha256=lMQJI5J7ARoHYT2GJ-i_xNEoqTXoYQx1gCkpzYCPhiw,132079
|
|
241
|
+
bpy/ops/nla/__init__.pyi,sha256=fttW1MBPJIwDHycGqO5VcX13_K7gxSIhBSWCsIlDXv4,18112
|
|
242
|
+
bpy/ops/node/__init__.pyi,sha256=eGmPP0aNn-XBTSiYLVDyF621vypPmf0bB7QuIFqoAno,51991
|
|
243
|
+
bpy/ops/object/__init__.pyi,sha256=LcWANQPBS34qmXB8wwqnThALNwJzpPF9Qgs4Gy8TJwg,167541
|
|
244
|
+
bpy/ops/outliner/__init__.pyi,sha256=oXvqgI_ntYe23IbI0tMw83bRnPpFTr9c1pYAnsOKrXE,27688
|
|
245
|
+
bpy/ops/paint/__init__.pyi,sha256=LOqrmcYESew6rsZnfW7kh-wpgW_5Ltn1xVPVdwOCCEc,37076
|
|
246
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=sJfa-6TohaHNlvBFZ5X2vhjeMCp91in2K6UqwIF3d80,2980
|
|
247
|
+
bpy/ops/palette/__init__.pyi,sha256=RD7rkE6f28SyME46hM3HwjWKCgKFtOXZDDPOO6mQB0Q,2093
|
|
248
|
+
bpy/ops/particle/__init__.pyi,sha256=0i7ElQYdudM-PWGsSfwOUtmPj3cyFf6PNW_UkCtkLiI,13478
|
|
249
|
+
bpy/ops/pose/__init__.pyi,sha256=HcG9ntFjRter3h6CtkfAdAS-6ko4OWPMukbIFtVyFTo,26627
|
|
250
|
+
bpy/ops/poselib/__init__.pyi,sha256=WK-1Has2-NPp_7EkB-PHV1MtfVgTXMMnkhrtQPYcISc,3820
|
|
251
|
+
bpy/ops/preferences/__init__.pyi,sha256=iG82fOc0EGoI0_KoSgUbtUEMlcN71gxdq3SlVkCz01w,19499
|
|
252
|
+
bpy/ops/ptcache/__init__.pyi,sha256=9WgZUXKtu-AeqF0pYrP8ZSdFXz2jHMdPjmp6zLesL2Q,1667
|
|
253
|
+
bpy/ops/render/__init__.pyi,sha256=9LDvtzNUv_nd3elJDKQFIXJltAIgsvvinpvyVu5q8cU,7425
|
|
254
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=D8cI6kBx5s8yZk4SyXt9SBEIrW3yrwH_vEGFmwO2gwk,6599
|
|
255
|
+
bpy/ops/scene/__init__.pyi,sha256=bb7f6u6fezZaSK3CqddtBzvodSeFxU-ds-mWCJ6soGQ,13629
|
|
256
|
+
bpy/ops/screen/__init__.pyi,sha256=QMTeZ7KCyQ4Y-HkTrJCfHBMT4pVhxoum5ecBe6lynGw,19886
|
|
257
|
+
bpy/ops/script/__init__.pyi,sha256=LPFPi3ovQdpV5IVlMnJpo9K3i88q1t6cFnoXnfiJ5HA,978
|
|
258
|
+
bpy/ops/sculpt/__init__.pyi,sha256=rLoR6GFU6ARcuEq-CwBKngSn0xxELfy42WJogo4pXxw,46804
|
|
259
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=jDglkug-tn6Esxo-_DrILnCkifpWfQ82x9JE_q0PW-c,2849
|
|
260
|
+
bpy/ops/sequencer/__init__.pyi,sha256=0spRWrC3oExZeHmvxGLXUITAoEMfuWg5tGuku2ddLuE,74064
|
|
261
|
+
bpy/ops/sound/__init__.pyi,sha256=AjwVXW3oYYL0GrRvoEoUzKGKFBP6IY67FhR9jfjLvZ0,16826
|
|
262
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=q_4fYPoBC6g61Pw7Mz71PQB93vYHxk661B18CvIkguA,1360
|
|
263
|
+
bpy/ops/surface/__init__.pyi,sha256=OD-_jQEOIHzb89OaZ4JLMZlnP7-s4jbY4a2DpI9bA_I,10315
|
|
264
|
+
bpy/ops/text/__init__.pyi,sha256=j6wutufMV-p6P1WkAJxrFJWDv3MK-ra691fkR_rdy1s,21152
|
|
265
|
+
bpy/ops/text_editor/__init__.pyi,sha256=-BquL2tZJRA0PG5_CbDNcfFJ5S2JgVWVWHRGOr-5IKo,635
|
|
266
|
+
bpy/ops/texture/__init__.pyi,sha256=oxKGKHziumZd9yFWYjRNVALiIAgR3-AIlmSnHbhhT1I,1043
|
|
267
|
+
bpy/ops/transform/__init__.pyi,sha256=f70Fne2cbvHM7fVepfeSnWx8LmbfssjEwd6wnWpoAx4,57336
|
|
268
|
+
bpy/ops/ui/__init__.pyi,sha256=C3pDpcSf36MCa56mWmGyR-W_vDizDBBTmFj65RIvfS4,12411
|
|
269
|
+
bpy/ops/uilist/__init__.pyi,sha256=1Vu7qHRYL-MOM5kdcHJLmJwucvveh10t1wbmL_98GEM,1618
|
|
270
|
+
bpy/ops/uv/__init__.pyi,sha256=e6ilriSD-iJymqq1PjEw-DWy218-OeCTTeAiJm4NfGc,45187
|
|
271
|
+
bpy/ops/view2d/__init__.pyi,sha256=bw6xoLUDUWQGk36g4T8THDWpNSH_VX8Pyg_mlGB9Dik,6986
|
|
272
|
+
bpy/ops/view3d/__init__.pyi,sha256=MGiNsaGKtQPLFiSQgEdKlULq2a0Rp6W3vGTub0Hb3p4,30689
|
|
273
|
+
bpy/ops/wm/__init__.pyi,sha256=hc6iEbXOoGCx_Rg-3zBpQWYzvh2iiaK2LBFIRpHjmnQ,214217
|
|
274
|
+
bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHCU,1983
|
|
275
|
+
bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
|
|
276
|
+
bpy/path/__init__.pyi,sha256=N-QNSw3piTmrzrydYRyWab7GFGOh3BsdaS91x4Kf-Cc,5403
|
|
277
277
|
bpy/props/__init__.pyi,sha256=eHzPsDSyDTa92O5TvPpi1yflmxv7vVGW_ZocCqudgw4,31027
|
|
278
|
-
bpy/types/__init__.pyi,sha256=
|
|
278
|
+
bpy/types/__init__.pyi,sha256=6G_KEMFkGTYTIKuih45uqcmRlmXNH1giwMCHXCyy3w4,5387903
|
|
279
279
|
bpy/typing/__init__.pyi,sha256=u2XKjd6ZB1Wjt7JwabxexZdswEZLYR2jQpxzzp6AThg,138679
|
|
280
|
-
bpy/utils/__init__.pyi,sha256=
|
|
280
|
+
bpy/utils/__init__.pyi,sha256=wvjdEDEtBn5bR5pZG7HnW1ZdL_J-IQYvmB7e4AwTW0s,13537
|
|
281
281
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
282
282
|
bpy/utils/units/__init__.pyi,sha256=r9G6UXferw_5pDijn-FmpyhYSnEng3_y-5apdkPAKl0,2631
|
|
283
283
|
bpy_extras/__init__.pyi,sha256=wejK55NeAEGsAzM9psNhBokX9H0DBihwOdNQ5XlCHB4,968
|
|
284
284
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
285
|
bpy_extras/anim_utils/__init__.pyi,sha256=LGnLuRoBzyZOOgCS5bS4IX-gue67k7pEhemshXNzP8U,4061
|
|
286
286
|
bpy_extras/asset_utils/__init__.pyi,sha256=AaHtXcv1a-TrQUpu7Rm1A9gcwXRUZVaHOKjVV_hCcyM,194
|
|
287
|
-
bpy_extras/bmesh_utils/__init__.pyi,sha256=
|
|
287
|
+
bpy_extras/bmesh_utils/__init__.pyi,sha256=oo5HU1Z0ILE04jc7p68-4vFP8k7sD3qhcLGSoCbxv9g,478
|
|
288
288
|
bpy_extras/id_map_utils/__init__.pyi,sha256=oTM7UGvrLRIhWXjHhXcwE20PNjSyRVXlV9FLAn_QCk4,450
|
|
289
289
|
bpy_extras/image_utils/__init__.pyi,sha256=c3O1nv_u-Kr3VtKV8SBDvutYzIjPORiZ3--K5UNRgFw,2087
|
|
290
|
-
bpy_extras/io_utils/__init__.pyi,sha256=
|
|
290
|
+
bpy_extras/io_utils/__init__.pyi,sha256=rGsN0KD8zOJVbOVq1VLmHYHwQ-Xm_ryEp5zfA-2wTSc,5289
|
|
291
291
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=152lGc6wB3z4qLyEuthYUfB_vggCQKqnyonGni0lNNo,361
|
|
292
|
-
bpy_extras/mesh_utils/__init__.pyi,sha256=
|
|
292
|
+
bpy_extras/mesh_utils/__init__.pyi,sha256=3n3TAu2Ni0oTQ1gXjynu-k4U5SEEamM0BYMdIy5YI78,2692
|
|
293
293
|
bpy_extras/node_shader_utils/__init__.pyi,sha256=wUnsxxIUgiZ2-KL6A4duhnEmP9r1SgViTomWqGSOOes,5602
|
|
294
294
|
bpy_extras/node_utils/__init__.pyi,sha256=WgqDrr6jIHW77WeGCy8WutcNcCr6zoqgTvMh_A1ToZo,630
|
|
295
295
|
bpy_extras/object_utils/__init__.pyi,sha256=wQX9CMYSh1nyTVCbmgVPXyzwHokfNd8ZGqC9MyVnZG4,3336
|
|
296
|
-
bpy_extras/view3d_utils/__init__.pyi,sha256=
|
|
296
|
+
bpy_extras/view3d_utils/__init__.pyi,sha256=uagbvfAFaRLiR-mq8BFs2eUQVpDx3PdF4wCvL2aMICk,3670
|
|
297
297
|
bpy_extras/wm_utils/__init__.pyi,sha256=cnc2h-NDlAYDb9e5F5jCxnK4h96Mg-9QkdC6HH5p1VE,111
|
|
298
298
|
bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=lRvwzdkIKLAIIgS6BKRwHdZsnb8LRUNvIAVcA9vuysU,1708
|
|
299
299
|
bpy_restrict_state/__init__.pyi,sha256=hz85c3uVSt_QKxJE6xtdNQmvOWzNM4P5GXwc7Xet5bg,239
|
|
@@ -307,45 +307,45 @@ console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
307
307
|
freestyle/__init__.pyi,sha256=bjebH-BOh6r_bsMIXX2toGAPc183HD23o_UR8VvqZA0,716
|
|
308
308
|
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
freestyle/chainingiterators/__init__.pyi,sha256=N7cwNzpTKVAv-ZdBTj0nqhICvHGVqBE8OdijmbT5HIo,10564
|
|
310
|
-
freestyle/functions/__init__.pyi,sha256=
|
|
310
|
+
freestyle/functions/__init__.pyi,sha256=sEPnGHwZm8XBlfE7CKLros3CKJlAh1h1FI74nBTEOk4,48844
|
|
311
311
|
freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
|
|
312
312
|
freestyle/shaders/__init__.pyi,sha256=1Ov48B4P7LV3dwjBqHqqqbPFRBZWjENqIDaFb97Qdj0,23835
|
|
313
|
-
freestyle/types/__init__.pyi,sha256=
|
|
313
|
+
freestyle/types/__init__.pyi,sha256=p6WoVuWvAdGxcKMvxz-IrMbZiBTML9cbjgwgj-QnyI8,100051
|
|
314
314
|
freestyle/utils/__init__.pyi,sha256=DdX3Qj2yTIu8jXdOAnf_9yKhJ5AQFnS_zVvSAdTfBpU,5108
|
|
315
|
-
freestyle/utils/ContextFunctions/__init__.pyi,sha256=
|
|
315
|
+
freestyle/utils/ContextFunctions/__init__.pyi,sha256=fPDfiBEjpoqXQhBhmHJ6WxG9oLMItwQ32MxKQz_c9_I,3445
|
|
316
316
|
gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
|
|
317
317
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
318
|
-
gpu/capabilities/__init__.pyi,sha256=
|
|
318
|
+
gpu/capabilities/__init__.pyi,sha256=U7oWzRMBqfzk6vILPP0ydvD_i7OBr_D3LDIEwp8RxOE,3756
|
|
319
319
|
gpu/matrix/__init__.pyi,sha256=k4xYJpqcuk1QL6TMql77yitRaIALd1oHYk5Oivgd1U4,2583
|
|
320
320
|
gpu/platform/__init__.pyi,sha256=i04uMPhMl5w4ZNlXvep8f_7-AaVZ4R_ppcxikHuzQYA,803
|
|
321
321
|
gpu/select/__init__.pyi,sha256=piRQyAtE8YnDjLSqF8S_SSttxzZTickDlbHRONYYdV8,207
|
|
322
322
|
gpu/shader/__init__.pyi,sha256=JsSm0Zagw7GAVxeaLK4cUAa1oyjSckfNwpweWfepUQg,2138
|
|
323
|
-
gpu/state/__init__.pyi,sha256=
|
|
323
|
+
gpu/state/__init__.pyi,sha256=AimAU8NQNaZqYSgKtg7aMS76dzxNuK7m1vTA2ZwMnCQ,4310
|
|
324
324
|
gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
|
|
325
|
-
gpu/types/__init__.pyi,sha256=
|
|
325
|
+
gpu/types/__init__.pyi,sha256=o04T9r5Qy_GE5taf3nZvaONLn0ZeP15_nnQSE8qFdzQ,26919
|
|
326
326
|
gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
|
|
327
327
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
328
|
-
gpu_extras/batch/__init__.pyi,sha256=
|
|
328
|
+
gpu_extras/batch/__init__.pyi,sha256=WiNyGZ_ivr5sKh_DePTwqR4ue9QHd8YjBdJwUHHXMkk,856
|
|
329
329
|
gpu_extras/presets/__init__.pyi,sha256=XARWkuQ0koiQPC3Cjh2l7D2f9n3IgHRf5Ymd9xKkjBg,1435
|
|
330
330
|
graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
|
|
331
331
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
332
332
|
idprop/__init__.pyi,sha256=k99082XuBl1__FNGc7dZUujlxTi6jK3J93dNtKNdgkE,91
|
|
333
333
|
idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
334
|
-
idprop/types/__init__.pyi,sha256=
|
|
335
|
-
imbuf/__init__.pyi,sha256=
|
|
334
|
+
idprop/types/__init__.pyi,sha256=fFSnDjuFFwu2jhm6BK57AxRx_i8zAkuf_blV2J0mvRk,1767
|
|
335
|
+
imbuf/__init__.pyi,sha256=nwnD-Tu8aABtY6tc77fqG639NSuGchsgzIDmGBusqAw,1117
|
|
336
336
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
337
|
-
imbuf/types/__init__.pyi,sha256=
|
|
337
|
+
imbuf/types/__init__.pyi,sha256=DaqHsV8Ww9zWRa9DFegHohh6fCgf5lBd5diDm9mAUac,1375
|
|
338
338
|
keyingsets_builtins/__init__.pyi,sha256=FmSnRj8eAiQ_O-X_-kAHM_a8rCv_HZBrjXLXDRssvYU,15769
|
|
339
339
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
340
|
keyingsets_utils/__init__.pyi,sha256=UpGuAqOVl6bmy3rffJhqFS8ZKhUtAV-MfVyuuHtqXQI,770
|
|
341
341
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
342
|
-
mathutils/__init__.pyi,sha256=
|
|
342
|
+
mathutils/__init__.pyi,sha256=7g6BeyjmKKkqyyHIlTDNuI1DdXXn1SzOXwAor-YC9HA,88309
|
|
343
343
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
|
-
mathutils/bvhtree/__init__.pyi,sha256=
|
|
345
|
-
mathutils/geometry/__init__.pyi,sha256=
|
|
346
|
-
mathutils/interpolate/__init__.pyi,sha256=
|
|
347
|
-
mathutils/kdtree/__init__.pyi,sha256=
|
|
348
|
-
mathutils/noise/__init__.pyi,sha256=
|
|
344
|
+
mathutils/bvhtree/__init__.pyi,sha256=tnSMnnlM4AUV5BXMVRB8daXeBCc2dt1yF2VhVgx-png,4482
|
|
345
|
+
mathutils/geometry/__init__.pyi,sha256=YU4LyVtd5nl5KJeVsbOcWMNZhJlI9TQWIWJ5V-nrkz0,22182
|
|
346
|
+
mathutils/interpolate/__init__.pyi,sha256=3MR9khGFn6OavD1uxB06mLE8WC2zQdWDDuCTQFt0xMg,393
|
|
347
|
+
mathutils/kdtree/__init__.pyi,sha256=bE3wUvxhvzr3n5ENSAqYQyzPCuQtTsOwtzXtSqqX8go,1862
|
|
348
|
+
mathutils/noise/__init__.pyi,sha256=nDUTZpaghLXZwQG_8sVJnR-vdPeN7qk0p343sAsovgI,12725
|
|
349
349
|
nodeitems_builtins/__init__.pyi,sha256=gRwW_X7_tLGgO61KqtWfQKCrN67pI1P53HotRBFwD9k,608
|
|
350
350
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
351
351
|
nodeitems_utils/__init__.pyi,sha256=F82sRq2Foowt3d9IUxloVB_qg7pTQP5w8qYvMJhwvFs,747
|
|
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
|
|
|
358
358
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
359
|
rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
|
|
360
360
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
fake_bpy_module-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
361
|
+
fake_bpy_module-20241209.dist-info/METADATA,sha256=Nq0IYdN3WbYd4iAvydnpuFnI4n-kaSzabrCgwfSves0,7289
|
|
362
|
+
fake_bpy_module-20241209.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
363
|
+
fake_bpy_module-20241209.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
364
|
+
fake_bpy_module-20241209.dist-info/RECORD,,
|