fake-bpy-module 20250603__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 +5 -5
  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 +1220 -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-20250603.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-20250603.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi CHANGED
@@ -11,7 +11,7 @@ def change_frame(
11
11
  frame: float | None = 0.0,
12
12
  snap: bool | None = False,
13
13
  seq_solo_preview: bool | None = False,
14
- ):
14
+ ) -> None:
15
15
  """Interactively change the current frame number
16
16
 
17
17
  :type execution_context: int | str | None
@@ -30,7 +30,7 @@ def channel_select_keys(
30
30
  /,
31
31
  *,
32
32
  extend: bool | None = False,
33
- ):
33
+ ) -> None:
34
34
  """Select all keyframes of channel under mouse
35
35
 
36
36
  :type execution_context: int | str | None
@@ -46,7 +46,7 @@ def channel_view_pick(
46
46
  *,
47
47
  include_handles: bool | None = True,
48
48
  use_preview_range: bool | None = True,
49
- ):
49
+ ) -> None:
50
50
  """Reset viewable area to show the channel under the cursor
51
51
 
52
52
  :type execution_context: int | str | None
@@ -67,7 +67,7 @@ def channels_bake(
67
67
  remove_outside_range: bool | None = False,
68
68
  interpolation_type: typing.Literal["BEZIER", "LIN", "CONST"] | None = "BEZIER",
69
69
  bake_modifiers: bool | None = True,
70
- ):
70
+ ) -> None:
71
71
  """Create keyframes following the current shape of F-Curves of selected channels
72
72
 
73
73
  :type execution_context: int | str | None
@@ -95,7 +95,7 @@ def channels_bake(
95
95
 
96
96
  def channels_clean_empty(
97
97
  execution_context: int | str | None = None, undo: bool | None = None
98
- ):
98
+ ) -> None:
99
99
  """Delete all empty animation data containers from visible data-blocks
100
100
 
101
101
  :type execution_context: int | str | None
@@ -110,7 +110,7 @@ def channels_click(
110
110
  extend: bool | None = False,
111
111
  extend_range: bool | None = False,
112
112
  children_only: bool | None = False,
113
- ):
113
+ ) -> None:
114
114
  """Handle mouse clicks over animation channels
115
115
 
116
116
  :type execution_context: int | str | None
@@ -129,7 +129,7 @@ def channels_collapse(
129
129
  /,
130
130
  *,
131
131
  all: bool | None = True,
132
- ):
132
+ ) -> None:
133
133
  """Collapse (close) all selected expandable animation channels
134
134
 
135
135
  :type execution_context: int | str | None
@@ -140,7 +140,7 @@ def channels_collapse(
140
140
 
141
141
  def channels_delete(
142
142
  execution_context: int | str | None = None, undo: bool | None = None
143
- ):
143
+ ) -> None:
144
144
  """Delete all selected animation channels
145
145
 
146
146
  :type execution_context: int | str | None
@@ -154,7 +154,7 @@ def channels_editable_toggle(
154
154
  *,
155
155
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "TOGGLE",
156
156
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
157
- ):
157
+ ) -> None:
158
158
  """Toggle editability of selected channels
159
159
 
160
160
  :type execution_context: int | str | None
@@ -171,7 +171,7 @@ def channels_expand(
171
171
  /,
172
172
  *,
173
173
  all: bool | None = True,
174
- ):
174
+ ) -> None:
175
175
  """Expand (open) all selected expandable animation channels
176
176
 
177
177
  :type execution_context: int | str | None
@@ -182,7 +182,7 @@ def channels_expand(
182
182
 
183
183
  def channels_fcurves_enable(
184
184
  execution_context: int | str | None = None, undo: bool | None = None
185
- ):
185
+ ) -> None:
186
186
  """Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
187
187
 
188
188
  :type execution_context: int | str | None
@@ -195,7 +195,7 @@ def channels_group(
195
195
  /,
196
196
  *,
197
197
  name: str = "New Group",
198
- ):
198
+ ) -> None:
199
199
  """Add selected F-Curves to a new group
200
200
 
201
201
  :type execution_context: int | str | None
