fake-bpy-module 20250604__py3-none-any.whl → 20250606__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import bpy.types
6
6
 
7
7
  def package_disable(
8
8
  execution_context: int | str | None = None, undo: bool | None = None
9
- ):
9
+ ) -> None:
10
10
  """Turn off this extension
11
11
 
12
12
  :type execution_context: int | str | None
@@ -24,7 +24,7 @@ def package_install(
24
24
  enable_on_install: bool | None = True,
25
25
  url: str = "",
26
26
  do_legacy_replace: bool | None = False,
27
- ):
27
+ ) -> None:
28
28
  """Download and install the extension
29
29
 
30
30
  :type execution_context: int | str | None
@@ -58,7 +58,7 @@ def package_install_files(
58
58
  target: str | None = "",
59
59
  overwrite: bool | None = True,
60
60
  url: str = "",
61
- ):
61
+ ) -> None:
62
62
  """Install extensions from files into a locally managed repository
63
63
 
64
64
  :type execution_context: int | str | None
@@ -89,7 +89,7 @@ def package_install_marked(
89
89
  /,
90
90
  *,
91
91
  enable_on_install: bool | None = True,
92
- ):
92
+ ) -> None:
93
93
  """Undocumented, consider contributing.
94
94
 
95
95
  :type execution_context: int | str | None
@@ -105,7 +105,7 @@ def package_mark_clear(
105
105
  *,
106
106
  pkg_id: str = "",
107
107
  repo_index: int | None = -1,
108
- ):
108
+ ) -> None:
109
109
  """Undocumented, consider contributing.
110
110
 
111
111
  :type execution_context: int | str | None
@@ -118,7 +118,7 @@ def package_mark_clear(
118
118
 
119
119
  def package_mark_clear_all(
120
120
  execution_context: int | str | None = None, undo: bool | None = None
121
- ):
121
+ ) -> None:
122
122
  """Undocumented, consider contributing.
123
123
 
124
124
  :type execution_context: int | str | None
@@ -132,7 +132,7 @@ def package_mark_set(
132
132
  *,
133
133
  pkg_id: str = "",
134
134
  repo_index: int | None = -1,
135
- ):
135
+ ) -> None:
136
136
  """Undocumented, consider contributing.
137
137
 
138
138
  :type execution_context: int | str | None
@@ -145,7 +145,7 @@ def package_mark_set(
145
145
 
146
146
  def package_mark_set_all(
147
147
  execution_context: int | str | None = None, undo: bool | None = None
148
- ):
148
+ ) -> None:
149
149
  """Undocumented, consider contributing.
150
150
 
151
151
  :type execution_context: int | str | None
@@ -154,7 +154,7 @@ def package_mark_set_all(
154
154
 
155
155
  def package_obsolete_marked(
156
156
  execution_context: int | str | None = None, undo: bool | None = None
157
- ):
157
+ ) -> None:
158
158
  """Zeroes package versions, useful for development - to test upgrading
159
159
 
160
160
  :type execution_context: int | str | None
@@ -168,7 +168,7 @@ def package_show_clear(
168
168
  *,
169
169
  pkg_id: str = "",
170
170
  repo_index: int | None = -1,
171
- ):
171
+ ) -> None:
172
172
  """Undocumented, consider contributing.
173
173
 
174
174
  :type execution_context: int | str | None
@@ -186,7 +186,7 @@ def package_show_set(
186
186
  *,
187
187
  pkg_id: str = "",
188
188
  repo_index: int | None = -1,
189
- ):
189
+ ) -> None:
190
190
  """Undocumented, consider contributing.
191
191
 
192
192
  :type execution_context: int | str | None
@@ -204,7 +204,7 @@ def package_show_settings(
204
204
  *,
205
205
  pkg_id: str = "",
206
206
  repo_index: int | None = -1,
207
- ):
207
+ ) -> None:
208
208
  """Undocumented, consider contributing.
209
209
 
210
210
  :type execution_context: int | str | None
@@ -222,7 +222,7 @@ def package_theme_disable(
222
222
  *,
223
223
  pkg_id: str = "",
224
224
  repo_index: int | None = -1,
225
- ):
225
+ ) -> None:
226
226
  """Turn off this theme
227
227
 
228
228
  :type execution_context: int | str | None
@@ -240,7 +240,7 @@ def package_theme_enable(
240
240
  *,
241
241
  pkg_id: str = "",
242
242
  repo_index: int | None = -1,
243
- ):
243
+ ) -> None:
244
244
  """Turn off this theme
