fake-bpy-module-latest 20251003__tar.gz → 20260113__tar.gz

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 (389) hide show
  1. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/PKG-INFO +3 -1
  2. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/README.md +2 -0
  3. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/__init__.pyi +1 -0
  4. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/settings/__init__.pyi +2 -0
  5. fake_bpy_module_latest-20260113/_bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  6. fake_bpy_module_latest-20260113/_bl_ui_utils/__init__.pyi +5 -0
  7. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/__init__.pyi +1 -0
  8. fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  9. fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  10. fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  11. fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  12. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_types/__init__.pyi +17 -1
  13. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/aud/__init__.pyi +70 -0
  14. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_math/__init__.pyi +3 -1
  15. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/__init__.pyi +1 -0
  16. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/anim/__init__.pyi +42 -0
  17. fake_bpy_module_latest-20260113/bl_operators/copy_global_transform/__init__.pyi +271 -0
  18. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node/__init__.pyi +38 -4
  19. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object/__init__.pyi +0 -7
  20. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  21. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_transform/__init__.pyi +21 -8
  22. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/__init__.pyi +3 -0
  23. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu/__init__.pyi +13 -6
  24. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
  25. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
  26. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  27. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  28. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_constraint/__init__.pyi +68 -0
  29. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_object/__init__.pyi +37 -0
  30. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_paint_common/__init__.pyi +23 -3
  31. fake_bpy_module_latest-20260113/bl_ui/properties_strip/__init__.pyi +786 -0
  32. fake_bpy_module_latest-20260113/bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  33. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_view_layer/__init__.pyi +7 -0
  34. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_clip/__init__.pyi +1 -0
  35. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_dopesheet/__init__.pyi +56 -0
  36. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_image/__init__.pyi +2 -2
  37. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_node/__init__.pyi +29 -2
  38. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_properties/__init__.pyi +31 -0
  39. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_sequencer/__init__.pyi +42 -772
  40. fake_bpy_module_latest-20260113/bl_ui/space_time/__init__.pyi +193 -0
  41. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_topbar/__init__.pyi +7 -0
  42. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_userpref/__init__.pyi +7 -2
  43. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_view3d/__init__.pyi +38 -10
  44. {fake_bpy_module_latest-20251003/bl_ui/space_time → fake_bpy_module_latest-20260113/bl_ui/space_view3d_sidebar}/__init__.pyi +24 -28
  45. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  46. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/blf/__init__.pyi +9 -6
  47. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/ops/__init__.pyi +3 -0
  48. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/types/__init__.pyi +184 -36
  49. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/utils/__init__.pyi +22 -5
  50. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/__init__.pyi +54 -52
  51. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/translations/__init__.pyi +1 -1
  52. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/anim/__init__.pyi +18 -12
  53. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/armature/__init__.pyi +1 -1
  54. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/curves/__init__.pyi +3 -3
  55. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/export_anim/__init__.pyi +3 -0
  56. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/export_scene/__init__.pyi +1 -1
  57. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/geometry/__init__.pyi +0 -83
  58. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/grease_pencil/__init__.pyi +3 -3
  59. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_anim/__init__.pyi +2 -2
  60. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mesh/__init__.pyi +2 -2
  61. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/nla/__init__.pyi +1 -1
  62. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/node/__init__.pyi +29 -7
  63. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/object/__init__.pyi +93 -0
  64. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/pose/__init__.pyi +4 -4
  65. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/render/__init__.pyi +4 -1
  66. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/screen/__init__.pyi +29 -0
  67. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sculpt/__init__.pyi +30 -41
  68. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sequencer/__init__.pyi +67 -3
  69. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/text/__init__.pyi +3 -0
  70. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/transform/__init__.pyi +10 -3
  71. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/uv/__init__.pyi +54 -0
  72. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/wm/__init__.pyi +20 -32
  73. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/props/__init__.pyi +5 -11
  74. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  75. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/types/__init__.pyi +7912 -3664
  76. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/__init__.pyi +3 -3
  77. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/previews/__init__.pyi +1 -1
  78. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/anim_utils/__init__.pyi +9 -0
  79. fake_bpy_module_latest-20260113/bpy_extras/id_map_utils/__init__.pyi +22 -0
  80. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  81. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/PKG-INFO +3 -1
  82. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/SOURCES.txt +54 -45
  83. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/top_level.txt +14 -14
  84. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/utils/__init__.pyi +1 -1
  85. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/matrix/__init__.pyi +1 -1
  86. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/shader/__init__.pyi +22 -1
  87. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/state/__init__.pyi +77 -27
  88. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/types/__init__.pyi +91 -20
  89. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/presets/__init__.pyi +7 -0
  90. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/idprop/types/__init__.pyi +6 -2
  91. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/imbuf/__init__.pyi +2 -2
  92. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/imbuf/types/__init__.pyi +2 -2
  93. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/keyingsets_builtins/__init__.pyi +1 -1
  94. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/__init__.pyi +53 -29
  95. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/bvhtree/__init__.pyi +3 -2
  96. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/geometry/__init__.pyi +31 -13
  97. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/interpolate/__init__.pyi +4 -2
  98. fake_bpy_module_latest-20251003/bl_ui_utils/__init__.pyi +0 -4
  99. fake_bpy_module_latest-20251003/bpy_extras/id_map_utils/__init__.pyi +0 -13
  100. {fake_bpy_module_latest-20251003/animsys_refactor → fake_bpy_module_latest-20260113/_animsys_refactor}/__init__.pyi +0 -0
  101. {fake_bpy_module_latest-20251003/_blendfile_header → fake_bpy_module_latest-20260113/_animsys_refactor}/py.typed +0 -0
  102. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/__init__.pyi +0 -0
  103. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/__init__.pyi +0 -0
  104. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  105. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  106. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  107. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  108. {fake_bpy_module_latest-20251003/_bpy_internal → fake_bpy_module_latest-20260113/_bl_console_utils}/py.typed +0 -0
  109. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  110. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  111. {fake_bpy_module_latest-20251003/_bpy_types → fake_bpy_module_latest-20260113/_bl_i18n_utils}/py.typed +0 -0
  112. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils/__init__.pyi +0 -0
  113. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  114. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  115. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  116. {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/__init__.pyi +0 -0
  117. {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  118. {fake_bpy_module_latest-20251003/addon_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/py.typed +0 -0
  119. {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_bl_rna_utils}/__init__.pyi +0 -0
  120. {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_bl_rna_utils}/data_path/__init__.pyi +0 -0
  121. {fake_bpy_module_latest-20251003/animsys_refactor → fake_bpy_module_latest-20260113/_bl_rna_utils}/py.typed +0 -0
  122. {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_bl_text_utils}/__init__.pyi +0 -0
  123. {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_bl_text_utils}/external_editor/__init__.pyi +0 -0
  124. {fake_bpy_module_latest-20251003/aud → fake_bpy_module_latest-20260113/_bl_text_utils}/py.typed +0 -0
  125. {fake_bpy_module_latest-20251003/bl_ui_utils → fake_bpy_module_latest-20260113/_bl_ui_utils}/layout/__init__.pyi +0 -0
  126. {fake_bpy_module_latest-20251003/bl_app_override → fake_bpy_module_latest-20260113/_bl_ui_utils}/py.typed +0 -0
  127. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_blendfile_header/__init__.pyi +0 -0
  128. {fake_bpy_module_latest-20251003/bl_app_template_utils → fake_bpy_module_latest-20260113/_blendfile_header}/py.typed +0 -0
  129. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/addons/__init__.pyi +0 -0
  130. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/addons/cli/__init__.pyi +0 -0
  131. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/__init__.pyi +0 -0
  132. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/remote_library_listing/__init__.pyi +0 -0
  133. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +0 -0
  134. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/__init__.pyi +0 -0
  135. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
  136. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
  137. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
  138. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  139. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
  140. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
  141. {fake_bpy_module_latest-20251003/bl_app_templates_system → fake_bpy_module_latest-20260113/_bpy_internal}/py.typed +0 -0
  142. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/__init__.pyi +0 -0
  143. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
  144. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
  145. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
  146. {fake_bpy_module_latest-20251003/bpy_restrict_state → fake_bpy_module_latest-20260113/_bpy_restrict_state}/__init__.pyi +0 -0
  147. {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bpy_restrict_state}/py.typed +0 -0
  148. {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bpy_types}/py.typed +0 -0
  149. {fake_bpy_module_latest-20251003/console_python → fake_bpy_module_latest-20260113/_console_python}/__init__.pyi +0 -0
  150. {fake_bpy_module_latest-20251003/bl_keymap_utils → fake_bpy_module_latest-20260113/_console_python}/py.typed +0 -0
  151. {fake_bpy_module_latest-20251003/console_shell → fake_bpy_module_latest-20260113/_console_shell}/__init__.pyi +0 -0
  152. {fake_bpy_module_latest-20251003/bl_math → fake_bpy_module_latest-20260113/_console_shell}/py.typed +0 -0
  153. {fake_bpy_module_latest-20251003/graphviz_export → fake_bpy_module_latest-20260113/_graphviz_export}/__init__.pyi +0 -0
  154. {fake_bpy_module_latest-20251003/bl_operators → fake_bpy_module_latest-20260113/_graphviz_export}/py.typed +0 -0
  155. {fake_bpy_module_latest-20251003/keyingsets_utils → fake_bpy_module_latest-20260113/_keyingsets_utils}/__init__.pyi +0 -0
  156. {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_keyingsets_utils}/py.typed +0 -0
  157. {fake_bpy_module_latest-20251003/rna_info → fake_bpy_module_latest-20260113/_rna_info}/__init__.pyi +0 -0
  158. {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_rna_info}/py.typed +0 -0
  159. {fake_bpy_module_latest-20251003/rna_xml → fake_bpy_module_latest-20260113/_rna_xml}/__init__.pyi +0 -0
  160. {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_rna_xml}/py.typed +0 -0
  161. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/addon_utils/__init__.pyi +0 -0
  162. {fake_bpy_module_latest-20251003/bl_ui → fake_bpy_module_latest-20260113/addon_utils}/py.typed +0 -0
  163. {fake_bpy_module_latest-20251003/bl_ui_utils → fake_bpy_module_latest-20260113/aud}/py.typed +0 -0
  164. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_override/__init__.pyi +0 -0
  165. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_override/helpers/__init__.pyi +0 -0
  166. {fake_bpy_module_latest-20251003/blend_render_info → fake_bpy_module_latest-20260113/bl_app_override}/py.typed +0 -0
  167. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_template_utils/__init__.pyi +0 -0
  168. {fake_bpy_module_latest-20251003/blf → fake_bpy_module_latest-20260113/bl_app_template_utils}/py.typed +0 -0
  169. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_templates_system/Storyboarding/__init__.pyi +0 -0
  170. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_templates_system/__init__.pyi +0 -0
  171. {fake_bpy_module_latest-20251003/bmesh → fake_bpy_module_latest-20260113/bl_app_templates_system}/py.typed +0 -0
  172. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/__init__.pyi +0 -0
  173. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/io/__init__.pyi +0 -0
  174. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  175. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  176. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  177. {fake_bpy_module_latest-20251003/bpy → fake_bpy_module_latest-20260113/bl_keymap_utils}/py.typed +0 -0
  178. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  179. {fake_bpy_module_latest-20251003/bpy_extras → fake_bpy_module_latest-20260113/bl_math}/py.typed +0 -0
  180. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  181. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/assets/__init__.pyi +0 -0
  182. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bmesh/__init__.pyi +0 -0
  183. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  184. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
  185. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/clip/__init__.pyi +0 -0
  186. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/connect_to_output/__init__.pyi +0 -0
  187. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/console/__init__.pyi +0 -0
  188. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/constraint/__init__.pyi +0 -0
  189. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/file/__init__.pyi +0 -0
  190. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/freestyle/__init__.pyi +0 -0
  191. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  192. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/grease_pencil/__init__.pyi +0 -0
  193. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/image/__init__.pyi +0 -0
  194. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/image_as_planes/__init__.pyi +0 -0
  195. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/mesh/__init__.pyi +0 -0
  196. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node_editor/__init__.pyi +0 -0
  197. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
  198. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_align/__init__.pyi +0 -0
  199. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  200. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  201. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/presets/__init__.pyi +0 -0
  202. {fake_bpy_module_latest-20251003/bpy_restrict_state → fake_bpy_module_latest-20260113/bl_operators}/py.typed +0 -0
  203. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/rigidbody/__init__.pyi +0 -0
  204. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  205. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/sequencer/__init__.pyi +0 -0
  206. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/spreadsheet/__init__.pyi +0 -0
  207. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/userpref/__init__.pyi +0 -0
  208. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  209. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  210. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/view3d/__init__.pyi +0 -0
  211. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/wm/__init__.pyi +0 -0
  212. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/world/__init__.pyi +0 -0
  213. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/anim/__init__.pyi +0 -0
  214. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/asset_shelf/__init__.pyi +0 -0
  215. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  216. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_animviz/__init__.pyi +0 -0
  217. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_collection/__init__.pyi +0 -0
  218. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  219. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  220. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  221. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  222. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  223. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  224. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  225. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  226. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_light/__init__.pyi +0 -0
  227. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  228. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  229. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  230. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
  231. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  232. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  233. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  234. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  235. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  236. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
  237. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  238. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_material/__init__.pyi +0 -0
  239. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  240. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_output/__init__.pyi +0 -0
  241. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_particle/__init__.pyi +0 -0
  242. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  243. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  244. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  245. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  246. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  247. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  248. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  249. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  250. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  251. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_render/__init__.pyi +0 -0
  252. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_scene/__init__.pyi +0 -0
  253. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_texture/__init__.pyi +0 -0
  254. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_workspace/__init__.pyi +0 -0
  255. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_world/__init__.pyi +0 -0
  256. {fake_bpy_module_latest-20251003/console_python → fake_bpy_module_latest-20260113/bl_ui}/py.typed +0 -0
  257. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_console/__init__.pyi +0 -0
  258. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  259. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_graph/__init__.pyi +0 -0
  260. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_info/__init__.pyi +0 -0
  261. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_nla/__init__.pyi +0 -0
  262. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_outliner/__init__.pyi +0 -0
  263. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  264. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_statusbar/__init__.pyi +0 -0
  265. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_text/__init__.pyi +0 -0
  266. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  267. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
  268. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/utils/__init__.pyi +0 -0
  269. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/blend_render_info/__init__.pyi +0 -0
  270. {fake_bpy_module_latest-20251003/console_shell → fake_bpy_module_latest-20260113/blend_render_info}/py.typed +0 -0
  271. {fake_bpy_module_latest-20251003/freestyle → fake_bpy_module_latest-20260113/blf}/py.typed +0 -0
  272. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/__init__.pyi +0 -0
  273. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/geometry/__init__.pyi +0 -0
  274. {fake_bpy_module_latest-20251003/gpu → fake_bpy_module_latest-20260113/bmesh}/py.typed +0 -0
  275. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/__init__.pyi +0 -0
  276. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/handlers/__init__.pyi +0 -0
  277. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/icons/__init__.pyi +0 -0
  278. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/timers/__init__.pyi +0 -0
  279. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/msgbus/__init__.pyi +0 -0
  280. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/__init__.pyi +0 -0
  281. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/action/__init__.pyi +0 -0
  282. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/asset/__init__.pyi +0 -0
  283. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/boid/__init__.pyi +0 -0
  284. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/brush/__init__.pyi +0 -0
  285. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/buttons/__init__.pyi +0 -0
  286. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cachefile/__init__.pyi +0 -0
  287. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/camera/__init__.pyi +0 -0
  288. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/clip/__init__.pyi +0 -0
  289. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cloth/__init__.pyi +0 -0
  290. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/collection/__init__.pyi +0 -0
  291. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/console/__init__.pyi +0 -0
  292. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/constraint/__init__.pyi +0 -0
  293. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/curve/__init__.pyi +0 -0
  294. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cycles/__init__.pyi +0 -0
  295. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/dpaint/__init__.pyi +0 -0
  296. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ed/__init__.pyi +0 -0
  297. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/extensions/__init__.pyi +0 -0
  298. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/file/__init__.pyi +0 -0
  299. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/fluid/__init__.pyi +0 -0
  300. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/font/__init__.pyi +0 -0
  301. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  302. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/gpencil/__init__.pyi +0 -0
  303. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/graph/__init__.pyi +0 -0
  304. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/image/__init__.pyi +0 -0
  305. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_curve/__init__.pyi +0 -0
  306. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_scene/__init__.pyi +0 -0
  307. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/info/__init__.pyi +0 -0
  308. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/lattice/__init__.pyi +0 -0
  309. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/marker/__init__.pyi +0 -0
  310. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mask/__init__.pyi +0 -0
  311. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/material/__init__.pyi +0 -0
  312. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mball/__init__.pyi +0 -0
  313. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/outliner/__init__.pyi +0 -0
  314. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/paint/__init__.pyi +0 -0
  315. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/paintcurve/__init__.pyi +0 -0
  316. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/palette/__init__.pyi +0 -0
  317. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/particle/__init__.pyi +0 -0
  318. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/pointcloud/__init__.pyi +0 -0
  319. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/poselib/__init__.pyi +0 -0
  320. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/preferences/__init__.pyi +0 -0
  321. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ptcache/__init__.pyi +0 -0
  322. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/rigidbody/__init__.pyi +0 -0
  323. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/scene/__init__.pyi +0 -0
  324. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/script/__init__.pyi +0 -0
  325. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  326. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sound/__init__.pyi +0 -0
  327. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  328. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/surface/__init__.pyi +0 -0
  329. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/text_editor/__init__.pyi +0 -0
  330. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/texture/__init__.pyi +0 -0
  331. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ui/__init__.pyi +0 -0
  332. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/uilist/__init__.pyi +0 -0
  333. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/view2d/__init__.pyi +0 -0
  334. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/view3d/__init__.pyi +0 -0
  335. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/workspace/__init__.pyi +0 -0
  336. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/world/__init__.pyi +0 -0
  337. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/path/__init__.pyi +0 -0
  338. {fake_bpy_module_latest-20251003/gpu_extras → fake_bpy_module_latest-20260113/bpy}/py.typed +0 -0
  339. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/stub_internal/__init__.pyi +0 -0
  340. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/units/__init__.pyi +0 -0
  341. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/__init__.pyi +0 -0
  342. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/asset_utils/__init__.pyi +0 -0
  343. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  344. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/image_utils/__init__.pyi +0 -0
  345. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/io_utils/__init__.pyi +0 -0
  346. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  347. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  348. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/node_utils/__init__.pyi +0 -0
  349. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/object_utils/__init__.pyi +0 -0
  350. {fake_bpy_module_latest-20251003/graphviz_export → fake_bpy_module_latest-20260113/bpy_extras}/py.typed +0 -0
  351. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  352. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/wm_utils/__init__.pyi +0 -0
  353. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  354. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/dependency_links.txt +0 -0
  355. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/__init__.pyi +0 -0
  356. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/chainingiterators/__init__.pyi +0 -0
  357. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/functions/__init__.pyi +0 -0
  358. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/predicates/__init__.pyi +0 -0
  359. {fake_bpy_module_latest-20251003/idprop → fake_bpy_module_latest-20260113/freestyle}/py.typed +0 -0
  360. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/shaders/__init__.pyi +0 -0
  361. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/types/__init__.pyi +0 -0
  362. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  363. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/__init__.pyi +0 -0
  364. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/capabilities/__init__.pyi +0 -0
  365. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/platform/__init__.pyi +0 -0
  366. {fake_bpy_module_latest-20251003/imbuf → fake_bpy_module_latest-20260113/gpu}/py.typed +0 -0
  367. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/select/__init__.pyi +0 -0
  368. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/texture/__init__.pyi +0 -0
  369. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/__init__.pyi +0 -0
  370. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/batch/__init__.pyi +0 -0
  371. {fake_bpy_module_latest-20251003/keyingsets_builtins → fake_bpy_module_latest-20260113/gpu_extras}/py.typed +0 -0
  372. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/idprop/__init__.pyi +0 -0
  373. {fake_bpy_module_latest-20251003/keyingsets_utils → fake_bpy_module_latest-20260113/idprop}/py.typed +0 -0
  374. {fake_bpy_module_latest-20251003/mathutils → fake_bpy_module_latest-20260113/imbuf}/py.typed +0 -0
  375. {fake_bpy_module_latest-20251003/nodeitems_builtins → fake_bpy_module_latest-20260113/keyingsets_builtins}/py.typed +0 -0
  376. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/kdtree/__init__.pyi +0 -0
  377. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/noise/__init__.pyi +0 -0
  378. {fake_bpy_module_latest-20251003/nodeitems_utils → fake_bpy_module_latest-20260113/mathutils}/py.typed +0 -0
  379. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/nodeitems_builtins/__init__.pyi +0 -0
  380. {fake_bpy_module_latest-20251003/rna_info → fake_bpy_module_latest-20260113/nodeitems_builtins}/py.typed +0 -0
  381. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/nodeitems_utils/__init__.pyi +0 -0
  382. {fake_bpy_module_latest-20251003/rna_keymap_ui → fake_bpy_module_latest-20260113/nodeitems_utils}/py.typed +0 -0
  383. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/pyproject.toml +0 -0
  384. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/rna_keymap_ui/__init__.pyi +0 -0
  385. {fake_bpy_module_latest-20251003/rna_prop_ui → fake_bpy_module_latest-20260113/rna_keymap_ui}/py.typed +0 -0
  386. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/rna_prop_ui/__init__.pyi +0 -0
  387. {fake_bpy_module_latest-20251003/rna_xml → fake_bpy_module_latest-20260113/rna_prop_ui}/py.typed +0 -0
  388. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/setup.cfg +0 -0
  389. {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module-latest
3
- Version: 20251003
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
 
@@ -89,6 +89,8 @@ being too big for intelliSense to work.*
89
89
  |4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|
90
90
  |4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|
91
91
  |4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|
92
+ |4.4|[https://pypi.org/project/fake-bpy-module-4.4/](https://pypi.org/project/fake-bpy-module-4.4/)|
93
+ |4.5|[https://pypi.org/project/fake-bpy-module-4.5/](https://pypi.org/project/fake-bpy-module-4.5/)|
92
94
  |latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|
93
95
  ||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|
94
96
 
@@ -9,3 +9,4 @@ from . import utils as utils
9
9
  from . import utils_cli as utils_cli
10
10
  from . import utils_languages_menu as utils_languages_menu
11
11
  from . import utils_rtl as utils_rtl
12
+ from . import utils_spell_check as utils_spell_check
@@ -44,3 +44,5 @@ class I18nSettings:
44
44
 
45
45
  def to_dict(self) -> None: ...
46
46
  def to_json(self) -> None: ...
47
+
48
+ class PyGettextKeyword: ...
@@ -0,0 +1,22 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+
6
+ class SpellChecker:
7
+ """A basic spell checker."""
8
+
9
+ uimsgs: typing.Any
10
+
11
+ def check(self, txt) -> None:
12
+ """
13
+
14
+ :param txt:
15
+ """
16
+
17
+ @classmethod
18
+ def split_words(cls, text) -> None:
19
+ """
20
+
21
+ :param text:
22
+ """
@@ -0,0 +1,5 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ from . import layout as layout
@@ -4,6 +4,7 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
  from . import addons as addons
6
6
  from . import assets as assets
7
+ from . import disk_file_hash_service as disk_file_hash_service
7
8
  from . import extensions as extensions
8
9
  from . import freedesktop as freedesktop
9
10
  from . import grease_pencil as grease_pencil
@@ -0,0 +1,19 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ from . import backend_sqlite as backend_sqlite
6
+ from . import hash_service as hash_service
7
+ from . import types as types
8
+
9
+ def get_service(storage_path) -> None:
10
+ """Get a disk file hash service that stores its cache on the given path.Depending on the back-end (currently there is only the SQLite back-end, and
11
+ thus there is no choice in which one is used), the storage_path can be used
12
+ as directory or as file prefix. The SQLite back-end uses
13
+ {storage_path}_v{schema_version}.sqlite as storage.Once a DiskFileHashService is constructed, it is cached for future
14
+ invocations. These cached services are cleaned up when Blender loads another
15
+ file or when it exits.
16
+
17
+ """
18
+
19
+ def on_blender_exit() -> None: ...
@@ -0,0 +1,48 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+
6
+ class SQLiteBackend:
7
+ """DiskFileHashBackend implementation using SQLite as storage engine."""
8
+
9
+ db_conn_ro: typing.Any
10
+ db_conn_rw: typing.Any
11
+
12
+ def close(self) -> None:
13
+ """Close the database connection."""
14
+
15
+ def fetch_hash(self, filepath, hash_algorithm) -> None:
16
+ """Return the cached hash info of a given file.Returns a tuple (hexdigest, file size in bytes, last file mtime).
17
+
18
+ :param filepath:
19
+ :param hash_algorithm:
20
+ """
21
+
22
+ def mark_hash_as_fresh(self, filepath, hash_algorithm) -> None:
23
+ """Store that the hash is still considered fresh.See remove_older_than().
24
+
25
+ :param filepath:
26
+ :param hash_algorithm:
27
+ """
28
+
29
+ def open(self) -> None:
30
+ """Prepare the back-end for use.Create the directory structure & database file, and ensure the schema is as expected."""
31
+
32
+ def remove_older_than(self, *, days) -> None:
33
+ """Remove all hash entries that are older than this many days.When this removes all known hashes for a file, the file entry itself is
34
+ also removed.
35
+
36
+ :param days:
37
+ """
38
+
39
+ def store_hash(
40
+ self, filepath, hash_algorithm, hash_info, pre_write_callback=None
41
+ ) -> None:
42
+ """Store a pre-computed hash for the given file path. The path has to exist.
43
+
44
+ :param filepath:
45
+ :param hash_algorithm:
46
+ :param hash_info:
47
+ :param pre_write_callback:
48
+ """
@@ -0,0 +1,64 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+
6
+ class DiskFileHashService:
7
+ def close(self) -> None:
8
+ """Close the service."""
9
+
10
+ def file_matches(self, filepath, hash_algorithm, hexhash, size_in_byes) -> None:
11
+ """Check the file on disk, to see if it matches the given properties.
12
+
13
+ :param filepath:
14
+ :param hash_algorithm:
15
+ :param hexhash:
16
+ :param size_in_byes:
17
+ """
18
+
19
+ def get_hash(self, filepath, hash_algorithm) -> None:
20
+ """Return the hash of a file on disk.
21
+
22
+ :param filepath:
23
+ :param hash_algorithm:
24
+ """
25
+
26
+ def open(self) -> None:
27
+ """Prepare the service for use."""
28
+
29
+ def store_hash(
30
+ self, filepath, hash_algorithm, hash_info, pre_write_callback=None
31
+ ) -> None:
32
+ """Store a pre-computed hash for the given file path.
33
+
34
+ :param filepath: the file whose hash should be stored. It does not have
35
+ to exist on disk yet at the moment of calling this function. If the
36
+ file does not exist, a pre_write_callback function should be given
37
+ that ensures the file does exist after it has been called.
38
+ :param hash_algorithm:
39
+ :param hash_info: the files hash, size in bytes, and last-modified
40
+ timestamp. When pre_write_callback is not None, the caller is
41
+ trusted to provide the correct information. Otherwise the file size
42
+ and last-modification timestamp are checked against the file on
43
+ disk. If they mis-match, a ValueError is raised.
44
+ :param pre_write_callback: if given, the function is called after any
45
+ lock on the storage back-end has been obtained, and before it is
46
+ updated. Any exception raised by this callback will abort the
47
+ storage of the hash.
48
+
49
+ This callback function can be used to implement the following:
50
+
51
+ Download a file to a temp location.
52
+
53
+ Compute its hash while downloading.
54
+
55
+ After downloading is complete, get the file size & modification time.
56
+
57
+ Store the hash.
58
+
59
+ In the pre-write callback function, move the file to its final location.
60
+
61
+ The Disk File Hashing Service unlocks the back-end.
62
+
63
+ This ensures the hash and file on disk are consistent.
64
+ """
@@ -0,0 +1,53 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+
6
+ class DiskFileHashBackend:
7
+ """Base class for protocol classes.Protocol classes are defined as:Such classes are primarily used with static type checkers that recognize
8
+ structural subtyping (static duck-typing).For example:See PEP 544 for details. Protocol classes decorated with
9
+ @typing.runtime_checkable act as simple-minded runtime protocols that check
10
+ only the presence of given attributes, ignoring their type signatures.
11
+ Protocol classes can be generic, they are defined as:
12
+ """
13
+
14
+ def close(self) -> None:
15
+ """Close the back-end.After calling this, the back-end is not expected to work any more."""
16
+
17
+ def fetch_hash(self, filepath, hash_algorithm) -> None:
18
+ """Return the cached hash info of a given file.If no info is cached for this path/algorithm combo, returns None.
19
+
20
+ :param filepath:
21
+ :param hash_algorithm:
22
+ """
23
+
24
+ def mark_hash_as_fresh(self, filepath, hash_algorithm) -> None:
25
+ """Store that the hash is still considered fresh.See remove_older_than().
26
+
27
+ :param filepath:
28
+ :param hash_algorithm:
29
+ """
30
+
31
+ def open(self) -> None:
32
+ """Prepare the back-end for use."""
33
+
34
+ def remove_older_than(self, *, days) -> None:
35
+ """Remove all hash entries that are older than this many days.When this removes all known hashes for a file, the file entry itself is
36
+ also removed.
37
+
38
+ :param days:
39
+ """
40
+
41
+ def store_hash(
42
+ self, filepath, hash_algorithm, hash_info, pre_write_callback=None
43
+ ) -> None:
44
+ """Store a pre-computed hash for the given file path.See DiskFileHashService.store_hash() for an explanation of the parameters.
45
+
46
+ :param filepath:
47
+ :param hash_algorithm:
48
+ :param hash_info:
49
+ :param pre_write_callback:
50
+ """
51
+
52
+ class FileHashInfo:
53
+ """FileHashInfo(hexhash: str, file_size_bytes: int, file_stat_mtime: float)"""
@@ -145,7 +145,7 @@ class Context:
145
145
  def temp_override(self) -> None:
146
146
  """Context manager to temporarily override members in the context.
147
147
 
148
- :return: The context manager .
148
+ :return: The context manager.
149
149
  """
150
150
 
151
151
  class FileHandler:
@@ -892,6 +892,13 @@ class WindowManager(bpy.types.ID):
892
892
  def draw_cursor_remove(cls) -> None:
893
893
  """Remove a draw cursor handler that was added previously."""
894
894
 
895
+ def extension_repo_filter(self, *args, **kwargs) -> None:
896
+ """Intermediate storage for properties before registration.
897
+
898
+ :param args:
899
+ :param kwargs:
900
+ """
901
+
895
902
  def extension_search(self, *args, **kwargs) -> None:
896
903
  """Intermediate storage for properties before registration.
897
904
 
@@ -927,6 +934,13 @@ class WindowManager(bpy.types.ID):
927
934
  :param kwargs:
928
935
  """
929
936
 
937
+ def extension_use_filter(self, *args, **kwargs) -> None:
938
+ """Intermediate storage for properties before registration.
939
+
940
+ :param args:
941
+ :param kwargs:
942
+ """
943
+
930
944
  def fileselect_add(self, *args, **kwargs) -> None:
931
945
  """WindowManager.fileselect_add(operator)
932
946
  Opens a file selector with an operator.
@@ -1392,6 +1406,7 @@ class Menu(_GenericUI):
1392
1406
  display_name: collections.abc.Callable[str, str] | None = None,
1393
1407
  add_operator=None,
1394
1408
  add_operator_props=None,
1409
+ translate=True,
1395
1410
  ) -> None:
1396
1411
  """Populate a menu from a list of paths.
1397
1412
 
@@ -1412,6 +1427,7 @@ class Menu(_GenericUI):
1412
1427
  :type display_name: collections.abc.Callable[str, str] | None
1413
1428
  :param add_operator:
1414
1429
  :param add_operator_props:
1430
+ :param translate:
1415
1431
  """
1416
1432
 
1417
1433
  class Panel(_GenericUI):
@@ -606,6 +606,30 @@ class Sound:
606
606
  :type sound: typing_extensions.Self
607
607
  """
608
608
 
609
+ def animateableTimeStretchPitchScale(
610
+ self,
611
+ fps: float,
612
+ time_stretch: float,
613
+ pitch_scale: float,
614
+ quality: int,
615
+ preserve_formant: bool,
616
+ ) -> typing_extensions.Self:
617
+ """Applies time-stretching and pitch-scaling to the sound.
618
+
619
+ :param fps: The FPS of the animation system.
620
+ :type fps: float
621
+ :param time_stretch: The factor by which to stretch or compress time.
622
+ :type time_stretch: float
623
+ :param pitch_scale: The factor by which to adjust the pitch.
624
+ :type pitch_scale: float
625
+ :param quality:
626
+ :type quality: int
627
+ :param preserve_formant: Whether to preserve the vocal formants during pitch-shifting.
628
+ :type preserve_formant: bool
629
+ :return: The created `Sound` object.
630
+ :rtype: typing_extensions.Self
631
+ """
632
+
609
633
  def binaural(self) -> typing_extensions.Self:
610
634
  """Creates a binaural sound using another sound as source. The original sound must be mono
611
635
 
@@ -644,6 +668,19 @@ class Sound:
644
668
  :rtype: typing_extensions.Self
645
669
  """
646
670
 
671
+ def Echo(self, delay: float, feedback: float, mix: float) -> typing_extensions.Self:
672
+ """Adds Echo effect to the sound.
673
+
674
+ :param delay: The delay time in seconds.
675
+ :type delay: float
676
+ :param feedback: The feedback amount (0.0 to 1.0).
677
+ :type feedback: float
678
+ :param mix: The wet/dry mix (0.0 to 1.0).
679
+ :type mix: float
680
+ :return: The created `Sound` object.
681
+ :rtype: typing_extensions.Self
682
+ """
683
+
647
684
  def envelope(
648
685
  self, attack: float, release: float, threshold: float, arthreshold: float
649
686
  ) -> typing_extensions.Self:
@@ -843,6 +880,27 @@ class Sound:
843
880
  :rtype: typing_extensions.Self
844
881
  """
845
882
 
883
+ def timeStretchPitchScale(
884
+ self,
885
+ time_stretch: float,
886
+ pitch_scale: float,
887
+ quality: int,
888
+ preserve_formant: bool,
889
+ ) -> typing_extensions.Self:
890
+ """Applies time-stretching and pitch-scaling to the sound.
891
+
892
+ :param time_stretch: The factor by which to stretch or compress time.
893
+ :type time_stretch: float
894
+ :param pitch_scale: The factor by which to adjust the pitch.
895
+ :type pitch_scale: float
896
+ :param quality: Rubberband stretcher quality (STRETCHER_QUALITY_*).
897
+ :type quality: int
898
+ :param preserve_formant: Whether to preserve the vocal formants during pitch-shifting.
899
+ :type preserve_formant: bool
900
+ :return: The created `Sound` object.
901
+ :rtype: typing_extensions.Self
902
+ """
903
+
846
904
  def volume(self, volume: float) -> typing_extensions.Self:
847
905
  """Changes the volume of a sound.
848
906
 
@@ -1151,3 +1209,15 @@ STATUS_PLAYING: typing.Any
1151
1209
  STATUS_STOPPED: typing.Any
1152
1210
  """ Constant value 3
1153
1211
  """
1212
+
1213
+ STRETCHER_QUALITY_CONSISTENT: typing.Any
1214
+ """ Constant value 2
1215
+ """
1216
+
1217
+ STRETCHER_QUALITY_FAST: typing.Any
1218
+ """ Constant value 1
1219
+ """
1220
+
1221
+ STRETCHER_QUALITY_HIGH: typing.Any
1222
+ """ Constant value 0
1223
+ """
@@ -35,7 +35,7 @@ def lerp(from_value: float, to_value: float, factor: float) -> float:
35
35
  :rtype: float
36
36
  """
37
37
 
38
- def smoothstep(from_value: float, to_value: float, value) -> float:
38
+ def smoothstep(from_value: float, to_value: float, value: float) -> float:
39
39
  """Performs smooth interpolation between 0 and 1 as value changes between from and to values.
40
40
  Outside the range the function returns the same value as the nearest edge.
41
41
 
@@ -43,6 +43,8 @@ def smoothstep(from_value: float, to_value: float, value) -> float:
43
43
  :type from_value: float
44
44
  :param to_value: The edge value where the result is 1.
45
45
  :type to_value: float
46
+ :param value: The interpolation value.
47
+ :type value: float
46
48
  :return: The interpolated value in [0.0, 1.0].
47
49
  :rtype: float
48
50
  """
@@ -11,6 +11,7 @@ from . import clip as clip
11
11
  from . import connect_to_output as connect_to_output
12
12
  from . import console as console
13
13
  from . import constraint as constraint
14
+ from . import copy_global_transform as copy_global_transform
14
15
  from . import file as file
15
16
  from . import freestyle as freestyle
16
17
  from . import geometry_nodes as geometry_nodes
@@ -177,6 +177,48 @@ class ANIM_OT_slot_unassign_from_nla_strip(
177
177
  :rtype: typing.Any
178
178
  """
179
179
 
180
+ class ANIM_OT_version_bone_hide_property(_bpy_types.Operator):
181
+ bl_description: typing.Any
182
+ bl_idname: typing.Any
183
+ bl_label: typing.Any
184
+ bl_options: typing.Any
185
+ bl_rna: typing.Any
186
+ id_data: typing.Any
187
+
188
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
189
+ """
190
+
191
+ :return: The RNA type or default when not found.
192
+ :rtype: bpy.types.Struct
193
+ """
194
+
195
+ def bl_rna_get_subclass_py(self) -> typing.Any:
196
+ """
197
+
198
+ :return: The class or default when not found.
199
+ :rtype: typing.Any
200
+ """
201
+
202
+ def execute(self, context) -> None:
203
+ """
204
+
205
+ :param context:
206
+ """
207
+
208
+ @staticmethod
209
+ def find_property_fcurves(channelbag) -> None:
210
+ """
211
+
212
+ :param channelbag:
213
+ """
214
+
215
+ @classmethod
216
+ def poll(cls, context) -> None:
217
+ """
218
+
219
+ :param context:
220
+ """
221
+
180
222
  class ARMATURE_OT_collection_remove_unused(_bpy_types.Operator):
181
223
  """Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed"""
182
224