fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +11 -25
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -980
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +5 -36
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93285 -103831
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260201.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +22 -29
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250317.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -1,16 +1,17 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy._typing.rna_enums
4
+ import numpy.typing as npt
5
5
  import bpy.ops.transform
6
+ import bpy.stub_internal.rna_enums
6
7
  import bpy.types
7
8
 
8
- def bake_keys(execution_context: int | str | None = None, undo: bool | None = None):
9
- """Add keyframes on every frame between the selected keyframes
10
-
11
- :type execution_context: int | str | None
12
- :type undo: bool | None
13
- """
9
+ def bake_keys(
10
+ execution_context: int | str | None = None,
11
+ undo: bool | None = None,
12
+ /,
13
+ ) -> None:
14
+ """Add keyframes on every frame between the selected keyframes"""
14
15
 
15
16
  def blend_offset(
16
17
  execution_context: int | str | None = None,
@@ -18,13 +19,10 @@ def blend_offset(
18
19
  /,
19
20
  *,
20
21
  factor: float | None = 0.0,
21
- ):
22
+ ) -> None:
22
23
  """Shift selected keys to the value of the neighboring keys as a block
23
24
 
24
- :type execution_context: int | str | None
25
- :type undo: bool | None
26
25
  :param factor: Offset Factor, Control which key to offset towards and how far
27
- :type factor: float | None
28
26
  """
29
27
 
30
28
  def blend_to_default(
@@ -33,13 +31,10 @@ def blend_to_default(
33
31
  /,
34
32
  *,
35
33
  factor: float | None = 0.0,
36
- ):
34
+ ) -> None:
37
35
  """Blend selected keys to their default value from their current position
38
36
 
39
- :type execution_context: int | str | None
40
- :type undo: bool | None
41
37
  :param factor: Factor, How much to blend to the default value
42
- :type factor: float | None
43
38
  """
44
39
 
45
40
  def blend_to_ease(
@@ -48,13 +43,10 @@ def blend_to_ease(
48
43
  /,
49
44
  *,
50
45
  factor: float | None = 0.0,
51
- ):
46
+ ) -> None:
52
47
  """Blends keyframes from current state to an ease-in or ease-out curve
53
48
 
54
- :type execution_context: int | str | None
55
- :type undo: bool | None
56
49
  :param factor: Blend, Favor either original data or ease curve
57
- :type factor: float | None
58
50
  """
59
51
 
60
52
  def blend_to_neighbor(
@@ -63,13 +55,10 @@ def blend_to_neighbor(
63
55
  /,
64
56
  *,
65
57
  factor: float | None = 0.0,
66
- ):
58
+ ) -> None:
67
59
  """Blend selected keyframes to their left or right neighbor
68
60
 
69
- :type execution_context: int | str | None
70
- :type undo: bool | None
71
61
  :param factor: Blend, The blend factor with 0 being the current frame
72
- :type factor: float | None
73
62
  """
74
63
 
75
64
  def breakdown(
@@ -78,13 +67,10 @@ def breakdown(
78
67
  /,
79
68
  *,
80
69
  factor: float | None = 0.0,
81
- ):
70
+ ) -> None:
82
71
  """Move selected keyframes to an inbetween position relative to adjacent keys
83
72
 
84
- :type execution_context: int | str | None
85
- :type undo: bool | None
86
73
  :param factor: Factor, Favor either the left or the right key
87
- :type factor: float | None
88
74
  """
89
75
 
90
76
  def butterworth_smooth(
@@ -97,21 +83,14 @@ def butterworth_smooth(
97
83
  samples_per_frame: int | None = 1,
98
84
  blend: float | None = 1.0,
99
85
  blend_in_out: int | None = 1,
100
- ):
86
+ ) -> None:
101
87
  """Smooth an F-Curve while maintaining the general shape of the curve
102
88
 
103
- :type execution_context: int | str | None
104
- :type undo: bool | None
105
89
  :param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
106
- :type cutoff_frequency: float | None
107
90
  :param filter_order: Filter Order, Higher values produce a harder frequency cutoff
108
- :type filter_order: int | None
109
91
  :param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
110
- :type samples_per_frame: int | None
111
92
  :param blend: Blend, How much to blend to the smoothed curve
112
- :type blend: float | None
113
93
  :param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
114
- :type blend_in_out: int | None
115
94
  """
116
95
 
117
96
  def clean(
@@ -121,15 +100,11 @@ def clean(
121
100
  *,
122
101
  threshold: float | None = 0.001,
123
102
  channels: bool | None = False,
124
- ):
103
+ ) -> None:
125
104
  """Simplify F-Curves by removing closely spaced keyframes
126
105
 
127
- :type execution_context: int | str | None
128
- :type undo: bool | None
129
106
  :param threshold: Threshold
130
- :type threshold: float | None
131
107
  :param channels: Channels
132
- :type channels: bool | None
133
108
  """
134
109
 
135
110
  def click_insert(
@@ -140,17 +115,12 @@ def click_insert(
140
115
  frame: float | None = 1.0,
141
116
  value: float | None = 1.0,
142
117
  extend: bool | None = False,
143
- ):
118
+ ) -> None:
144
119
  """Insert new keyframe at the cursor position for the active F-Curve
145
120
 
146
- :type execution_context: int | str | None
147
- :type undo: bool | None
148
121
  :param frame: Frame Number, Frame to insert keyframe on
149
- :type frame: float | None
150
122
  :param value: Value, Value for keyframe on
151
- :type value: float | None
152
123
  :param extend: Extend, Extend selection instead of deselecting everything first
153
- :type extend: bool | None
154
124
  """
155
125
 