245
245
 
246
246
  :type execution_context: int | str | None
@@ -259,7 +259,7 @@ def package_uninstall(
259
259
  repo_directory: str = "",
260
260
  repo_index: int | None = -1,
261
261
  pkg_id: str = "",
262
- ):
262
+ ) -> None:
263
263
  """Disable and uninstall the extension
264
264
 
265
265
  :type execution_context: int | str | None
@@ -274,7 +274,7 @@ def package_uninstall(
274
274
 
275
275
  def package_uninstall_marked(
276
276
  execution_context: int | str | None = None, undo: bool | None = None
277
- ):
277
+ ) -> None:
278
278
  """Undocumented, consider contributing.
279
279
 
280
280
  :type execution_context: int | str | None
@@ -283,7 +283,7 @@ def package_uninstall_marked(
283
283
 
284
284
  def package_uninstall_system(
285
285
  execution_context: int | str | None = None, undo: bool | None = None
286
- ):
286
+ ) -> None:
287
287
  """Undocumented, consider contributing.
288
288
 
289
289
  :type execution_context: int | str | None
@@ -296,7 +296,7 @@ def package_upgrade_all(
296
296
  /,
297
297
  *,
298
298
  use_active_only: bool | None = False,
299
- ):
299
+ ) -> None:
300
300
  """Upgrade all the extensions to their latest version for all the remote repositories
301
301
 
302
302
  :type execution_context: int | str | None
@@ -311,7 +311,7 @@ def repo_enable_from_drop(
311
311
  /,
312
312
  *,
313
313
  repo_index: int | None = -1,
314
- ):
314
+ ) -> None:
315
315
  """Undocumented, consider contributing.
316
316
 
317
317
  :type execution_context: int | str | None
@@ -320,7 +320,9 @@ def repo_enable_from_drop(
320
320
  :type repo_index: int | None
321
321
  """
322
322
 
323
- def repo_lock_all(execution_context: int | str | None = None, undo: bool | None = None):
323
+ def repo_lock_all(
324
+ execution_context: int | str | None = None, undo: bool | None = None
325
+ ) -> None:
324
326
  """Lock repositories - to test locking
325
327
 
326
328
  :type execution_context: int | str | None
@@ -333,7 +335,7 @@ def repo_refresh_all(
333
335
  /,
334
336
  *,
335
337
  use_active_only: bool | None = False,
336
- ):
338
+ ) -> None:
337
339
  """Scan extension & legacy add-ons for changes to modules & meta-data (similar to restarting). Any issues are reported as warnings
338
340
 
339
341
  :type execution_context: int | str | None
@@ -349,7 +351,7 @@ def repo_sync(
349
351
  *,
350
352
  repo_directory: str = "",
351
353
  repo_index: int | None = -1,
352
- ):
354
+ ) -> None:
353
355
  """Undocumented, consider contributing.
354
356
 
355
357
  :type execution_context: int | str | None
@@ -366,7 +368,7 @@ def repo_sync_all(
366
368
  /,
367
369
  *,
368
370
  use_active_only: bool | None = False,
369
- ):
371
+ ) -> None:
370
372
  """Refresh the list of extensions for all the remote repositories
371
373
 
372
374
  :type execution_context: int | str | None