@@ -210,7 +210,7 @@ def channels_move(
210
210
  /,
211
211
  *,
212
212
  direction: typing.Literal["TOP", "UP", "DOWN", "BOTTOM"] | None = "DOWN",
213
- ):
213
+ ) -> None:
214
214
  """Rearrange selected animation channels
215
215
 
216
216
  :type execution_context: int | str | None
@@ -221,7 +221,7 @@ def channels_move(
221
221
 
222
222
  def channels_rename(
223
223
  execution_context: int | str | None = None, undo: bool | None = None
224
- ):
224
+ ) -> None:
225
225
  """Rename animation channel under mouse
226
226
 
227
227
  :type execution_context: int | str | None
@@ -234,7 +234,7 @@ def channels_select_all(
234
234
  /,
235
235
  *,
236
236
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
237
- ):
237
+ ) -> None:
238
238
  """Toggle selection of all animation channels
239
239
 
240
240
  :type execution_context: int | str | None
@@ -267,7 +267,7 @@ def channels_select_box(
267
267
  wait_for_input: bool | None = True,
268
268
  deselect: bool | None = False,
269
269
  extend: bool | None = True,
270
- ):
270
+ ) -> None:
271
271
  """Select all animation channels within the specified region
272
272
 
273
273
  :type execution_context: int | str | None
@@ -290,7 +290,7 @@ def channels_select_box(
290
290
 
291
291
  def channels_select_filter(
292
292
  execution_context: int | str | None = None, undo: bool | None = None
293
- ):
293
+ ) -> None:
294
294
  """Start entering text which filters the set of channels shown to only include those with matching names
295
295
 
296
296
  :type execution_context: int | str | None
@@ -304,7 +304,7 @@ def channels_setting_disable(
304
304
  *,
305
305
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "DISABLE",
306
306
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
307
- ):
307
+ ) -> None:
308
308
  """Disable specified setting on all selected animation channels
309
309
 
310
310
  :type execution_context: int | str | None
@@ -322,7 +322,7 @@ def channels_setting_enable(
322
322
  *,
323
323
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "ENABLE",
324
324
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
325
- ):
325
+ ) -> None:
326
326
  """Enable specified setting on all selected animation channels
327
327
 
328
328
  :type execution_context: int | str | None
@@ -340,7 +340,7 @@ def channels_setting_toggle(
340
340
  *,
341
341
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "TOGGLE",
342
342
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
343
- ):
343
+ ) -> None:
344
344
  """Toggle specified setting on all selected animation channels
345
345
 
346
346
  :type execution_context: int | str | None
@@ -353,7 +353,7 @@ def channels_setting_toggle(
353
353
 
354
354
  def channels_ungroup(
355
355
  execution_context: int | str | None = None, undo: bool | None = None
356
- ):
356
+ ) -> None:
357
357
  """Remove selected F-Curves from their current groups
358
358
 
359
359
  :type execution_context: int | str | None
@@ -367,7 +367,7 @@ def channels_view_selected(
367
367
  *,
368
368
  include_handles: bool | None = True,
369
369
  use_preview_range: bool | None = True,
370
- ):
370
+ ) -> None:
371
371
  """Reset viewable area to show the selected channels
372
372
 
373
373
  :type execution_context: int | str | None
@@ -384,7 +384,7 @@ def clear_useless_actions(
384
384
  /,
385
385
  *,
386
386
  only_unused: bool | None = True,
387
- ):
387
+ ) -> None:
388
388
  """Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
389
389
 
390
390
  :type execution_context: int | str | None
@@ -395,7 +395,7 @@ def clear_useless_actions(
395
395
 
396
396
  def convert_legacy_action(
397
397
  execution_context: int | str | None = None, undo: bool | None = None
398
- ):
398
+ ) -> None:
399
399
  """Convert a legacy Action to a layered Action on the active object
400
400
 
401
401
  :type execution_context: int | str | None
