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
@@ -3,14 +3,16 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def new(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
7
7
  """Add a new texture
8
8
 
9
9
  :type execution_context: int | str | None
10
10
  :type undo: bool | None
11
11
  """
12
12
 
13
- def slot_copy(execution_context: int | str | None = None, undo: bool | None = None):
13
+ def slot_copy(
14
+ execution_context: int | str | None = None, undo: bool | None = None
15
+ ) -> None:
14
16
  """Copy the material texture settings and nodes
15
17
 
16
18
  :type execution_context: int | str | None
@@ -23,7 +25,7 @@ def slot_move(
23
25
  /,
24
26
  *,
25
27
  type: typing.Literal["UP", "DOWN"] | None = "UP",
26
- ):
28
+ ) -> None:
27
29
  """Move texture slots up and down
28
30
 
29
31
  :type execution_context: int | str | None
@@ -32,7 +34,9 @@ def slot_move(
32
34
  :type type: typing.Literal['UP','DOWN'] | None
33
35
  """
34
36
 
35
- def slot_paste(execution_context: int | str | None = None, undo: bool | None = None):
37
+ def slot_paste(
38
+ execution_context: int | str | None = None, undo: bool | None = None
39
+ ) -> None:
36
40
  """Copy the texture settings and nodes
37
41
 
38
42
  :type execution_context: int | str | None
@@ -20,7 +20,7 @@ def bbone_resize(
20
20
  mirror: bool | None = False,
21
21
  release_confirm: bool | None = False,
22
22
  use_accurate: bool | None = False,
23
- ):
23
+ ) -> None:
24
24
  """Scale selected bendy bones display size
25
25
 
26
26
  :type execution_context: int | str | None
@@ -65,7 +65,7 @@ def bend(
65
65
  ),
66
66
  release_confirm: bool | None = False,
67
67
  use_accurate: bool | None = False,
68
- ):
68
+ ) -> None:
69
69
  """Bend selected items between the 3D cursor and the mouse
70
70
 
71
71
  :type execution_context: int | str | None
@@ -105,7 +105,7 @@ def create_orientation(
105
105
  use_view: bool | None = False,
106
106
  use: bool | None = False,
107
107
  overwrite: bool | None = False,
108
- ):
108
+ ) -> None:
109
109
  """Create transformation orientation from selection
110
110
 
111
111
  :type execution_context: int | str | None
@@ -122,7 +122,7 @@ def create_orientation(
122
122
 
123
123
  def delete_orientation(
124
124
  execution_context: int | str | None = None, undo: bool | None = None
125
- ):
125
+ ) -> None:
126
126
  """Delete transformation orientation
127
127
 
128
128
  :type execution_context: int | str | None
@@ -138,7 +138,7 @@ def edge_bevelweight(
138
138
  snap: bool | None = False,
139
139
  release_confirm: bool | None = False,
140
140
  use_accurate: bool | None = False,
141
- ):
141
+ ) -> None:
142
142
  """Change the bevel weight of edges
143
143
 
144
144
  :type execution_context: int | str | None
@@ -162,7 +162,7 @@ def edge_crease(
162
162
  snap: bool | None = False,
163
163
  release_confirm: bool | None = False,
164
164
  use_accurate: bool | None = False,
165
- ):
165
+ ) -> None:
166
166
  """Change the crease of edges
167
167
 
168
168
  :type execution_context: int | str | None
@@ -206,7 +206,7 @@ def edge_slide(
206
206
  correct_uv: bool | None = True,
207
207
  release_confirm: bool | None = False,
208
208
  use_accurate: bool | None = False,
209
- ):
209
+ ) -> None:
210
210
  """Slide an edge loop along a mesh
211
211
 
212
212
  :type execution_context: int | str | None
@@ -249,7 +249,9 @@ def edge_slide(
249
249
  :type use_accurate: bool | None
250
250
  """
251
251
 