@@ -375,7 +377,9 @@ def repo_sync_all(
375
377
  :type use_active_only: bool | None
376
378
  """
377
379
 
378
- def repo_unlock(execution_context: int | str | None = None, undo: bool | None = None):
380
+ def repo_unlock(
381
+ execution_context: int | str | None = None, undo: bool | None = None
382
+ ) -> None:
379
383
  """Remove the repository file-system lock
380
384
 
381
385
  :type execution_context: int | str | None
@@ -384,14 +388,16 @@ def repo_unlock(execution_context: int | str | None = None, undo: bool | None =
384
388
 
385
389
  def repo_unlock_all(
386
390
  execution_context: int | str | None = None, undo: bool | None = None
387
- ):
391
+ ) -> None:
388
392
  """Unlock repositories - to test unlocking
389
393
 
390
394
  :type execution_context: int | str | None
391
395
  :type undo: bool | None
392
396
  """
393
397
 
394
- def status_clear(execution_context: int | str | None = None, undo: bool | None = None):
398
+ def status_clear(
399
+ execution_context: int | str | None = None, undo: bool | None = None
400
+ ) -> None:
395
401
  """Undocumented, consider contributing.
396
402
 
397
403
  :type execution_context: int | str | None
@@ -400,7 +406,7 @@ def status_clear(execution_context: int | str | None = None, undo: bool | None =
400
406
 
401
407
  def status_clear_errors(
402
408
  execution_context: int | str | None = None, undo: bool | None = None
403
- ):
409
+ ) -> None:
404
410
  """Undocumented, consider contributing.
405
411
 
406
412
  :type execution_context: int | str | None
@@ -409,7 +415,7 @@ def status_clear_errors(
409
415
 
410
416
  def userpref_allow_online(
411
417
  execution_context: int | str | None = None, undo: bool | None = None
412
- ):
418
+ ) -> None:
413
419
  """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
414
420
 
415
421
  :type execution_context: int | str | None
@@ -418,7 +424,7 @@ def userpref_allow_online(
418
424
 
419
425
  def userpref_allow_online_popup(
420
426
  execution_context: int | str | None = None, undo: bool | None = None
421
- ):
427
+ ) -> None:
422
428
  """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
423
429
 
424
430
  :type execution_context: int | str | None
@@ -427,7 +433,7 @@ def userpref_allow_online_popup(
427
433
 
428
434
  def userpref_show_for_update(
429
435
  execution_context: int | str | None = None, undo: bool | None = None
430
- ):
436
+ ) -> None:
431
437
  """Open extensions preferences
432
438
 
433
439
  :type execution_context: int | str | None
@@ -436,7 +442,7 @@ def userpref_show_for_update(
436
442
 
437
443
  def userpref_show_online(
438
444
  execution_context: int | str | None = None, undo: bool | None = None
439
- ):
445
+ ) -> None:
440
446
  """Show system preferences "Network" panel to allow online access
441
447
 
442
448
  :type execution_context: int | str | None
@@ -450,7 +456,7 @@ def userpref_tags_set(
450
456
  *,
451
457
  value: bool | None = False,
452
458
  data_path: str = "",
453
- ):
459
+ ) -> None:
454
460
  """Set the value of all tags
455
461
 
456
462
  :type execution_context: int | str | None
bpy/ops/file/__init__.pyi CHANGED
@@ -5,14 +5,16 @@ import numpy.typing as npt
5
5
 
6
6
  def autopack_toggle(
7
7
  execution_context: int | str | None = None, undo: bool | None = None
8
- ):
8
+ ) -> None:
9
9
  """Automatically pack all external files into the .blend file
10
10
 
11
11
  :type execution_context: int | str | None
12
12
  :type undo: bool | None
13
13
  """
14
14
 
15
- def bookmark_add(execution_context: int | str | None = None, undo: bool | None = None):
15
+ def bookmark_add(
16
+ execution_context: int | str | None = None, undo: bool | None = None
17
+ ) -> None:
16
18
  """Add a bookmark for the selected/active directory
17
19
 
18
20
  :type execution_context: int | str | None
@@ -21,7 +23,7 @@ def bookmark_add(execution_context: int | str | None = None, undo: bool | None =
21
23
 
22
24
  def bookmark_cleanup(
23
25
  execution_context: int | str | None = None, undo: bool | None = None
24
- ):
26
+ ) -> None:
25
27
  """Delete all invalid bookmarks
26
28
 
27
29
  :type execution_context: int | str | None
@@ -34,7 +36,7 @@ def bookmark_delete(
34
36
  /,
35
37
  *,
36
38
  index: int | None = -1,
37
- ):
39
+ ) -> None:
38
40
  """Delete selected bookmark
39
41
 
40
42
  :type execution_context: int | str | None
@@ -49,7 +51,7 @@ def bookmark_move(
49
51
  /,
50
52
  *,
51
53
  direction: typing.Literal["TOP", "UP", "DOWN", "BOTTOM"] | None = "TOP",
52
- ):
54
+ ) -> None:
53
55
  """Move the active bookmark up/down in the list
54
56
 
55
57
  :type execution_context: int | str | None
@@ -70,14 +72,18 @@ def bookmark_move(
70
72
  :type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
71
73
  """
