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
@@ -8,7 +8,7 @@ import mathutils
8
8
 
9
9
  def add_render_slot(
10
10
  execution_context: int | str | None = None, undo: bool | None = None
11
- ):
11
+ ) -> None:
12
12
  """Add a new render slot
13
13
 
14
14
  :type execution_context: int | str | None
@@ -21,7 +21,7 @@ def change_frame(
21
21
  /,
22
22
  *,
23
23
  frame: int | None = 0,
24
- ):
24
+ ) -> None:
25
25
  """Interactively change the current frame number
26
26
 
27
27
  :type execution_context: int | str | None
@@ -32,7 +32,7 @@ def change_frame(
32
32
 
33
33
  def clear_render_border(
34
34
  execution_context: int | str | None = None, undo: bool | None = None
35
- ):
35
+ ) -> None:
36
36
  """Clear the boundaries of the render region and disable render region
37
37
 
38
38
  :type execution_context: int | str | None
@@ -41,7 +41,7 @@ def clear_render_border(
41
41
 
42
42
  def clear_render_slot(
43
43
  execution_context: int | str | None = None, undo: bool | None = None
44
- ):
44
+ ) -> None:
45
45
  """Clear the currently selected render slot
46
46
 
47
47
  :type execution_context: int | str | None
@@ -50,7 +50,7 @@ def clear_render_slot(
50
50
 
51
51
  def clipboard_copy(
52
52
  execution_context: int | str | None = None, undo: bool | None = None
53
- ):
53
+ ) -> None:
54
54
  """Copy the image to the clipboard
55
55
 
56
56
  :type execution_context: int | str | None
@@ -59,7 +59,7 @@ def clipboard_copy(
59
59
 
60
60
  def clipboard_paste(
61
61
  execution_context: int | str | None = None, undo: bool | None = None
62
- ):
62
+ ) -> None:
63
63
  """Paste new image from the clipboard
64
64
 
65
65
  :type execution_context: int | str | None
@@ -87,7 +87,7 @@ def convert_to_mesh_plane(
87
87
  overwrite_material: bool | None = True,
88
88
  name_from: typing.Literal["OBJECT", "IMAGE"] | None = "OBJECT",
89
89
  delete_ref: bool | None = True,
90
- ):
90
+ ) -> None:
91
91
  """Convert selected reference images to textured mesh plane
92
92
 
93
93
  :type execution_context: int | str | None
@@ -183,7 +183,7 @@ def curves_point_set(
183
183
  *,
184
184
  point: typing.Literal["BLACK_POINT", "WHITE_POINT"] | None = "BLACK_POINT",
185
185
  size: int | None = 1,
186
- ):
186
+ ) -> None:
187
187
  """Set black point or white point for curves
188
188
 
189
189
  :type execution_context: int | str | None
@@ -200,7 +200,7 @@ def cycle_render_slot(
200
200
  /,
201
201
  *,
202
202
  reverse: bool | None = False,
203
- ):
203
+ ) -> None:
204
204
  """Cycle through all non-void render slots
205
205
 
206
206
  :type execution_context: int | str | None
@@ -215,7 +215,7 @@ def external_edit(
215
215
  /,
216
216
  *,
217
217
  filepath: str = "",
218
- ):
218
+ ) -> None:
219
219
  """Edit image in an external application
220
220
 
221
221
  :type execution_context: int | str | None
@@ -258,7 +258,7 @@ def file_browse(
258
258
  ]
259
259
  | None = "DEFAULT",
260
260
  sort_method: str | None = "",
261
- ):
261
+ ) -> None:
262
262
  """Open an image file browser, hold Shift to open the file, Alt to browse containing directory
263
263
 
264
264
  :type execution_context: int | str | None
@@ -336,7 +336,7 @@ def flip(
336
336
  *,
337
337
  use_flip_x: bool | None = False,
338
338
  use_flip_y: bool | None = False,
339
- ):
339
+ ) -> None:
340
340
  """Flip the image
341
341
 
342
342
  :type execution_context: int | str | None