252
- def from_gizmo(execution_context: int | str | None = None, undo: bool | None = None):
252
+ def from_gizmo(
253
+ execution_context: int | str | None = None, undo: bool | None = None
254
+ ) -> None:
253
255
  """Transform selected items by mode type
254
256
 
255
257
  :type execution_context: int | str | None
@@ -275,7 +277,7 @@ def mirror(
275
277
  ),
276
278
  release_confirm: bool | None = False,
277
279
  use_accurate: bool | None = False,
278
- ):
280
+ ) -> None:
279
281
  """Mirror selected items around one or more axes
280
282
 
281
283
  :type execution_context: int | str | None
@@ -319,7 +321,7 @@ def push_pull(
319
321
  ),
320
322
  release_confirm: bool | None = False,
321
323
  use_accurate: bool | None = False,
322
- ):
324
+ ) -> None:
323
325
  """Push/Pull selected items
324
326
 
325
327
  :type execution_context: int | str | None
@@ -398,7 +400,7 @@ def resize(
398
400
  ),
399
401
  release_confirm: bool | None = False,
400
402
  use_accurate: bool | None = False,
401
- ):
403
+ ) -> None:
402
404
  """Scale (resize) selected items
403
405
 
404
406
  :type execution_context: int | str | None
@@ -504,7 +506,7 @@ def rotate(
504
506
  ),
505
507
  release_confirm: bool | None = False,
506
508
  use_accurate: bool | None = False,
507
- ):
509
+ ) -> None:
508
510
  """Rotate selected items
509
511
 
510
512
  :type execution_context: int | str | None
@@ -577,7 +579,7 @@ def rotate_normal(
577
579
  mirror: bool | None = False,
578
580
  release_confirm: bool | None = False,
579
581
  use_accurate: bool | None = False,
580
- ):
582
+ ) -> None:
581
583
  """Rotate split normal of selected items
582
584
 
583
585
  :type execution_context: int | str | None
@@ -608,7 +610,7 @@ def select_orientation(
608
610
  /,
609
611
  *,
610
612
  orientation: str | None = "GLOBAL",
611
- ):
613
+ ) -> None:
612
614
  """Select transformation orientation
613
615
 
614
616
  :type execution_context: int | str | None
@@ -628,7 +630,7 @@ def seq_slide(
628
630
  view2d_edge_pan: bool | None = False,
629
631
  release_confirm: bool | None = False,
630
632
  use_accurate: bool | None = False,
631
- ):
633
+ ) -> None:
632
634
  """Slide a sequence strip in time
633
635
 
634
636
  :type execution_context: int | str | None
@@ -671,7 +673,7 @@ def shear(
671
673
  gpencil_strokes: bool | None = False,
672
674
  release_confirm: bool | None = False,
673
675
  use_accurate: bool | None = False,
674
- ):
676
+ ) -> None:
675
677
  """Shear selected items along the given axis
676
678
 
677
679
  :type execution_context: int | str | None
@@ -727,7 +729,7 @@ def shrink_fatten(
727
729
  snap: bool | None = False,
728
730
  release_confirm: bool | None = False,
729
731
  use_accurate: bool | None = False,
730
- ):
732
+ ) -> None:
731
733
  """Shrink/fatten selected vertices along normals
732
734
 
733
735
  :type execution_context: int | str | None
@@ -792,7 +794,7 @@ def skin_resize(
792
794
  ),
793
795
  release_confirm: bool | None = False,
794
796
  use_accurate: bool | None = False,
795
- ):
797
+ ) -> None:
796
798
  """Scale selected vertices' skin radii
797
799
 
798
800
  :type execution_context: int | str | None
@@ -859,7 +861,7 @@ def tilt(
859
861
  snap: bool | None = False,
860
862
  release_confirm: bool | None = False,
861
863
  use_accurate: bool | None = False,
862
- ):
864
+ ) -> None:
863
865
  """Tilt selected control vertices of 3D curve
864
866
 
865
867
  :type execution_context: int | str | None
@@ -908,7 +910,7 @@ def tosphere(
908
910
  ),
909
911
  release_confirm: bool | None = False,
910
912
  use_accurate: bool | None = False,