156
126
  def clickselect(
@@ -159,39 +129,32 @@ def clickselect(
159
129
  /,
160
130
  *,
161
131
  wait_to_deselect_others: bool | None = False,
132
+ use_select_on_click: bool | None = False,
162
133
  mouse_x: int | None = 0,
163
134
  mouse_y: int | None = 0,
164
135
  extend: bool | None = False,
165
136
  deselect_all: bool | None = False,
166
137
  column: bool | None = False,
167
138
  curves: bool | None = False,
168
- ):
139
+ ) -> None:
169
140
  """Select keyframes by clicking on them
170
141
 
171
- :type execution_context: int | str | None
172
- :type undo: bool | None
173
142
  :param wait_to_deselect_others: Wait to Deselect Others
174
- :type wait_to_deselect_others: bool | None
143
+ :param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
175
144
  :param mouse_x: Mouse X
176
- :type mouse_x: int | None
177
145
  :param mouse_y: Mouse Y
178
- :type mouse_y: int | None
179
146
  :param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
180
- :type extend: bool | None
181
147
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
182
- :type deselect_all: bool | None
183
148
  :param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
184
- :type column: bool | None
185
149
  :param curves: Only Curves, Select all the keyframes in the curve
186
- :type curves: bool | None
187
150
  """
188
151
 
189
- def copy(execution_context: int | str | None = None, undo: bool | None = None):
190
- """Copy selected keyframes to the internal clipboard
191
-
192
- :type execution_context: int | str | None
193
- :type undo: bool | None
194
- """
152
+ def copy(
153
+ execution_context: int | str | None = None,
154
+ undo: bool | None = None,
155
+ /,
156
+ ) -> None:
157
+ """Copy selected keyframes to the internal clipboard"""
195
158
 
196
159
  def cursor_set(
197
160
  execution_context: int | str | None = None,
@@ -200,15 +163,11 @@ def cursor_set(
200
163
  *,
201
164
  frame: float | None = 0.0,
202
165
  value: float | None = 0.0,
203
- ):
166
+ ) -> None:
204
167
  """Interactively set the current frame and value cursor
205
168
 
206
- :type execution_context: int | str | None
207
- :type undo: bool | None
208
169
  :param frame: Frame
209
- :type frame: float | None
210
170
  :param value: Value
211
- :type value: float | None
212
171
  """
213
172
 
214
173
  def decimate(
@@ -219,11 +178,9 @@ def decimate(
219
178
  mode: typing.Literal["RATIO", "ERROR"] | None = "RATIO",
220
179
  factor: float | None = 0.333333,
221
180
  remove_error_margin: float | None = 0.0,
222
- ):
181
+ ) -> None:
223
182
  """Decimate F-Curves by removing keyframes that influence the curve shape the least
224
183
 
225
- :type execution_context: int | str | None
226
- :type undo: bool | None
227
184
  :param mode: Mode, Which mode to use for decimation
228
185
 
229
186
  RATIO
@@ -231,11 +188,8 @@ def decimate(
231
188
 
232
189
  ERROR
233
190
  Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
234
- :type mode: typing.Literal['RATIO','ERROR'] | None
235
191
  :param factor: Factor, The ratio of keyframes to remove
236
- :type factor: float | None
237
192
  :param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
238
- :type remove_error_margin: float | None
239
193
  """
240
194
 
241
195
  def delete(
@@ -244,32 +198,25 @@ def delete(
244
198
  /,
245
199
  *,
246
200
  confirm: bool | None = True,
247
- ):
201
+ ) -> None:
248
202
  """Remove all selected keyframes
249
203
 
250
- :type execution_context: int | str | None
251
- :type undo: bool | None
252
204
  :param confirm: Confirm, Prompt for confirmation
253
- :type confirm: bool | None
254
205
  """
255
206
 
256
207
  def driver_delete_invalid(
257
- execution_context: int | str | None = None, undo: bool | None = None
258
- ):
259
- """Delete all visible drivers considered invalid
260
-
261
- :type execution_context: int | str | None
262
- :type undo: bool | None
263
- """
208
+ execution_context: int | str | None = None,
209
+ undo: bool | None = None,
210
+ /,
211
+ ) -> None:
212
+ """Delete all visible drivers considered invalid"""
264
213
 
265
214
  def driver_variables_copy(
266
- execution_context: int | str | None = None, undo: bool | None = None
267
- ):
268
- """Copy the driver variables of the active driver
269
-
270
- :type execution_context: int | str | None
271
- :type undo: bool | None
272
- """
215
+ execution_context: int | str | None = None,
216
+ undo: bool | None = None,
217
+ /,
218
+ ) -> None:
219
+ """Copy the driver variables of the active driver"""
273
220
 
274
221
  def driver_variables_paste(
275
222
  execution_context: int | str | None = None,
@@ -277,13 +224,10 @@ def driver_variables_paste(
277
224
  /,
278
225
  *,
279
226
  replace: bool | None = False,
280
- ):
227
+ ) -> None:
281
228
  """Add copied driver variables to the active driver
282
229
 
283
- :type execution_context: int | str | None
284
- :type undo: bool | None
285
230
  :param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
286
- :type replace: bool | None
287
231
  """
288
232
 
289
233
  def duplicate(
@@ -291,14 +235,11 @@ def duplicate(
291
235
  undo: bool | None = None,
292
236
  /,
293
237
  *,
294
- mode: bpy._typing.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
295
- ):
238
+ mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
239
+ ) -> None:
296
240
  """Make a copy of all selected keyframes
297
241
 
298
- :type execution_context: int | str | None
299
- :type undo: bool | None
300
242
  :param mode: Mode
301
- :type mode: bpy._typing.rna_enums.TransformModeTypeItems | None
302
243
  """
303
244
 
304
245
  def duplicate_move(
@@ -308,15 +249,11 @@ def duplicate_move(
308
249
  *,
309
250
  GRAPH_OT_duplicate: duplicate | None = None,
310
251
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
311
- ):
252
+ ) -> None:
312
253
  """Make a copy of all selected keyframes and move them
313
254
 
314
- :type execution_context: int | str | None
315
- :type undo: bool | None
316
255
  :param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
317
- :type GRAPH_OT_duplicate: duplicate | None
318
256
  :param TRANSFORM_OT_translate: Move, Move selected items
319
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
320
257
  """
321
258
 
