fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 +25 -58
  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 -50
  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 -75
  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 -307
  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 +15 -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 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  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 -16
  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 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  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 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  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 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  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 -38
  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 -45
  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 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  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 +136 -574
  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 +1237 -1281
  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-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.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-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.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
@@ -249,7 +257,6 @@ def find_missing_files(
249
257
  filter_text: bool | None = False,
250
258
  filter_archive: bool | None = False,
251
259
  filter_btx: bool | None = False,
252
- filter_collada: bool | None = False,
253
260
  filter_alembic: bool | None = False,
254
261
  filter_usd: bool | None = False,
255
262
  filter_obj: bool | None = False,
@@ -262,7 +269,7 @@ def find_missing_files(
262
269
  ]
263
270
  | None = "DEFAULT",
264
271
  sort_method: str | None = "",
265
- ):
272
+ ) -> None:
266
273
  """Try to find missing external files
267
274
 
268
275
  :type execution_context: int | str | None
@@ -295,8 +302,6 @@ def find_missing_files(
295
302
  :type filter_archive: bool | None
296
303
  :param filter_btx: Filter btx files
297
304
  :type filter_btx: bool | None
298
- :param filter_collada: Filter COLLADA files
299
- :type filter_collada: bool | None
300
305
  :param filter_alembic: Filter Alembic files
301
306
  :type filter_alembic: bool | None
302
307
  :param filter_usd: Filter USD files
@@ -329,14 +334,18 @@ def find_missing_files(
329
334
  :type sort_method: str | None
330
335
  """
331
336
 
332
- def hidedot(execution_context: int | str | None = None, undo: bool | None = None):
337
+ def hidedot(
338
+ execution_context: int | str | None = None, undo: bool | None = None
339
+ ) -> None:
333
340
  """Toggle hide hidden dot files
334
341
 
335
342
  :type execution_context: int | str | None
336
343
  :type undo: bool | None
337
344
  """
338
345
 
339
- def highlight(execution_context: int | str | None = None, undo: bool | None = None):
346
+ def highlight(
347
+ execution_context: int | str | None = None, undo: bool | None = None
348
+ ) -> None:
340
349
  """Highlight selected file(s)
341
350
 
342
351
  :type execution_context: int | str | None
@@ -345,7 +354,7 @@ def highlight(execution_context: int | str | None = None, undo: bool | None = No
345
354
 
346
355
  def make_paths_absolute(
347
356
  execution_context: int | str | None = None, undo: bool | None = None
348
- ):
357
+ ) -> None:
349
358
  """Make all paths to external files absolute
350
359
 
351
360
  :type execution_context: int | str | None
@@ -354,28 +363,32 @@ def make_paths_absolute(
354
363
 
355
364
  def make_paths_relative(
356
365
  execution_context: int | str | None = None, undo: bool | None = None
357
- ):
366
+ ) -> None:
358
367
  """Make all paths to external files relative to current .blend
359
368
 
360
369
  :type execution_context: int | str | None
361
370
  :type undo: bool | None
362
371
  """
363
372
 
364
- def mouse_execute(execution_context: int | str | None = None, undo: bool | None = None):
373
+ def mouse_execute(
374
+ execution_context: int | str | None = None, undo: bool | None = None
375
+ ) -> None:
365
376
  """Perform the current execute action for the file under the cursor (e.g. open the file)
366
377
 
367
378
  :type execution_context: int | str | None
368
379
  :type undo: bool | None
369
380
  """
370
381
 
371
- def next(execution_context: int | str | None = None, undo: bool | None = None):
382
+ def next(execution_context: int | str | None = None, undo: bool | None = None) -> None:
372
383
  """Move to next folder
373
384
 
374
385
  :type execution_context: int | str | None
375
386
  :type undo: bool | None
376
387
  """
377
388
 
378
- def pack_all(execution_context: int | str | None = None, undo: bool | None = None):
389
+ def pack_all(
390
+ execution_context: int | str | None = None, undo: bool | None = None
391
+ ) -> None:
379
392
  """Pack all used external files into this .blend
380
393
 
381
394
  :type execution_context: int | str | None
@@ -384,35 +397,43 @@ def pack_all(execution_context: int | str | None = None, undo: bool | None = Non
384
397
 
385
398
  def pack_libraries(
386
399
  execution_context: int | str | None = None, undo: bool | None = None
387
- ):
400
+ ) -> None:
388
401
  """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
402
 
390
403
  :type execution_context: int | str | None
391
404
  :type undo: bool | None
392
405
  """
393
406
 
394
- def parent(execution_context: int | str | None = None, undo: bool | None = None):
407
+ def parent(
408
+ execution_context: int | str | None = None, undo: bool | None = None
409
+ ) -> None:
395
410
  """Move to parent directory
396
411
 
397
412
  :type execution_context: int | str | None
398
413
  :type undo: bool | None
399
414
  """
400
415
 
401
- def previous(execution_context: int | str | None = None, undo: bool | None = None):
416
+ def previous(
417
+ execution_context: int | str | None = None, undo: bool | None = None
418
+ ) -> None:
402
419
  """Move to previous folder
403
420
 
404
421
  :type execution_context: int | str | None
405
422
  :type undo: bool | None
406
423
  """
407
424
 
408
- def refresh(execution_context: int | str | None = None, undo: bool | None = None):
425
+ def refresh(
426
+ execution_context: int | str | None = None, undo: bool | None = None
427
+ ) -> None:
409
428
  """Refresh the file list
