fake-bpy-module-latest 20251003__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 (137) 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 +42 -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/node_add_menu/__init__.pyi +13 -6
  22. bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
  23. bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
  24. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  25. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  26. bl_ui/properties_constraint/__init__.pyi +68 -0
  27. bl_ui/properties_object/__init__.pyi +37 -0
  28. bl_ui/properties_paint_common/__init__.pyi +23 -3
  29. bl_ui/properties_strip/__init__.pyi +786 -0
  30. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  31. bl_ui/properties_view_layer/__init__.pyi +7 -0
  32. bl_ui/space_clip/__init__.pyi +1 -0
  33. bl_ui/space_dopesheet/__init__.pyi +56 -0
  34. bl_ui/space_image/__init__.pyi +2 -2
  35. bl_ui/space_node/__init__.pyi +29 -2
  36. bl_ui/space_properties/__init__.pyi +31 -0
  37. bl_ui/space_sequencer/__init__.pyi +42 -772
  38. bl_ui/space_time/__init__.pyi +54 -0
  39. bl_ui/space_topbar/__init__.pyi +7 -0
  40. bl_ui/space_userpref/__init__.pyi +7 -2
  41. bl_ui/space_view3d/__init__.pyi +38 -10
  42. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  43. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  44. blf/__init__.pyi +9 -6
  45. bmesh/ops/__init__.pyi +3 -0
  46. bmesh/types/__init__.pyi +184 -36
  47. bmesh/utils/__init__.pyi +22 -5
  48. bpy/app/__init__.pyi +54 -52
  49. bpy/app/translations/__init__.pyi +1 -1
  50. bpy/ops/anim/__init__.pyi +18 -12
  51. bpy/ops/armature/__init__.pyi +1 -1
  52. bpy/ops/curves/__init__.pyi +3 -3
  53. bpy/ops/export_anim/__init__.pyi +3 -0
  54. bpy/ops/export_scene/__init__.pyi +1 -1
  55. bpy/ops/geometry/__init__.pyi +0 -83
  56. bpy/ops/grease_pencil/__init__.pyi +3 -3
  57. bpy/ops/import_anim/__init__.pyi +2 -2
  58. bpy/ops/mesh/__init__.pyi +2 -2
  59. bpy/ops/nla/__init__.pyi +1 -1
  60. bpy/ops/node/__init__.pyi +29 -7
  61. bpy/ops/object/__init__.pyi +93 -0
  62. bpy/ops/pose/__init__.pyi +4 -4
  63. bpy/ops/render/__init__.pyi +4 -1
  64. bpy/ops/screen/__init__.pyi +29 -0
  65. bpy/ops/sculpt/__init__.pyi +30 -41
  66. bpy/ops/sequencer/__init__.pyi +67 -3
  67. bpy/ops/text/__init__.pyi +3 -0
  68. bpy/ops/transform/__init__.pyi +10 -3
  69. bpy/ops/uv/__init__.pyi +54 -0
  70. bpy/ops/wm/__init__.pyi +20 -32
  71. bpy/props/__init__.pyi +5 -11
  72. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  73. bpy/types/__init__.pyi +7912 -3664
  74. bpy/utils/__init__.pyi +3 -3
  75. bpy/utils/previews/__init__.pyi +1 -1
  76. bpy_extras/anim_utils/__init__.pyi +9 -0
  77. bpy_extras/id_map_utils/__init__.pyi +15 -6
  78. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  79. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  80. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
  81. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  82. freestyle/utils/__init__.pyi +1 -1
  83. gpu/matrix/__init__.pyi +1 -1
  84. gpu/shader/__init__.pyi +22 -1
  85. gpu/state/__init__.pyi +77 -27
  86. gpu/types/__init__.pyi +91 -20
  87. gpu_extras/presets/__init__.pyi +7 -0
  88. idprop/types/__init__.pyi +6 -2
  89. imbuf/__init__.pyi +2 -2
  90. imbuf/types/__init__.pyi +2 -2
  91. keyingsets_builtins/__init__.pyi +1 -1
  92. mathutils/__init__.pyi +53 -29
  93. mathutils/bvhtree/__init__.pyi +3 -2
  94. mathutils/geometry/__init__.pyi +31 -13
  95. mathutils/interpolate/__init__.pyi +4 -2
  96. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  97. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  98. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  99. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  105. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  112. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  115. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  118. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  119. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  121. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  123. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  125. {console_python → _console_python}/__init__.pyi +0 -0
  126. {console_python → _console_python}/py.typed +0 -0
  127. {console_shell → _console_shell}/__init__.pyi +0 -0
  128. {console_shell → _console_shell}/py.typed +0 -0
  129. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  130. {graphviz_export → _graphviz_export}/py.typed +0 -0
  131. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  133. {rna_info → _rna_info}/__init__.pyi +0 -0
  134. {rna_info → _rna_info}/py.typed +0 -0
  135. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  136. {rna_xml → _rna_xml}/py.typed +0 -0
  137. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
