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

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

Potentially problematic release.


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

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,9 @@ import bpy.ops.transform
6
6
  import bpy.stub_internal.rna_enums
7
7
  import bpy.types
8
8
 
9
- def bake_keys(execution_context: int | str | None = None, undo: bool | None = None):
9
+ def bake_keys(
10
+ execution_context: int | str | None = None, undo: bool | None = None
11
+ ) -> None:
10
12
  """Add keyframes on every frame between the selected keyframes
11
13
 
12
14
  :type execution_context: int | str | None
@@ -19,7 +21,7 @@ def blend_offset(
19
21
  /,
20
22
  *,
21
23
  factor: float | None = 0.0,
22
- ):
24
+ ) -> None:
23
25
  """Shift selected keys to the value of the neighboring keys as a block
24
26
 
25
27
  :type execution_context: int | str | None
@@ -34,7 +36,7 @@ def blend_to_default(
34
36
  /,
35
37
  *,
36
38
  factor: float | None = 0.0,
37
- ):
39
+ ) -> None:
38
40
  """Blend selected keys to their default value from their current position
39
41
 
40
42
  :type execution_context: int | str | None
@@ -49,7 +51,7 @@ def blend_to_ease(
49
51
  /,
50
52
  *,
51
53
  factor: float | None = 0.0,
52
- ):
54
+ ) -> None:
53
55
  """Blends keyframes from current state to an ease-in or ease-out curve
54
56
 
55
57
  :type execution_context: int | str | None
@@ -64,7 +66,7 @@ def blend_to_neighbor(
64
66
  /,
65
67
  *,
66
68
  factor: float | None = 0.0,
67
- ):
69
+ ) -> None:
68
70
  """Blend selected keyframes to their left or right neighbor
69
71
 
70
72
  :type execution_context: int | str | None
@@ -79,7 +81,7 @@ def breakdown(
79
81
  /,
80
82
  *,
81
83
  factor: float | None = 0.0,
82
- ):
84
+ ) -> None:
83
85
  """Move selected keyframes to an inbetween position relative to adjacent keys
84
86
 
85
87
  :type execution_context: int | str | None
@@ -98,7 +100,7 @@ def butterworth_smooth(
98
100
  samples_per_frame: int | None = 1,
99
101
  blend: float | None = 1.0,
100
102
  blend_in_out: int | None = 1,
101
- ):
103
+ ) -> None:
102
104
  """Smooth an F-Curve while maintaining the general shape of the curve
103
105
 
104
106
  :type execution_context: int | str | None
@@ -122,7 +124,7 @@ def clean(
122
124
  *,
123
125
  threshold: float | None = 0.001,
124
126
  channels: bool | None = False,
125
- ):
127
+ ) -> None:
126
128
  """Simplify F-Curves by removing closely spaced keyframes
127
129
 
128
130
  :type execution_context: int | str | None
@@ -141,7 +143,7 @@ def click_insert(
141
143
  frame: float | None = 1.0,
142
144
  value: float | None = 1.0,
143
145
  extend: bool | None = False,
144
- ):
146
+ ) -> None:
145
147
  """Insert new keyframe at the cursor position for the active F-Curve
146
148
 
147
149
  :type execution_context: int | str | None
@@ -166,7 +168,7 @@ def clickselect(
166
168
  deselect_all: bool | None = False,
167
169
  column: bool | None = False,
168
170
  curves: bool | None = False,
169
- ):
171
+ ) -> None:
170
172
  """Select keyframes by clicking on them
171
173
 
172
174
  :type execution_context: int | str | None
