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
bpy/ops/anim/__init__.pyi CHANGED
@@ -1,6 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
4
5
 
5
6
  def change_frame(
6
7
  execution_context: int | str | None = None,
@@ -10,17 +11,14 @@ def change_frame(
10
11
  frame: float | None = 0.0,
11
12
  snap: bool | None = False,
12
13
  seq_solo_preview: bool | None = False,
13
- ):
14
+ pass_through_on_strip_handles: bool | None = False,
15
+ ) -> None:
14
16
  """Interactively change the current frame number
15
17
 
16
- :type execution_context: int | str | None
17
- :type undo: bool | None
18
18
  :param frame: Frame
19
- :type frame: float | None
20
19
  :param snap: Snap
21
- :type snap: bool | None
22
20
  :param seq_solo_preview: Strip Preview
23
- :type seq_solo_preview: bool | None
21
+ :param pass_through_on_strip_handles: Pass Through on Strip Handles, Allow another operator to operate on strip handles
24
22
  """
25
23
 
26
24
  def channel_select_keys(
@@ -29,13 +27,10 @@ def channel_select_keys(
29
27
  /,
30
28
  *,
31
29
  extend: bool | None = False,
32
- ):
30
+ ) -> None:
33
31
  """Select all keyframes of channel under mouse
34
32
 
35
- :type execution_context: int | str | None
36
- :type undo: bool | None
37
33
  :param extend: Extend, Extend selection
38
- :type extend: bool | None
39
34
  """
40
35
 
41
36
  def channel_view_pick(
@@ -45,15 +40,11 @@ def channel_view_pick(
45
40
  *,
46
41
  include_handles: bool | None = True,
47
42
  use_preview_range: bool | None = True,
48
- ):
43
+ ) -> None:
49
44
  """Reset viewable area to show the channel under the cursor
50
45
 
51
- :type execution_context: int | str | None
52
- :type undo: bool | None
53
46
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
54
- :type include_handles: bool | None
55
47
  :param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
56
- :type use_preview_range: bool | None
57
48
  """
58
49
 
59
50
  def channels_bake(
@@ -61,22 +52,19 @@ def channels_bake(
61
52
  undo: bool | None = None,
62
53
  /,
63
54
  *,
55
+ use_scene_range: bool | None = True,
64
56
  range: collections.abc.Iterable[int] | None = (0, 0),
65
57
  step: float | None = 1.0,
66
58
  remove_outside_range: bool | None = False,
67
59
  interpolation_type: typing.Literal["BEZIER", "LIN", "CONST"] | None = "BEZIER",
68
60
  bake_modifiers: bool | None = True,
69
- ):
61
+ ) -> None:
70
62
  """Create keyframes following the current shape of F-Curves of selected channels
71
63
 
72
- :type execution_context: int | str | None
73
- :type undo: bool | None
74
- :param range: Frame Range, The range in which to create new keys
75
- :type range: collections.abc.Iterable[int] | None
64
+ :param use_scene_range: Use Scene Range, If enabled, the scene start and end frame will be used to determine the bake range
65
+ :param range: Frame Range, The custom range in which to create new keys. Only used when not using the scene range
76
66
  :param step: Frame Step, At which interval to add keys
77
- :type step: float | None
78
67
  :param remove_outside_range: Remove Outside Range, Removes keys outside the given range, leaving only the newly baked
79
- :type remove_outside_range: bool | None
80
68
  :param interpolation_type: Interpolation Type, Choose the interpolation type with which new keys will be added
81
69
 
82
70
  BEZIER
@@ -87,19 +75,15 @@ def channels_bake(
87
75
 
88
76
  CONST
89
77
  Constant -- New keys will be constant.
90
- :type interpolation_type: typing.Literal['BEZIER','LIN','CONST'] | None
91
78
  :param bake_modifiers: Bake Modifiers, Bake Modifiers into keyframes and delete them after
92
- :type bake_modifiers: bool | None
93
79
  """
94
80
 
95
81
  def channels_clean_empty(
96
- execution_context: int | str | None = None, undo: bool | None = None
97
- ):
98
- """Delete all empty animation data containers from visible data-blocks
99
-
100
- :type execution_context: int | str | None
101
- :type undo: bool | None
102
- """
82
+ execution_context: int | str | None = None,
83
+ undo: bool | None = None,
84
+ /,
85
+ ) -> None:
86
+ """Delete all empty animation data containers from visible data-blocks"""
103
87
 