@@ -0,0 +1,47 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
6
+ import bpy.types
7
+
8
+ class STRIP_PT_modifiers(StripModButtonsPanel, _bpy_types.Panel):
9
+ bl_context: typing.Any
10
+ bl_label: typing.Any
11
+ bl_options: typing.Any
12
+ bl_region_type: typing.Any
13
+ bl_rna: typing.Any
14
+ bl_space_type: typing.Any
15
+ id_data: typing.Any
16
+
17
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
18
+ """
19
+
20
+ :return: The RNA type or default when not found.
21
+ :rtype: bpy.types.Struct
22
+ """
23
+
24
+ def bl_rna_get_subclass_py(self) -> typing.Any:
25
+ """
26
+
27
+ :return: The class or default when not found.
28
+ :rtype: typing.Any
29
+ """
30
+
31
+ def draw(self, context) -> None:
32
+ """
33
+
34
+ :param context:
35
+ """
36
+
37
+ class StripModButtonsPanel:
38
+ bl_context: typing.Any
39
+ bl_region_type: typing.Any
40
+ bl_space_type: typing.Any
41
+
42
+ @classmethod
43
+ def poll(cls, context) -> None:
44
+ """
45
+
46
+ :param context:
47
+ """
@@ -385,6 +385,13 @@ class VIEWLAYER_UL_aov(_bpy_types.UIList):
385
385
  bl_rna: typing.Any
386
386
  id_data: typing.Any
387
387
 
388
+ @staticmethod
389
+ def aov_icon(item) -> None:
390
+ """
391
+
392
+ :param item:
393
+ """
394
+
388
395
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
389
396
  """
390
397
 
@@ -2075,6 +2075,7 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
2075
2075
  """
2076
2076
 
2077
2077
  class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
2078
+ bl_category: typing.Any
2078
2079
  bl_label: typing.Any
2079
2080
  bl_options: typing.Any
2080
2081
  bl_parent_id: typing.Any
@@ -584,6 +584,34 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, _bpy_types.Pan
584
584
  :param context:
585
585
  """
586
586
 
587
+ class DOPESHEET_PT_dopesheet_overlay(_bpy_types.Panel):
588
+ bl_label: typing.Any
589
+ bl_parent_id: typing.Any
590
+ bl_region_type: typing.Any
591
+ bl_rna: typing.Any
592
+ bl_space_type: typing.Any
593
+ id_data: typing.Any
594
+
595
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
596
+ """
597
+
598
+ :return: The RNA type or default when not found.
599
+ :rtype: bpy.types.Struct
600
+ """
601
+
602
+ def bl_rna_get_subclass_py(self) -> typing.Any:
603
+ """
604
+
605
+ :return: The class or default when not found.
606
+ :rtype: typing.Any
607
+ """
608
+
609
+ def draw(self, context) -> None:
610
+ """
611
+
612
+ :param context:
613
+ """
614
+
587
615
  class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, _bpy_types.Panel):
588
616
  bl_label: typing.Any
589
617
  bl_region_type: typing.Any
@@ -781,6 +809,34 @@ class DOPESHEET_PT_grease_pencil_mode(
781
809
  :param context:
782
810
  """
783
811
 
812
+ class DOPESHEET_PT_overlay(_bpy_types.Panel):
813
+ bl_label: typing.Any
814
+ bl_region_type: typing.Any
815
+ bl_rna: typing.Any
816
+ bl_space_type: typing.Any
817
+ bl_ui_units_x: typing.Any
818
+ id_data: typing.Any
819
+
820
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
821
+ """
822
+
823
+ :return: The RNA type or default when not found.
824
+ :rtype: bpy.types.Struct
825
+ """
826
+
827
+ def bl_rna_get_subclass_py(self) -> typing.Any:
828
+ """
829
+
830
+ :return: The class or default when not found.
831
+ :rtype: typing.Any
832
+ """
833
+
834
+ def draw(self, _context) -> None:
835
+ """
836
+
837
+ :param _context:
838
+ """
839
+
784
840
  class DOPESHEET_PT_proportional_edit(_bpy_types.Panel):