72
74
 
73
- def cancel(execution_context: int | str | None = None, undo: bool | None = None):
75
+ def cancel(
76
+ execution_context: int | str | None = None, undo: bool | None = None
77
+ ) -> None:
74
78
  """Cancel file operation
75
79
 
76
80
  :type execution_context: int | str | None
77
81
  :type undo: bool | None
78
82
  """
79
83
 
80
- def delete(execution_context: int | str | None = None, undo: bool | None = None):
84
+ def delete(
85
+ execution_context: int | str | None = None, undo: bool | None = None
86
+ ) -> None:
81
87
  """Move selected files to the trash or recycle bin
82
88
 
83
89
  :type execution_context: int | str | None
@@ -92,7 +98,7 @@ def directory_new(
92
98
  directory: str = "",
93
99
  open: bool | None = False,
94
100
  confirm: bool | None = True,
95
- ):
101
+ ) -> None:
96
102
  """Create a new directory
97
103
 
98
104
  :type execution_context: int | str | None
@@ -107,14 +113,16 @@ def directory_new(
107
113
 
108
114
  def edit_directory_path(
109
115
  execution_context: int | str | None = None, undo: bool | None = None
110
- ):
116
+ ) -> None:
111
117
  """Start editing directory field
112
118
 
113
119
  :type execution_context: int | str | None
114
120
  :type undo: bool | None
115
121
  """
116
122
 
117
- def execute(execution_context: int | str | None = None, undo: bool | None = None):
123
+ def execute(
124
+ execution_context: int | str | None = None, undo: bool | None = None
125
+ ) -> None:
118
126
  """Execute selected file
119
127
 
120
128
  :type execution_context: int | str | None
@@ -145,7 +153,7 @@ def external_operation(
145
153
  "CMD",
146
154
  ]
147
155
  | None = "OPEN",
148
- ):
156
+ ) -> None:
149
157
  """Perform external operation on a file or folder
150
158
 
151
159
  :type execution_context: int | str | None
@@ -207,7 +215,7 @@ def filenum(
207
215
  /,
208
216
  *,
209
217
  increment: int | None = 1,
210
- ):
218
+ ) -> None:
211
219
  """Increment number in filename
212
220
 
213
221
  :type execution_context: int | str | None
@@ -222,7 +230,7 @@ def filepath_drop(
222
230
  /,
223
231
  *,
224
232
  filepath: str = "Path",
225
- ):
233
+ ) -> None:
226
234
  """Undocumented, consider contributing.
227
235
 
228
236
  :type execution_context: int | str | None
@@ -262,7 +270,7 @@ def find_missing_files(
262
270
  ]
263
271
  | None = "DEFAULT",
264
272
  sort_method: str | None = "",
265
- ):
273
+ ) -> None:
266
274
  """Try to find missing external files
267
275
 
268
276
  :type execution_context: int | str | None
@@ -329,14 +337,18 @@ def find_missing_files(
329
337
  :type sort_method: str | None
330
338
  """
331
339
 
332
- def hidedot(execution_context: int | str | None = None, undo: bool | None = None):
340
+ def hidedot(
341
+ execution_context: int | str | None = None, undo: bool | None = None
342
+ ) -> None:
333
343
  """Toggle hide hidden dot files
334
344
 
335
345
  :type execution_context: int | str | None
336
346
  :type undo: bool | None
337
347
  """
338
348
 
339
- def highlight(execution_context: int | str | None = None, undo: bool | None = None):
349
+ def highlight(
350
+ execution_context: int | str | None = None, undo: bool | None = None
351
+ ) -> None:
340
352
  """Highlight selected file(s)
341
353
 
342
354
  :type execution_context: int | str | None
@@ -345,7 +357,7 @@ def highlight(execution_context: int | str | None = None, undo: bool | None = No
345
357
 
346
358
  def make_paths_absolute(
347
359
  execution_context: int | str | None = None, undo: bool | None = None
348
- ):
360
+ ) -> None:
349
361
  """Make all paths to external files absolute
350
362
 