911
- ):
913
+ ) -> None:
912
914
  """Move selected items outward in a spherical shape around geometric center
913
915
 
914
916
  :type execution_context: int | str | None
@@ -961,7 +963,7 @@ def trackball(
961
963
  ),
962
964
  release_confirm: bool | None = False,
963
965
  use_accurate: bool | None = False,
964
- ):
966
+ ) -> None:
965
967
  """Trackball style rotation of selected items
966
968
 
967
969
  :type execution_context: int | str | None
@@ -1053,7 +1055,7 @@ def transform(
1053
1055
  release_confirm: bool | None = False,
1054
1056
  use_accurate: bool | None = False,
1055
1057
  use_automerge_and_split: bool | None = False,
1056
- ):
1058
+ ) -> None:
1057
1059
  """Transform selected items by mode type
1058
1060
 
1059
1061
  :type execution_context: int | str | None
@@ -1176,7 +1178,7 @@ def translate(
1176
1178
  use_accurate: bool | None = False,
1177
1179
  use_automerge_and_split: bool | None = False,
1178
1180
  translate_origin: bool | None = False,
1179
- ):
1181
+ ) -> None:
1180
1182
  """Move selected items
1181
1183
 
1182
1184
  :type execution_context: int | str | None
@@ -1256,7 +1258,7 @@ def vert_crease(
1256
1258
  snap: bool | None = False,
1257
1259
  release_confirm: bool | None = False,
1258
1260
  use_accurate: bool | None = False,
1259
- ):
1261
+ ) -> None:
1260
1262
  """Change the crease of vertices
1261
1263
 
1262
1264
  :type execution_context: int | str | None
@@ -1299,7 +1301,7 @@ def vert_slide(
1299
1301
  correct_uv: bool | None = True,
1300
1302
  release_confirm: bool | None = False,
1301
1303
  use_accurate: bool | None = False,
1302
- ):
1304
+ ) -> None:
1303
1305
  """Slide a vertex along a mesh
1304
1306
 
1305
1307
  :type execution_context: int | str | None
@@ -1350,7 +1352,7 @@ def vertex_random(
1350
1352
  normal: float | None = 0.0,
1351
1353
  seed: int | None = 0,
1352
1354
  wait_for_input: bool | None = True,
1353
- ):
1355
+ ) -> None:
1354
1356
  """Randomize vertices
1355
1357
 
1356
1358
  :type execution_context: int | str | None
@@ -1385,7 +1387,7 @@ def vertex_warp(
1385
1387
  (0.0, 0.0, 0.0, 0.0),
1386
1388
  ),
1387
1389
  center: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0, 0.0),
1388
- ):
1390
+ ) -> None:
1389
1391
  """Warp vertices around the cursor
1390
1392
 
1391
1393
  :type execution_context: int | str | None
bpy/ops/ui/__init__.pyi CHANGED
@@ -5,7 +5,7 @@ import numpy.typing as npt
5
5
 
6
6
  def assign_default_button(
7
7
  execution_context: int | str | None = None, undo: bool | None = None
8
- ):
8
+ ) -> None:
9
9
  """Set this property's current value as the new default
10
10
 
11
11
  :type execution_context: int | str | None
@@ -18,7 +18,7 @@ def button_execute(
18
18
  /,
19
19
  *,
20
20
  skip_depressed: bool | None = False,
21
- ):
21
+ ) -> None:
22
22
  """Presses active button
23
23
 
24
24
  :type execution_context: int | str | None
@@ -29,7 +29,7 @@ def button_execute(
29
29
 
30
30
  def button_string_clear(
31
31
  execution_context: int | str | None = None, undo: bool | None = None
32
- ):
32
+ ) -> None:
33
33
  """Unsets the text of the active button
34
34
 
35
35
  :type execution_context: int | str | None
@@ -38,7 +38,7 @@ def button_string_clear(
38
38
 
39
39
  def copy_as_driver_button(
40
40
  execution_context: int | str | None = None, undo: bool | None = None
41
- ):
41
+ ) -> None:
42
42
  """Create a new driver with this property as input, and copy it to the internal clipboard. Use Paste Driver to add it to the target property, or Paste Driver Variables to extend an existing driver