104
88
  def channels_click(
105
89
  execution_context: int | str | None = None,
@@ -109,17 +93,12 @@ def channels_click(
109
93
  extend: bool | None = False,
110
94
  extend_range: bool | None = False,
111
95
  children_only: bool | None = False,
112
- ):
96
+ ) -> None:
113
97
  """Handle mouse clicks over animation channels
114
98
 
115
- :type execution_context: int | str | None
116
- :type undo: bool | None
117
99
  :param extend: Extend Select
118
- :type extend: bool | None
119
100
  :param extend_range: Extend Range, Selection of active channel to clicked channel
120
- :type extend_range: bool | None
121
101
  :param children_only: Select Children Only
122
- :type children_only: bool | None
123
102
  """
124
103
 
125
104
  def channels_collapse(
@@ -128,23 +107,18 @@ def channels_collapse(
128
107
  /,
129
108
  *,
130
109
  all: bool | None = True,
131
- ):
110
+ ) -> None:
132
111
  """Collapse (close) all selected expandable animation channels
133
112
 
134
- :type execution_context: int | str | None
135
- :type undo: bool | None
136
113
  :param all: All, Collapse all channels (not just selected ones)
137
- :type all: bool | None
138
114
  """
139
115
 
140
116
  def channels_delete(
141
- execution_context: int | str | None = None, undo: bool | None = None
142
- ):
143
- """Delete all selected animation channels
144
-
145
- :type execution_context: int | str | None
146
- :type undo: bool | None
147
- """
117
+ execution_context: int | str | None = None,
118
+ undo: bool | None = None,
119
+ /,
120
+ ) -> None:
121
+ """Delete all selected animation channels"""
148
122
 
149
123
  def channels_editable_toggle(
150
124
  execution_context: int | str | None = None,
@@ -153,15 +127,11 @@ def channels_editable_toggle(
153
127
  *,
154
128
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "TOGGLE",
155
129
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
156
- ):
130
+ ) -> None:
157
131
  """Toggle editability of selected channels
158
132
 
159
- :type execution_context: int | str | None
160
- :type undo: bool | None
161
133
  :param mode: Mode
162
- :type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
163
134
  :param type: Type
164
- :type type: typing.Literal['PROTECT','MUTE'] | None
165
135
  """
166
136
 
167
137
  def channels_expand(
@@ -170,23 +140,18 @@ def channels_expand(
170
140
  /,
171
141
  *,
172
142
  all: bool | None = True,
173
- ):
143
+ ) -> None:
174
144
  """Expand (open) all selected expandable animation channels
175
145
 
176
- :type execution_context: int | str | None
177
- :type undo: bool | None
178
146
  :param all: All, Expand all channels (not just selected ones)
179
- :type all: bool | None
180
147
  """
181
148
 
182
149
  def channels_fcurves_enable(
183
- execution_context: int | str | None = None, undo: bool | None = None
184
- ):
185
- """Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
186
-
187
- :type execution_context: int | str | None
188
- :type undo: bool | None
189
- """
150
+ execution_context: int | str | None = None,
151
+ undo: bool | None = None,
152
+ /,
153
+ ) -> None:
154
+ """Clear disabled tag from all F-Curves to get broken F-Curves working again"""
190
155
 
191
156
  def channels_group(
192
157
  execution_context: int | str | None = None,
@@ -194,13 +159,10 @@ def channels_group(
194
159
  /,
195
160
  *,
196
161
  name: str = "New Group",
197
- ):
162
+ ) -> None:
198
163
  """Add selected F-Curves to a new group
199
164
 
200
- :type execution_context: int | str | None
201
- :type undo: bool | None
202
165
  :param name: Name, Name of newly created group
203
- :type name: str
204
166
  """
205
167
 
206
168
  def channels_move(
@@ -209,23 +171,18 @@ def channels_move(
209
171
  /,
210
172
  *,
211
173
  direction: typing.Literal["TOP", "UP", "DOWN", "BOTTOM"] | None = "DOWN",
212
- ):
174
+ ) -> None:
213
175
  """Rearrange selected animation channels
214
176
 
215
- :type execution_context: int | str | None
216
- :type undo: bool | None
217
177
  :param direction: Direction
218
- :type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
219
178
  """
220
179
 