@@ -404,7 +404,7 @@ def convert_legacy_action(
404
404
 
405
405
  def copy_driver_button(
406
406
  execution_context: int | str | None = None, undo: bool | None = None
407
- ):
407
+ ) -> None:
408
408
  """Copy the driver for the highlighted button
409
409
 
410
410
  :type execution_context: int | str | None
@@ -413,7 +413,7 @@ def copy_driver_button(
413
413
 
414
414
  def driver_button_add(
415
415
  execution_context: int | str | None = None, undo: bool | None = None
416
- ):
416
+ ) -> None:
417
417
  """Add driver for the property under the cursor
418
418
 
419
419
  :type execution_context: int | str | None
@@ -422,7 +422,7 @@ def driver_button_add(
422
422
 
423
423
  def driver_button_edit(
424
424
  execution_context: int | str | None = None, undo: bool | None = None
425
- ):
425
+ ) -> None:
426
426
  """Edit the drivers for the connected property represented by the highlighted button
427
427
 
428
428
  :type execution_context: int | str | None
@@ -435,7 +435,7 @@ def driver_button_remove(
435
435
  /,
436
436
  *,
437
437
  all: bool | None = True,
438
- ):
438
+ ) -> None:
439
439
  """Remove the driver(s) for the connected property(s) represented by the highlighted button
440
440
 
441
441
  :type execution_context: int | str | None
@@ -444,7 +444,9 @@ def driver_button_remove(
444
444
  :type all: bool | None
445
445
  """
446
446
 
447
- def end_frame_set(execution_context: int | str | None = None, undo: bool | None = None):
447
+ def end_frame_set(
448
+ execution_context: int | str | None = None, undo: bool | None = None
449
+ ) -> None:
448
450
  """Set the current frame as the preview or scene end frame
449
451
 
450
452
  :type execution_context: int | str | None
@@ -457,7 +459,7 @@ def keyframe_clear_button(
457
459
  /,
458
460
  *,
459
461
  all: bool | None = True,
460
- ):
462
+ ) -> None:
461
463
  """Clear all keyframes on the currently active property
462
464
 
463
465
  :type execution_context: int | str | None
@@ -472,7 +474,7 @@ def keyframe_clear_v3d(
472
474
  /,
473
475
  *,
474
476
  confirm: bool | None = True,
475
- ):
477
+ ) -> None:
476
478
  """Remove all keyframe animation for selected objects
477
479
 
478
480
  :type execution_context: int | str | None
@@ -487,7 +489,7 @@ def keyframe_delete(
487
489
  /,
488
490
  *,
489
491
  type: str | None = "DEFAULT",
490
- ):
492
+ ) -> None:
491
493
  """Delete keyframes on the current frame for all properties in the specified Keying Set
492
494
 
493
495
  :type execution_context: int | str | None
@@ -502,7 +504,7 @@ def keyframe_delete_button(
502
504
  /,
503
505
  *,
504
506
  all: bool | None = True,
505
- ):
507
+ ) -> None:
506
508
  """Delete current keyframe of current UI-active property
507
509
 
508
510
  :type execution_context: int | str | None
@@ -517,7 +519,7 @@ def keyframe_delete_by_name(
517
519
  /,
518
520
  *,
519
521
  type: str = "",
520
- ):
522
+ ) -> None:
521
523
  """Alternate access to 'Delete Keyframe' for keymaps to use
522
524
 
523
525
  :type execution_context: int | str | None
@@ -532,7 +534,7 @@ def keyframe_delete_v3d(
532
534
  /,
533
535
  *,
534
536
  confirm: bool | None = True,
535
- ):
537
+ ) -> None:
536
538
  """Remove keyframes on current frame for selected objects and bones
537
539
 
538
540
  :type execution_context: int | str | None
@@ -547,7 +549,7 @@ def keyframe_insert(
547
549
  /,
548
550
  *,
549
551
  type: str | None = "DEFAULT",
550
- ):
552
+ ) -> None:
551
553
  """Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
552
554
 
553
555
  :type execution_context: int | str | None
@@ -562,7 +564,7 @@ def keyframe_insert_button(
562
564
  /,
563
565
  *,
564
566
  all: bool | None = True,
565
- ):
567
+ ) -> None:
566
568
  """Insert a keyframe for current UI-active property
567
569
 
568
570
  :type execution_context: int | str | None