@@ -400,7 +400,7 @@ def import_as_mesh_planes(
400
400
  fill_mode: typing.Literal["FILL", "FIT"] | None = "FILL",
401
401
  height: float | None = 1.0,
402
402
  factor: float | None = 600.0,
403
- ):
403
+ ) -> None:
404
404
  """Create mesh plane(s) from image files with the appropriate aspect ratio
405
405
 
406
406
  :type execution_context: int | str | None
@@ -626,7 +626,7 @@ def invert(
626
626
  invert_g: bool | None = False,
627
627
  invert_b: bool | None = False,
628
628
  invert_a: bool | None = False,
629
- ):
629
+ ) -> None:
630
630
  """Invert image's channels
631
631
 
632
632
  :type execution_context: int | str | None
@@ -643,7 +643,7 @@ def invert(
643
643
 
644
644
  def match_movie_length(
645
645
  execution_context: int | str | None = None, undo: bool | None = None
646
- ):
646
+ ) -> None:
647
647
  """Set image's user's length to the one of this video
648
648
 
649
649
  :type execution_context: int | str | None
@@ -665,7 +665,7 @@ def new(
665
665
  float: bool | None = False,
666
666
  use_stereo_3d: bool | None = False,
667
667
  tiled: bool | None = False,
668
- ):
668
+ ) -> None:
669
669
  """Create a new image
670
670
 
671
671
  :type execution_context: int | str | None
@@ -730,7 +730,7 @@ def open(
730
730
  sort_method: str | None = "",
731
731
  use_sequence_detection: bool | None = True,
732
732
  use_udim_detecting: bool | None = True,
733
- ):
733
+ ) -> None:
734
734
  """Open image
735
735
 
736
736
  :type execution_context: int | str | None
@@ -822,7 +822,7 @@ def open_images(
822
822
  relative_path: bool | None = True,
823
823
  use_sequence_detection: bool | None = True,
824
824
  use_udim_detection: bool | None = True,
825
- ):
825
+ ) -> None:
826
826
  """Undocumented, consider contributing.
827
827
 
828
828
  :type execution_context: int | str | None
@@ -839,21 +839,25 @@ def open_images(
839
839
  :type use_udim_detection: bool | None
840
840
  """
841
841
 
842
- def pack(execution_context: int | str | None = None, undo: bool | None = None):
842
+ def pack(execution_context: int | str | None = None, undo: bool | None = None) -> None:
843
843
  """Pack an image as embedded data into the .blend file
844
844
 
845
845
  :type execution_context: int | str | None
846
846
  :type undo: bool | None
847
847
  """
848
848
 
849
- def project_apply(execution_context: int | str | None = None, undo: bool | None = None):
849
+ def project_apply(
850
+ execution_context: int | str | None = None, undo: bool | None = None
851
+ ) -> None:
850
852
  """Project edited image back onto the object
851
853
 
852
854
  :type execution_context: int | str | None
853
855
  :type undo: bool | None
854
856
  """
855
857
 
856
- def project_edit(execution_context: int | str | None = None, undo: bool | None = None):
858
+ def project_edit(
859
+ execution_context: int | str | None = None, undo: bool | None = None
860
+ ) -> None:
857
861
  """Edit a snapshot of the 3D Viewport in an external image editor
858
862
 
859
863
  :type execution_context: int | str | None
@@ -862,14 +866,16 @@ def project_edit(execution_context: int | str | None = None, undo: bool | None =
862
866
 
863
867
  def read_viewlayers(
864
868
  execution_context: int | str | None = None, undo: bool | None = None
865
- ):
869
+ ) -> None:
866
870
  """Read all the current scene's view layers from cache, as needed
867
871
 
868
872
  :type execution_context: int | str | None
869
873
  :type undo: bool | None
870
874
  """
871
875
 
872
- def reload(execution_context: int | str | None = None, undo: bool | None = None):
876
+ def reload(
877
+ execution_context: int | str | None = None, undo: bool | None = None
878
+ ) -> None:
873
879
  """Reload current image from disk
874
880
 
875
881
  :type execution_context: int | str | None
@@ -878,7 +884,7 @@ def reload(execution_context: int | str | None = None, undo: bool | None = None)
878
884
 
879
885
  def remove_render_slot(
880
886
  execution_context: int | str | None = None, undo: bool | None = None
881
- ):
887
+ ) -> None:
882
888
  """Remove the current render slot
883
889
 
884
890
  :type execution_context: int | str | None
@@ -895,7 +901,7 @@ def render_border(
895
901
  ymin: int | None = 0,
896
902
  ymax: int | None = 0,
897
903
  wait_for_input: bool | None = True,
898
- ):
904
+ ) -> None:
899
905
  """Set the boundaries of the render region and enable render region
900
906
 
901
907
  :type execution_context: int | str | None
@@ -946,7 +952,7 @@ def replace(
946
952
  ]
947
953
  | None = "DEFAULT",
948
954
  sort_method: str | None = "",
949
- ):
955
+ ) -> None:
950
956
  """Replace current image by another one from disk