351
363
  :type execution_context: int | str | None
@@ -354,28 +366,32 @@ def make_paths_absolute(
354
366
 
355
367
  def make_paths_relative(
356
368
  execution_context: int | str | None = None, undo: bool | None = None
357
- ):
369
+ ) -> None:
358
370
  """Make all paths to external files relative to current .blend
359
371
 
360
372
  :type execution_context: int | str | None
361
373
  :type undo: bool | None
362
374
  """
363
375
 
364
- def mouse_execute(execution_context: int | str | None = None, undo: bool | None = None):
376
+ def mouse_execute(
377
+ execution_context: int | str | None = None, undo: bool | None = None
378
+ ) -> None:
365
379
  """Perform the current execute action for the file under the cursor (e.g. open the file)
366
380
 
367
381
  :type execution_context: int | str | None
368
382
  :type undo: bool | None
369
383
  """
370
384
 
371
- def next(execution_context: int | str | None = None, undo: bool | None = None):
385
+ def next(execution_context: int | str | None = None, undo: bool | None = None) -> None:
372
386
  """Move to next folder
373
387
 
374
388
  :type execution_context: int | str | None
375
389
  :type undo: bool | None
376
390
  """
377
391
 
378
- def pack_all(execution_context: int | str | None = None, undo: bool | None = None):
392
+ def pack_all(
393
+ execution_context: int | str | None = None, undo: bool | None = None
394
+ ) -> None:
379
395
  """Pack all used external files into this .blend
380
396
 
381
397
  :type execution_context: int | str | None
@@ -384,35 +400,43 @@ def pack_all(execution_context: int | str | None = None, undo: bool | None = Non
384
400
 
385
401
  def pack_libraries(
386
402
  execution_context: int | str | None = None, undo: bool | None = None
387
- ):
403
+ ) -> None:
388
404
  """Store all data-blocks linked from other .blend files in the current .blend file. Library references are preserved so the linked data-blocks can be unpacked again
389
405
 
390
406
  :type execution_context: int | str | None
391
407
  :type undo: bool | None
392
408
  """
393
409
 
394
- def parent(execution_context: int | str | None = None, undo: bool | None = None):
410
+ def parent(
411
+ execution_context: int | str | None = None, undo: bool | None = None
412
+ ) -> None:
395
413
  """Move to parent directory
396
414
 
397
415
  :type execution_context: int | str | None
398
416
  :type undo: bool | None
399
417
  """
400
418
 
401
- def previous(execution_context: int | str | None = None, undo: bool | None = None):
419
+ def previous(
420
+ execution_context: int | str | None = None, undo: bool | None = None
421
+ ) -> None:
402
422
  """Move to previous folder
403
423
 
404
424
  :type execution_context: int | str | None
405
425
  :type undo: bool | None
406
426
  """
407
427
 
408
- def refresh(execution_context: int | str | None = None, undo: bool | None = None):
428
+ def refresh(
429
+ execution_context: int | str | None = None, undo: bool | None = None
430
+ ) -> None:
409
431
  """Refresh the file list
410
432
 
411
433
  :type execution_context: int | str | None
412
434
  :type undo: bool | None
413
435
  """
414
436
 
415
- def rename(execution_context: int | str | None = None, undo: bool | None = None):
437
+ def rename(
438
+ execution_context: int | str | None = None, undo: bool | None = None
439
+ ) -> None:
416
440
  """Rename file or file directory
417
441
 
418
442
  :type execution_context: int | str | None
@@ -421,14 +445,16 @@ def rename(execution_context: int | str | None = None, undo: bool | None = None)
421
445
 
422
446
  def report_missing_files(
423
447
  execution_context: int | str | None = None, undo: bool | None = None
424
- ):
448
+ ) -> None:
425
449
  """Report all missing external files
426
450
 
427
451
  :type execution_context: int | str | None
428
452
  :type undo: bool | None
429
453
  """
430
454
 
431
- def reset_recent(execution_context: int | str | None = None, undo: bool | None = None):
455
+ def reset_recent(
456
+ execution_context: int | str | None = None, undo: bool | None = None
457
+ ) -> None:
432
458
  """Reset recent files
433
459
 
434
460
  :type execution_context: int | str | None
@@ -449,7 +475,7 @@ def select(
449
475
  deselect_all: bool | None = False,
450
476
  only_activate_if_selected: bool | None = False,
451
477
  pass_through: bool | None = False,
452
- ):
478
+ ) -> None:
453
479
  """Handle mouse clicks to select and activate items