221
180
  def channels_rename(
222
- execution_context: int | str | None = None, undo: bool | None = None
223
- ):
224
- """Rename animation channel under mouse
225
-
226
- :type execution_context: int | str | None
227
- :type undo: bool | None
228
- """
181
+ execution_context: int | str | None = None,
182
+ undo: bool | None = None,
183
+ /,
184
+ ) -> None:
185
+ """Rename animation channel under mouse"""
229
186
 
230
187
  def channels_select_all(
231
188
  execution_context: int | str | None = None,
@@ -233,11 +190,9 @@ def channels_select_all(
233
190
  /,
234
191
  *,
235
192
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
236
- ):
193
+ ) -> None:
237
194
  """Toggle selection of all animation channels
238
195
 
239
- :type execution_context: int | str | None
240
- :type undo: bool | None
241
196
  :param action: Action, Selection action to execute
242
197
 
243
198
  TOGGLE
@@ -251,7 +206,6 @@ def channels_select_all(
251
206
 
252
207
  INVERT
253
208
  Invert -- Invert selection of all elements.
254
- :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
255
209
  """
256
210
 
257
211
  def channels_select_box(
@@ -266,35 +220,24 @@ def channels_select_box(
266
220
  wait_for_input: bool | None = True,
267
221
  deselect: bool | None = False,
268
222
  extend: bool | None = True,
269
- ):
223
+ ) -> None:
270
224
  """Select all animation channels within the specified region
271
225
 
272
- :type execution_context: int | str | None
273
- :type undo: bool | None
274
226
  :param xmin: X Min
275
- :type xmin: int | None
276
227
  :param xmax: X Max
277
- :type xmax: int | None
278
228
  :param ymin: Y Min
279
- :type ymin: int | None
280
229
  :param ymax: Y Max
281
- :type ymax: int | None
282
230
  :param wait_for_input: Wait for Input
283
- :type wait_for_input: bool | None
284
231
  :param deselect: Deselect, Deselect rather than select items
285
- :type deselect: bool | None
286
232
  :param extend: Extend, Extend selection instead of deselecting everything first
287
- :type extend: bool | None
288
233
  """
289
234
 
290
235
  def channels_select_filter(
291
- execution_context: int | str | None = None, undo: bool | None = None
292
- ):
293
- """Start entering text which filters the set of channels shown to only include those with matching names
294
-
295
- :type execution_context: int | str | None
296
- :type undo: bool | None
297
- """
236
+ execution_context: int | str | None = None,
237
+ undo: bool | None = None,
238
+ /,
239
+ ) -> None:
240
+ """Start entering text which filters the set of channels shown to only include those with matching names"""
298
241
 
299
242
  def channels_setting_disable(
300
243
  execution_context: int | str | None = None,
@@ -303,15 +246,11 @@ def channels_setting_disable(
303
246
  *,
304
247
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "DISABLE",
305
248
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
306
- ):
249
+ ) -> None:
307
250
  """Disable specified setting on all selected animation channels
308
251
 
309
- :type execution_context: int | str | None
310
- :type undo: bool | None
311
252
  :param mode: Mode
312
- :type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
313
253
  :param type: Type
314
- :type type: typing.Literal['PROTECT','MUTE'] | None
315
254
  """
316
255
 
317
256
  def channels_setting_enable(
@@ -321,15 +260,11 @@ def channels_setting_enable(
321
260
  *,
322
261
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "ENABLE",
323
262
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
324
- ):
263
+ ) -> None:
325
264
  """Enable specified setting on all selected animation channels
326
265
 
327
- :type execution_context: int | str | None
328
- :type undo: bool | None
329
266
  :param mode: Mode
330
- :type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
331
267
  :param type: Type
332
- :type type: typing.Literal['PROTECT','MUTE'] | None
333
268
  """
334
269
 
335
270
  def channels_setting_toggle(
@@ -339,25 +274,19 @@ def channels_setting_toggle(
339
274
  *,
340
275
  mode: typing.Literal["TOGGLE", "DISABLE", "ENABLE", "INVERT"] | None = "TOGGLE",
341
276
  type: typing.Literal["PROTECT", "MUTE"] | None = "PROTECT",
342
- ):
277
+ ) -> None:
343
278
  """Toggle specified setting on all selected animation channels
344
279
 
345
- :type execution_context: int | str | None
346
- :type undo: bool | None
347
280
  :param mode: Mode
348
- :type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
349
281
  :param type: Type
350
- :type type: typing.Literal['PROTECT','MUTE'] | None
351
282
  """
352
283
 