785
841
  bl_label: typing.Any
786
842
  bl_region_type: typing.Any
@@ -22,11 +22,11 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
22
22
 
23
23
  class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
24
24
  bl_activate_operator: typing.Any
25
- bl_default_preview_size: typing.Any
26
25
  bl_options: typing.Any
27
26
  bl_rna: typing.Any
28
27
  bl_space_type: typing.Any
29
28
  brush_type_prop: typing.Any
29
+ filter_brush: typing.Any
30
30
  id_data: typing.Any
31
31
  mode_prop: typing.Any
32
32
 
@@ -1952,10 +1952,10 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
1952
1952
 
1953
1953
  class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
1954
1954
  bl_activate_operator: typing.Any
1955
- bl_default_preview_size: typing.Any
1956
1955
  bl_options: typing.Any
1957
1956
  bl_space_type: typing.Any
1958
1957
  brush_type_prop: typing.Any
1958
+ filter_brush: typing.Any
1959
1959
  mode_prop: typing.Any
1960
1960
 
1961
1961
  class ImageScopesPanel:
@@ -11,9 +11,11 @@ import bpy.types
11
11
  import rna_prop_ui
12
12
 
13
13
  class NODE_AST_compositor(_bpy_types.AssetShelf):
14
+ bl_options: typing.Any
14
15
  bl_region_type: typing.Any
15
16
  bl_rna: typing.Any
16
17
  bl_space_type: typing.Any
18
+ filter_node_tree: typing.Any
17
19
  id_data: typing.Any
18
20
 
19
21
  @classmethod
@@ -70,7 +72,7 @@ class NODE_HT_header(_bpy_types.Header):
70
72
  """
71
73
 
72
74
  class NODE_MT_add(bl_ui.node_add_menu.AddNodeMenu):
73
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
75
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
74
76
 
75
77
  bl_label: typing.Any
76
78
  bl_options: typing.Any
@@ -281,6 +283,31 @@ class NODE_MT_node_tree_interface_context_menu(_bpy_types.Menu):
281
283
  :param context:
282
284
  """
283
285
 
286
+ class NODE_MT_node_tree_interface_new_item(_bpy_types.Menu):
287
+ bl_label: typing.Any
288
+ bl_rna: typing.Any
289
+ id_data: typing.Any
290
+
291
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
292
+ """
293
+
294
+ :return: The RNA type or default when not found.
295
+ :rtype: bpy.types.Struct
296
+ """
297
+
298
+ def bl_rna_get_subclass_py(self) -> typing.Any:
299
+ """
300
+
301
+ :return: The class or default when not found.
302
+ :rtype: typing.Any
303
+ """
304
+
305
+ def draw(self, context) -> None:
306
+ """
307
+
308
+ :param context:
309
+ """
310
+
284
311
  class NODE_MT_select(_bpy_types.Menu):
285
312
  bl_label: typing.Any
286
313
  bl_rna: typing.Any
@@ -307,7 +334,7 @@ class NODE_MT_select(_bpy_types.Menu):
307
334
  """
308
335
 
309
336
  class NODE_MT_swap(bl_ui.node_add_menu.SwapNodeMenu):
310
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
337
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
311
338
 
312
339
  bl_label: typing.Any
313
340
  bl_options: typing.Any
@@ -87,6 +87,35 @@ class PROPERTIES_PT_options(_bpy_types.Panel):
87
87
  :param context:
88
88
  """
89
89
 
90
+ class PROPERTIES_PT_visibility(_bpy_types.Panel):
91
+ """Choose visibility of tabs in the properties editor"""
92
+
93
+ bl_label: typing.Any
94
+ bl_region_type: typing.Any
95
+ bl_rna: typing.Any
96
+ bl_space_type: typing.Any
97
+ id_data: typing.Any
98
+
99
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
100
+ """
101
+
102
+ :return: The RNA type or default when not found.
103
+ :rtype: bpy.types.Struct
104
+ """
105
+
106
+ def bl_rna_get_subclass_py(self) -> typing.Any:
107
+ """
108
+
109
+ :return: The class or default when not found.
110
+ :rtype: typing.Any
111
+ """
112
+
113
+ def draw(self, context) -> None:
114
+ """
115
+
116
+ :param context:
117
+ """
118
+
90
119
  class PropertiesAnimationMixin:
91
120
  """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
92
121
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
@@ -120,3 +149,5 @@ class PropertiesAnimationMixin:
120
149
 
121
150
  :param context:
122
151
  """
152
+
153
+ def has_hidden_tabs(space) -> None: ...