@@ -187,7 +189,7 @@ def clickselect(
187
189
  :type curves: bool | None
188
190
  """
189
191
 
190
- def copy(execution_context: int | str | None = None, undo: bool | None = None):
192
+ def copy(execution_context: int | str | None = None, undo: bool | None = None) -> None:
191
193
  """Copy selected keyframes to the internal clipboard
192
194
 
193
195
  :type execution_context: int | str | None
@@ -201,7 +203,7 @@ def cursor_set(
201
203
  *,
202
204
  frame: float | None = 0.0,
203
205
  value: float | None = 0.0,
204
- ):
206
+ ) -> None:
205
207
  """Interactively set the current frame and value cursor
206
208
 
207
209
  :type execution_context: int | str | None
@@ -220,7 +222,7 @@ def decimate(
220
222
  mode: typing.Literal["RATIO", "ERROR"] | None = "RATIO",
221
223
  factor: float | None = 0.333333,
222
224
  remove_error_margin: float | None = 0.0,
223
- ):
225
+ ) -> None:
224
226
  """Decimate F-Curves by removing keyframes that influence the curve shape the least
225
227
 
226
228
  :type execution_context: int | str | None
@@ -245,7 +247,7 @@ def delete(
245
247
  /,
246
248
  *,
247
249
  confirm: bool | None = True,
248
- ):
250
+ ) -> None:
249
251
  """Remove all selected keyframes
250
252
 
251
253
  :type execution_context: int | str | None
@@ -256,7 +258,7 @@ def delete(
256
258
 
257
259
  def driver_delete_invalid(
258
260
  execution_context: int | str | None = None, undo: bool | None = None
259
- ):
261
+ ) -> None:
260
262
  """Delete all visible drivers considered invalid
261
263
 
262
264
  :type execution_context: int | str | None
@@ -265,7 +267,7 @@ def driver_delete_invalid(
265
267
 
266
268
  def driver_variables_copy(
267
269
  execution_context: int | str | None = None, undo: bool | None = None
268
- ):
270
+ ) -> None:
269
271
  """Copy the driver variables of the active driver
270
272
 
271
273
  :type execution_context: int | str | None
@@ -278,7 +280,7 @@ def driver_variables_paste(
278
280
  /,
279
281
  *,
280
282
  replace: bool | None = False,
281
- ):
283
+ ) -> None:
282
284
  """Add copied driver variables to the active driver
283
285
 
284
286
  :type execution_context: int | str | None
@@ -293,7 +295,7 @@ def duplicate(
293
295
  /,
294
296
  *,
295
297
  mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
296
- ):
298
+ ) -> None:
297
299
  """Make a copy of all selected keyframes
298
300
 
299
301
  :type execution_context: int | str | None
@@ -309,7 +311,7 @@ def duplicate_move(
309
311
  *,
310
312
  GRAPH_OT_duplicate: duplicate | None = None,
311
313
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
312
- ):
314
+ ) -> None:
313
315
  """Make a copy of all selected keyframes and move them
314
316
 
315
317
  :type execution_context: int | str | None
@@ -327,7 +329,7 @@ def ease(
327
329
  *,
328
330
  factor: float | None = 0.0,
329
331
  sharpness: float | None = 2.0,
330
- ):
332
+ ) -> None:
331
333
  """Align keyframes on a ease-in or ease-out curve
332
334
 
333
335
  :type execution_context: int | str | None
@@ -344,7 +346,7 @@ def easing_type(
344
346
  /,
345
347
  *,
346
348
  type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
347
- ):
349
+ ) -> None:
348
350
  """Set easing type for the F-Curve segments starting from the selected keyframes
349
351
 
350
352
  :type execution_context: int | str | None
@@ -361,7 +363,7 @@ def equalize_handles(
361
363
  side: typing.Literal["LEFT", "RIGHT", "BOTH"] | None = "LEFT",
362
364
  handle_length: float | None = 5.0,
363
365
  flatten: bool | None = False,
364
- ):
366
+ ) -> None:
365
367
  """Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
366
368
 
367
369
  :type execution_context: int | str | None
@@ -383,7 +385,9 @@ def equalize_handles(
383
385
  :type flatten: bool | None
384
386
  """