353
284
  def channels_ungroup(
354
- execution_context: int | str | None = None, undo: bool | None = None
355
- ):
356
- """Remove selected F-Curves from their current groups
357
-
358
- :type execution_context: int | str | None
359
- :type undo: bool | None
360
- """
285
+ execution_context: int | str | None = None,
286
+ undo: bool | None = None,
287
+ /,
288
+ ) -> None:
289
+ """Remove selected F-Curves from their current groups"""
361
290
 
362
291
  def channels_view_selected(
363
292
  execution_context: int | str | None = None,
@@ -366,15 +295,11 @@ def channels_view_selected(
366
295
  *,
367
296
  include_handles: bool | None = True,
368
297
  use_preview_range: bool | None = True,
369
- ):
298
+ ) -> None:
370
299
  """Reset viewable area to show the selected channels
371
300
 
372
- :type execution_context: int | str | None
373
- :type undo: bool | None
374
301
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
375
- :type include_handles: bool | None
376
302
  :param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
377
- :type use_preview_range: bool | None
378
303
  """
379
304
 
380
305
  def clear_useless_actions(
@@ -383,50 +308,32 @@ def clear_useless_actions(
383
308
  /,
384
309
  *,
385
310
  only_unused: bool | None = True,
386
- ):
311
+ ) -> None:
387
312
  """Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
388
313
 
389
- :type execution_context: int | str | None
390
- :type undo: bool | None
391
314
  :param only_unused: Only Unused, Only unused (Fake User only) actions get considered
392
- :type only_unused: bool | None
393
- """
394
-
395
- def convert_legacy_action(
396
- execution_context: int | str | None = None, undo: bool | None = None
397
- ):
398
- """Convert a legacy Action to a layered Action on the active object
399
-
400
- :type execution_context: int | str | None
401
- :type undo: bool | None
402
315
  """
403
316
 
404
317
  def copy_driver_button(
405
- execution_context: int | str | None = None, undo: bool | None = None
406
- ):
407
- """Copy the driver for the highlighted button
408
-
409
- :type execution_context: int | str | None
410
- :type undo: bool | None
411
- """
318
+ execution_context: int | str | None = None,
319
+ undo: bool | None = None,
320
+ /,
321
+ ) -> None:
322
+ """Copy the driver for the highlighted button"""
412
323
 
413
324
  def driver_button_add(
414
- execution_context: int | str | None = None, undo: bool | None = None
415
- ):
416
- """Add driver for the property under the cursor
417
-
418
- :type execution_context: int | str | None
419
- :type undo: bool | None
420
- """
325
+ execution_context: int | str | None = None,
326
+ undo: bool | None = None,
327
+ /,
328
+ ) -> None:
329
+ """Add driver for the property under the cursor"""
421
330
 
422
331
  def driver_button_edit(
423
- execution_context: int | str | None = None, undo: bool | None = None
424
- ):
425
- """Edit the drivers for the connected property represented by the highlighted button
426
-
427
- :type execution_context: int | str | None
428
- :type undo: bool | None
429
- """
332
+ execution_context: int | str | None = None,
333
+ undo: bool | None = None,
334
+ /,
335
+ ) -> None:
336
+ """Edit the drivers for the connected property represented by the highlighted button"""
430
337
 
431
338
  def driver_button_remove(
432
339
  execution_context: int | str | None = None,
@@ -434,21 +341,18 @@ def driver_button_remove(
434
341
  /,
435
342
  *,
436
343
  all: bool | None = True,
437
- ):
344
+ ) -> None:
438
345
  """Remove the driver(s) for the connected property(s) represented by the highlighted button
439
346
 
440
- :type execution_context: int | str | None
441
- :type undo: bool | None
442
347
  :param all: All, Delete drivers for all elements of the array
443
- :type all: bool | None
444
348
  """
445
349
 
446
- def end_frame_set(execution_context: int | str | None = None, undo: bool | None = None):
447
- """Set the current frame as the preview or scene end frame
448
-
449
- :type execution_context: int | str | None
450
- :type undo: bool | None
451
- """
350
+ def end_frame_set(
351
+ execution_context: int | str | None = None,
352
+ undo: bool | None = None,
353
+ /,
354
+ ) -> None:
355
+ """Set the current frame as the preview or scene end frame"""
452
356
 