454
480
 
455
481
  :type execution_context: int | str | None
@@ -480,7 +506,7 @@ def select_all(
480
506
  /,
481
507
  *,
482
508
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
483
- ):
509
+ ) -> None:
484
510
  """Select or deselect all files
485
511
 
486
512
  :type execution_context: int | str | None
@@ -507,7 +533,7 @@ def select_bookmark(
507
533
  /,
508
534
  *,
509
535
  dir: str = "",
510
- ):
536
+ ) -> None:
511
537
  """Select a bookmarked directory
512
538
 
513
539
  :type execution_context: int | str | None
@@ -527,7 +553,7 @@ def select_box(
527
553
  ymax: int | None = 0,
528
554
  wait_for_input: bool | None = True,
529
555
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
530
- ):
556
+ ) -> None:
531
557
  """Activate/select the file(s) contained in the border
532
558
 
533
559
  :type execution_context: int | str | None
@@ -563,7 +589,7 @@ def select_walk(
563
589
  direction: typing.Literal["UP", "DOWN", "LEFT", "RIGHT"] | None = "UP",
564
590
  extend: bool | None = False,
565
591
  fill: bool | None = False,
566
- ):
592
+ ) -> None:
567
593
  """Select/Deselect files by walking through them
568
594
 
569
595
  :type execution_context: int | str | None
@@ -576,7 +602,9 @@ def select_walk(
576
602
  :type fill: bool | None
577
603
  """
578
604
 
579
- def smoothscroll(execution_context: int | str | None = None, undo: bool | None = None):
605
+ def smoothscroll(
606
+ execution_context: int | str | None = None, undo: bool | None = None
607
+ ) -> None:
580
608
  """Smooth scroll to make editable file visible
581
609
 
582
610
  :type execution_context: int | str | None
@@ -585,14 +613,16 @@ def smoothscroll(execution_context: int | str | None = None, undo: bool | None =
585
613
 
586
614
  def sort_column_ui_context(
587
615
  execution_context: int | str | None = None, undo: bool | None = None
588
- ):
616
+ ) -> None:
589
617
  """Change sorting to use column under cursor
590
618
 
591
619
  :type execution_context: int | str | None
592
620
  :type undo: bool | None
593
621
  """
594
622
 
595
- def start_filter(execution_context: int | str | None = None, undo: bool | None = None):
623
+ def start_filter(
624
+ execution_context: int | str | None = None, undo: bool | None = None
625
+ ) -> None:
596
626
  """Start entering filter text
597
627
 
598
628
  :type execution_context: int | str | None
@@ -608,7 +638,7 @@ def unpack_all(
608
638
  "USE_LOCAL", "WRITE_LOCAL", "USE_ORIGINAL", "WRITE_ORIGINAL", "KEEP", "REMOVE"
609
639
  ]
610
640
  | None = "USE_LOCAL",
611
- ):
641
+ ) -> None:
612
642
  """Unpack all files packed into this .blend to external ones
613
643
 
614
644
  :type execution_context: int | str | None
@@ -626,7 +656,7 @@ def unpack_item(
626
656
  | None = "USE_LOCAL",
627
657
  id_name: str = "",
628
658
  id_type: int | None = 19785,
629
- ):
659
+ ) -> None:
630
660
  """Unpack this file to an external file
631
661
 
632
662
  :type execution_context: int | str | None
@@ -641,14 +671,16 @@ def unpack_item(
641
671
 
642
672
  def unpack_libraries(
643
673
  execution_context: int | str | None = None, undo: bool | None = None
644
- ):
674
+ ) -> None:
645
675
  """Restore all packed linked data-blocks to their original locations
646
676
 
647
677
  :type execution_context: int | str | None
648
678
  :type undo: bool | None
649
679
  """
650
680
 
651
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
681
+ def view_selected(
682
+ execution_context: int | str | None = None, undo: bool | None = None
683
+ ) -> None:
652
684
  """Scroll the selected files into view
653
685
 
654
686
  :type execution_context: int | str | None