@@ -577,7 +579,7 @@ def keyframe_insert_by_name(
577
579
  /,
578
580
  *,
579
581
  type: str = "",
580
- ):
582
+ ) -> None:
581
583
  """Alternate access to 'Insert Keyframe' for keymaps to use
582
584
 
583
585
  :type execution_context: int | str | None
@@ -593,7 +595,7 @@ def keyframe_insert_menu(
593
595
  *,
594
596
  type: str | None = "DEFAULT",
595
597
  always_prompt: bool | None = False,
596
- ):
598
+ ) -> None:
597
599
  """Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
598
600
 
599
601
  :type execution_context: int | str | None
@@ -610,7 +612,7 @@ def keying_set_active_set(
610
612
  /,
611
613
  *,
612
614
  type: str | None = "DEFAULT",
613
- ):
615
+ ) -> None:
614
616
  """Set a new active keying set
615
617
 
616
618
  :type execution_context: int | str | None
@@ -621,7 +623,7 @@ def keying_set_active_set(
621
623
 
622
624
  def keying_set_add(
623
625
  execution_context: int | str | None = None, undo: bool | None = None
624
- ):
626
+ ) -> None:
625
627
  """Add a new (empty) keying set to the active Scene
626
628
 
627
629
  :type execution_context: int | str | None
@@ -637,7 +639,7 @@ def keying_set_export(
637
639
  filter_folder: bool | None = True,
638
640
  filter_text: bool | None = True,
639
641
  filter_python: bool | None = True,
640
- ):
642
+ ) -> None:
641
643
  """Export Keying Set to a Python script
642
644
 
643
645
  :type execution_context: int | str | None
@@ -654,7 +656,7 @@ def keying_set_export(
654
656
 
655
657
  def keying_set_path_add(
656
658
  execution_context: int | str | None = None, undo: bool | None = None
657
- ):
659
+ ) -> None:
658
660
  """Add empty path to active keying set
659
661
 
660
662
  :type execution_context: int | str | None
@@ -663,7 +665,7 @@ def keying_set_path_add(
663
665
 
664
666
  def keying_set_path_remove(
665
667
  execution_context: int | str | None = None, undo: bool | None = None
666
- ):
668
+ ) -> None:
667
669
  """Remove active Path from active keying set
668
670
 
669
671
  :type execution_context: int | str | None
@@ -672,7 +674,7 @@ def keying_set_path_remove(
672
674
 
673
675
  def keying_set_remove(
674
676
  execution_context: int | str | None = None, undo: bool | None = None
675
- ):
677
+ ) -> None:
676
678
  """Remove the active keying set
677
679
 
678
680
  :type execution_context: int | str | None
@@ -685,7 +687,7 @@ def keyingset_button_add(
685
687
  /,
686
688
  *,
687
689
  all: bool | None = True,
688
- ):
690
+ ) -> None:
689
691
  """Add current UI-active property to current keying set
690
692
 
691
693
  :type execution_context: int | str | None
@@ -696,7 +698,7 @@ def keyingset_button_add(
696
698
 
697
699
  def keyingset_button_remove(
698
700
  execution_context: int | str | None = None, undo: bool | None = None
699
- ):
701
+ ) -> None:
700
702
  """Remove current UI-active property from current keying set
701
703
 
702
704
  :type execution_context: int | str | None
@@ -705,7 +707,7 @@ def keyingset_button_remove(
705
707
 
706
708
  def merge_animation(
707
709
  execution_context: int | str | None = None, undo: bool | None = None
708
- ):
710
+ ) -> None:
709
711
  """Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users
710
712
 
711
713
  :type execution_context: int | str | None
@@ -714,7 +716,7 @@ def merge_animation(
714
716
 
715
717
  def paste_driver_button(
716
718
  execution_context: int | str | None = None, undo: bool | None = None
717
- ):
719
+ ) -> None:
718
720
  """Paste the driver in the internal clipboard to the highlighted button
719
721
 
720
722
  :type execution_context: int | str | None
