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.
Files changed (138) hide show
  1. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  2. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  3. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  4. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  5. _bpy_internal/__init__.pyi +1 -0
  6. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  7. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  8. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  9. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  10. _bpy_types/__init__.pyi +17 -1
  11. aud/__init__.pyi +70 -0
  12. bl_math/__init__.pyi +3 -1
  13. bl_operators/__init__.pyi +1 -0
  14. bl_operators/anim/__init__.pyi +49 -0
  15. bl_operators/copy_global_transform/__init__.pyi +271 -0
  16. bl_operators/node/__init__.pyi +38 -4
  17. bl_operators/object/__init__.pyi +0 -7
  18. bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  19. bl_operators/uvcalc_transform/__init__.pyi +21 -8
  20. bl_ui/__init__.pyi +3 -0
  21. bl_ui/generic_ui_list/__init__.pyi +2 -2
  22. bl_ui/node_add_menu/__init__.pyi +13 -6
  23. bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
  24. bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
  25. bl_ui/node_add_menu_shader/__init__.pyi +21 -19
  26. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  27. bl_ui/properties_constraint/__init__.pyi +68 -0
  28. bl_ui/properties_object/__init__.pyi +37 -0
  29. bl_ui/properties_paint_common/__init__.pyi +23 -6
  30. bl_ui/properties_strip/__init__.pyi +786 -0
  31. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  32. bl_ui/properties_view_layer/__init__.pyi +7 -0
  33. bl_ui/space_clip/__init__.pyi +1 -0
  34. bl_ui/space_dopesheet/__init__.pyi +56 -0
  35. bl_ui/space_image/__init__.pyi +2 -2
  36. bl_ui/space_node/__init__.pyi +31 -37
  37. bl_ui/space_properties/__init__.pyi +31 -0
  38. bl_ui/space_sequencer/__init__.pyi +42 -772
  39. bl_ui/space_time/__init__.pyi +7 -29
  40. bl_ui/space_topbar/__init__.pyi +7 -0
  41. bl_ui/space_userpref/__init__.pyi +7 -2
  42. bl_ui/space_view3d/__init__.pyi +38 -10
  43. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  44. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  45. blf/__init__.pyi +9 -6
  46. bmesh/ops/__init__.pyi +3 -0
  47. bmesh/types/__init__.pyi +184 -36
  48. bmesh/utils/__init__.pyi +22 -5
  49. bpy/app/__init__.pyi +57 -55
  50. bpy/app/translations/__init__.pyi +1 -1
  51. bpy/ops/anim/__init__.pyi +18 -12
  52. bpy/ops/armature/__init__.pyi +1 -1
  53. bpy/ops/curves/__init__.pyi +3 -3
  54. bpy/ops/export_anim/__init__.pyi +3 -0
  55. bpy/ops/export_scene/__init__.pyi +1 -1
  56. bpy/ops/geometry/__init__.pyi +0 -83
  57. bpy/ops/grease_pencil/__init__.pyi +3 -3
  58. bpy/ops/import_anim/__init__.pyi +2 -2
  59. bpy/ops/mesh/__init__.pyi +2 -2
  60. bpy/ops/nla/__init__.pyi +1 -1
  61. bpy/ops/node/__init__.pyi +29 -7
  62. bpy/ops/object/__init__.pyi +93 -0
  63. bpy/ops/pose/__init__.pyi +4 -4
  64. bpy/ops/render/__init__.pyi +10 -7
  65. bpy/ops/screen/__init__.pyi +29 -0
  66. bpy/ops/sculpt/__init__.pyi +30 -41
  67. bpy/ops/sequencer/__init__.pyi +67 -3
  68. bpy/ops/text/__init__.pyi +3 -0
  69. bpy/ops/transform/__init__.pyi +10 -3
  70. bpy/ops/uv/__init__.pyi +54 -0
  71. bpy/ops/wm/__init__.pyi +20 -32
  72. bpy/props/__init__.pyi +5 -11
  73. bpy/stub_internal/rna_enums/__init__.pyi +50 -21
  74. bpy/types/__init__.pyi +10237 -2994
  75. bpy/utils/__init__.pyi +3 -3
  76. bpy/utils/previews/__init__.pyi +1 -1
  77. bpy_extras/anim_utils/__init__.pyi +21 -8
  78. bpy_extras/id_map_utils/__init__.pyi +15 -6
  79. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  80. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  81. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
  82. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  83. freestyle/utils/__init__.pyi +1 -1
  84. gpu/matrix/__init__.pyi +1 -1
  85. gpu/shader/__init__.pyi +22 -1
  86. gpu/state/__init__.pyi +77 -27
  87. gpu/types/__init__.pyi +91 -20
  88. gpu_extras/presets/__init__.pyi +7 -0
  89. idprop/types/__init__.pyi +6 -2
  90. imbuf/__init__.pyi +2 -2
  91. imbuf/types/__init__.pyi +2 -2
  92. keyingsets_builtins/__init__.pyi +1 -1
  93. mathutils/__init__.pyi +53 -29
  94. mathutils/bvhtree/__init__.pyi +6 -4
  95. mathutils/geometry/__init__.pyi +31 -13
  96. mathutils/interpolate/__init__.pyi +4 -2
  97. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  98. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  99. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  105. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  112. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  115. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  118. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  119. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  121. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  123. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  125. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  126. {console_python → _console_python}/__init__.pyi +0 -0
  127. {console_python → _console_python}/py.typed +0 -0
  128. {console_shell → _console_shell}/__init__.pyi +0 -0
  129. {console_shell → _console_shell}/py.typed +0 -0
  130. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  131. {graphviz_export → _graphviz_export}/py.typed +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  133. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  134. {rna_info → _rna_info}/__init__.pyi +0 -0
  135. {rna_info → _rna_info}/py.typed +0 -0
  136. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  137. {rna_xml → _rna_xml}/py.typed +0 -0
  138. {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 skip file paths for packed data.
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: str = bpy.app.version[1]
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: str
299
+ :type minor: int
300
300
  :return: the resource path (not necessarily existing).
301
301
  :rtype: str
302
302
  """
@@ -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, action, action_slot
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 action.fcurves.find() which is a potentially expensive linear search.
52
+ Its a substitute for channelbag.fcurves.find() which is a potentially expensive linear search.
50
53
  :param total_new_keys:
51
- :param action:
52
- :param action_slot:
54
+ :param channelbag:
53
55
  """
54
56
 
55
57
  def insert_keyframes_into_new_action(
56
- self, total_new_keys, action, action_group_name: str
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 action:
63
- :param action_group_name: Name of Action Group that F-curves are added to.
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
- def get_id_reference_map() -> None:
10
- """Return a dictionary of direct data-block references for every data-block in the blend file."""
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 recursive_get_referenced_ids(ref_map, id, referenced_ids, visited) -> None:
13
- """Recursively populate referenced_ids with IDs referenced by id."""
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 blender_defaults.py for examples of the format this takes."""
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."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module-latest
3
- Version: 20251002
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