453
357
  def keyframe_clear_button(
454
358
  execution_context: int | str | None = None,
@@ -456,13 +360,10 @@ def keyframe_clear_button(
456
360
  /,
457
361
  *,
458
362
  all: bool | None = True,
459
- ):
363
+ ) -> None:
460
364
  """Clear all keyframes on the currently active property
461
365
 
462
- :type execution_context: int | str | None
463
- :type undo: bool | None
464
366
  :param all: All, Clear keyframes from all elements of the array
465
- :type all: bool | None
466
367
  """
467
368
 
468
369
  def keyframe_clear_v3d(
@@ -471,13 +372,22 @@ def keyframe_clear_v3d(
471
372
  /,
472
373
  *,
473
374
  confirm: bool | None = True,
474
- ):
375
+ ) -> None:
475
376
  """Remove all keyframe animation for selected objects
476
377
 
477
- :type execution_context: int | str | None
478
- :type undo: bool | None
479
378
  :param confirm: Confirm, Prompt for confirmation
480
- :type confirm: bool | None
379
+ """
380
+
381
+ def keyframe_clear_vse(
382
+ execution_context: int | str | None = None,
383
+ undo: bool | None = None,
384
+ /,
385
+ *,
386
+ confirm: bool | None = True,
387
+ ) -> None:
388
+ """Remove all keyframe animation for selected strips
389
+
390
+ :param confirm: Confirm, Prompt for confirmation
481
391
  """
482
392
 
483
393
  def keyframe_delete(
@@ -486,13 +396,10 @@ def keyframe_delete(
486
396
  /,
487
397
  *,
488
398
  type: str | None = "DEFAULT",
489
- ):
399
+ ) -> None:
490
400
  """Delete keyframes on the current frame for all properties in the specified Keying Set
491
401
 
492
- :type execution_context: int | str | None
493
- :type undo: bool | None
494
402
  :param type: Keying Set, The Keying Set to use
495
- :type type: str | None
496
403
  """
497
404
 
498
405
  def keyframe_delete_button(
@@ -501,13 +408,10 @@ def keyframe_delete_button(
501
408
  /,
502
409
  *,
503
410
  all: bool | None = True,
504
- ):
411
+ ) -> None:
505
412
  """Delete current keyframe of current UI-active property
506
413
 
507
- :type execution_context: int | str | None
508
- :type undo: bool | None
509
414
  :param all: All, Delete keyframes from all elements of the array
510
- :type all: bool | None
511
415
  """
512
416
 
513
417
  def keyframe_delete_by_name(
@@ -516,13 +420,10 @@ def keyframe_delete_by_name(
516
420
  /,
517
421
  *,
518
422
  type: str = "",
519
- ):
520
- """Alternate access to 'Delete Keyframe' for keymaps to use
423
+ ) -> None:
424
+ """Alternate access to Delete Keyframe for keymaps to use
521
425
 
522
- :type execution_context: int | str | None
523
- :type undo: bool | None
524
426
  :param type: Keying Set, The Keying Set to use
525
- :type type: str
526
427
  """
527
428
 
528
429
  def keyframe_delete_v3d(
@@ -531,13 +432,22 @@ def keyframe_delete_v3d(
531
432
  /,
532
433
  *,
533
434
  confirm: bool | None = True,
534
- ):
435
+ ) -> None:
535
436
  """Remove keyframes on current frame for selected objects and bones
536
437
 
537
- :type execution_context: int | str | None
538
- :type undo: bool | None
539
438
  :param confirm: Confirm, Prompt for confirmation
540
- :type confirm: bool | None
439
+ """
440
+
441
+ def keyframe_delete_vse(
442
+ execution_context: int | str | None = None,
443
+ undo: bool | None = None,
444
+ /,
445
+ *,
446
+ confirm: bool | None = True,
447
+ ) -> None:
448
+ """Remove keyframes on current frame for selected strips
449
+
450
+ :param confirm: Confirm, Prompt for confirmation
541
451
  """
542
452
 
543
453
  def keyframe_insert(
@@ -546,13 +456,10 @@ def keyframe_insert(
546
456
  /,
547
457
  *,
548
458
  type: str | None = "DEFAULT",
549
- ):
459
+ ) -> None:
550
460
  """Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
551
461
 
552
- :type execution_context: int | str | None
553
- :type undo: bool | None
554
462
  :param type: Keying Set, The Keying Set to use
555
- :type type: str | None
556
463
  """
557
464
 
558
465
  def keyframe_insert_button(
@@ -561,13 +468,10 @@ def keyframe_insert_button(
561
468
  /,
562
469
  *,
563
470
  all: bool | None = True,
564
- ):
471
+ ) -> None:
565
472
  """Insert a keyframe for current UI-active property
566
473
 
567
- :type execution_context: int | str | None
568
- :type undo: bool | None
569
474
  :param all: All, Insert a keyframe for all element of the array
570
- :type all: bool | None
571
475
  """
572
476
 
573
477
  def keyframe_insert_by_name(
@@ -576,13 +480,10 @@ def keyframe_insert_by_name(
576
480
  /,
577
481
  *,
578
482
  type: str = "",
579
- ):
580
- """Alternate access to 'Insert Keyframe' for keymaps to use
483
+ ) -> None:
484
+ """Alternate access to Insert Keyframe for keymaps to use
581
485
 
582
- :type execution_context: int | str | None
583
- :type undo: bool | None
584
486
  :param type: Keying Set, The Keying Set to use
585
- :type type: str
586
487
  """