322
259
  def ease(
@@ -326,15 +263,11 @@ def ease(
326
263
  *,
327
264
  factor: float | None = 0.0,
328
265
  sharpness: float | None = 2.0,
329
- ):
266
+ ) -> None:
330
267
  """Align keyframes on a ease-in or ease-out curve
331
268
 
332
- :type execution_context: int | str | None
333
- :type undo: bool | None
334
269
  :param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
335
- :type factor: float | None
336
270
  :param sharpness: Sharpness, Higher values make the change more abrupt
337
- :type sharpness: float | None
338
271
  """
339
272
 
340
273
  def easing_type(
@@ -342,14 +275,11 @@ def easing_type(
342
275
  undo: bool | None = None,
343
276
  /,
344
277
  *,
345
- type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
346
- ):
278
+ type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
279
+ ) -> None:
347
280
  """Set easing type for the F-Curve segments starting from the selected keyframes
348
281
 
349
- :type execution_context: int | str | None
350
- :type undo: bool | None
351
282
  :param type: Type
352
- :type type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None
353
283
  """
354
284
 
355
285
  def equalize_handles(
@@ -360,34 +290,29 @@ def equalize_handles(
360
290
  side: typing.Literal["LEFT", "RIGHT", "BOTH"] | None = "LEFT",
361
291
  handle_length: float | None = 5.0,
362
292
  flatten: bool | None = False,
363
- ):
364
- """Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
293
+ ) -> None:
294
+ """Ensure selected keyframes handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
365
295
 
366
- :type execution_context: int | str | None
367
- :type undo: bool | None
368
- :param side: Side, Side of the keyframes' Bézier handles to affect
296
+ :param side: Side, Side of the keyframes Bézier handles to affect
369
297
 
370
298
  LEFT
371
- Left -- Equalize selected keyframes' left handles.
299
+ Left -- Equalize selected keyframes left handles.
372
300
 
373
301
  RIGHT
374
- Right -- Equalize selected keyframes' right handles.
302
+ Right -- Equalize selected keyframes right handles.
375
303
 
376
304
  BOTH
377
- Both -- Equalize both of a keyframe's handles.
378
- :type side: typing.Literal['LEFT','RIGHT','BOTH'] | None
379
- :param handle_length: Handle Length, Length to make selected keyframes' Bézier handles
380
- :type handle_length: float | None
381
- :param flatten: Flatten, Make the values of the selected keyframes' handles the same as their respective keyframes
382
- :type flatten: bool | None
305
+ Both -- Equalize both of a keyframes handles.
306
+ :param handle_length: Handle Length, Length to make selected keyframes Bézier handles
307
+ :param flatten: Flatten, Make the values of the selected keyframes handles the same as their respective keyframes
383
308
  """
384
309
 
385
- def euler_filter(execution_context: int | str | None = None, undo: bool | None = None):
386
- """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
387
-
388
- :type execution_context: int | str | None
389
- :type undo: bool | None
390
- """
310
+ def euler_filter(
311
+ execution_context: int | str | None = None,
312
+ undo: bool | None = None,
313
+ /,
314
+ ) -> None:
315
+ """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics"""
391
316
 
392
317
  def extrapolation_type(
393
318
  execution_context: int | str | None = None,
@@ -396,11 +321,9 @@ def extrapolation_type(
396
321
  *,
397
322
  type: typing.Literal["CONSTANT", "LINEAR", "MAKE_CYCLIC", "CLEAR_CYCLIC"]
398
323
  | None = "CONSTANT",
399
- ):
324
+ ) -> None:
400
325
  """Set extrapolation mode for selected F-Curves
401
326
 
402
- :type execution_context: int | str | None
403
- :type undo: bool | None
404
327
  :param type: Type
405
328
 
406
329
  CONSTANT
@@ -410,11 +333,10 @@ def extrapolation_type(
410
333
  Linear Extrapolation -- Straight-line slope of end segments are extended past the endpoint keyframes.
411
334
 
412
335
  MAKE_CYCLIC
413
- Make Cyclic (F-Modifier) -- Add Cycles F-Modifier if one doesn't exist already.
336
+ Make Cyclic (F-Modifier) -- Add Cycles F-Modifier if one does not exist already.
414
337
 
415
338
  CLEAR_CYCLIC
416
339
  Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
417
- :type type: typing.Literal['CONSTANT','LINEAR','MAKE_CYCLIC','CLEAR_CYCLIC'] | None
418
340
  """
419
341
 
420
342
  def fmodifier_add(
@@ -422,27 +344,21 @@ def fmodifier_add(
422
344
  undo: bool | None = None,
423
345
  /,
424
346
  *,
425
- type: bpy._typing.rna_enums.FmodifierTypeItems | None = "NULL",
347
+ type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None = "NULL",
426
348
  only_active: bool | None = False,
427
- ):
349
+ ) -> None:
428
350
  """Add F-Modifier to the active/selected F-Curves
429
351
 
430
- :type execution_context: int | str | None
431
- :type undo: bool | None
432
352
  :param type: Type
433
- :type type: bpy._typing.rna_enums.FmodifierTypeItems | None
434
353
  :param only_active: Only Active, Only add F-Modifier to active F-Curve
435
- :type only_active: bool | None
436
354
  """
437
355
 
438
356
  def fmodifier_copy(
439
- execution_context: int | str | None = None, undo: bool | None = None
440
- ):
441
- """Copy the F-Modifier(s) of the active F-Curve
442
-
443
- :type execution_context: int | str | None
444
- :type undo: bool | None
445
- """
357
+ execution_context: int | str | None = None,
358
+ undo: bool | None = None,
359
+ /,
360
+ ) -> None:
361
+ """Copy the F-Modifier(s) of the active F-Curve"""
446
362
 
447
363
  def fmodifier_paste(
448
364
  execution_context: int | str | None = None,
@@ -451,23 +367,19 @@ def fmodifier_paste(
451
367
  *,
452
368
  only_active: bool | None = False,
453
369
  replace: bool | None = False,
454
- ):
370
+ ) -> None:
455
371
  """Add copied F-Modifiers to the selected F-Curves
456
372
 
457
- :type execution_context: int | str | None
458
- :type undo: bool | None
459
373
  :param only_active: Only Active, Only paste F-Modifiers on active F-Curve
460
- :type only_active: bool | None
461
374
  :param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
462
- :type replace: bool | None
463
375
  """
464
376
 
465
- def frame_jump(execution_context: int | str | None = None, undo: bool | None = None):
466
- """Place the cursor on the midpoint of selected keyframes
467
-
468
- :type execution_context: int | str | None
469
- :type undo: bool | None
470
- """
377
+ def frame_jump(
378
+ execution_context: int | str | None = None,
379
+ undo: bool | None = None,
380
+ /,
381
+ ) -> None:
382
+ """Place the cursor on the midpoint of selected keyframes"""
471
383
 
472
384
  def gaussian_smooth(
473
385
  execution_context: int | str | None = None,
@@ -477,50 +389,38 @@ def gaussian_smooth(
477
389
  factor: float | None = 1.0,
478
390
  sigma: float | None = 0.33,
479
391
  filter_width: int | None = 6,
480
- ):
392
+ ) -> None:
481
393
  """Smooth the curve using a Gaussian filter
482
394
 
483
- :type execution_context: int | str | None
484
- :type undo: bool | None
485
395
  :param factor: Factor, How much to blend to the default value
486
- :type factor: float | None
487
396
  :param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
488
- :type sigma: float | None
489
397
  :param filter_width: Filter Width, How far to each side the operator will average the key values
490
- :type filter_width: int | None
491
398
  """
492
399
 
493
400
  def ghost_curves_clear(
494
- execution_context: int | str | None = None, undo: bool | None = None
495
- ):
496
- """Clear F-Curve snapshots (Ghosts) for active Graph Editor
497
-
498
- :type execution_context: int | str | None
499
- :type undo: bool | None
500
- """
401
+ execution_context: int | str | None = None,
402
+ undo: bool | None = None,
403
+ /,
404
+ ) -> None:
405
+ """Clear F-Curve snapshots (Ghosts) for active Graph Editor"""
501
406
 
502
407
  def ghost_curves_create(
503
- execution_context: int | str | None = None, undo: bool | None = None
504
- ):
505
- """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
506
-
507
- :type execution_context: int | str | None
508
- :type undo: bool | None
509
- """
408
+ execution_context: int | str | None = None,
409
+ undo: bool | None = None,
410
+ /,
411
+ ) -> None:
412
+ """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor"""
510
413
 
511
414
  def handle_type(
512
415
  execution_context: int | str | None = None,
513
416
  undo: bool | None = None,
514
417
  /,
515
418
  *,
516
- type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None = "FREE",
517
- ):
419
+ type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None = "FREE",
420
+ ) -> None:
518
421
  """Set type of handle for selected keyframes
519
422
 
520
- :type execution_context: int | str | None
521
- :type undo: bool | None
522
423
  :param type: Type
523
- :type type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None
524
424
  """
525
425
 
526
426
  def hide(
@@ -529,13 +429,10 @@ def hide(
529
429
  /,
530
430
  *,
531
431
  unselected: bool | None = False,
532
- ):
432
+ ) -> None:
533
433
  """Hide selected curves from Graph Editor view
534
434
 
535
- :type execution_context: int | str | None
536
- :type undo: bool | None
537
435
  :param unselected: Unselected, Hide unselected rather than selected curves
538
- :type unselected: bool | None
539
436
  """
540
437
 
541
438
  def interpolation_type(
@@ -543,14 +440,12 @@ def interpolation_type(
543
440
  undo: bool | None = None,
544
441
  /,
545
442
  *,
546
- type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None = "CONSTANT",
547
- ):
443
+ type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems
444
+ | None = "CONSTANT",
445
+ ) -> None:
548
446
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
549
447
 
550
- :type execution_context: int | str | None
551
- :type undo: bool | None
552
448
  :param type: Type
553
- :type type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None
554
449
  """
555
450
 
556
451
  def keyframe_insert(
@@ -560,28 +455,25 @@ def keyframe_insert(
560
455
  *,
561
456
  type: typing.Literal["ALL", "SEL", "ACTIVE", "CURSOR_ACTIVE", "CURSOR_SEL"]
562
457
  | None = "ALL",
563
- ):
458
+ ) -> None:
564
459
  """Insert keyframes for the specified channels
565
460
 
566
- :type execution_context: int | str | None
567
- :type undo: bool | None
568
461
  :param type: Type
569
462
 
570
463
  ALL
571
- All Channels -- Insert a keyframe on all visible and editable F-Curves using each curve's current value.
464
+ All Channels -- Insert a keyframe on all visible and editable F-Curves using each curves current value.
572
465
 
573
466
  SEL
574
- Only Selected Channels -- Insert a keyframe on selected F-Curves using each curve's current value.
467
+ Only Selected Channels -- Insert a keyframe on selected F-Curves using each curves current value.
575
468
 
576
469
  ACTIVE
577
- Only Active F-Curve -- Insert a keyframe on the active F-Curve using the curve's current value.
470
+ Only Active F-Curve -- Insert a keyframe on the active F-Curve using the curves current value.
578
471
 
579
472
  CURSOR_ACTIVE
580
473
  Active Channels at Cursor -- Insert a keyframe for the active F-Curve at the cursor point.
581
474
 
582
475
  CURSOR_SEL
583
476
  Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
584
- :type type: typing.Literal['ALL','SEL','ACTIVE','CURSOR_ACTIVE','CURSOR_SEL'] | None
585
477
  """
586
478
 
587
479
  def keyframe_jump(
@@ -590,23 +482,18 @@ def keyframe_jump(
590
482
  /,
591
483
  *,
592
484
  next: bool | None = True,
593
- ):
485
+ ) -> None:
594
486
  """Jump to previous/next keyframe
595
487
 
596
- :type execution_context: int | str | None
597
- :type undo: bool | None
598
488
  :param next: Next Keyframe
599
- :type next: bool | None
600
489
  """
601
490
 
602
491
  def keys_to_samples(
603
- execution_context: int | str | None = None, undo: bool | None = None
604
- ):
605
- """Convert selected channels to an uneditable set of samples to save storage space
606
-
607
- :type execution_context: int | str | None
608
- :type undo: bool | None
609
- """
492
+ execution_context: int | str | None = None,
493
+ undo: bool | None = None,
494
+ /,
495
+ ) -> None:
496
+ """Convert selected channels to an uneditable set of samples to save storage space"""
610
497
 
611
498
  def match_slope(
612
499
  execution_context: int | str | None = None,
@@ -614,13 +501,10 @@ def match_slope(
614
501
  /,
615
502
  *,
616
503
  factor: float | None = 0.0,
617
- ):
504
+ ) -> None:
618
505
  """Blend selected keys to the slope of neighboring ones
619
506
 
620
- :type execution_context: int | str | None
621
- :type undo: bool | None
622
507
  :param factor: Factor, Defines which keys to use as slope and how much to blend towards them
623
- :type factor: float | None
624
508
  """
625
509
 
626
510
  def mirror(
@@ -629,11 +513,9 @@ def mirror(
629
513
  /,
630
514
  *,
631
515
  type: typing.Literal["CFRA", "VALUE", "YAXIS", "XAXIS", "MARKER"] | None = "CFRA",
632
- ):
516
+ ) -> None:
633
517
  """Flip selected keyframes over the selected mirror line
634
518
 
635
- :type execution_context: int | str | None
636
- :type undo: bool | None
637
519
  :param type: Type
638
520
 
639
521
  CFRA
@@ -650,7 +532,6 @@ def mirror(
650
532
 
651
533
  MARKER
652
534
  By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
653
- :type type: typing.Literal['CFRA','VALUE','YAXIS','XAXIS','MARKER'] | None
654
535
  """
655
536
 
656
537
  def paste(
@@ -658,33 +539,26 @@ def paste(
658
539
  undo: bool | None = None,
659
540
  /,
660
541
  *,
661
- offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None = "START",
662
- value_offset: bpy._typing.rna_enums.KeyframePasteOffsetValueItems | None = "NONE",
663
- merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None = "MIX",
542
+ offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None = "START",
543
+ value_offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetValueItems
544
+ | None = "NONE",
545
+ merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None = "MIX",
664
546
  flipped: bool | None = False,
665
- ):
547
+ ) -> None:
666
548
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
667
549
 
668
- :type execution_context: int | str | None
669
- :type undo: bool | None
670
550
  :param offset: Frame Offset, Paste time offset of keys
671
- :type offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None
672
551
  :param value_offset: Value Offset, Paste keys with a value offset
673
- :type value_offset: bpy._typing.rna_enums.KeyframePasteOffsetValueItems | None
674
552
  :param merge: Type, Method of merging pasted keys and existing
675
- :type merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None
676
553
  :param flipped: Flipped, Paste keyframes from mirrored bones if they exist
677
- :type flipped: bool | None
678
554
  """
679
555
 
680
556
  def previewrange_set(
681
- execution_context: int | str | None = None, undo: bool | None = None
682
- ):
683
- """Set Preview Range based on range of selected keyframes
684
-
685
- :type execution_context: int | str | None
686
- :type undo: bool | None
687
- """
557
+ execution_context: int | str | None = None,
558
+ undo: bool | None = None,
559
+ /,
560
+ ) -> None:
561
+ """Set Preview Range based on range of selected keyframes"""
688
562
 
689
563
  def push_pull(
690
564
  execution_context: int | str | None = None,
@@ -692,13 +566,10 @@ def push_pull(
692
566
  /,
693
567
  *,
694
568
  factor: float | None = 1.0,
695
- ):
569
+ ) -> None:
696
570
  """Exaggerate or minimize the value of the selected keys
697
571
 
698
- :type execution_context: int | str | None
699
- :type undo: bool | None
700
572
  :param factor: Factor, Control how far to push or pull the keys
701
- :type factor: float | None
702
573
  """
703
574
 
704
575
  def reveal(
@@ -707,23 +578,18 @@ def reveal(
707
578
  /,
708
579
  *,
709
580
  select: bool | None = True,
710
- ):
581
+ ) -> None:
711
582
  """Make previously hidden curves visible again in Graph Editor view
712
583
 
713
- :type execution_context: int | str | None
714
- :type undo: bool | None
715
584
  :param select: Select
716
- :type select: bool | None
717
585
  """
718
586
 
719
587
  def samples_to_keys(
720
- execution_context: int | str | None = None, undo: bool | None = None
721
- ):
722
- """Convert selected channels from samples to keyframes
723
-
724
- :type execution_context: int | str | None
725
- :type undo: bool | None
726
- """
588
+ execution_context: int | str | None = None,
589
+ undo: bool | None = None,
590
+ /,
591
+ ) -> None:
592
+ """Convert selected channels from samples to keyframes"""
727
593
 
728
594
  def scale_average(
729
595
  execution_context: int | str | None = None,
@@ -731,13 +597,10 @@ def scale_average(
731
597
  /,
732
598
  *,
733
599
  factor: float | None = 1.0,
734
- ):
600
+ ) -> None:
735
601
  """Scale selected key values by their combined average
736
602
 
737
- :type execution_context: int | str | None
738
- :type undo: bool | None
739
603
  :param factor: Scale Factor, The scale factor applied to the curve segments
740
- :type factor: float | None
741
604
  """
742
605
 
743
606
  def scale_from_neighbor(
@@ -747,15 +610,11 @@ def scale_from_neighbor(
747
610
  *,
748
611
  factor: float | None = 0.0,
749
612
  anchor: typing.Literal["LEFT", "RIGHT"] | None = "LEFT",
750
- ):
613
+ ) -> None:
751
614
  """Increase or decrease the value of selected keys in relationship to the neighboring one
752
615
 
753
- :type execution_context: int | str | None
754
- :type undo: bool | None
755
616
  :param factor: Factor, The factor to scale keys with
756
- :type factor: float | None
757
617
  :param anchor: Reference Key, Which end of the segment to use as a reference to scale from
758
- :type anchor: typing.Literal['LEFT','RIGHT'] | None
759
618
  """
760
619
 
761
620
  def select_all(
@@ -764,11 +623,9 @@ def select_all(
764
623
  /,
765
624
  *,
766
625
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
767
- ):
626
+ ) -> None:
768
627
  """Toggle selection of all keyframes
769
628
 
770
- :type execution_context: int | str | None
771
- :type undo: bool | None
772
629
  :param action: Action, Selection action to execute
773
630
 
774
631
  TOGGLE
@@ -782,7 +639,6 @@ def select_all(
782
639
 
783
640
  INVERT
784
641
  Invert -- Invert selection of all elements.
785
- :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
786
642
  """
787
643
 
788
644
  def select_box(
@@ -800,29 +656,18 @@ def select_box(
800
656
  ymax: int | None = 0,
801
657
  wait_for_input: bool | None = True,
802
658
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
803
- ):
659
+ ) -> None:
804
660
  """Select all keyframes within the specified region
805
661
 
806
- :type execution_context: int | str | None
807
- :type undo: bool | None
808
662
  :param axis_range: Axis Range
809
- :type axis_range: bool | None
810
- :param include_handles: Include Handles, Are handles tested individually against the selection criteria
811
- :type include_handles: bool | None
663
+ :param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
812
664
  :param tweak: Tweak, Operator has been activated using a click-drag event
813
- :type tweak: bool | None
814
665
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
815
- :type use_curve_selection: bool | None
816
666
  :param xmin: X Min
817
- :type xmin: int | None
818
667
  :param xmax: X Max
819
- :type xmax: int | None
820
668
  :param ymin: Y Min
821
- :type ymin: int | None
822
669
  :param ymax: Y Max
823
- :type ymax: int | None
824
670
  :param wait_for_input: Wait for Input
825
- :type wait_for_input: bool | None
826
671
  :param mode: Mode
827
672
 
828
673
  SET
@@ -833,7 +678,6 @@ def select_box(
833
678
 
834
679
  SUB
835
680
  Subtract -- Subtract existing selection.
836
- :type mode: typing.Literal['SET','ADD','SUB'] | None
837
681
  """
838
682
 
839
683
  def select_circle(
@@ -846,20 +690,15 @@ def select_circle(
846
690
  radius: int | None = 25,
847
691
  wait_for_input: bool | None = True,
848
692
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
693
+ include_handles: bool | None = True,
849
694
  use_curve_selection: bool | None = True,
850
- ):
695
+ ) -> None:
851
696
  """Select keyframe points using circle selection
852
697
 
853
- :type execution_context: int | str | None
854
- :type undo: bool | None
855
698
  :param x: X
856
- :type x: int | None
857
699
  :param y: Y
858
- :type y: int | None
859
700
  :param radius: Radius
860
- :type radius: int | None
861
701
  :param wait_for_input: Wait for Input
862
- :type wait_for_input: bool | None
863
702
  :param mode: Mode
864
703
 
865
704
  SET
@@ -870,9 +709,8 @@ def select_circle(
870
709
 
871
710
  SUB
872
711
  Subtract -- Subtract existing selection.
873
- :type mode: typing.Literal['SET','ADD','SUB'] | None
712
+ :param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
874
713
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
875
- :type use_curve_selection: bool | None
876
714
  """
877
715
 
878
716
  def select_column(
@@ -882,13 +720,10 @@ def select_column(
882
720
  *,
883
721
  mode: typing.Literal["KEYS", "CFRA", "MARKERS_COLUMN", "MARKERS_BETWEEN"]
884
722
  | None = "KEYS",
885
- ):
723
+ ) -> None:
886
724
  """Select all keyframes on the specified frame(s)
887
725
 
888
- :type execution_context: int | str | None
889
- :type undo: bool | None
890
726
  :param mode: Mode
891
- :type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
892
727
  """
893
728
 
894
729
  def select_key_handles(
@@ -899,11 +734,9 @@ def select_key_handles(
899
734
  left_handle_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "SELECT",
900
735
  right_handle_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "SELECT",
901
736
  key_action: typing.Literal["SELECT", "DESELECT", "KEEP"] | None = "KEEP",
902
- ):
737
+ ) -> None:
903
738
  """For selected keyframes, select/deselect any combination of the key itself and its handles
904
739
 
905
- :type execution_context: int | str | None
906
- :type undo: bool | None
907
740
  :param left_handle_action: Left Handle, Effect on the left handle
908
741
 
909
742
  SELECT
@@ -914,7 +747,6 @@ def select_key_handles(
914
747
 
915
748
  KEEP
916
749
  Keep -- Leave as is.
917
- :type left_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
918
750
  :param right_handle_action: Right Handle, Effect on the right handle
919
751
 
920
752
  SELECT
@@ -925,7 +757,6 @@ def select_key_handles(
925
757
 
926
758
  KEEP
927
759
  Keep -- Leave as is.
928
- :type right_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
929
760
  :param key_action: Key, Effect on the key itself
930
761
 
931
762
  SELECT
@@ -936,7 +767,6 @@ def select_key_handles(
936
767
 
937
768
  KEEP
938
769
  Keep -- Leave as is.
939
- :type key_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
940
770
  """
941
771
 
942
772
  def select_lasso(
@@ -949,20 +779,15 @@ def select_lasso(
949
779
  smooth_stroke_factor: float | None = 0.75,
950
780
  smooth_stroke_radius: int | None = 35,
951
781
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
782
+ include_handles: bool | None = True,
952
783
  use_curve_selection: bool | None = True,
953
- ):
784
+ ) -> None:
954
785
  """Select keyframe points using lasso selection
955
786
 
956
- :type execution_context: int | str | None
957
- :type undo: bool | None
958
787
  :param path: Path
959
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
960
788
  :param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
961
- :type use_smooth_stroke: bool | None
962
789
  :param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
963
- :type smooth_stroke_factor: float | None
964
790
  :param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
965
- :type smooth_stroke_radius: int | None
966
791
  :param mode: Mode
967
792
 
968
793
  SET
@@ -973,9 +798,8 @@ def select_lasso(
973
798
 
974
799
  SUB
975
800
  Subtract -- Subtract existing selection.
976
- :type mode: typing.Literal['SET','ADD','SUB'] | None
801
+ :param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
977
802
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
978
- :type use_curve_selection: bool | None
979
803
  """
980
804
 
981
805
  def select_leftright(
@@ -985,37 +809,33 @@ def select_leftright(
985
809
  *,
986
810
  mode: typing.Literal["CHECK", "LEFT", "RIGHT"] | None = "CHECK",
987
811
  extend: bool | None = False,
988
- ):
812
+ ) -> None:
989
813
  """Select keyframes to the left or the right of the current frame
990
814
 
991
- :type execution_context: int | str | None
992
- :type undo: bool | None
993
815
  :param mode: Mode
994
- :type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
995
816
  :param extend: Extend Select
996
- :type extend: bool | None
997
817
  """
998
818
 
999
- def select_less(execution_context: int | str | None = None, undo: bool | None = None):
1000
- """Deselect keyframes on ends of selection islands
1001
-
1002
- :type execution_context: int | str | None
1003
- :type undo: bool | None
1004
- """
1005
-
1006
- def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
1007
- """Select keyframes occurring in the same F-Curves as selected ones
1008
-
1009
- :type execution_context: int | str | None
1010
- :type undo: bool | None
1011
- """
819
+ def select_less(
820
+ execution_context: int | str | None = None,
821
+ undo: bool | None = None,
822
+ /,
823
+ ) -> None:
824
+ """Deselect keyframes on ends of selection islands"""
1012
825
 
1013
- def select_more(execution_context: int | str | None = None, undo: bool | None = None):
1014
- """Select keyframes beside already selected ones
826
+ def select_linked(
827
+ execution_context: int | str | None = None,
828
+ undo: bool | None = None,
829
+ /,
830
+ ) -> None:
831
+ """Select keyframes occurring in the same F-Curves as selected ones"""
1015
832
 
1016
- :type execution_context: int | str | None
1017
- :type undo: bool | None
1018
- """
833
+ def select_more(
834
+ execution_context: int | str | None = None,
835
+ undo: bool | None = None,
836
+ /,
837
+ ) -> None:
838
+ """Select keyframes beside already selected ones"""
1019
839
 
1020
840
  def shear(
1021
841
  execution_context: int | str | None = None,
@@ -1024,13 +844,10 @@ def shear(
1024
844
  *,
1025
845
  factor: float | None = 0.0,
1026
846
  direction: typing.Literal["FROM_LEFT", "FROM_RIGHT"] | None = "FROM_LEFT",
1027
- ):
847
+ ) -> None:
1028
848
  """Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
1029
849
 
1030
- :type execution_context: int | str | None
1031
- :type undo: bool | None
1032
850
  :param factor: Shear Factor, The amount of shear to apply
1033
- :type factor: float | None
1034
851
  :param direction: Direction, Which end of the segment to use as a reference to shear from
1035
852
 
1036
853
  FROM_LEFT
@@ -1038,15 +855,14 @@ def shear(
1038
855
 
1039
856
  FROM_RIGHT
1040
857
  From Right -- Shear the keys using the right key as reference.
1041
- :type direction: typing.Literal['FROM_LEFT','FROM_RIGHT'] | None
1042
858
  """
1043
859
 
1044
- def smooth(execution_context: int | str | None = None, undo: bool | None = None):
1045
- """Apply weighted moving means to make selected F-Curves less bumpy
1046
-
1047
- :type execution_context: int | str | None
1048
- :type undo: bool | None
1049
- """
860
+ def smooth(
861
+ execution_context: int | str | None = None,
862
+ undo: bool | None = None,
863
+ /,
864
+ ) -> None:
865
+ """Apply weighted moving means to make selected F-Curves less bumpy"""
1050
866
 
1051
867
  def snap(
1052
868
  execution_context: int | str | None = None,
@@ -1062,11 +878,9 @@ def snap(
1062
878
  "HORIZONTAL",
1063
879
  ]
1064
880
  | None = "CFRA",
1065
- ):
881
+ ) -> None:
1066
882
  """Snap selected keyframes to the chosen times/values
1067
883
 
1068
- :type execution_context: int | str | None
1069
- :type undo: bool | None
1070
884
  :param type: Type
1071
885
 
1072
886
  CFRA
@@ -1086,17 +900,14 @@ def snap(
1086
900
 
1087
901
  HORIZONTAL
1088
902
  Flatten Handles -- Flatten handles for a smoother transition.
1089
- :type type: typing.Literal['CFRA','VALUE','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER','HORIZONTAL'] | None
1090
903
  """
1091
904
 
1092
905
  def snap_cursor_value(
1093
- execution_context: int | str | None = None, undo: bool | None = None
1094
- ):
1095
- """Place the cursor value on the average value of selected keyframes
1096
-
1097
- :type execution_context: int | str | None
1098
- :type undo: bool | None
1099
- """
906
+ execution_context: int | str | None = None,
907
+ undo: bool | None = None,
908
+ /,
909
+ ) -> None:
910
+ """Place the cursor value on the average value of selected keyframes"""
1100
911
 
1101
912
  def sound_to_samples(
1102
913
  execution_context: int | str | None = None,
@@ -1115,7 +926,6 @@ def sound_to_samples(
1115
926
  filter_text: bool | None = False,
1116
927
  filter_archive: bool | None = False,
1117
928
  filter_btx: bool | None = False,
1118
- filter_collada: bool | None = False,
1119
929
  filter_alembic: bool | None = False,
1120
930
  filter_usd: bool | None = False,
1121
931
  filter_obj: bool | None = False,
@@ -1139,55 +949,30 @@ def sound_to_samples(
1139
949
  use_additive: bool | None = False,
1140
950
  use_square: bool | None = False,
1141
951
  sthreshold: float | None = 0.1,
1142
- ):
952
+ ) -> None:
1143
953
  """Bakes a sound wave to samples on selected channels
1144
954
 
1145
- :type execution_context: int | str | None
1146
- :type undo: bool | None
1147
955
  :param filepath: File Path, Path to file
1148
- :type filepath: str
1149
956
  :param check_existing: Check Existing, Check and warn on overwriting existing files
1150
- :type check_existing: bool | None
1151
957
  :param filter_blender: Filter .blend files
1152
- :type filter_blender: bool | None
1153
958
  :param filter_backup: Filter .blend files
1154
- :type filter_backup: bool | None
1155
959
  :param filter_image: Filter image files
1156
- :type filter_image: bool | None
1157
960
  :param filter_movie: Filter movie files
1158
- :type filter_movie: bool | None
1159
961
  :param filter_python: Filter Python files
1160
- :type filter_python: bool | None
1161
962
  :param filter_font: Filter font files
1162
- :type filter_font: bool | None
1163
963
  :param filter_sound: Filter sound files
1164
- :type filter_sound: bool | None
1165
964
  :param filter_text: Filter text files
1166
- :type filter_text: bool | None
1167
965
  :param filter_archive: Filter archive files
1168
- :type filter_archive: bool | None
1169
966
  :param filter_btx: Filter btx files
1170
- :type filter_btx: bool | None
1171
- :param filter_collada: Filter COLLADA files
1172
- :type filter_collada: bool | None
1173
967
  :param filter_alembic: Filter Alembic files
1174
- :type filter_alembic: bool | None
1175
968
  :param filter_usd: Filter USD files
1176
- :type filter_usd: bool | None
1177
969
  :param filter_obj: Filter OBJ files
1178
- :type filter_obj: bool | None
1179
970
  :param filter_volume: Filter OpenVDB volume files
1180
- :type filter_volume: bool | None
1181
971
  :param filter_folder: Filter folders
1182
- :type filter_folder: bool | None
1183
972
  :param filter_blenlib: Filter Blender IDs
1184
- :type filter_blenlib: bool | None
1185
973
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
1186
- :type filemode: int | None
1187
974
  :param show_multiview: Enable Multi-View
1188
- :type show_multiview: bool | None
1189
975
  :param use_multiview: Use Multi-View
1190
- :type use_multiview: bool | None
1191
976
  :param display_type: Display Type
1192
977
 
1193
978
  DEFAULT
@@ -1201,27 +986,16 @@ def sound_to_samples(
1201
986
 
1202
987
  THUMBNAIL
1203
988
  Thumbnails -- Display files as thumbnails.
1204
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
1205
989
  :param sort_method: File sorting mode
1206
- :type sort_method: str | None
1207
990
  :param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
1208
- :type low: float | None
1209
991
  :param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
1210
- :type high: float | None
1211
992
  :param attack: Attack Time, Value for the envelope calculation that tells how fast the envelope can rise (the lower the value the steeper it can rise)
1212
- :type attack: float | None
1213
993
  :param release: Release Time, Value for the envelope calculation that tells how fast the envelope can fall (the lower the value the steeper it can fall)
1214
- :type release: float | None
1215
994
  :param threshold: Threshold, Minimum amplitude value needed to influence the envelope
1216
- :type threshold: float | None
1217
995
  :param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
1218
- :type use_accumulate: bool | None
1219
996
  :param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
1220
- :type use_additive: bool | None
1221
997
  :param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
1222
- :type use_square: bool | None
1223
998
  :param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
1224
- :type sthreshold: float | None
1225
999
  """
1226
1000
 
1227
1001
  def time_offset(
@@ -1230,13 +1004,10 @@ def time_offset(
1230
1004
  /,
1231
1005
  *,
1232
1006
  frame_offset: float | None = 0.0,
1233
- ):
1007
+ ) -> None:
1234
1008
  """Shifts the value of selected keys in time
1235
1009
 
1236
- :type execution_context: int | str | None
1237
- :type undo: bool | None
1238
1010
  :param frame_offset: Frame Offset, How far in frames to offset the animation
1239
- :type frame_offset: float | None
1240
1011
  """
1241
1012
 
1242
1013
  def view_all(
@@ -1245,21 +1016,18 @@ def view_all(
1245
1016
  /,
1246
1017
  *,
1247
1018
  include_handles: bool | None = True,
1248
- ):
1019
+ ) -> None:
1249
1020
  """Reset viewable area to show full keyframe range
1250
1021
 
1251
- :type execution_context: int | str | None
1252
- :type undo: bool | None
1253
1022
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1254
- :type include_handles: bool | None
1255
1023
  """
1256
1024
 
1257
- def view_frame(execution_context: int | str | None = None, undo: bool | None = None):
1258
- """Move the view to the current frame
1259
-
1260
- :type execution_context: int | str | None
1261
- :type undo: bool | None
1262
- """
1025
+ def view_frame(
1026
+ execution_context: int | str | None = None,
1027
+ undo: bool | None = None,
1028
+ /,
1029
+ ) -> None:
1030
+ """Move the view to the current frame"""
1263
1031
 
1264
1032
  def view_selected(
1265
1033
  execution_context: int | str | None = None,
@@ -1267,11 +1035,8 @@ def view_selected(
1267
1035
  /,
1268
1036
  *,
1269
1037
  include_handles: bool | None = True,
1270
- ):
1038
+ ) -> None:
1271
1039
  """Reset viewable area to show selected keyframe range
1272
1040
 
1273
- :type execution_context: int | str | None
1274
- :type undo: bool | None
1275
1041
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1276
- :type include_handles: bool | None
1277
1042
  """