951
957
 
952
958
  :type execution_context: int | str | None
@@ -1024,7 +1030,7 @@ def resize(
1024
1030
  *,
1025
1031
  size: collections.abc.Iterable[int] | None = (0, 0),
1026
1032
  all_udims: bool | None = False,
1027
- ):
1033
+ ) -> None:
1028
1034
  """Resize the image
1029
1035
 
1030
1036
  :type execution_context: int | str | None
@@ -1041,7 +1047,7 @@ def rotate_orthogonal(
1041
1047
  /,
1042
1048
  *,
1043
1049
  degrees: typing.Literal["90", "180", "270"] | None = "90",
1044
- ):
1050
+ ) -> None:
1045
1051
  """Rotate the image
1046
1052
 
1047
1053
  :type execution_context: int | str | None
@@ -1065,7 +1071,7 @@ def sample(
1065
1071
  /,
1066
1072
  *,
1067
1073
  size: int | None = 1,
1068
- ):
1074
+ ) -> None:
1069
1075
  """Use mouse to sample a color in current image
1070
1076
 
1071
1077
  :type execution_context: int | str | None
@@ -1085,7 +1091,7 @@ def sample_line(
1085
1091
  yend: int | None = 0,
1086
1092
  flip: bool | None = False,
1087
1093
  cursor: int | None = 5,
1088
- ):
1094
+ ) -> None:
1089
1095
  """Sample a line and show it in Scope panels
1090
1096
 
1091
1097
  :type execution_context: int | str | None
@@ -1104,7 +1110,7 @@ def sample_line(
1104
1110
  :type cursor: int | None
1105
1111
  """
1106
1112
 
1107
- def save(execution_context: int | str | None = None, undo: bool | None = None):
1113
+ def save(execution_context: int | str | None = None, undo: bool | None = None) -> None:
1108
1114
  """Save the image with current name and settings
1109
1115
 
1110
1116
  :type execution_context: int | str | None
@@ -1113,7 +1119,7 @@ def save(execution_context: int | str | None = None, undo: bool | None = None):
1113
1119
 
1114
1120
  def save_all_modified(
1115
1121
  execution_context: int | str | None = None, undo: bool | None = None
1116
- ):
1122
+ ) -> None:
1117
1123
  """Save all modified images
1118
1124
 
1119
1125
  :type execution_context: int | str | None
@@ -1156,7 +1162,7 @@ def save_as(
1156
1162
  ]
1157
1163
  | None = "DEFAULT",
1158
1164
  sort_method: str | None = "",
1159
- ):
1165
+ ) -> None:
1160
1166
  """Save the image with another name and/or settings
1161
1167
 
1162
1168
  :type execution_context: int | str | None