587
488
 
588
489
  def keyframe_insert_menu(
@@ -592,15 +493,11 @@ def keyframe_insert_menu(
592
493
  *,
593
494
  type: str | None = "DEFAULT",
594
495
  always_prompt: bool | None = False,
595
- ):
496
+ ) -> None:
596
497
  """Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
597
498
 
598
- :type execution_context: int | str | None
599
- :type undo: bool | None
600
499
  :param type: Keying Set, The Keying Set to use
601
- :type type: str | None
602
500
  :param always_prompt: Always Show Menu
603
- :type always_prompt: bool | None
604
501
  """
605
502
 
606
503
  def keying_set_active_set(
@@ -609,23 +506,18 @@ def keying_set_active_set(
609
506
  /,
610
507
  *,
611
508
  type: str | None = "DEFAULT",
612
- ):
509
+ ) -> None:
613
510
  """Set a new active keying set
614
511
 
615
- :type execution_context: int | str | None
616
- :type undo: bool | None
617
512
  :param type: Keying Set, The Keying Set to use
618
- :type type: str | None
619
513
  """
620
514
 
621
515
  def keying_set_add(
622
- execution_context: int | str | None = None, undo: bool | None = None
623
- ):
624
- """Add a new (empty) keying set to the active Scene
625
-
626
- :type execution_context: int | str | None
627
- :type undo: bool | None
628
- """
516
+ execution_context: int | str | None = None,
517
+ undo: bool | None = None,
518
+ /,
519
+ ) -> None:
520
+ """Add a new (empty) keying set to the active Scene"""
629
521
 
630
522
  def keying_set_export(
631
523
  execution_context: int | str | None = None,
@@ -636,47 +528,35 @@ def keying_set_export(
636
528
  filter_folder: bool | None = True,
637
529
  filter_text: bool | None = True,
638
530
  filter_python: bool | None = True,
639
- ):
531
+ ) -> None:
640
532
  """Export Keying Set to a Python script
641
533
 
642
- :type execution_context: int | str | None
643
- :type undo: bool | None
644
534
  :param filepath: filepath
645
- :type filepath: str
646
535
  :param filter_folder: Filter folders
647
- :type filter_folder: bool | None
648
536
  :param filter_text: Filter text
649
- :type filter_text: bool | None
650
537
  :param filter_python: Filter Python
651
- :type filter_python: bool | None
652
538
  """
653
539
 
654
540
  def keying_set_path_add(
655
- execution_context: int | str | None = None, undo: bool | None = None
656
- ):
657
- """Add empty path to active keying set
658
-
659
- :type execution_context: int | str | None
660
- :type undo: bool | None
661
- """
541
+ execution_context: int | str | None = None,
542
+ undo: bool | None = None,
543
+ /,
544
+ ) -> None:
545
+ """Add empty path to active keying set"""
662
546
 
663
547
  def keying_set_path_remove(
664
- execution_context: int | str | None = None, undo: bool | None = None
665
- ):
666
- """Remove active Path from active keying set
667
-
668
- :type execution_context: int | str | None
669
- :type undo: bool | None
670
- """
548
+ execution_context: int | str | None = None,
549
+ undo: bool | None = None,
550
+ /,
551
+ ) -> None:
552
+ """Remove active Path from active keying set"""
671
553
 