43
43
 
44
44
  :type execution_context: int | str | None
@@ -51,7 +51,7 @@ def copy_data_path_button(
51
51
  /,
52
52
  *,
53
53
  full_path: bool | None = False,
54
- ):
54
+ ) -> None:
55
55
  """Copy the RNA data path for this property to the clipboard
56
56
 
57
57
  :type execution_context: int | str | None
@@ -66,7 +66,7 @@ def copy_driver_to_selected_button(
66
66
  /,
67
67
  *,
68
68
  all: bool | None = False,
69
- ):
69
+ ) -> None:
70
70
  """Copy the property's driver from the active item to the same property of all selected items, if the same property exists
71
71
 
72
72
  :type execution_context: int | str | None
@@ -77,7 +77,7 @@ def copy_driver_to_selected_button(
77
77
 
78
78
  def copy_python_command_button(
79
79
  execution_context: int | str | None = None, undo: bool | None = None
80
- ):
80
+ ) -> None:
81
81
  """Copy the Python command matching this button
82
82
 
83
83
  :type execution_context: int | str | None
@@ -90,7 +90,7 @@ def copy_to_selected_button(
90
90
  /,
91
91
  *,
92
92
  all: bool | None = True,
93
- ):
93
+ ) -> None:
94
94
  """Copy the property's value from the active item to the same property of all selected items if the same property exists
95
95
 
96
96
  :type execution_context: int | str | None
@@ -107,7 +107,7 @@ def drop_color(
107
107
  color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 0.0),
108
108
  gamma: bool | None = False,
109
109
  has_alpha: bool | None = False,
110
- ):
110
+ ) -> None:
111
111
  """Drop colors to buttons
112
112
 
113
113
  :type execution_context: int | str | None
@@ -126,7 +126,7 @@ def drop_material(
126
126
  /,
127
127
  *,
128
128
  session_uid: int | None = 0,
129
- ):
129
+ ) -> None:
130
130
  """Drag material to Material slots in Properties
131
131
 
132
132
  :type execution_context: int | str | None
@@ -141,7 +141,7 @@ def drop_name(
141
141
  /,
142
142
  *,
143
143
  string: str = "",
144
- ):
144
+ ) -> None:
145
145
  """Drop name to button
146
146
 
147
147
  :type execution_context: int | str | None
@@ -150,7 +150,9 @@ def drop_name(
150
150
  :type string: str
151
151
  """
152
152
 
153
- def editsource(execution_context: int | str | None = None, undo: bool | None = None):
153
+ def editsource(
154
+ execution_context: int | str | None = None, undo: bool | None = None
155
+ ) -> None:
154
156
  """Edit UI source code of the active button
155
157
 
156
158
  :type execution_context: int | str | None
@@ -159,7 +161,7 @@ def editsource(execution_context: int | str | None = None, undo: bool | None = N
159
161
 
160
162
  def eyedropper_bone(
161
163
  execution_context: int | str | None = None, undo: bool | None = None
162
- ):
164
+ ) -> None:
163
165
  """Sample a bone from the 3D View or the Outliner to store in a property
164
166
 
165
167
  :type execution_context: int | str | None
@@ -172,7 +174,7 @@ def eyedropper_color(
172
174
  /,
173
175
  *,
174
176
  prop_data_path: str = "",
175
- ):
177
+ ) -> None:
176
178
  """Sample a color from the Blender window to store in a property
177
179
 
178
180
  :type execution_context: int | str | None
@@ -183,7 +185,7 @@ def eyedropper_color(
183
185
 
184
186
  def eyedropper_colorramp(
185
187
  execution_context: int | str | None = None, undo: bool | None = None
186
- ):
188
+ ) -> None:
187
189
  """Sample a color band
188
190
 
189
191
  :type execution_context: int | str | None