385
387
 
386
- def euler_filter(execution_context: int | str | None = None, undo: bool | None = None):
388
+ def euler_filter(
389
+ execution_context: int | str | None = None, undo: bool | None = None
390
+ ) -> None:
387
391
  """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
388
392
 
389
393
  :type execution_context: int | str | None
@@ -397,7 +401,7 @@ def extrapolation_type(
397
401
  *,
398
402
  type: typing.Literal["CONSTANT", "LINEAR", "MAKE_CYCLIC", "CLEAR_CYCLIC"]
399
403
  | None = "CONSTANT",
400
- ):
404
+ ) -> None:
401
405
  """Set extrapolation mode for selected F-Curves
402
406
 
403
407
  :type execution_context: int | str | None
@@ -425,7 +429,7 @@ def fmodifier_add(
425
429
  *,
426
430
  type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None = "NULL",
427
431
  only_active: bool | None = False,
428
- ):
432
+ ) -> None:
429
433
  """Add F-Modifier to the active/selected F-Curves
430
434
 
431
435
  :type execution_context: int | str | None
@@ -438,7 +442,7 @@ def fmodifier_add(
438
442
 
439
443
  def fmodifier_copy(
440
444
  execution_context: int | str | None = None, undo: bool | None = None
441
- ):
445
+ ) -> None:
442
446
  """Copy the F-Modifier(s) of the active F-Curve
443
447
 
444
448
  :type execution_context: int | str | None
@@ -452,7 +456,7 @@ def fmodifier_paste(
452
456
  *,
453
457
  only_active: bool | None = False,
454
458
  replace: bool | None = False,
455
- ):
459
+ ) -> None:
456
460
  """Add copied F-Modifiers to the selected F-Curves
457
461
 
458
462
  :type execution_context: int | str | None
@@ -463,7 +467,9 @@ def fmodifier_paste(
463
467
  :type replace: bool | None
464
468
  """
465
469
 
466
- def frame_jump(execution_context: int | str | None = None, undo: bool | None = None):
470
+ def frame_jump(
471
+ execution_context: int | str | None = None, undo: bool | None = None
472
+ ) -> None:
467
473
  """Place the cursor on the midpoint of selected keyframes
468
474
 
469
475
  :type execution_context: int | str | None
@@ -478,7 +484,7 @@ def gaussian_smooth(
478
484
  factor: float | None = 1.0,
479
485
  sigma: float | None = 0.33,
480
486
  filter_width: int | None = 6,
481
- ):
487
+ ) -> None:
482
488
  """Smooth the curve using a Gaussian filter
483
489
 
484
490
  :type execution_context: int | str | None
@@ -493,7 +499,7 @@ def gaussian_smooth(
493
499
 
494
500
  def ghost_curves_clear(
495
501
  execution_context: int | str | None = None, undo: bool | None = None
496
- ):
502
+ ) -> None:
497
503
  """Clear F-Curve snapshots (Ghosts) for active Graph Editor
498
504
 
499
505
  :type execution_context: int | str | None
@@ -502,7 +508,7 @@ def ghost_curves_clear(
502
508
 
503
509
  def ghost_curves_create(
504
510
  execution_context: int | str | None = None, undo: bool | None = None
505
- ):
511
+ ) -> None:
506
512
  """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
507
513
 
508
514
  :type execution_context: int | str | None
@@ -515,7 +521,7 @@ def handle_type(
515
521
  /,
516
522
  *,
517
523
  type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None = "FREE",
518
- ):
524
+ ) -> None:
519
525
  """Set type of handle for selected keyframes
520
526
 
521
527
  :type execution_context: int | str | None
@@ -530,7 +536,7 @@ def hide(
530
536
  /,
531
537
  *,
532
538
  unselected: bool | None = False,
533
- ):
539
+ ) -> None:
534
540
  """Hide selected curves from Graph Editor view
535
541
 