410
429
 
411
430
  :type execution_context: int | str | None
412
431
  :type undo: bool | None
413
432
  """
414
433
 
415
- def rename(execution_context: int | str | None = None, undo: bool | None = None):
434
+ def rename(
435
+ execution_context: int | str | None = None, undo: bool | None = None
436
+ ) -> None:
416
437
  """Rename file or file directory
417
438
 
418
439
  :type execution_context: int | str | None
@@ -421,14 +442,16 @@ def rename(execution_context: int | str | None = None, undo: bool | None = None)
421
442
 
422
443
  def report_missing_files(
423
444
  execution_context: int | str | None = None, undo: bool | None = None
424
- ):
445
+ ) -> None:
425
446
  """Report all missing external files
426
447
 
427
448
  :type execution_context: int | str | None
428
449
  :type undo: bool | None
429
450
  """
430
451
 
431
- def reset_recent(execution_context: int | str | None = None, undo: bool | None = None):
452
+ def reset_recent(
453
+ execution_context: int | str | None = None, undo: bool | None = None
454
+ ) -> None:
432
455
  """Reset recent files
433
456
 
434
457
  :type execution_context: int | str | None
@@ -449,7 +472,7 @@ def select(
449
472
  deselect_all: bool | None = False,
450
473
  only_activate_if_selected: bool | None = False,
451
474
  pass_through: bool | None = False,
452
- ):
475
+ ) -> None:
453
476
  """Handle mouse clicks to select and activate items
454
477
 
455
478
  :type execution_context: int | str | None
@@ -480,7 +503,7 @@ def select_all(
480
503
  /,
481
504
  *,
482
505
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
483
- ):
506
+ ) -> None:
484
507
  """Select or deselect all files
485
508
 
486
509
  :type execution_context: int | str | None
@@ -507,7 +530,7 @@ def select_bookmark(
507
530
  /,
508
531
  *,
509
532
  dir: str = "",
510
- ):
533
+ ) -> None:
511
534
  """Select a bookmarked directory
512
535
 
513
536
  :type execution_context: int | str | None
@@ -527,7 +550,7 @@ def select_box(
527
550
  ymax: int | None = 0,
528
551
  wait_for_input: bool | None = True,
529
552
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
530
- ):
553
+ ) -> None:
531
554
  """Activate/select the file(s) contained in the border
532
555
 
533
556
  :type execution_context: int | str | None
@@ -563,7 +586,7 @@ def select_walk(
563
586
  direction: typing.Literal["UP", "DOWN", "LEFT", "RIGHT"] | None = "UP",
564
587
  extend: bool | None = False,
565
588
  fill: bool | None = False,
566
- ):
589
+ ) -> None:
567
590
  """Select/Deselect files by walking through them
568
591
 
569
592
  :type execution_context: int | str | None
@@ -576,7 +599,9 @@ def select_walk(
576
599
  :type fill: bool | None
577
600
  """
578
601
 
579
- def smoothscroll(execution_context: int | str | None = None, undo: bool | None = None):
602
+ def smoothscroll(
603
+ execution_context: int | str | None = None, undo: bool | None = None
604
+ ) -> None:
580
605
  """Smooth scroll to make editable file visible
581
606
 
582
607
  :type execution_context: int | str | None
@@ -585,14 +610,16 @@ def smoothscroll(execution_context: int | str | None = None, undo: bool | None =
585
610
 
586
611
  def sort_column_ui_context(
587
612
  execution_context: int | str | None = None, undo: bool | None = None
588
- ):
613
+ ) -> None:
589
614
  """Change sorting to use column under cursor
590
615
 
591
616
  :type execution_context: int | str | None
592
617
  :type undo: bool | None
593
618
  """
594
619
 
595
- def start_filter(execution_context: int | str | None = None, undo: bool | None = None):
620
+ def start_filter(
621
+ execution_context: int | str | None = None, undo: bool | None = None
622
+ ) -> None:
596
623
  """Start entering filter text
597
624
 
598
625
  :type execution_context: int | str | None
@@ -608,7 +635,7 @@ def unpack_all(
608
635
  "USE_LOCAL", "WRITE_LOCAL", "USE_ORIGINAL", "WRITE_ORIGINAL", "KEEP", "REMOVE"
609
636
  ]
610
637
  | None = "USE_LOCAL",
611
- ):
638
+ ) -> None:
612
639
  """Unpack all files packed into this .blend to external ones
613
640
 
614
641
  :type execution_context: int | str | None
@@ -626,7 +653,7 @@ def unpack_item(
626
653
  | None = "USE_LOCAL",
627
654
  id_name: str = "",
628
655
  id_type: int | None = 19785,
629
- ):
656
+ ) -> None:
630
657
  """Unpack this file to an external file
631
658
 
632
659
  :type execution_context: int | str | None
@@ -641,14 +668,16 @@ def unpack_item(
641
668
 
642
669
  def unpack_libraries(
643
670
  execution_context: int | str | None = None, undo: bool | None = None
644
- ):
671
+ ) -> None:
645
672
  """Restore all packed linked data-blocks to their original locations
646
673
 
647
674
  :type execution_context: int | str | None
648
675
  :type undo: bool | None
649
676
  """
650
677
 
651
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
678
+ def view_selected(
679
+ execution_context: int | str | None = None, undo: bool | None = None
680
+ ) -> None:
652
681
  """Scroll the selected files into view
653
682
 
654
683
  :type execution_context: int | str | None