@@ -192,7 +194,7 @@ def eyedropper_colorramp(
192
194
 
193
195
  def eyedropper_colorramp_point(
194
196
  execution_context: int | str | None = None, undo: bool | None = None
195
- ):
197
+ ) -> None:
196
198
  """Point-sample a color band
197
199
 
198
200
  :type execution_context: int | str | None
@@ -205,7 +207,7 @@ def eyedropper_depth(
205
207
  /,
206
208
  *,
207
209
  prop_data_path: str = "",
208
- ):
210
+ ) -> None:
209
211
  """Sample depth from the 3D view
210
212
 
211
213
  :type execution_context: int | str | None
@@ -223,7 +225,7 @@ def eyedropper_driver(
223
225
  "SINGLE_MANY", "DIRECT", "MATCH", "NONE_ALL", "NONE_SINGLE"
224
226
  ]
225
227
  | None = "SINGLE_MANY",
226
- ):
228
+ ) -> None:
227
229
  """Pick a property to use as a driver target
228
230
 
229
231
  :type execution_context: int | str | None
@@ -254,7 +256,7 @@ def eyedropper_grease_pencil_color(
254
256
  *,
255
257
  mode: typing.Literal["MATERIAL", "PALETTE", "BRUSH"] | None = "MATERIAL",
256
258
  material_mode: typing.Literal["STROKE", "FILL", "BOTH"] | None = "STROKE",
257
- ):
259
+ ) -> None:
258
260
  """Sample a color from the Blender Window and create Grease Pencil material
259
261
 
260
262
  :type execution_context: int | str | None
@@ -265,7 +267,9 @@ def eyedropper_grease_pencil_color(
265
267
  :type material_mode: typing.Literal['STROKE','FILL','BOTH'] | None
266
268
  """
267
269
 
268
- def eyedropper_id(execution_context: int | str | None = None, undo: bool | None = None):
270
+ def eyedropper_id(
271
+ execution_context: int | str | None = None, undo: bool | None = None
272
+ ) -> None:
269
273
  """Sample a data-block from the 3D View to store in a property
270
274
 
271
275
  :type execution_context: int | str | None
@@ -274,7 +278,7 @@ def eyedropper_id(execution_context: int | str | None = None, undo: bool | None
274
278
 
275
279
  def jump_to_target_button(
276
280
  execution_context: int | str | None = None, undo: bool | None = None
277
- ):
281
+ ) -> None:
278
282
  """Switch to the target object or bone
279
283
 
280
284
  :type execution_context: int | str | None
@@ -283,7 +287,7 @@ def jump_to_target_button(
283
287
 
284
288
  def list_start_filter(
285
289
  execution_context: int | str | None = None, undo: bool | None = None
286
- ):
290
+ ) -> None:
287
291
  """Start entering filter text for the list in focus
288
292
 
289
293
  :type execution_context: int | str | None
@@ -292,7 +296,7 @@ def list_start_filter(
292
296
 
293
297
  def override_idtemplate_clear(
294
298
  execution_context: int | str | None = None, undo: bool | None = None
295
- ):
299
+ ) -> None:
296
300
  """Delete the selected local override and relink its usages to the linked data-block if possible, else reset it and mark it as non editable
297
301
 
298
302
  :type execution_context: int | str | None
@@ -301,7 +305,7 @@ def override_idtemplate_clear(
301
305
 
302
306
  def override_idtemplate_make(
303
307
  execution_context: int | str | None = None, undo: bool | None = None
304
- ):
308
+ ) -> None:
305
309
  """Create a local override of the selected linked data-block, and its hierarchy of dependencies
306
310
 
307
311
  :type execution_context: int | str | None
@@ -310,7 +314,7 @@ def override_idtemplate_make(
310
314
 
311
315
  def override_idtemplate_reset(
312
316
  execution_context: int | str | None = None, undo: bool | None = None
313
- ):
317
+ ) -> None:
314
318
  """Reset the selected local override to its linked reference values
315
319
 
316
320
  :type execution_context: int | str | None
@@ -323,7 +327,7 @@ def override_remove_button(
323
327
  /,
324
328
  *,
325
329
  all: bool | None = True,
326
- ):
330
+ ) -> None:
327
331
  """Remove an override operation
328
332
 
329
333
  :type execution_context: int | str | None
@@ -339,7 +343,7 @@ def override_type_set_button(
339
343
  *,
340
344
  all: bool | None = True,
341
345
  type: typing.Literal["NOOP", "REPLACE", "DIFFERENCE", "FACTOR"] | None = "REPLACE",
342
- ):
346
+ ) -> None:
343
347
  """Create an override operation, or set the type of an existing one
344
348
 
345
349
  :type execution_context: int | str | None
@@ -364,7 +368,7 @@ def override_type_set_button(
364
368
 
365
369
  def reloadtranslation(
366
370
  execution_context: int | str | None = None, undo: bool | None = None
367
- ):
371
+ ) -> None:
368
372
  """Force a full reload of UI translation