@@ -1231,7 +1237,9 @@ def save_as(
1231
1237
  :type sort_method: str | None
1232
1238
  """
1233
1239
 
1234
- def save_sequence(execution_context: int | str | None = None, undo: bool | None = None):
1240
+ def save_sequence(
1241
+ execution_context: int | str | None = None, undo: bool | None = None
1242
+ ) -> None:
1235
1243
  """Save a sequence of images
1236
1244
 
1237
1245
  :type execution_context: int | str | None
@@ -1254,7 +1262,7 @@ def tile_add(
1254
1262
  height: int | None = 1024,
1255
1263
  float: bool | None = False,
1256
1264
  alpha: bool | None = True,
1257
- ):
1265
+ ) -> None:
1258
1266
  """Adds a tile to the image
1259
1267
 
1260
1268
  :type execution_context: int | str | None
@@ -1293,7 +1301,7 @@ def tile_fill(
1293
1301
  height: int | None = 1024,
1294
1302
  float: bool | None = False,
1295
1303
  alpha: bool | None = True,
1296
- ):
1304
+ ) -> None:
1297
1305
  """Fill the current tile with a generated image
1298
1306
 
1299
1307
  :type execution_context: int | str | None
@@ -1312,7 +1320,9 @@ def tile_fill(
1312
1320
  :type alpha: bool | None
1313
1321
  """
1314
1322
 
1315
- def tile_remove(execution_context: int | str | None = None, undo: bool | None = None):
1323
+ def tile_remove(
1324
+ execution_context: int | str | None = None, undo: bool | None = None
1325
+ ) -> None:
1316
1326
  """Removes a tile from the image
1317
1327
 
1318
1328
  :type execution_context: int | str | None
@@ -1326,7 +1336,7 @@ def unpack(
1326
1336
  *,
1327
1337
  method: bpy.stub_internal.rna_enums.UnpackMethodItems | None = "USE_LOCAL",
1328
1338
  id: str = "",
1329
- ):
1339
+ ) -> None:
1330
1340
  """Save an image packed in the .blend file to disk
1331
1341
 
1332
1342
  :type execution_context: int | str | None
@@ -1343,7 +1353,7 @@ def view_all(
1343
1353
  /,
1344
1354
  *,
1345
1355
  fit_view: bool | None = False,
1346
- ):
1356
+ ) -> None:
1347
1357
  """View the entire image
1348
1358
 
1349
1359
  :type execution_context: int | str | None
@@ -1354,7 +1364,7 @@ def view_all(
1354
1364
 
1355
1365
  def view_center_cursor(
1356
1366
  execution_context: int | str | None = None, undo: bool | None = None
1357
- ):
1367
+ ) -> None:
1358
1368
  """Center the view so that the cursor is in the middle of the view
1359
1369
 
1360
1370
  :type execution_context: int | str | None
@@ -1367,7 +1377,7 @@ def view_cursor_center(
1367
1377
  /,
1368
1378
  *,
1369
1379
  fit_view: bool | None = False,
1370
- ):
1380
+ ) -> None:
1371
1381
  """Set 2D Cursor To Center View location
1372
1382
 
1373
1383
  :type execution_context: int | str | None
@@ -1376,7 +1386,9 @@ def view_cursor_center(
1376
1386
  :type fit_view: bool | None
1377
1387
  """
1378
1388
 
1379
- def view_ndof(execution_context: int | str | None = None, undo: bool | None = None):
1389
+ def view_ndof(
1390
+ execution_context: int | str | None = None, undo: bool | None = None
1391
+ ) -> None:
1380
1392
  """Use a 3D mouse device to pan/zoom the view
1381
1393
 
1382
1394
  :type execution_context: int | str | None
@@ -1389,7 +1401,7 @@ def view_pan(
1389
1401
  /,
1390
1402
  *,
1391
1403
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1392
- ):
1404
+ ) -> None:
1393
1405
  """Pan the view
1394
1406
 
1395
1407
  :type execution_context: int | str | None
@@ -1398,7 +1410,9 @@ def view_pan(
1398
1410
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1399
1411
  """
1400
1412
 
1401
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
1413
+ def view_selected(
1414
+ execution_context: int | str | None = None, undo: bool | None = None
1415
+ ) -> None:
1402
1416
  """View all selected UVs
1403
1417
 
1404
1418
  :type execution_context: int | str | None
@@ -1412,7 +1426,7 @@ def view_zoom(
1412
1426
  *,
1413
1427
  factor: float | None = 0.0,
1414
1428
  use_cursor_init: bool | None = True,
1415
- ):
1429
+ ) -> None:
1416
1430
  """Zoom in/out the image