536
542
  :type execution_context: int | str | None
@@ -546,7 +552,7 @@ def interpolation_type(
546
552
  *,
547
553
  type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems
548
554
  | None = "CONSTANT",
549
- ):
555
+ ) -> None:
550
556
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
551
557
 
552
558
  :type execution_context: int | str | None
@@ -562,7 +568,7 @@ def keyframe_insert(
562
568
  *,
563
569
  type: typing.Literal["ALL", "SEL", "ACTIVE", "CURSOR_ACTIVE", "CURSOR_SEL"]
564
570
  | None = "ALL",
565
- ):
571
+ ) -> None:
566
572
  """Insert keyframes for the specified channels
567
573
 
568
574
  :type execution_context: int | str | None
@@ -592,7 +598,7 @@ def keyframe_jump(
592
598
  /,
593
599
  *,
594
600
  next: bool | None = True,
595
- ):
601
+ ) -> None:
596
602
  """Jump to previous/next keyframe
597
603
 
598
604
  :type execution_context: int | str | None
@@ -603,7 +609,7 @@ def keyframe_jump(
603
609
 
604
610
  def keys_to_samples(
605
611
  execution_context: int | str | None = None, undo: bool | None = None
606
- ):
612
+ ) -> None:
607
613
  """Convert selected channels to an uneditable set of samples to save storage space
608
614
 
609
615
  :type execution_context: int | str | None
@@ -616,7 +622,7 @@ def match_slope(
616
622
  /,
617
623
  *,
618
624
  factor: float | None = 0.0,
619
- ):
625
+ ) -> None:
620
626
  """Blend selected keys to the slope of neighboring ones
621
627
 
622
628
  :type execution_context: int | str | None
@@ -631,7 +637,7 @@ def mirror(
631
637
  /,
632
638
  *,
633
639
  type: typing.Literal["CFRA", "VALUE", "YAXIS", "XAXIS", "MARKER"] | None = "CFRA",
634
- ):
640
+ ) -> None:
635
641
  """Flip selected keyframes over the selected mirror line
636
642
 
637
643
  :type execution_context: int | str | None
@@ -665,7 +671,7 @@ def paste(
665
671
  | None = "NONE",
666
672
  merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None = "MIX",
667
673
  flipped: bool | None = False,
668
- ):
674
+ ) -> None:
669
675
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
670
676
 
671
677
  :type execution_context: int | str | None
@@ -682,7 +688,7 @@ def paste(
682
688
 
683
689
  def previewrange_set(
684
690
  execution_context: int | str | None = None, undo: bool | None = None
685
- ):
691
+ ) -> None:
686
692
  """Set Preview Range based on range of selected keyframes
687
693
 
688
694
  :type execution_context: int | str | None
@@ -695,7 +701,7 @@ def push_pull(
695
701
  /,
696
702
  *,
697
703
  factor: float | None = 1.0,
698
- ):
704
+ ) -> None:
699
705
  """Exaggerate or minimize the value of the selected keys
700
706
 
701
707
  :type execution_context: int | str | None
@@ -710,7 +716,7 @@ def reveal(
710
716
  /,
711
717
  *,
712
718
  select: bool | None = True,
713
- ):
719
+ ) -> None:
714
720
  """Make previously hidden curves visible again in Graph Editor view
715
721
 
716
722
  :type execution_context: int | str | None
@@ -721,7 +727,7 @@ def reveal(
721
727
 
722
728
  def samples_to_keys(
723
729
  execution_context: int | str | None = None, undo: bool | None = None
724
- ):
730
+ ) -> None:
725
731
  """Convert selected channels from samples to keyframes
726
732
 
727
733
  :type execution_context: int | str | None
@@ -734,7 +740,7 @@ def scale_average(
734
740
  /,
735
741
  *,
736
742
  factor: float | None = 1.0,
737
- ):
743
+ ) -> None:
738
744
  """Scale selected key values by their combined average