672
554
  def keying_set_remove(
673
- execution_context: int | str | None = None, undo: bool | None = None
674
- ):
675
- """Remove the active keying set
676
-
677
- :type execution_context: int | str | None
678
- :type undo: bool | None
679
- """
555
+ execution_context: int | str | None = None,
556
+ undo: bool | None = None,
557
+ /,
558
+ ) -> None:
559
+ """Remove the active keying set"""
680
560
 
681
561
  def keyingset_button_add(
682
562
  execution_context: int | str | None = None,
@@ -684,50 +564,39 @@ def keyingset_button_add(
684
564
  /,
685
565
  *,
686
566
  all: bool | None = True,
687
- ):
567
+ ) -> None:
688
568
  """Add current UI-active property to current keying set
689
569
 
690
- :type execution_context: int | str | None
691
- :type undo: bool | None
692
570
  :param all: All, Add all elements of the array to a Keying Set
693
- :type all: bool | None
694
571
  """
695
572
 
696
573
  def keyingset_button_remove(
697
- execution_context: int | str | None = None, undo: bool | None = None
698
- ):
699
- """Remove current UI-active property from current keying set
700
-
701
- :type execution_context: int | str | None
702
- :type undo: bool | None
703
- """
574
+ execution_context: int | str | None = None,
575
+ undo: bool | None = None,
576
+ /,
577
+ ) -> None:
578
+ """Remove current UI-active property from current keying set"""
704
579
 
705
580
  def merge_animation(
706
- execution_context: int | str | None = None, undo: bool | None = None
707
- ):
708
- """Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users
709
-
710
- :type execution_context: int | str | None
711
- :type undo: bool | None
712
- """
581
+ execution_context: int | str | None = None,
582
+ undo: bool | None = None,
583
+ /,
584
+ ) -> None:
585
+ """Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users"""
713
586
 
714
587
  def paste_driver_button(
715
- execution_context: int | str | None = None, undo: bool | None = None
716
- ):
717
- """Paste the driver in the internal clipboard to the highlighted button
718
-
719
- :type execution_context: int | str | None
720
- :type undo: bool | None
721
- """
588
+ execution_context: int | str | None = None,
589
+ undo: bool | None = None,
590
+ /,
591
+ ) -> None:
592
+ """Paste the driver in the internal clipboard to the highlighted button"""
722
593
 
723
594
  def previewrange_clear(
724
- execution_context: int | str | None = None, undo: bool | None = None
725
- ):
726
- """Clear preview range
727
-
728
- :type execution_context: int | str | None
729
- :type undo: bool | None
730
- """
595
+ execution_context: int | str | None = None,
596
+ undo: bool | None = None,
597
+ /,
598
+ ) -> None:
599
+ """Clear preview range"""
731
600
 
732
601
  def previewrange_set(
733
602
  execution_context: int | str | None = None,
@@ -739,94 +608,71 @@ def previewrange_set(
739
608
  ymin: int | None = 0,
740
609
  ymax: int | None = 0,
741
610
  wait_for_input: bool | None = True,
742
- ):
611
+ ) -> None:
743
612
  """Interactively define frame range used for playback
744
613
 
745
- :type execution_context: int | str | None
746
- :type undo: bool | None
747
614
  :param xmin: X Min
748
- :type xmin: int | None
749
615
  :param xmax: X Max
750
- :type xmax: int | None
751
616
  :param ymin: Y Min
752
- :type ymin: int | None
753
617
  :param ymax: Y Max
754
- :type ymax: int | None
755
618
  :param wait_for_input: Wait for Input
756
- :type wait_for_input: bool | None
757
619
  """
758
620
 
759
621
  def scene_range_frame(
760
- execution_context: int | str | None = None, undo: bool | None = None
761
- ):
762
- """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
763
-
764
- :type execution_context: int | str | None
765
- :type undo: bool | None
766
- """
622
+ execution_context: int | str | None = None,
623
+ undo: bool | None = None,
624
+ /,
625
+ ) -> None:
626
+ """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active"""
767
627
 
768
628
  def separate_slots(
769
- execution_context: int | str | None = None, undo: bool | None = None
770
- ):
771
- """Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action won't be deleted but will be empty and might end up having zero users
772
-
773
- :type execution_context: int | str | None
774
- :type undo: bool | None
775
- """
629
+ execution_context: int | str | None = None,
630
+ undo: bool | None = None,
631
+ /,
632
+ ) -> None:
633
+ """Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action wont be deleted but will be empty and might end up having zero users"""
776
634
 
