fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +49 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
- bl_ui/node_add_menu_shader/__init__.pyi +21 -19
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -6
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +31 -37
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +7 -29
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +57 -55
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +10 -7
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +50 -21
- bpy/types/__init__.pyi +10237 -2994
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +21 -8
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +6 -4
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -34,7 +34,7 @@ def blend_paths(
|
|
|
34
34
|
|
|
35
35
|
:param absolute: When true the paths returned are made absolute.
|
|
36
36
|
:type absolute: bool
|
|
37
|
-
:param packed: When true
|
|
37
|
+
:param packed: When true include file paths for packed data.
|
|
38
38
|
:type packed: bool
|
|
39
39
|
:param local: When true skip linked library paths.
|
|
40
40
|
:type local: bool
|
|
@@ -287,7 +287,7 @@ def register_tool(
|
|
|
287
287
|
"""
|
|
288
288
|
|
|
289
289
|
def resource_path(
|
|
290
|
-
type: str, *, major: int = bpy.app.version[0], minor:
|
|
290
|
+
type: str, *, major: int = bpy.app.version[0], minor: int = bpy.app.version[1]
|
|
291
291
|
) -> str:
|
|
292
292
|
"""Return the base path for storing system files.
|
|
293
293
|
|
|
@@ -296,7 +296,7 @@ def resource_path(
|
|
|
296
296
|
:param major: major version, defaults to current.
|
|
297
297
|
:type major: int
|
|
298
298
|
:param minor: minor version, defaults to current.
|
|
299
|
-
:type minor:
|
|
299
|
+
:type minor: int
|
|
300
300
|
:return: the resource path (not necessarily existing).
|
|
301
301
|
:rtype: str
|
|
302
302
|
"""
|
bpy/utils/previews/__init__.pyi
CHANGED
|
@@ -43,7 +43,7 @@ class ImagePreviewCollection(dict[str, bpy.types.ImagePreview]):
|
|
|
43
43
|
:type name: str | None
|
|
44
44
|
:param filepath: The file path to generate the preview from.
|
|
45
45
|
:type filepath: bytes | str | None
|
|
46
|
-
:param filetype: The type of file, needed to generate the preview in [IMAGE, MOVIE, BLEND, FONT].
|
|
46
|
+
:param filetype: The type of file, needed to generate the preview in [IMAGE, MOVIE, BLEND, FONT, OBJECT_IO].
|
|
47
47
|
:type filetype: str | None
|
|
48
48
|
:param force_reload: If True, force running thumbnail manager even if preview already exists in cache.
|
|
49
49
|
:type force_reload: bool | None
|
|
@@ -4,6 +4,9 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bpy.types
|
|
6
6
|
|
|
7
|
+
class AutoKeying:
|
|
8
|
+
"""Auto-keying support.Retrieve the lock status for 4D rotation."""
|
|
9
|
+
|
|
7
10
|
class BakeOptions:
|
|
8
11
|
"""BakeOptions(only_selected: bool, do_pose: bool, do_object: bool, do_visual_keying: bool, do_constraint_clear: bool, do_parents_clear: bool, do_clean: bool, do_location: bool, do_rotation: bool, do_scale: bool, do_bbone: bool, do_custom_props: bool)"""
|
|
9
12
|
|
|
@@ -40,28 +43,26 @@ class KeyframesCo:
|
|
|
40
43
|
"""
|
|
41
44
|
|
|
42
45
|
def insert_keyframes_into_existing_action(
|
|
43
|
-
self, lookup_fcurves, total_new_keys,
|
|
46
|
+
self, lookup_fcurves, total_new_keys, channelbag
|
|
44
47
|
) -> None:
|
|
45
48
|
"""Assumes the action already exists, that it might already have F-curves. Otherwise, the
|
|
46
49
|
only difference between versions is performance and implementation simplicity.
|
|
47
50
|
|
|
48
51
|
:param lookup_fcurves: : This is only used for efficiency.
|
|
49
|
-
Its a substitute for
|
|
52
|
+
Its a substitute for channelbag.fcurves.find() which is a potentially expensive linear search.
|
|
50
53
|
:param total_new_keys:
|
|
51
|
-
:param
|
|
52
|
-
:param action_slot:
|
|
54
|
+
:param channelbag:
|
|
53
55
|
"""
|
|
54
56
|
|
|
55
57
|
def insert_keyframes_into_new_action(
|
|
56
|
-
self, total_new_keys,
|
|
58
|
+
self, total_new_keys, channelbag, group_name
|
|
57
59
|
) -> None:
|
|
58
60
|
"""Assumes the action is new, that it has no F-curves. Otherwise, the only difference between versions is
|
|
59
61
|
performance and implementation simplicity.
|
|
60
62
|
|
|
61
63
|
:param total_new_keys:
|
|
62
|
-
:param
|
|
63
|
-
:param
|
|
64
|
-
:type action_group_name: str
|
|
64
|
+
:param channelbag:
|
|
65
|
+
:param group_name: Name of the Group that F-curves are added to.
|
|
65
66
|
"""
|
|
66
67
|
|
|
67
68
|
def action_ensure_channelbag_for_slot(action, slot) -> None:
|
|
@@ -74,6 +75,18 @@ def action_get_channelbag_for_slot(action, slot) -> None:
|
|
|
74
75
|
|
|
75
76
|
"""
|
|
76
77
|
|
|
78
|
+
def action_get_first_suitable_slot(action, target_id_type) -> None:
|
|
79
|
+
"""Return the first Slot of the given Action thats suitable for the given ID type.Typically you should not need this function; when an Action is assigned to a
|
|
80
|
+
data-block, just use the slot that was assigned along with it.
|
|
81
|
+
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
def animdata_get_channelbag_for_assigned_slot(anim_data) -> None:
|
|
85
|
+
"""Return the channelbag used in the given anim_data or None if there is no Action
|
|
86
|
+
+ Slot combination defined.
|
|
87
|
+
|
|
88
|
+
"""
|
|
89
|
+
|
|
77
90
|
def bake_action(
|
|
78
91
|
obj: bpy.types.Object, *, action: None | bpy.types.Action, frames: int, bake_options
|
|
79
92
|
) -> None | bpy.types.Action:
|
|
@@ -2,12 +2,21 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import bpy.types
|
|
5
6
|
|
|
6
|
-
def get_all_referenced_ids(id, ref_map) -> None:
|
|
7
|
-
"""Return a set of IDs directly or indirectly referenced by id.
|
|
7
|
+
def get_all_referenced_ids(id: bpy.types.ID, ref_map: dict[bpy.types.ID]) -> None:
|
|
8
|
+
"""Return a set of IDs directly or indirectly referenced by id.
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
:param id: Datablock whose references were interested in.
|
|
11
|
+
:type id: bpy.types.ID
|
|
12
|
+
:param ref_map: The global ID reference map, retrieved from get_id_reference_map()
|
|
13
|
+
:type ref_map: dict[bpy.types.ID]
|
|
14
|
+
:return: Set of datablocks referenced by id.
|
|
15
|
+
"""
|
|
11
16
|
|
|
12
|
-
def
|
|
13
|
-
"""
|
|
17
|
+
def get_id_reference_map() -> dict[bpy.types.ID]:
|
|
18
|
+
"""Return a dictionary of direct data-block references for every data-block in the blend file.
|
|
19
|
+
|
|
20
|
+
:return: Each datablock of the .blend file mapped to the set of IDs they directly reference.
|
|
21
|
+
:rtype: dict[bpy.types.ID]
|
|
22
|
+
"""
|
|
@@ -4,7 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
6
|
def addon_keymap_register(keymap_data) -> None:
|
|
7
|
-
"""Register a set of keymaps for addons using a list of keymaps.See
|
|
7
|
+
"""Register a set of keymaps for addons using a list of keymaps.See blender_default.py for examples of the format this takes."""
|
|
8
8
|
|
|
9
9
|
def addon_keymap_unregister(keymap_data) -> None:
|
|
10
10
|
"""Unregister a set of keymaps for addons."""
|
{fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fake-bpy-module-latest
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260113
|
|
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
|
|
@@ -115,6 +115,8 @@ being too big for intelliSense to work.*
|
|
|
115
115
|
|4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|
|
|
116
116
|
|4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|
|
|
117
117
|
|4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|
|
|
118
|
+
|4.4|[https://pypi.org/project/fake-bpy-module-4.4/](https://pypi.org/project/fake-bpy-module-4.4/)|
|
|
119
|
+
|4.5|[https://pypi.org/project/fake-bpy-module-4.5/](https://pypi.org/project/fake-bpy-module-4.5/)|
|
|
118
120
|
|latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|
|
|
119
121
|
||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|
|
|
120
122
|
|