369
373
 
370
374
  :type execution_context: int | str | None
@@ -377,7 +381,7 @@ def reset_default_button(
377
381
  /,
378
382
  *,
379
383
  all: bool | None = True,
380
- ):
384
+ ) -> None:
381
385
  """Reset this property's value to its default value
382
386
 
383
387
  :type execution_context: int | str | None
@@ -388,14 +392,16 @@ def reset_default_button(
388
392
 
389
393
  def unset_property_button(
390
394
  execution_context: int | str | None = None, undo: bool | None = None
391
- ):
395
+ ) -> None:
392
396
  """Clear the property and use default or generated value in operators
393
397
 
394
398
  :type execution_context: int | str | None
395
399
  :type undo: bool | None
396
400
  """
397
401
 
398
- def view_drop(execution_context: int | str | None = None, undo: bool | None = None):
402
+ def view_drop(
403
+ execution_context: int | str | None = None, undo: bool | None = None
404
+ ) -> None:
399
405
  """Drag and drop onto a data-set or item within the data-set
400
406
 
401
407
  :type execution_context: int | str | None
@@ -404,14 +410,16 @@ def view_drop(execution_context: int | str | None = None, undo: bool | None = No
404
410
 
405
411
  def view_item_rename(
406
412
  execution_context: int | str | None = None, undo: bool | None = None
407
- ):
413
+ ) -> None:
408
414
  """Rename the active item in the data-set view
409
415
 
410
416
  :type execution_context: int | str | None
411
417
  :type undo: bool | None
412
418
  """
413
419
 
414
- def view_scroll(execution_context: int | str | None = None, undo: bool | None = None):
420
+ def view_scroll(
421
+ execution_context: int | str | None = None, undo: bool | None = None
422
+ ) -> None:
415
423
  """Undocumented, consider contributing.
416
424
 
417
425
  :type execution_context: int | str | None
@@ -420,7 +428,7 @@ def view_scroll(execution_context: int | str | None = None, undo: bool | None =
420
428
 
421
429
  def view_start_filter(
422
430
  execution_context: int | str | None = None, undo: bool | None = None
423
- ):
431
+ ) -> None:
424
432
  """Start entering filter text for the data-set in focus
425
433
 
426
434
  :type execution_context: int | str | None
@@ -10,7 +10,7 @@ def entry_add(
10
10
  *,
11
11
  list_path: str = "",
12
12
  active_index_path: str = "",
13
- ):
13
+ ) -> None:
14
14
  """Add an entry to the list after the current active item
15
15
 
16
16
  :type execution_context: int | str | None
@@ -29,7 +29,7 @@ def entry_move(
29
29
  list_path: str = "",
30
30
  active_index_path: str = "",
31
31
  direction: typing.Literal["UP", "DOWN"] | None = "UP",
32
- ):
32
+ ) -> None:
33
33
  """Move an entry in the list up or down
34
34
 
35
35
  :type execution_context: int | str | None
@@ -55,7 +55,7 @@ def entry_remove(
55
55
  *,
56
56
  list_path: str = "",
57
57
  active_index_path: str = "",
58
- ):
58
+ ) -> None:
59
59
  """Remove the selected entry from the list
60
60
 
61
61
  :type execution_context: int | str | None