1417
1431
 
1418
1432
  :type execution_context: int | str | None
@@ -1434,7 +1448,7 @@ def view_zoom_border(
1434
1448
  ymax: int | None = 0,
1435
1449
  wait_for_input: bool | None = True,
1436
1450
  zoom_out: bool | None = False,
1437
- ):
1451
+ ) -> None:
1438
1452
  """Zoom in the view to the nearest item contained in the border
1439
1453
 
1440
1454
  :type execution_context: int | str | None
@@ -1459,7 +1473,7 @@ def view_zoom_in(
1459
1473
  /,
1460
1474
  *,
1461
1475
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1462
- ):
1476
+ ) -> None:
1463
1477
  """Zoom in the image (centered around 2D cursor)
1464
1478
 
1465
1479
  :type execution_context: int | str | None
@@ -1474,7 +1488,7 @@ def view_zoom_out(
1474
1488
  /,
1475
1489
  *,
1476
1490
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1477
- ):
1491
+ ) -> None:
1478
1492
  """Zoom out the image (centered around 2D cursor)
1479
1493
 
1480
1494
  :type execution_context: int | str | None
@@ -1489,7 +1503,7 @@ def view_zoom_ratio(
1489
1503
  /,
1490
1504
  *,
1491
1505
  ratio: float | None = 0.0,
1492
- ):
1506
+ ) -> None:
1493
1507
  """Set zoom ratio of the view
1494
1508
 
1495
1509
  :type execution_context: int | str | None
@@ -23,7 +23,7 @@ def bvh(
23
23
  | None = "NATIVE",
24
24
  axis_forward: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "-Z",
25
25
  axis_up: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "Y",
26
- ):
26
+ ) -> None:
27
27
  """Load a BVH motion capture file
28
28
 
29
29
  :type execution_context: int | str | None
@@ -13,7 +13,7 @@ def svg(
13
13
  filter_glob: str = "*.svg",
14
14
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
15
15
  | None = None,
16
- ):
16
+ ) -> None:
17
17
  """Load a SVG file
18
18
 
19
19
  :type execution_context: int | str | None
@@ -36,7 +36,7 @@ def fbx(
36
36
  use_prepost_rot: bool | None = True,
37
37
  axis_forward: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "-Z",
38
38
  axis_up: typing.Literal["X", "Y", "Z", "-X", "-Y", "-Z"] | None = "Y",
39
- ):
39
+ ) -> None:
40
40
  """Load a FBX file
41
41
 
42
42
  :type execution_context: int | str | None
@@ -135,7 +135,7 @@ def gltf(
135
135
  import_select_created_objects: bool | None = True,
136
136
  import_scene_extras: bool | None = True,
137
137
  import_scene_as_collection: bool | None = True,
138
- ):
138
+ ) -> None:
139
139
  """Load a glTF 2.0 file
140
140
 
141
141
  :type execution_context: int | str | None
bpy/ops/info/__init__.pyi CHANGED
@@ -3,21 +3,27 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def report_copy(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def report_copy(
7
+ execution_context: int | str | None = None, undo: bool | None = None
8
+ ) -> None:
7
9
  """Copy selected reports to clipboard
8
10
 
9
11
  :type execution_context: int | str | None
10
12
  :type undo: bool | None
11
13
  """
12
14
 
13
- def report_delete(execution_context: int | str | None = None, undo: bool | None = None):
15
+ def report_delete(
16
+ execution_context: int | str | None = None, undo: bool | None = None
17
+ ) -> None:
14
18
  """Delete selected reports
15
19
 
16
20
  :type execution_context: int | str | None
17
21
  :type undo: bool | None
18
22
  """
19
23
 
20
- def report_replay(execution_context: int | str | None = None, undo: bool | None = None):
24
+ def report_replay(
25
+ execution_context: int | str | None = None, undo: bool | None = None
26
+ ) -> None:
21
27
  """Replay selected reports
22
28
 
23
29
  :type execution_context: int | str | None
@@ -26,7 +32,7 @@ def report_replay(execution_context: int | str | None = None, undo: bool | None
26
32
 
27
33
  def reports_display_update(
28
34
  execution_context: int | str | None = None, undo: bool | None = None
29
- ):
35
+ ) -> None:
30
36
  """Update the display of reports in Blender UI (internal use)
31
37
 
32
38
  :type execution_context: int | str | None
@@ -39,7 +45,7 @@ def select_all(
39
45
  /,
40
46
  *,
41
47
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "SELECT",
42
- ):
48
+ ) -> None:
43
49
  """Change selection of all visible reports
44
50
 
45
51
  :type execution_context: int | str | None
@@ -71,7 +77,7 @@ def select_box(
71
77
  ymax: int | None = 0,
72
78
  wait_for_input: bool | None = True,
73
79
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
74
- ):
80
+ ) -> None:
75
81
  """Toggle box selection