777
635
  def slot_channels_move_to_new_action(
778
- execution_context: int | str | None = None, undo: bool | None = None
779
- ):
780
- """Move the selected slots into a newly created action
781
-
782
- :type execution_context: int | str | None
783
- :type undo: bool | None
784
- """
636
+ execution_context: int | str | None = None,
637
+ undo: bool | None = None,
638
+ /,
639
+ ) -> None:
640
+ """Move the selected slots into a newly created action"""
785
641
 
786
642
  def slot_new_for_id(
787
- execution_context: int | str | None = None, undo: bool | None = None
788
- ):
789
- """Create a new action slot for this data-block, to hold its animation
790
-
791
- :type execution_context: int | str | None
792
- :type undo: bool | None
793
- """
643
+ execution_context: int | str | None = None,
644
+ undo: bool | None = None,
645
+ /,
646
+ ) -> None:
647
+ """Create a new action slot for this data-block, to hold its animation"""
794
648
 
795
649
  def slot_unassign_from_constraint(
796
- execution_context: int | str | None = None, undo: bool | None = None
797
- ):
798
- """Un-assign the action slot from this constraint
799
-
800
- :type execution_context: int | str | None
801
- :type undo: bool | None
802
- """
650
+ execution_context: int | str | None = None,
651
+ undo: bool | None = None,
652
+ /,
653
+ ) -> None:
654
+ """Un-assign the action slot from this constraint"""
803
655
 
804
656
  def slot_unassign_from_id(
805
- execution_context: int | str | None = None, undo: bool | None = None
806
- ):
807
- """Un-assign the action slot, effectively making this data-block non-animated
808
-
809
- :type execution_context: int | str | None
810
- :type undo: bool | None
811
- """
657
+ execution_context: int | str | None = None,
658
+ undo: bool | None = None,
659
+ /,
660
+ ) -> None:
661
+ """Un-assign the action slot, effectively making this data-block non-animated"""
812
662
 
813
663
  def slot_unassign_from_nla_strip(
814
- execution_context: int | str | None = None, undo: bool | None = None
815
- ):
816
- """Un-assign the action slot from this NLA strip, effectively making it non-animated
817
-
818
- :type execution_context: int | str | None
819
- :type undo: bool | None
820
- """
664
+ execution_context: int | str | None = None,
665
+ undo: bool | None = None,
666
+ /,
667
+ ) -> None:
668
+ """Un-assign the action slot from this NLA strip, effectively making it non-animated"""
821
669
 
822
670
  def start_frame_set(
823
- execution_context: int | str | None = None, undo: bool | None = None
824
- ):
825
- """Set the current frame as the preview or scene start frame
826
-
827
- :type execution_context: int | str | None
828
- :type undo: bool | None
829
- """
671
+ execution_context: int | str | None = None,
672
+ undo: bool | None = None,
673
+ /,
674
+ ) -> None:
675
+ """Set the current frame as the preview or scene start frame"""
830
676
 
831
677
  def update_animated_transform_constraints(
832
678
  execution_context: int | str | None = None,
@@ -834,15 +680,19 @@ def update_animated_transform_constraints(
834
680
  /,
835
681
  *,
836
682
  use_convert_to_radians: bool | None = True,
837
- ):
683
+ ) -> None:
838
684
  """Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
839
685
 
840
- :type execution_context: int | str | None
841
- :type undo: bool | None
842
686
  :param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
843
- :type use_convert_to_radians: bool | None
844
687
  """
845
688
 
689
+ def version_bone_hide_property(
690
+ execution_context: int | str | None = None,
691
+ undo: bool | None = None,
692
+ /,
693
+ ) -> None:
694
+ """Moves any F-Curves for the hide property of selected armatures into the action of the object. This will only operate on the first layer and strip of the action"""
695
+
846
696
  def view_curve_in_graph_editor(
847
697
  execution_context: int | str | None = None,
848
698
  undo: bool | None = None,
@@ -850,13 +700,9 @@ def view_curve_in_graph_editor(
850
700
  *,
851
701
  all: bool | None = False,
852
702
  isolate: bool | None = False,
853
- ):
703
+ ) -> None:
854
704
  """Frame the property under the cursor in the Graph Editor
855
705
 
856
- :type execution_context: int | str | None
857
- :type undo: bool | None
858
706
  :param all: Show All, Frame the whole array property instead of only the index under the cursor
859
- :type all: bool | None
860
707
  :param isolate: Isolate, Hides all F-Curves other than the ones being framed
861
- :type isolate: bool | None
862
708
  """