739
745
 
740
746
  :type execution_context: int | str | None
@@ -750,7 +756,7 @@ def scale_from_neighbor(
750
756
  *,
751
757
  factor: float | None = 0.0,
752
758
  anchor: typing.Literal["LEFT", "RIGHT"] | None = "LEFT",
753
- ):
759
+ ) -> None:
754
760
  """Increase or decrease the value of selected keys in relationship to the neighboring one
755
761
 
756
762
  :type execution_context: int | str | None
@@ -767,7 +773,7 @@ def select_all(
767
773
  /,
768
774
  *,
769
775
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
770
- ):
776
+ ) -> None:
771
777
  """Toggle selection of all keyframes
772
778
 
773
779
  :type execution_context: int | str | None
@@ -803,7 +809,7 @@ def select_box(
803
809
  ymax: int | None = 0,
804
810
  wait_for_input: bool | None = True,
805
811
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
806
- ):
812
+ ) -> None:
807
813
  """Select all keyframes within the specified region
808
814
 
809
815
  :type execution_context: int | str | None
@@ -850,7 +856,7 @@ def select_circle(
850
856
  wait_for_input: bool | None = True,
851
857
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
852
858
  use_curve_selection: bool | None = True,
853
- ):
859
+ ) -> None:
854
860
  """Select keyframe points using circle selection
855
861
 
856
862
  :type execution_context: int | str | None
@@ -885,7 +891,7 @@ def select_column(
885
891
  *,
886
892
  mode: typing.Literal["KEYS", "CFRA", "MARKERS_COLUMN", "MARKERS_BETWEEN"]
887
893
  | None = "KEYS",
888
- ):
894
+ ) -> None:
889
895
  """Select all keyframes on the specified frame(s)
890
896
 
891
897
  :type execution_context: int | str | None
@@ -902,7 +908,7 @@ def select_key_handles(
902
908
  left_handle_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "SELECT",
903
909
  right_handle_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "SELECT",
904
910
  key_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "KEEP",
905
- ):
911
+ ) -> None:
906
912
  """For selected keyframes, select/deselect any combination of the key itself and its handles
907
913
 
908
914
  :type execution_context: int | str | None
@@ -953,7 +959,7 @@ def select_lasso(
953
959
  smooth_stroke_radius: int | None = 35,
954
960
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
955
961
  use_curve_selection: bool | None = True,
956
- ):
962
+ ) -> None:
957
963
  """Select keyframe points using lasso selection
958
964
 
959
965
  :type execution_context: int | str | None
@@ -988,7 +994,7 @@ def select_leftright(
988
994
  *,
989
995
  mode: typing.Literal["CHECK", "LEFT", "RIGHT"] | None = "CHECK",
990
996
  extend: bool | None = False,
991
- ):
997
+ ) -> None:
992
998
  """Select keyframes to the left or the right of the current frame
993
999
 
994
1000
  :type execution_context: int | str | None
@@ -999,21 +1005,27 @@ def select_leftright(
999
1005
  :type extend: bool | None
1000
1006
  """
1001
1007
 
1002
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
1008
+ def select_less(
1009
+ execution_context: int | str | None = None, undo: bool | None = None
1010
+ ) -> None:
1003
1011
  """Deselect keyframes on ends of selection islands
1004
1012
 
1005
1013
  :type execution_context: int | str | None
1006
1014
  :type undo: bool | None
1007
1015
  """
1008
1016
 
1009
- def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
1017
+ def select_linked(
1018
+ execution_context: int | str | None = None, undo: bool | None = None
1019
+ ) -> None:
1010
1020
  """Select keyframes occurring in the same F-Curves as selected ones
1011
1021
 
1012
1022
  :type execution_context: int | str | None
1013
1023
  :type undo: bool | None
1014
1024
  """
1015
1025
 
1016
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
1026
+ def select_more(
1027
+ execution_context: int | str | None = None, undo: bool | None = None
1028
+ ) -> None:
1017
1029
  """Select keyframes beside already selected ones
1018
1030
 
1019
1031
  :type execution_context: int | str | None
@@ -1027,7 +1039,7 @@ def shear(
1027
1039
  *,
1028
1040
  factor: float | None = 0.0,
1029
1041
  direction: typing.Literal["FROM_LEFT", "FROM_RIGHT"] | None = "FROM_LEFT",
1030
- ):
1042
+ ) -> None:
1031
1043
  """Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
1032
1044
 
1033
1045
  :type execution_context: int | str | None
@@ -1044,7 +1056,9 @@ def shear(
1044
1056
  :type direction: typing.Literal['FROM_LEFT','FROM_RIGHT'] | None
1045
1057
  """