@@ -723,7 +725,7 @@ def paste_driver_button(
723
725
 
724
726
  def previewrange_clear(
725
727
  execution_context: int | str | None = None, undo: bool | None = None
726
- ):
728
+ ) -> None:
727
729
  """Clear preview range
728
730
 
729
731
  :type execution_context: int | str | None
@@ -740,7 +742,7 @@ def previewrange_set(
740
742
  ymin: int | None = 0,
741
743
  ymax: int | None = 0,
742
744
  wait_for_input: bool | None = True,
743
- ):
745
+ ) -> None:
744
746
  """Interactively define frame range used for playback
745
747
 
746
748
  :type execution_context: int | str | None
@@ -759,7 +761,7 @@ def previewrange_set(
759
761
 
760
762
  def scene_range_frame(
761
763
  execution_context: int | str | None = None, undo: bool | None = None
762
- ):
764
+ ) -> None:
763
765
  """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
764
766
 
765
767
  :type execution_context: int | str | None
@@ -768,7 +770,7 @@ def scene_range_frame(
768
770
 
769
771
  def separate_slots(
770
772
  execution_context: int | str | None = None, undo: bool | None = None
771
- ):
773
+ ) -> None:
772
774
  """Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action won't be deleted but will be empty and might end up having zero users
773
775
 
774
776
  :type execution_context: int | str | None
@@ -777,7 +779,7 @@ def separate_slots(
777
779
 
778
780
  def slot_channels_move_to_new_action(
779
781
  execution_context: int | str | None = None, undo: bool | None = None
780
- ):
782
+ ) -> None:
781
783
  """Move the selected slots into a newly created action
782
784
 
783
785
  :type execution_context: int | str | None
@@ -786,7 +788,7 @@ def slot_channels_move_to_new_action(
786
788
 
787
789
  def slot_new_for_id(
788
790
  execution_context: int | str | None = None, undo: bool | None = None
789
- ):
791
+ ) -> None:
790
792
  """Create a new action slot for this data-block, to hold its animation
791
793
 
792
794
  :type execution_context: int | str | None
@@ -795,7 +797,7 @@ def slot_new_for_id(
795
797
 
796
798
  def slot_unassign_from_constraint(
797
799
  execution_context: int | str | None = None, undo: bool | None = None
798
- ):
800
+ ) -> None:
799
801
  """Un-assign the action slot from this constraint
800
802
 
801
803
  :type execution_context: int | str | None
@@ -804,7 +806,7 @@ def slot_unassign_from_constraint(
804
806
 
805
807
  def slot_unassign_from_id(
806
808
  execution_context: int | str | None = None, undo: bool | None = None
807
- ):
809
+ ) -> None:
808
810
  """Un-assign the action slot, effectively making this data-block non-animated
809
811
 
810
812
  :type execution_context: int | str | None
@@ -813,7 +815,7 @@ def slot_unassign_from_id(
813
815
 
814
816
  def slot_unassign_from_nla_strip(
815
817
  execution_context: int | str | None = None, undo: bool | None = None
816
- ):
818
+ ) -> None:
817
819
  """Un-assign the action slot from this NLA strip, effectively making it non-animated
818
820
 
819
821
  :type execution_context: int | str | None
@@ -822,7 +824,7 @@ def slot_unassign_from_nla_strip(
822
824
 
823
825
  def start_frame_set(
824
826
  execution_context: int | str | None = None, undo: bool | None = None
825
- ):
827
+ ) -> None:
826
828
  """Set the current frame as the preview or scene start frame
827
829
 
828
830
  :type execution_context: int | str | None
@@ -835,7 +837,7 @@ def update_animated_transform_constraints(
835
837
  /,
836
838
  *,
837
839
  use_convert_to_radians: bool | None = True,
838
- ):
840
+ ) -> None:
839
841
  """Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
840
842
 
841
843
  :type execution_context: int | str | None
@@ -851,7 +853,7 @@ def view_curve_in_graph_editor(
851
853
  *,
852
854
  all: bool | None = False,
853
855
  isolate: bool | None = False,
854
- ):
856
+ ) -> None:
855
857
  """Frame the property under the cursor in the Graph Editor
856
858
 
857
859
  :type execution_context: int | str | None