76
82
 
77
83
  :type execution_context: int | str | None
@@ -106,7 +112,7 @@ def select_pick(
106
112
  *,
107
113
  report_index: int | None = 0,
108
114
  extend: bool | None = False,
109
- ):
115
+ ) -> None:
110
116
  """Select reports by index
111
117
 
112
118
  :type execution_context: int | str | None
@@ -10,7 +10,7 @@ def flip(
10
10
  /,
11
11
  *,
12
12
  axis: typing.Literal["U", "V", "W"] | None = "U",
13
- ):
13
+ ) -> None:
14
14
  """Mirror all control points without inverting the lattice deform
15
15
 
16
16
  :type execution_context: int | str | None
@@ -19,7 +19,9 @@ def flip(
19
19
  :type axis: typing.Literal['U','V','W'] | None
20
20
  """
21
21
 
22
- def make_regular(execution_context: int | str | None = None, undo: bool | None = None):
22
+ def make_regular(
23
+ execution_context: int | str | None = None, undo: bool | None = None
24
+ ) -> None:
23
25
  """Set UVW control points a uniform distance apart
24
26
 
25
27
  :type execution_context: int | str | None
@@ -32,7 +34,7 @@ def select_all(
32
34
  /,
33
35
  *,
34
36
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
35
- ):
37
+ ) -> None:
36
38
  """Change selection of all UVW control points
37
39
 
38
40
  :type execution_context: int | str | None
@@ -53,7 +55,9 @@ def select_all(
53
55
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
54
56
  """
55
57
 
56
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
58
+ def select_less(
59
+ execution_context: int | str | None = None, undo: bool | None = None
60
+ ) -> None:
57
61
  """Deselect vertices at the boundary of each selection region
58
62
 
59
63
  :type execution_context: int | str | None
@@ -67,7 +71,7 @@ def select_mirror(
67
71
  *,
68
72
  axis: set[bpy.stub_internal.rna_enums.AxisFlagXyzItems] | None = {"X"},
69
73
  extend: bool | None = False,
70
- ):
74
+ ) -> None:
71
75
  """Select mirrored lattice points
72
76
 
73
77
  :type execution_context: int | str | None
@@ -78,7 +82,9 @@ def select_mirror(
78
82
  :type extend: bool | None
79
83
  """
80
84
 
81
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
85
+ def select_more(
86
+ execution_context: int | str | None = None, undo: bool | None = None
87
+ ) -> None:
82
88
  """Select vertex directly linked to already selected ones
83
89
 
84
90
  :type execution_context: int | str | None
@@ -93,7 +99,7 @@ def select_random(
93
99
  ratio: float | None = 0.5,
94
100
  seed: int | None = 0,
95
101
  action: typing.Literal["SELECT", "DESELECT"] | None = "SELECT",
96
- ):
102
+ ) -> None:
97
103
  """Randomly select UVW control points
98
104
 
99
105
  :type execution_context: int | str | None
@@ -118,7 +124,7 @@ def select_ungrouped(
118
124
  /,
119
125
  *,
120
126
  extend: bool | None = False,
121
- ):
127
+ ) -> None:
122
128
  """Select vertices without a group
123
129
 
124
130
  :type execution_context: int | str | None