1046
1058
 
1047
- def smooth(execution_context: int | str | None = None, undo: bool | None = None):
1059
+ def smooth(
1060
+ execution_context: int | str | None = None, undo: bool | None = None
1061
+ ) -> None:
1048
1062
  """Apply weighted moving means to make selected F-Curves less bumpy
1049
1063
 
1050
1064
  :type execution_context: int | str | None
@@ -1065,7 +1079,7 @@ def snap(
1065
1079
  "HORIZONTAL",
1066
1080
  ]
1067
1081
  | None = "CFRA",
1068
- ):
1082
+ ) -> None:
1069
1083
  """Snap selected keyframes to the chosen times/values
1070
1084
 
1071
1085
  :type execution_context: int | str | None
@@ -1094,7 +1108,7 @@ def snap(
1094
1108
 
1095
1109
  def snap_cursor_value(
1096
1110
  execution_context: int | str | None = None, undo: bool | None = None
1097
- ):
1111
+ ) -> None:
1098
1112
  """Place the cursor value on the average value of selected keyframes
1099
1113
 
1100
1114
  :type execution_context: int | str | None
@@ -1142,7 +1156,7 @@ def sound_to_samples(
1142
1156
  use_additive: bool | None = False,
1143
1157
  use_square: bool | None = False,
1144
1158
  sthreshold: float | None = 0.1,
1145
- ):
1159
+ ) -> None:
1146
1160
  """Bakes a sound wave to samples on selected channels
1147
1161
 
1148
1162
  :type execution_context: int | str | None
@@ -1233,7 +1247,7 @@ def time_offset(
1233
1247
  /,
1234
1248
  *,
1235
1249
  frame_offset: float | None = 0.0,
1236
- ):
1250
+ ) -> None:
1237
1251
  """Shifts the value of selected keys in time
1238
1252
 
1239
1253
  :type execution_context: int | str | None
@@ -1248,7 +1262,7 @@ def view_all(
1248
1262
  /,
1249
1263
  *,
1250
1264
  include_handles: bool | None = True,
1251
- ):
1265
+ ) -> None:
1252
1266
  """Reset viewable area to show full keyframe range
1253
1267
 
1254
1268
  :type execution_context: int | str | None
@@ -1257,7 +1271,9 @@ def view_all(
1257
1271
  :type include_handles: bool | None
1258
1272
  """
1259
1273
 
1260
- def view_frame(execution_context: int | str | None = None, undo: bool | None = None):
1274
+ def view_frame(
1275
+ execution_context: int | str | None = None, undo: bool | None = None
1276
+ ) -> None:
1261
1277
  """Move the view to the current frame
1262
1278
 
1263
1279
  :type execution_context: int | str | None
@@ -1270,7 +1286,7 @@ def view_selected(
1270
1286
  /,
1271
1287
  *,
1272
1288
  include_handles: bool | None = True,
1273
- ):
1289
+ ) -> None:
1274
1290
  """Reset viewable area to show selected keyframe range
1275
1291
 
1276
1292
  :type execution_context: int | str | None