fake-bpy-module 20240516__py3-none-any.whl → 20240518__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (549) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +44 -38
  3. animsys_refactor/__init__.pyi +7 -27
  4. aud/__init__.pyi +8 -11
  5. bgl/__init__.pyi +121 -1812
  6. bl_app_override/__init__.pyi +8 -19
  7. bl_app_override/helpers/__init__.pyi +5 -23
  8. bl_app_template_utils/__init__.pyi +5 -17
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
  14. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  15. bl_i18n_utils/settings/__init__.pyi +6 -24
  16. bl_i18n_utils/utils/__init__.pyi +93 -122
  17. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  18. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  19. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  20. bl_keymap_utils/io/__init__.pyi +9 -40
  21. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  22. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  23. bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
  24. bl_keymap_utils/versioning/__init__.pyi +1 -4
  25. bl_operators/__init__.pyi +2 -9
  26. bl_operators/add_mesh_torus/__init__.pyi +128 -59
  27. bl_operators/anim/__init__.pyi +1001 -398
  28. bl_operators/assets/__init__.pyi +376 -152
  29. bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
  30. bl_operators/clip/__init__.pyi +1264 -532
  31. bl_operators/console/__init__.pyi +626 -242
  32. bl_operators/constraint/__init__.pyi +502 -201
  33. bl_operators/file/__init__.pyi +376 -150
  34. bl_operators/freestyle/__init__.pyi +501 -200
  35. bl_operators/geometry_nodes/__init__.pyi +514 -266
  36. bl_operators/image/__init__.pyi +621 -251
  37. bl_operators/mesh/__init__.pyi +376 -150
  38. bl_operators/node/__init__.pyi +1253 -516
  39. bl_operators/object/__init__.pyi +1879 -755
  40. bl_operators/object_align/__init__.pyi +129 -64
  41. bl_operators/object_quick_effects/__init__.pyi +504 -213
  42. bl_operators/object_randomize_transform/__init__.pyi +129 -54
  43. bl_operators/presets/__init__.pyi +3072 -1403
  44. bl_operators/rigidbody/__init__.pyi +376 -150
  45. bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
  46. bl_operators/sequencer/__init__.pyi +1010 -434
  47. bl_operators/spreadsheet/__init__.pyi +126 -50
  48. bl_operators/userpref/__init__.pyi +3253 -1267
  49. bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
  50. bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
  51. bl_operators/uvcalc_transform/__init__.pyi +297 -159
  52. bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
  53. bl_operators/view3d/__init__.pyi +868 -342
  54. bl_operators/wm/__init__.pyi +5795 -2388
  55. bl_operators/world/__init__.pyi +126 -50
  56. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  57. bl_rna_utils/data_path/__init__.pyi +8 -4
  58. bl_text_utils/external_editor/__init__.pyi +1 -4
  59. bl_ui/__init__.pyi +366 -269
  60. bl_ui/anim/__init__.pyi +164 -74
  61. bl_ui/asset_shelf/__init__.pyi +129 -56
  62. bl_ui/generic_ui_list/__init__.pyi +412 -163
  63. bl_ui/node_add_menu/__init__.pyi +171 -94
  64. bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
  65. bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
  66. bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
  67. bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
  68. bl_ui/properties_animviz/__init__.pyi +2 -16
  69. bl_ui/properties_collection/__init__.pyi +807 -379
  70. bl_ui/properties_constraint/__init__.pyi +10292 -4941
  71. bl_ui/properties_data_armature/__init__.pyi +1615 -753
  72. bl_ui/properties_data_bone/__init__.pyi +1284 -608
  73. bl_ui/properties_data_camera/__init__.pyi +1854 -927
  74. bl_ui/properties_data_curve/__init__.pyi +1927 -937
  75. bl_ui/properties_data_curves/__init__.pyi +806 -375
  76. bl_ui/properties_data_empty/__init__.pyi +257 -125
  77. bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
  78. bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
  79. bl_ui/properties_data_lattice/__init__.pyi +388 -188
  80. bl_ui/properties_data_light/__init__.pyi +1540 -756
  81. bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
  82. bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
  83. bl_ui/properties_data_metaball/__init__.pyi +644 -308
  84. bl_ui/properties_data_modifier/__init__.pyi +1353 -671
  85. bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
  86. bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
  87. bl_ui/properties_data_speaker/__init__.pyi +644 -316
  88. bl_ui/properties_data_volume/__init__.pyi +1028 -484
  89. bl_ui/properties_freestyle/__init__.pyi +3112 -1619
  90. bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
  91. bl_ui/properties_mask_common/__init__.pyi +1102 -523
  92. bl_ui/properties_material/__init__.pyi +2089 -1009
  93. bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
  94. bl_ui/properties_object/__init__.pyi +1832 -873
  95. bl_ui/properties_output/__init__.pyi +2405 -1173
  96. bl_ui/properties_paint_common/__init__.pyi +416 -386
  97. bl_ui/properties_particle/__init__.pyi +6740 -3346
  98. bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
  99. bl_ui/properties_physics_common/__init__.pyi +135 -98
  100. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
  101. bl_ui/properties_physics_field/__init__.pyi +1282 -627
  102. bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
  103. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
  104. bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
  105. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
  106. bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
  107. bl_ui/properties_render/__init__.pyi +6843 -3367
  108. bl_ui/properties_scene/__init__.pyi +1924 -913
  109. bl_ui/properties_texture/__init__.pyi +3371 -1667
  110. bl_ui/properties_view_layer/__init__.pyi +2344 -1107
  111. bl_ui/properties_workspace/__init__.pyi +516 -244
  112. bl_ui/properties_world/__init__.pyi +1284 -630
  113. bl_ui/space_clip/__init__.pyi +10172 -4695
  114. bl_ui/space_console/__init__.pyi +940 -423
  115. bl_ui/space_dopesheet/__init__.pyi +4325 -2013
  116. bl_ui/space_filebrowser/__init__.pyi +4172 -1903
  117. bl_ui/space_graph/__init__.pyi +3107 -1394
  118. bl_ui/space_image/__init__.pyi +9764 -4614
  119. bl_ui/space_info/__init__.pyi +939 -421
  120. bl_ui/space_nla/__init__.pyi +2623 -1183
  121. bl_ui/space_node/__init__.pyi +3995 -1840
  122. bl_ui/space_outliner/__init__.pyi +2203 -991
  123. bl_ui/space_properties/__init__.pyi +386 -165
  124. bl_ui/space_sequencer/__init__.pyi +10809 -4978
  125. bl_ui/space_spreadsheet/__init__.pyi +130 -53
  126. bl_ui/space_statusbar/__init__.pyi +129 -52
  127. bl_ui/space_text/__init__.pyi +2457 -1100
  128. bl_ui/space_time/__init__.pyi +1034 -481
  129. bl_ui/space_toolsystem_common/__init__.pyi +56 -211
  130. bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
  131. bl_ui/space_topbar/__init__.pyi +3982 -1805
  132. bl_ui/space_userpref/__init__.pyi +11383 -5290
  133. bl_ui/space_view3d/__init__.pyi +40873 -18532
  134. bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
  135. bl_ui/temp_anim_layers/__init__.pyi +130 -62
  136. bl_ui/utils/__init__.pyi +28 -27
  137. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  138. bl_ui_utils/layout/__init__.pyi +1 -1
  139. blend_render_info/__init__.pyi +3 -10
  140. blf/__init__.pyi +4 -4
  141. bmesh/geometry/__init__.pyi +2 -3
  142. bmesh/ops/__init__.pyi +372 -419
  143. bmesh/types/__init__.pyi +39 -56
  144. bmesh/utils/__init__.pyi +10 -13
  145. bpy/app/__init__.pyi +4 -4
  146. bpy/app/handlers/__init__.pyi +36 -36
  147. bpy/app/icons/__init__.pyi +8 -8
  148. bpy/app/timers/__init__.pyi +10 -10
  149. bpy/app/translations/__init__.pyi +20 -22
  150. bpy/msgbus/__init__.pyi +2 -4
  151. bpy/ops/action/__init__.pyi +316 -394
  152. bpy/ops/anim/__init__.pyi +442 -548
  153. bpy/ops/armature/__init__.pyi +374 -470
  154. bpy/ops/asset/__init__.pyi +152 -184
  155. bpy/ops/bl_pkg/__init__.pyi +221 -272
  156. bpy/ops/boid/__init__.pyi +50 -66
  157. bpy/ops/brush/__init__.pyi +72 -90
  158. bpy/ops/buttons/__init__.pyi +132 -144
  159. bpy/ops/cachefile/__init__.pyi +128 -138
  160. bpy/ops/camera/__init__.pyi +26 -30
  161. bpy/ops/clip/__init__.pyi +777 -964
  162. bpy/ops/cloth/__init__.pyi +12 -14
  163. bpy/ops/collection/__init__.pyi +68 -86
  164. bpy/ops/console/__init__.pyi +158 -200
  165. bpy/ops/constraint/__init__.pyi +178 -214
  166. bpy/ops/curve/__init__.pyi +473 -576
  167. bpy/ops/curves/__init__.pyi +247 -302
  168. bpy/ops/cycles/__init__.pyi +28 -34
  169. bpy/ops/dpaint/__init__.pyi +34 -44
  170. bpy/ops/ed/__init__.pyi +126 -150
  171. bpy/ops/export_anim/__init__.pyi +22 -24
  172. bpy/ops/export_scene/__init__.pyi +302 -336
  173. bpy/ops/file/__init__.pyi +352 -432
  174. bpy/ops/fluid/__init__.pyi +90 -118
  175. bpy/ops/font/__init__.pyi +258 -304
  176. bpy/ops/geometry/__init__.pyi +100 -120
  177. bpy/ops/gizmogroup/__init__.pyi +22 -26
  178. bpy/ops/gpencil/__init__.pyi +1469 -1778
  179. bpy/ops/graph/__init__.pyi +644 -776
  180. bpy/ops/grease_pencil/__init__.pyi +597 -748
  181. bpy/ops/image/__init__.pyi +648 -744
  182. bpy/ops/import_anim/__init__.pyi +30 -32
  183. bpy/ops/import_curve/__init__.pyi +10 -12
  184. bpy/ops/import_scene/__init__.pyi +88 -96
  185. bpy/ops/info/__init__.pyi +60 -74
  186. bpy/ops/lattice/__init__.pyi +64 -80
  187. bpy/ops/marker/__init__.pyi +108 -130
  188. bpy/ops/mask/__init__.pyi +322 -402
  189. bpy/ops/material/__init__.pyi +18 -24
  190. bpy/ops/mball/__init__.pyi +70 -86
  191. bpy/ops/mesh/__init__.pyi +1986 -2322
  192. bpy/ops/nla/__init__.pyi +333 -411
  193. bpy/ops/node/__init__.pyi +886 -1100
  194. bpy/ops/object/__init__.pyi +2585 -3078
  195. bpy/ops/outliner/__init__.pyi +498 -636
  196. bpy/ops/paint/__init__.pyi +565 -680
  197. bpy/ops/paintcurve/__init__.pyi +64 -80
  198. bpy/ops/palette/__init__.pyi +50 -64
  199. bpy/ops/particle/__init__.pyi +267 -340
  200. bpy/ops/pose/__init__.pyi +336 -414
  201. bpy/ops/poselib/__init__.pyi +72 -90
  202. bpy/ops/preferences/__init__.pyi +386 -463
  203. bpy/ops/ptcache/__init__.pyi +46 -60
  204. bpy/ops/render/__init__.pyi +130 -154
  205. bpy/ops/rigidbody/__init__.pyi +102 -128
  206. bpy/ops/scene/__init__.pyi +280 -358
  207. bpy/ops/screen/__init__.pyi +382 -460
  208. bpy/ops/script/__init__.pyi +24 -30
  209. bpy/ops/sculpt/__init__.pyi +458 -532
  210. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  211. bpy/ops/sequencer/__init__.pyi +1066 -1244
  212. bpy/ops/sound/__init__.pyi +216 -230
  213. bpy/ops/spreadsheet/__init__.pyi +30 -38
  214. bpy/ops/surface/__init__.pyi +108 -120
  215. bpy/ops/text/__init__.pyi +390 -476
  216. bpy/ops/text_editor/__init__.pyi +12 -14
  217. bpy/ops/texture/__init__.pyi +26 -34
  218. bpy/ops/transform/__init__.pyi +792 -878
  219. bpy/ops/ui/__init__.pyi +228 -294
  220. bpy/ops/uilist/__init__.pyi +32 -38
  221. bpy/ops/uv/__init__.pyi +602 -704
  222. bpy/ops/view2d/__init__.pyi +156 -184
  223. bpy/ops/view3d/__init__.pyi +582 -718
  224. bpy/ops/wm/__init__.pyi +2683 -2928
  225. bpy/ops/workspace/__init__.pyi +46 -60
  226. bpy/ops/world/__init__.pyi +12 -16
  227. bpy/path/__init__.pyi +179 -75
  228. bpy/props/__init__.pyi +261 -263
  229. bpy/types/__init__.pyi +17058 -26311
  230. bpy/utils/__init__.pyi +247 -179
  231. bpy/utils/previews/__init__.pyi +58 -28
  232. bpy/utils/units/__init__.pyi +20 -20
  233. bpy_extras/anim_utils/__init__.pyi +68 -29
  234. bpy_extras/asset_utils/__init__.pyi +0 -10
  235. bpy_extras/bmesh_utils/__init__.pyi +9 -6
  236. bpy_extras/extensions/junction_module/__init__.pyi +6 -8
  237. bpy_extras/id_map_utils/__init__.pyi +3 -3
  238. bpy_extras/image_utils/__init__.pyi +44 -11
  239. bpy_extras/io_utils/__init__.pyi +116 -41
  240. bpy_extras/keyconfig_utils/__init__.pyi +4 -11
  241. bpy_extras/mesh_utils/__init__.pyi +71 -19
  242. bpy_extras/node_shader_utils/__init__.pyi +52 -288
  243. bpy_extras/node_utils/__init__.pyi +10 -10
  244. bpy_extras/object_utils/__init__.pyi +71 -14
  245. bpy_extras/view3d_utils/__init__.pyi +80 -10
  246. bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
  247. bpy_restrict_state/__init__.pyi +1 -14
  248. bpy_types/__init__.pyi +4203 -1605
  249. console_python/__init__.pyi +12 -37
  250. console_shell/__init__.pyi +5 -24
  251. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  253. freestyle/chainingiterators/__init__.pyi +14 -44
  254. freestyle/functions/__init__.pyi +7 -33
  255. freestyle/predicates/__init__.pyi +44 -217
  256. freestyle/shaders/__init__.pyi +2 -12
  257. freestyle/types/__init__.pyi +84 -96
  258. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  259. freestyle/utils/__init__.pyi +6 -18
  260. gpu/matrix/__init__.pyi +6 -8
  261. gpu/state/__init__.pyi +2 -2
  262. gpu/types/__init__.pyi +12 -12
  263. gpu_extras/presets/__init__.pyi +2 -5
  264. graphviz_export/__init__.pyi +4 -9
  265. idprop/types/__init__.pyi +8 -35
  266. imbuf/__init__.pyi +4 -4
  267. imbuf/types/__init__.pyi +0 -2
  268. keyingsets_builtins/__init__.pyi +2692 -997
  269. keyingsets_utils/__init__.pyi +14 -69
  270. mathutils/__init__.pyi +194 -238
  271. mathutils/bvhtree/__init__.pyi +4 -6
  272. mathutils/geometry/__init__.pyi +153 -155
  273. mathutils/kdtree/__init__.pyi +8 -12
  274. mathutils/noise/__init__.pyi +26 -26
  275. nodeitems_builtins/__init__.pyi +5 -30
  276. nodeitems_utils/__init__.pyi +8 -45
  277. rna_info/__init__.pyi +39 -215
  278. rna_keymap_ui/__init__.pyi +6 -29
  279. rna_prop_ui/__init__.pyi +24 -62
  280. rna_xml/__init__.pyi +16 -39
  281. sys_info/__init__.pyi +1 -4
  282. _bpy_internal/freedesktop/py.typed +0 -0
  283. bl_app_override/helpers/py.typed +0 -0
  284. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  285. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  286. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  287. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  288. bl_console_utils/autocomplete/py.typed +0 -0
  289. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  290. bl_i18n_utils/merge_po/py.typed +0 -0
  291. bl_i18n_utils/settings/py.typed +0 -0
  292. bl_i18n_utils/utils/py.typed +0 -0
  293. bl_i18n_utils/utils_cli/py.typed +0 -0
  294. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  295. bl_i18n_utils/utils_rtl/py.typed +0 -0
  296. bl_keymap_utils/io/py.typed +0 -0
  297. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  298. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  299. bl_keymap_utils/platform_helpers/py.typed +0 -0
  300. bl_keymap_utils/versioning/py.typed +0 -0
  301. bl_operators/add_mesh_torus/py.typed +0 -0
  302. bl_operators/anim/py.typed +0 -0
  303. bl_operators/assets/py.typed +0 -0
  304. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  305. bl_operators/bmesh/py.typed +0 -0
  306. bl_operators/clip/py.typed +0 -0
  307. bl_operators/console/py.typed +0 -0
  308. bl_operators/constraint/py.typed +0 -0
  309. bl_operators/file/py.typed +0 -0
  310. bl_operators/freestyle/py.typed +0 -0
  311. bl_operators/geometry_nodes/py.typed +0 -0
  312. bl_operators/image/py.typed +0 -0
  313. bl_operators/mesh/py.typed +0 -0
  314. bl_operators/node/py.typed +0 -0
  315. bl_operators/object/py.typed +0 -0
  316. bl_operators/object_align/py.typed +0 -0
  317. bl_operators/object_quick_effects/py.typed +0 -0
  318. bl_operators/object_randomize_transform/py.typed +0 -0
  319. bl_operators/presets/py.typed +0 -0
  320. bl_operators/rigidbody/py.typed +0 -0
  321. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  322. bl_operators/sequencer/py.typed +0 -0
  323. bl_operators/spreadsheet/py.typed +0 -0
  324. bl_operators/userpref/py.typed +0 -0
  325. bl_operators/uvcalc_follow_active/py.typed +0 -0
  326. bl_operators/uvcalc_lightmap/py.typed +0 -0
  327. bl_operators/uvcalc_transform/py.typed +0 -0
  328. bl_operators/vertexpaint_dirt/py.typed +0 -0
  329. bl_operators/view3d/py.typed +0 -0
  330. bl_operators/wm/py.typed +0 -0
  331. bl_operators/world/py.typed +0 -0
  332. bl_previews_utils/bl_previews_render/py.typed +0 -0
  333. bl_rna_utils/data_path/py.typed +0 -0
  334. bl_text_utils/external_editor/py.typed +0 -0
  335. bl_ui/anim/py.typed +0 -0
  336. bl_ui/asset_shelf/py.typed +0 -0
  337. bl_ui/generic_ui_list/py.typed +0 -0
  338. bl_ui/node_add_menu/py.typed +0 -0
  339. bl_ui/node_add_menu_compositor/py.typed +0 -0
  340. bl_ui/node_add_menu_geometry/py.typed +0 -0
  341. bl_ui/node_add_menu_shader/py.typed +0 -0
  342. bl_ui/node_add_menu_texture/py.typed +0 -0
  343. bl_ui/properties_animviz/py.typed +0 -0
  344. bl_ui/properties_collection/py.typed +0 -0
  345. bl_ui/properties_constraint/py.typed +0 -0
  346. bl_ui/properties_data_armature/py.typed +0 -0
  347. bl_ui/properties_data_bone/py.typed +0 -0
  348. bl_ui/properties_data_camera/py.typed +0 -0
  349. bl_ui/properties_data_curve/py.typed +0 -0
  350. bl_ui/properties_data_curves/py.typed +0 -0
  351. bl_ui/properties_data_empty/py.typed +0 -0
  352. bl_ui/properties_data_gpencil/py.typed +0 -0
  353. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  354. bl_ui/properties_data_lattice/py.typed +0 -0
  355. bl_ui/properties_data_light/py.typed +0 -0
  356. bl_ui/properties_data_lightprobe/py.typed +0 -0
  357. bl_ui/properties_data_mesh/py.typed +0 -0
  358. bl_ui/properties_data_metaball/py.typed +0 -0
  359. bl_ui/properties_data_modifier/py.typed +0 -0
  360. bl_ui/properties_data_pointcloud/py.typed +0 -0
  361. bl_ui/properties_data_shaderfx/py.typed +0 -0
  362. bl_ui/properties_data_speaker/py.typed +0 -0
  363. bl_ui/properties_data_volume/py.typed +0 -0
  364. bl_ui/properties_freestyle/py.typed +0 -0
  365. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  366. bl_ui/properties_mask_common/py.typed +0 -0
  367. bl_ui/properties_material/py.typed +0 -0
  368. bl_ui/properties_material_gpencil/py.typed +0 -0
  369. bl_ui/properties_object/py.typed +0 -0
  370. bl_ui/properties_output/py.typed +0 -0
  371. bl_ui/properties_paint_common/py.typed +0 -0
  372. bl_ui/properties_particle/py.typed +0 -0
  373. bl_ui/properties_physics_cloth/py.typed +0 -0
  374. bl_ui/properties_physics_common/py.typed +0 -0
  375. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  376. bl_ui/properties_physics_field/py.typed +0 -0
  377. bl_ui/properties_physics_fluid/py.typed +0 -0
  378. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  379. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  380. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  381. bl_ui/properties_physics_softbody/py.typed +0 -0
  382. bl_ui/properties_render/py.typed +0 -0
  383. bl_ui/properties_scene/py.typed +0 -0
  384. bl_ui/properties_texture/py.typed +0 -0
  385. bl_ui/properties_view_layer/py.typed +0 -0
  386. bl_ui/properties_workspace/py.typed +0 -0
  387. bl_ui/properties_world/py.typed +0 -0
  388. bl_ui/space_clip/py.typed +0 -0
  389. bl_ui/space_console/py.typed +0 -0
  390. bl_ui/space_dopesheet/py.typed +0 -0
  391. bl_ui/space_filebrowser/py.typed +0 -0
  392. bl_ui/space_graph/py.typed +0 -0
  393. bl_ui/space_image/py.typed +0 -0
  394. bl_ui/space_info/py.typed +0 -0
  395. bl_ui/space_nla/py.typed +0 -0
  396. bl_ui/space_node/py.typed +0 -0
  397. bl_ui/space_outliner/py.typed +0 -0
  398. bl_ui/space_properties/py.typed +0 -0
  399. bl_ui/space_sequencer/py.typed +0 -0
  400. bl_ui/space_spreadsheet/py.typed +0 -0
  401. bl_ui/space_statusbar/py.typed +0 -0
  402. bl_ui/space_text/py.typed +0 -0
  403. bl_ui/space_time/py.typed +0 -0
  404. bl_ui/space_toolsystem_common/py.typed +0 -0
  405. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  406. bl_ui/space_topbar/py.typed +0 -0
  407. bl_ui/space_userpref/py.typed +0 -0
  408. bl_ui/space_view3d/py.typed +0 -0
  409. bl_ui/space_view3d_toolbar/py.typed +0 -0
  410. bl_ui/temp_anim_layers/py.typed +0 -0
  411. bl_ui/utils/py.typed +0 -0
  412. bl_ui_utils/bug_report_url/py.typed +0 -0
  413. bl_ui_utils/layout/py.typed +0 -0
  414. bmesh/geometry/py.typed +0 -0
  415. bmesh/ops/py.typed +0 -0
  416. bmesh/types/py.typed +0 -0
  417. bmesh/utils/py.typed +0 -0
  418. bpy/app/handlers/py.typed +0 -0
  419. bpy/app/icons/py.typed +0 -0
  420. bpy/app/py.typed +0 -0
  421. bpy/app/timers/py.typed +0 -0
  422. bpy/app/translations/py.typed +0 -0
  423. bpy/msgbus/py.typed +0 -0
  424. bpy/ops/action/py.typed +0 -0
  425. bpy/ops/anim/py.typed +0 -0
  426. bpy/ops/armature/py.typed +0 -0
  427. bpy/ops/asset/py.typed +0 -0
  428. bpy/ops/bl_pkg/py.typed +0 -0
  429. bpy/ops/boid/py.typed +0 -0
  430. bpy/ops/brush/py.typed +0 -0
  431. bpy/ops/buttons/py.typed +0 -0
  432. bpy/ops/cachefile/py.typed +0 -0
  433. bpy/ops/camera/py.typed +0 -0
  434. bpy/ops/clip/py.typed +0 -0
  435. bpy/ops/cloth/py.typed +0 -0
  436. bpy/ops/collection/py.typed +0 -0
  437. bpy/ops/console/py.typed +0 -0
  438. bpy/ops/constraint/py.typed +0 -0
  439. bpy/ops/curve/py.typed +0 -0
  440. bpy/ops/curves/py.typed +0 -0
  441. bpy/ops/cycles/py.typed +0 -0
  442. bpy/ops/dpaint/py.typed +0 -0
  443. bpy/ops/ed/py.typed +0 -0
  444. bpy/ops/export_anim/py.typed +0 -0
  445. bpy/ops/export_scene/py.typed +0 -0
  446. bpy/ops/file/py.typed +0 -0
  447. bpy/ops/fluid/py.typed +0 -0
  448. bpy/ops/font/py.typed +0 -0
  449. bpy/ops/geometry/py.typed +0 -0
  450. bpy/ops/gizmogroup/py.typed +0 -0
  451. bpy/ops/gpencil/py.typed +0 -0
  452. bpy/ops/graph/py.typed +0 -0
  453. bpy/ops/grease_pencil/py.typed +0 -0
  454. bpy/ops/image/py.typed +0 -0
  455. bpy/ops/import_anim/py.typed +0 -0
  456. bpy/ops/import_curve/py.typed +0 -0
  457. bpy/ops/import_scene/py.typed +0 -0
  458. bpy/ops/info/py.typed +0 -0
  459. bpy/ops/lattice/py.typed +0 -0
  460. bpy/ops/marker/py.typed +0 -0
  461. bpy/ops/mask/py.typed +0 -0
  462. bpy/ops/material/py.typed +0 -0
  463. bpy/ops/mball/py.typed +0 -0
  464. bpy/ops/mesh/py.typed +0 -0
  465. bpy/ops/nla/py.typed +0 -0
  466. bpy/ops/node/py.typed +0 -0
  467. bpy/ops/object/py.typed +0 -0
  468. bpy/ops/outliner/py.typed +0 -0
  469. bpy/ops/paint/py.typed +0 -0
  470. bpy/ops/paintcurve/py.typed +0 -0
  471. bpy/ops/palette/py.typed +0 -0
  472. bpy/ops/particle/py.typed +0 -0
  473. bpy/ops/pose/py.typed +0 -0
  474. bpy/ops/poselib/py.typed +0 -0
  475. bpy/ops/preferences/py.typed +0 -0
  476. bpy/ops/ptcache/py.typed +0 -0
  477. bpy/ops/py.typed +0 -0
  478. bpy/ops/render/py.typed +0 -0
  479. bpy/ops/rigidbody/py.typed +0 -0
  480. bpy/ops/scene/py.typed +0 -0
  481. bpy/ops/screen/py.typed +0 -0
  482. bpy/ops/script/py.typed +0 -0
  483. bpy/ops/sculpt/py.typed +0 -0
  484. bpy/ops/sculpt_curves/py.typed +0 -0
  485. bpy/ops/sequencer/py.typed +0 -0
  486. bpy/ops/sound/py.typed +0 -0
  487. bpy/ops/spreadsheet/py.typed +0 -0
  488. bpy/ops/surface/py.typed +0 -0
  489. bpy/ops/text/py.typed +0 -0
  490. bpy/ops/text_editor/py.typed +0 -0
  491. bpy/ops/texture/py.typed +0 -0
  492. bpy/ops/transform/py.typed +0 -0
  493. bpy/ops/ui/py.typed +0 -0
  494. bpy/ops/uilist/py.typed +0 -0
  495. bpy/ops/uv/py.typed +0 -0
  496. bpy/ops/view2d/py.typed +0 -0
  497. bpy/ops/view3d/py.typed +0 -0
  498. bpy/ops/wm/py.typed +0 -0
  499. bpy/ops/workspace/py.typed +0 -0
  500. bpy/ops/world/py.typed +0 -0
  501. bpy/path/py.typed +0 -0
  502. bpy/props/py.typed +0 -0
  503. bpy/types/py.typed +0 -0
  504. bpy/utils/previews/py.typed +0 -0
  505. bpy/utils/py.typed +0 -0
  506. bpy/utils/units/py.typed +0 -0
  507. bpy_extras/anim_utils/py.typed +0 -0
  508. bpy_extras/asset_utils/py.typed +0 -0
  509. bpy_extras/bmesh_utils/py.typed +0 -0
  510. bpy_extras/extensions/junction_module/py.typed +0 -0
  511. bpy_extras/extensions/py.typed +0 -0
  512. bpy_extras/id_map_utils/py.typed +0 -0
  513. bpy_extras/image_utils/py.typed +0 -0
  514. bpy_extras/io_utils/py.typed +0 -0
  515. bpy_extras/keyconfig_utils/py.typed +0 -0
  516. bpy_extras/mesh_utils/py.typed +0 -0
  517. bpy_extras/node_shader_utils/py.typed +0 -0
  518. bpy_extras/node_utils/py.typed +0 -0
  519. bpy_extras/object_utils/py.typed +0 -0
  520. bpy_extras/view3d_utils/py.typed +0 -0
  521. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  522. bpy_extras/wm_utils/py.typed +0 -0
  523. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  524. freestyle/chainingiterators/py.typed +0 -0
  525. freestyle/functions/py.typed +0 -0
  526. freestyle/predicates/py.typed +0 -0
  527. freestyle/shaders/py.typed +0 -0
  528. freestyle/types/py.typed +0 -0
  529. freestyle/utils/ContextFunctions/py.typed +0 -0
  530. freestyle/utils/py.typed +0 -0
  531. gpu/capabilities/py.typed +0 -0
  532. gpu/matrix/py.typed +0 -0
  533. gpu/platform/py.typed +0 -0
  534. gpu/select/py.typed +0 -0
  535. gpu/shader/py.typed +0 -0
  536. gpu/state/py.typed +0 -0
  537. gpu/texture/py.typed +0 -0
  538. gpu/types/py.typed +0 -0
  539. gpu_extras/batch/py.typed +0 -0
  540. gpu_extras/presets/py.typed +0 -0
  541. idprop/types/py.typed +0 -0
  542. imbuf/types/py.typed +0 -0
  543. mathutils/bvhtree/py.typed +0 -0
  544. mathutils/geometry/py.typed +0 -0
  545. mathutils/interpolate/py.typed +0 -0
  546. mathutils/kdtree/py.typed +0 -0
  547. mathutils/noise/py.typed +0 -0
  548. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  549. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -5,284 +5,258 @@ import bpy.types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def bake_keys(
8
- override_context: typing.Optional[
9
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
10
- ] = None,
11
- execution_context: typing.Optional[typing.Union[str, int]] = None,
12
- undo: typing.Optional[bool] = None,
8
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
9
+ execution_context: str | int | None = None,
10
+ undo: bool | None = None,
13
11
  ):
14
12
  """Add keyframes on every frame between the selected keyframes
15
13
 
16
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
17
- :type execution_context: typing.Optional[typing.Union[str, int]]
18
- :type undo: typing.Optional[bool]
14
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
15
+ :type execution_context: str | int | None
16
+ :type undo: bool | None
19
17
  """
20
18
 
21
19
  ...
22
20
 
23
21
  def blend_offset(
24
- override_context: typing.Optional[
25
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
26
- ] = None,
27
- execution_context: typing.Optional[typing.Union[str, int]] = None,
28
- undo: typing.Optional[bool] = None,
29
- factor: typing.Optional[typing.Any] = 0.0,
22
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
23
+ execution_context: str | int | None = None,
24
+ undo: bool | None = None,
25
+ factor: typing.Any | None = 0.0,
30
26
  ):
31
27
  """Shift selected keys to the value of the neighboring keys as a block
32
28
 
33
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
34
- :type execution_context: typing.Optional[typing.Union[str, int]]
35
- :type undo: typing.Optional[bool]
29
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
30
+ :type execution_context: str | int | None
31
+ :type undo: bool | None
36
32
  :param factor: Offset Factor, Control which key to offset towards and how far
37
- :type factor: typing.Optional[typing.Any]
33
+ :type factor: typing.Any | None
38
34
  """
39
35
 
40
36
  ...
41
37
 
42
38
  def blend_to_default(
43
- override_context: typing.Optional[
44
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
45
- ] = None,
46
- execution_context: typing.Optional[typing.Union[str, int]] = None,
47
- undo: typing.Optional[bool] = None,
48
- factor: typing.Optional[typing.Any] = 0.0,
39
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
40
+ execution_context: str | int | None = None,
41
+ undo: bool | None = None,
42
+ factor: typing.Any | None = 0.0,
49
43
  ):
50
44
  """Blend selected keys to their default value from their current position
51
45
 
52
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
53
- :type execution_context: typing.Optional[typing.Union[str, int]]
54
- :type undo: typing.Optional[bool]
46
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
47
+ :type execution_context: str | int | None
48
+ :type undo: bool | None
55
49
  :param factor: Factor, How much to blend to the default value
56
- :type factor: typing.Optional[typing.Any]
50
+ :type factor: typing.Any | None
57
51
  """
58
52
 
59
53
  ...
60
54
 
61
55
  def blend_to_ease(
62
- override_context: typing.Optional[
63
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
64
- ] = None,
65
- execution_context: typing.Optional[typing.Union[str, int]] = None,
66
- undo: typing.Optional[bool] = None,
67
- factor: typing.Optional[typing.Any] = 0.0,
56
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
57
+ execution_context: str | int | None = None,
58
+ undo: bool | None = None,
59
+ factor: typing.Any | None = 0.0,
68
60
  ):
69
61
  """Blends keyframes from current state to an ease-in or ease-out curve
70
62
 
71
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
72
- :type execution_context: typing.Optional[typing.Union[str, int]]
73
- :type undo: typing.Optional[bool]
63
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
64
+ :type execution_context: str | int | None
65
+ :type undo: bool | None
74
66
  :param factor: Blend, Favor either original data or ease curve
75
- :type factor: typing.Optional[typing.Any]
67
+ :type factor: typing.Any | None
76
68
  """
77
69
 
78
70
  ...
79
71
 
80
72
  def blend_to_neighbor(
81
- override_context: typing.Optional[
82
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
83
- ] = None,
84
- execution_context: typing.Optional[typing.Union[str, int]] = None,
85
- undo: typing.Optional[bool] = None,
86
- factor: typing.Optional[typing.Any] = 0.0,
73
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
74
+ execution_context: str | int | None = None,
75
+ undo: bool | None = None,
76
+ factor: typing.Any | None = 0.0,
87
77
  ):
88
78
  """Blend selected keyframes to their left or right neighbor
89
79
 
90
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
91
- :type execution_context: typing.Optional[typing.Union[str, int]]
92
- :type undo: typing.Optional[bool]
80
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
81
+ :type execution_context: str | int | None
82
+ :type undo: bool | None
93
83
  :param factor: Blend, The blend factor with 0 being the current frame
94
- :type factor: typing.Optional[typing.Any]
84
+ :type factor: typing.Any | None
95
85
  """
96
86
 
97
87
  ...
98
88
 
99
89
  def breakdown(
100
- override_context: typing.Optional[
101
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
102
- ] = None,
103
- execution_context: typing.Optional[typing.Union[str, int]] = None,
104
- undo: typing.Optional[bool] = None,
105
- factor: typing.Optional[typing.Any] = 0.0,
90
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
91
+ execution_context: str | int | None = None,
92
+ undo: bool | None = None,
93
+ factor: typing.Any | None = 0.0,
106
94
  ):
107
95
  """Move selected keyframes to an inbetween position relative to adjacent keys
108
96
 
109
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
110
- :type execution_context: typing.Optional[typing.Union[str, int]]
111
- :type undo: typing.Optional[bool]
97
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
98
+ :type execution_context: str | int | None
99
+ :type undo: bool | None
112
100
  :param factor: Factor, Favor either the left or the right key
113
- :type factor: typing.Optional[typing.Any]
101
+ :type factor: typing.Any | None
114
102
  """
115
103
 
116
104
  ...
117
105
 
118
106
  def butterworth_smooth(
119
- override_context: typing.Optional[
120
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
121
- ] = None,
122
- execution_context: typing.Optional[typing.Union[str, int]] = None,
123
- undo: typing.Optional[bool] = None,
124
- cutoff_frequency: typing.Optional[typing.Any] = 3.0,
125
- filter_order: typing.Optional[typing.Any] = 4,
126
- samples_per_frame: typing.Optional[typing.Any] = 1,
127
- blend: typing.Optional[typing.Any] = 1.0,
128
- blend_in_out: typing.Optional[typing.Any] = 1,
107
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
+ execution_context: str | int | None = None,
109
+ undo: bool | None = None,
110
+ cutoff_frequency: typing.Any | None = 3.0,
111
+ filter_order: typing.Any | None = 4,
112
+ samples_per_frame: typing.Any | None = 1,
113
+ blend: typing.Any | None = 1.0,
114
+ blend_in_out: typing.Any | None = 1,
129
115
  ):
130
116
  """Smooth an F-Curve while maintaining the general shape of the curve
131
117
 
132
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
133
- :type execution_context: typing.Optional[typing.Union[str, int]]
134
- :type undo: typing.Optional[bool]
118
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
119
+ :type execution_context: str | int | None
120
+ :type undo: bool | None
135
121
  :param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
136
- :type cutoff_frequency: typing.Optional[typing.Any]
122
+ :type cutoff_frequency: typing.Any | None
137
123
  :param filter_order: Filter Order, Higher values produce a harder frequency cutoff
138
- :type filter_order: typing.Optional[typing.Any]
124
+ :type filter_order: typing.Any | None
139
125
  :param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
140
- :type samples_per_frame: typing.Optional[typing.Any]
126
+ :type samples_per_frame: typing.Any | None
141
127
  :param blend: Blend, How much to blend to the smoothed curve
142
- :type blend: typing.Optional[typing.Any]
128
+ :type blend: typing.Any | None
143
129
  :param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
144
- :type blend_in_out: typing.Optional[typing.Any]
130
+ :type blend_in_out: typing.Any | None
145
131
  """
146
132
 
147
133
  ...
148
134
 
149
135
  def clean(
150
- override_context: typing.Optional[
151
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
152
- ] = None,
153
- execution_context: typing.Optional[typing.Union[str, int]] = None,
154
- undo: typing.Optional[bool] = None,
155
- threshold: typing.Optional[typing.Any] = 0.001,
156
- channels: typing.Optional[typing.Union[bool, typing.Any]] = False,
136
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
+ execution_context: str | int | None = None,
138
+ undo: bool | None = None,
139
+ threshold: typing.Any | None = 0.001,
140
+ channels: bool | typing.Any | None = False,
157
141
  ):
158
142
  """Simplify F-Curves by removing closely spaced keyframes
159
143
 
160
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
161
- :type execution_context: typing.Optional[typing.Union[str, int]]
162
- :type undo: typing.Optional[bool]
144
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
145
+ :type execution_context: str | int | None
146
+ :type undo: bool | None
163
147
  :param threshold: Threshold
164
- :type threshold: typing.Optional[typing.Any]
148
+ :type threshold: typing.Any | None
165
149
  :param channels: Channels
166
- :type channels: typing.Optional[typing.Union[bool, typing.Any]]
150
+ :type channels: bool | typing.Any | None
167
151
  """
168
152
 
169
153
  ...
170
154
 
171
155
  def click_insert(
172
- override_context: typing.Optional[
173
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
174
- ] = None,
175
- execution_context: typing.Optional[typing.Union[str, int]] = None,
176
- undo: typing.Optional[bool] = None,
177
- frame: typing.Optional[typing.Any] = 1.0,
178
- value: typing.Optional[typing.Any] = 1.0,
179
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
156
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
157
+ execution_context: str | int | None = None,
158
+ undo: bool | None = None,
159
+ frame: typing.Any | None = 1.0,
160
+ value: typing.Any | None = 1.0,
161
+ extend: bool | typing.Any | None = False,
180
162
  ):
181
163
  """Insert new keyframe at the cursor position for the active F-Curve
182
164
 
183
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
184
- :type execution_context: typing.Optional[typing.Union[str, int]]
185
- :type undo: typing.Optional[bool]
165
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
166
+ :type execution_context: str | int | None
167
+ :type undo: bool | None
186
168
  :param frame: Frame Number, Frame to insert keyframe on
187
- :type frame: typing.Optional[typing.Any]
169
+ :type frame: typing.Any | None
188
170
  :param value: Value, Value for keyframe on
189
- :type value: typing.Optional[typing.Any]
171
+ :type value: typing.Any | None
190
172
  :param extend: Extend, Extend selection instead of deselecting everything first
191
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
173
+ :type extend: bool | typing.Any | None
192
174
  """
193
175
 
194
176
  ...
195
177
 
196
178
  def clickselect(
197
- override_context: typing.Optional[
198
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
199
- ] = None,
200
- execution_context: typing.Optional[typing.Union[str, int]] = None,
201
- undo: typing.Optional[bool] = None,
202
- wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]] = False,
203
- mouse_x: typing.Optional[typing.Any] = 0,
204
- mouse_y: typing.Optional[typing.Any] = 0,
205
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
206
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
207
- column: typing.Optional[typing.Union[bool, typing.Any]] = False,
208
- curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
179
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
180
+ execution_context: str | int | None = None,
181
+ undo: bool | None = None,
182
+ wait_to_deselect_others: bool | typing.Any | None = False,
183
+ mouse_x: typing.Any | None = 0,
184
+ mouse_y: typing.Any | None = 0,
185
+ extend: bool | typing.Any | None = False,
186
+ deselect_all: bool | typing.Any | None = False,
187
+ column: bool | typing.Any | None = False,
188
+ curves: bool | typing.Any | None = False,
209
189
  ):
210
190
  """Select keyframes by clicking on them
211
191
 
212
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
213
- :type execution_context: typing.Optional[typing.Union[str, int]]
214
- :type undo: typing.Optional[bool]
192
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
193
+ :type execution_context: str | int | None
194
+ :type undo: bool | None
215
195
  :param wait_to_deselect_others: Wait to Deselect Others
216
- :type wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]]
196
+ :type wait_to_deselect_others: bool | typing.Any | None
217
197
  :param mouse_x: Mouse X
218
- :type mouse_x: typing.Optional[typing.Any]
198
+ :type mouse_x: typing.Any | None
219
199
  :param mouse_y: Mouse Y
220
- :type mouse_y: typing.Optional[typing.Any]
200
+ :type mouse_y: typing.Any | None
221
201
  :param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
222
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
202
+ :type extend: bool | typing.Any | None
223
203
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
224
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
204
+ :type deselect_all: bool | typing.Any | None
225
205
  :param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
226
- :type column: typing.Optional[typing.Union[bool, typing.Any]]
206
+ :type column: bool | typing.Any | None
227
207
  :param curves: Only Curves, Select all the keyframes in the curve
228
- :type curves: typing.Optional[typing.Union[bool, typing.Any]]
208
+ :type curves: bool | typing.Any | None
229
209
  """
230
210
 
231
211
  ...
232
212
 
233
213
  def copy(
234
- override_context: typing.Optional[
235
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
236
- ] = None,
237
- execution_context: typing.Optional[typing.Union[str, int]] = None,
238
- undo: typing.Optional[bool] = None,
214
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
215
+ execution_context: str | int | None = None,
216
+ undo: bool | None = None,
239
217
  ):
240
218
  """Copy selected keyframes to the internal clipboard
241
219
 
242
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
243
- :type execution_context: typing.Optional[typing.Union[str, int]]
244
- :type undo: typing.Optional[bool]
220
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
221
+ :type execution_context: str | int | None
222
+ :type undo: bool | None
245
223
  """
246
224
 
247
225
  ...
248
226
 
249
227
  def cursor_set(
250
- override_context: typing.Optional[
251
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
252
- ] = None,
253
- execution_context: typing.Optional[typing.Union[str, int]] = None,
254
- undo: typing.Optional[bool] = None,
255
- frame: typing.Optional[typing.Any] = 0.0,
256
- value: typing.Optional[typing.Any] = 0.0,
228
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
229
+ execution_context: str | int | None = None,
230
+ undo: bool | None = None,
231
+ frame: typing.Any | None = 0.0,
232
+ value: typing.Any | None = 0.0,
257
233
  ):
258
234
  """Interactively set the current frame and value cursor
259
235
 
260
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
261
- :type execution_context: typing.Optional[typing.Union[str, int]]
262
- :type undo: typing.Optional[bool]
236
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
237
+ :type execution_context: str | int | None
238
+ :type undo: bool | None
263
239
  :param frame: Frame
264
- :type frame: typing.Optional[typing.Any]
240
+ :type frame: typing.Any | None
265
241
  :param value: Value
266
- :type value: typing.Optional[typing.Any]
242
+ :type value: typing.Any | None
267
243
  """
268
244
 
269
245
  ...
270
246
 
271
247
  def decimate(
272
- override_context: typing.Optional[
273
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
274
- ] = None,
275
- execution_context: typing.Optional[typing.Union[str, int]] = None,
276
- undo: typing.Optional[bool] = None,
277
- mode: typing.Optional[typing.Any] = "RATIO",
278
- factor: typing.Optional[typing.Any] = 0.333333,
279
- remove_error_margin: typing.Optional[typing.Any] = 0.0,
248
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
249
+ execution_context: str | int | None = None,
250
+ undo: bool | None = None,
251
+ mode: typing.Any | None = "RATIO",
252
+ factor: typing.Any | None = 0.333333,
253
+ remove_error_margin: typing.Any | None = 0.0,
280
254
  ):
281
255
  """Decimate F-Curves by removing keyframes that influence the curve shape the least
282
256
 
283
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
284
- :type execution_context: typing.Optional[typing.Union[str, int]]
285
- :type undo: typing.Optional[bool]
257
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
258
+ :type execution_context: str | int | None
259
+ :type undo: bool | None
286
260
  :param mode: Mode, Which mode to use for decimation
287
261
 
288
262
  RATIO
@@ -290,182 +264,164 @@ def decimate(
290
264
 
291
265
  ERROR
292
266
  Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
293
- :type mode: typing.Optional[typing.Any]
267
+ :type mode: typing.Any | None
294
268
  :param factor: Remove, The ratio of remaining keyframes after the operation
295
- :type factor: typing.Optional[typing.Any]
269
+ :type factor: typing.Any | None
296
270
  :param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
297
- :type remove_error_margin: typing.Optional[typing.Any]
271
+ :type remove_error_margin: typing.Any | None
298
272
  """
299
273
 
300
274
  ...
301
275
 
302
276
  def delete(
303
- override_context: typing.Optional[
304
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
305
- ] = None,
306
- execution_context: typing.Optional[typing.Union[str, int]] = None,
307
- undo: typing.Optional[bool] = None,
308
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
277
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
278
+ execution_context: str | int | None = None,
279
+ undo: bool | None = None,
280
+ confirm: bool | typing.Any | None = True,
309
281
  ):
310
282
  """Remove all selected keyframes
311
283
 
312
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
313
- :type execution_context: typing.Optional[typing.Union[str, int]]
314
- :type undo: typing.Optional[bool]
284
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
285
+ :type execution_context: str | int | None
286
+ :type undo: bool | None
315
287
  :param confirm: Confirm, Prompt for confirmation
316
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
288
+ :type confirm: bool | typing.Any | None
317
289
  """
318
290
 
319
291
  ...
320
292
 
321
293
  def driver_delete_invalid(
322
- override_context: typing.Optional[
323
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
324
- ] = None,
325
- execution_context: typing.Optional[typing.Union[str, int]] = None,
326
- undo: typing.Optional[bool] = None,
294
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
295
+ execution_context: str | int | None = None,
296
+ undo: bool | None = None,
327
297
  ):
328
298
  """Delete all visible drivers considered invalid
329
299
 
330
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
331
- :type execution_context: typing.Optional[typing.Union[str, int]]
332
- :type undo: typing.Optional[bool]
300
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
301
+ :type execution_context: str | int | None
302
+ :type undo: bool | None
333
303
  """
334
304
 
335
305
  ...
336
306
 
337
307
  def driver_variables_copy(
338
- override_context: typing.Optional[
339
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
340
- ] = None,
341
- execution_context: typing.Optional[typing.Union[str, int]] = None,
342
- undo: typing.Optional[bool] = None,
308
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
309
+ execution_context: str | int | None = None,
310
+ undo: bool | None = None,
343
311
  ):
344
312
  """Copy the driver variables of the active driver
345
313
 
346
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
347
- :type execution_context: typing.Optional[typing.Union[str, int]]
348
- :type undo: typing.Optional[bool]
314
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
315
+ :type execution_context: str | int | None
316
+ :type undo: bool | None
349
317
  """
350
318
 
351
319
  ...
352
320
 
353
321
  def driver_variables_paste(
354
- override_context: typing.Optional[
355
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
356
- ] = None,
357
- execution_context: typing.Optional[typing.Union[str, int]] = None,
358
- undo: typing.Optional[bool] = None,
359
- replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
322
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
323
+ execution_context: str | int | None = None,
324
+ undo: bool | None = None,
325
+ replace: bool | typing.Any | None = False,
360
326
  ):
361
327
  """Add copied driver variables to the active driver
362
328
 
363
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
364
- :type execution_context: typing.Optional[typing.Union[str, int]]
365
- :type undo: typing.Optional[bool]
329
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
330
+ :type execution_context: str | int | None
331
+ :type undo: bool | None
366
332
  :param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
367
- :type replace: typing.Optional[typing.Union[bool, typing.Any]]
333
+ :type replace: bool | typing.Any | None
368
334
  """
369
335
 
370
336
  ...
371
337
 
372
338
  def duplicate(
373
- override_context: typing.Optional[
374
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
375
- ] = None,
376
- execution_context: typing.Optional[typing.Union[str, int]] = None,
377
- undo: typing.Optional[bool] = None,
378
- mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
339
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
340
+ execution_context: str | int | None = None,
341
+ undo: bool | None = None,
342
+ mode: str | int | None = "TRANSLATION",
379
343
  ):
380
344
  """Make a copy of all selected keyframes
381
345
 
382
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
383
- :type execution_context: typing.Optional[typing.Union[str, int]]
384
- :type undo: typing.Optional[bool]
346
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
347
+ :type execution_context: str | int | None
348
+ :type undo: bool | None
385
349
  :param mode: Mode
386
- :type mode: typing.Optional[typing.Union[str, int]]
350
+ :type mode: str | int | None
387
351
  """
388
352
 
389
353
  ...
390
354
 
391
355
  def duplicate_move(
392
- override_context: typing.Optional[
393
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
394
- ] = None,
395
- execution_context: typing.Optional[typing.Union[str, int]] = None,
396
- undo: typing.Optional[bool] = None,
397
- GRAPH_OT_duplicate: typing.Optional[duplicate] = None,
398
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
356
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
357
+ execution_context: str | int | None = None,
358
+ undo: bool | None = None,
359
+ GRAPH_OT_duplicate: duplicate | None = None,
360
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
399
361
  ):
400
362
  """Make a copy of all selected keyframes and move them
401
363
 
402
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
403
- :type execution_context: typing.Optional[typing.Union[str, int]]
404
- :type undo: typing.Optional[bool]
364
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
365
+ :type execution_context: str | int | None
366
+ :type undo: bool | None
405
367
  :param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
406
- :type GRAPH_OT_duplicate: typing.Optional[duplicate]
368
+ :type GRAPH_OT_duplicate: duplicate | None
407
369
  :param TRANSFORM_OT_translate: Move, Move selected items
408
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
370
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
409
371
  """
410
372
 
411
373
  ...
412
374
 
413
375
  def ease(
414
- override_context: typing.Optional[
415
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
416
- ] = None,
417
- execution_context: typing.Optional[typing.Union[str, int]] = None,
418
- undo: typing.Optional[bool] = None,
419
- factor: typing.Optional[typing.Any] = 0.0,
420
- sharpness: typing.Optional[typing.Any] = 2.0,
376
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
377
+ execution_context: str | int | None = None,
378
+ undo: bool | None = None,
379
+ factor: typing.Any | None = 0.0,
380
+ sharpness: typing.Any | None = 2.0,
421
381
  ):
422
382
  """Align keyframes on a ease-in or ease-out curve
423
383
 
424
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
425
- :type execution_context: typing.Optional[typing.Union[str, int]]
426
- :type undo: typing.Optional[bool]
384
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
385
+ :type execution_context: str | int | None
386
+ :type undo: bool | None
427
387
  :param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
428
- :type factor: typing.Optional[typing.Any]
388
+ :type factor: typing.Any | None
429
389
  :param sharpness: Sharpness, Higher values make the change more abrupt
430
- :type sharpness: typing.Optional[typing.Any]
390
+ :type sharpness: typing.Any | None
431
391
  """
432
392
 
433
393
  ...
434
394
 
435
395
  def easing_type(
436
- override_context: typing.Optional[
437
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
438
- ] = None,
439
- execution_context: typing.Optional[typing.Union[str, int]] = None,
440
- undo: typing.Optional[bool] = None,
441
- type: typing.Optional[typing.Union[str, int]] = "AUTO",
396
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
397
+ execution_context: str | int | None = None,
398
+ undo: bool | None = None,
399
+ type: str | int | None = "AUTO",
442
400
  ):
443
401
  """Set easing type for the F-Curve segments starting from the selected keyframes
444
402
 
445
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
446
- :type execution_context: typing.Optional[typing.Union[str, int]]
447
- :type undo: typing.Optional[bool]
403
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
404
+ :type execution_context: str | int | None
405
+ :type undo: bool | None
448
406
  :param type: Type
449
- :type type: typing.Optional[typing.Union[str, int]]
407
+ :type type: str | int | None
450
408
  """
451
409
 
452
410
  ...
453
411
 
454
412
  def equalize_handles(
455
- override_context: typing.Optional[
456
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
457
- ] = None,
458
- execution_context: typing.Optional[typing.Union[str, int]] = None,
459
- undo: typing.Optional[bool] = None,
460
- side: typing.Optional[typing.Any] = "LEFT",
461
- handle_length: typing.Optional[typing.Any] = 5.0,
462
- flatten: typing.Optional[typing.Union[bool, typing.Any]] = False,
413
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
414
+ execution_context: str | int | None = None,
415
+ undo: bool | None = None,
416
+ side: typing.Any | None = "LEFT",
417
+ handle_length: typing.Any | None = 5.0,
418
+ flatten: bool | typing.Any | None = False,
463
419
  ):
464
420
  """Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
465
421
 
466
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
467
- :type execution_context: typing.Optional[typing.Union[str, int]]
468
- :type undo: typing.Optional[bool]
422
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
423
+ :type execution_context: str | int | None
424
+ :type undo: bool | None
469
425
  :param side: Side, Side of the keyframes' Bézier handles to affect
470
426
 
471
427
  LEFT
@@ -476,44 +432,40 @@ def equalize_handles(
476
432
 
477
433
  BOTH
478
434
  Both -- Equalize both of a keyframe's handles.
479
- :type side: typing.Optional[typing.Any]
435
+ :type side: typing.Any | None
480
436
  :param handle_length: Handle Length, Length to make selected keyframes' Bézier handles
481
- :type handle_length: typing.Optional[typing.Any]
437
+ :type handle_length: typing.Any | None
482
438
  :param flatten: Flatten, Make the values of the selected keyframes' handles the same as their respective keyframes
483
- :type flatten: typing.Optional[typing.Union[bool, typing.Any]]
439
+ :type flatten: bool | typing.Any | None
484
440
  """
485
441
 
486
442
  ...
487
443
 
488
444
  def euler_filter(
489
- override_context: typing.Optional[
490
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
491
- ] = None,
492
- execution_context: typing.Optional[typing.Union[str, int]] = None,
493
- undo: typing.Optional[bool] = None,
445
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
446
+ execution_context: str | int | None = None,
447
+ undo: bool | None = None,
494
448
  ):
495
449
  """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
496
450
 
497
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
498
- :type execution_context: typing.Optional[typing.Union[str, int]]
499
- :type undo: typing.Optional[bool]
451
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
452
+ :type execution_context: str | int | None
453
+ :type undo: bool | None
500
454
  """
501
455
 
502
456
  ...
503
457
 
504
458
  def extrapolation_type(
505
- override_context: typing.Optional[
506
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
507
- ] = None,
508
- execution_context: typing.Optional[typing.Union[str, int]] = None,
509
- undo: typing.Optional[bool] = None,
510
- type: typing.Optional[typing.Any] = "CONSTANT",
459
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
460
+ execution_context: str | int | None = None,
461
+ undo: bool | None = None,
462
+ type: typing.Any | None = "CONSTANT",
511
463
  ):
512
464
  """Set extrapolation mode for selected F-Curves
513
465
 
514
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
515
- :type execution_context: typing.Optional[typing.Union[str, int]]
516
- :type undo: typing.Optional[bool]
466
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
467
+ :type execution_context: str | int | None
468
+ :type undo: bool | None
517
469
  :param type: Type
518
470
 
519
471
  CONSTANT
@@ -527,214 +479,192 @@ def extrapolation_type(
527
479
 
528
480
  CLEAR_CYCLIC
529
481
  Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
530
- :type type: typing.Optional[typing.Any]
482
+ :type type: typing.Any | None
531
483
  """
532
484
 
533
485
  ...
534
486
 
535
487
  def fmodifier_add(
536
- override_context: typing.Optional[
537
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
538
- ] = None,
539
- execution_context: typing.Optional[typing.Union[str, int]] = None,
540
- undo: typing.Optional[bool] = None,
541
- type: typing.Optional[typing.Union[str, int]] = "NULL",
542
- only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
488
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
489
+ execution_context: str | int | None = None,
490
+ undo: bool | None = None,
491
+ type: str | int | None = "NULL",
492
+ only_active: bool | typing.Any | None = False,
543
493
  ):
544
494
  """Add F-Modifier to the active/selected F-Curves
545
495
 
546
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
547
- :type execution_context: typing.Optional[typing.Union[str, int]]
548
- :type undo: typing.Optional[bool]
496
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
497
+ :type execution_context: str | int | None
498
+ :type undo: bool | None
549
499
  :param type: Type
550
- :type type: typing.Optional[typing.Union[str, int]]
500
+ :type type: str | int | None
551
501
  :param only_active: Only Active, Only add F-Modifier to active F-Curve
552
- :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
502
+ :type only_active: bool | typing.Any | None
553
503
  """
554
504
 
555
505
  ...
556
506
 
557
507
  def fmodifier_copy(
558
- override_context: typing.Optional[
559
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
560
- ] = None,
561
- execution_context: typing.Optional[typing.Union[str, int]] = None,
562
- undo: typing.Optional[bool] = None,
508
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
509
+ execution_context: str | int | None = None,
510
+ undo: bool | None = None,
563
511
  ):
564
512
  """Copy the F-Modifier(s) of the active F-Curve
565
513
 
566
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
567
- :type execution_context: typing.Optional[typing.Union[str, int]]
568
- :type undo: typing.Optional[bool]
514
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
515
+ :type execution_context: str | int | None
516
+ :type undo: bool | None
569
517
  """
570
518
 
571
519
  ...
572
520
 
573
521
  def fmodifier_paste(
574
- override_context: typing.Optional[
575
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
576
- ] = None,
577
- execution_context: typing.Optional[typing.Union[str, int]] = None,
578
- undo: typing.Optional[bool] = None,
579
- only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
580
- replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
522
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
523
+ execution_context: str | int | None = None,
524
+ undo: bool | None = None,
525
+ only_active: bool | typing.Any | None = False,
526
+ replace: bool | typing.Any | None = False,
581
527
  ):
582
528
  """Add copied F-Modifiers to the selected F-Curves
583
529
 
584
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
585
- :type execution_context: typing.Optional[typing.Union[str, int]]
586
- :type undo: typing.Optional[bool]
530
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
531
+ :type execution_context: str | int | None
532
+ :type undo: bool | None
587
533
  :param only_active: Only Active, Only paste F-Modifiers on active F-Curve
588
- :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
534
+ :type only_active: bool | typing.Any | None
589
535
  :param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
590
- :type replace: typing.Optional[typing.Union[bool, typing.Any]]
536
+ :type replace: bool | typing.Any | None
591
537
  """
592
538
 
593
539
  ...
594
540
 
595
541
  def frame_jump(
596
- override_context: typing.Optional[
597
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
598
- ] = None,
599
- execution_context: typing.Optional[typing.Union[str, int]] = None,
600
- undo: typing.Optional[bool] = None,
542
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
543
+ execution_context: str | int | None = None,
544
+ undo: bool | None = None,
601
545
  ):
602
546
  """Place the cursor on the midpoint of selected keyframes
603
547
 
604
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
605
- :type execution_context: typing.Optional[typing.Union[str, int]]
606
- :type undo: typing.Optional[bool]
548
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
549
+ :type execution_context: str | int | None
550
+ :type undo: bool | None
607
551
  """
608
552
 
609
553
  ...
610
554
 
611
555
  def gaussian_smooth(
612
- override_context: typing.Optional[
613
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
614
- ] = None,
615
- execution_context: typing.Optional[typing.Union[str, int]] = None,
616
- undo: typing.Optional[bool] = None,
617
- factor: typing.Optional[typing.Any] = 1.0,
618
- sigma: typing.Optional[typing.Any] = 0.33,
619
- filter_width: typing.Optional[typing.Any] = 6,
556
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
557
+ execution_context: str | int | None = None,
558
+ undo: bool | None = None,
559
+ factor: typing.Any | None = 1.0,
560
+ sigma: typing.Any | None = 0.33,
561
+ filter_width: typing.Any | None = 6,
620
562
  ):
621
563
  """Smooth the curve using a Gaussian filter
622
564
 
623
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
624
- :type execution_context: typing.Optional[typing.Union[str, int]]
625
- :type undo: typing.Optional[bool]
565
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
566
+ :type execution_context: str | int | None
567
+ :type undo: bool | None
626
568
  :param factor: Factor, How much to blend to the default value
627
- :type factor: typing.Optional[typing.Any]
569
+ :type factor: typing.Any | None
628
570
  :param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
629
- :type sigma: typing.Optional[typing.Any]
571
+ :type sigma: typing.Any | None
630
572
  :param filter_width: Filter Width, How far to each side the operator will average the key values
631
- :type filter_width: typing.Optional[typing.Any]
573
+ :type filter_width: typing.Any | None
632
574
  """
633
575
 
634
576
  ...
635
577
 
636
578
  def ghost_curves_clear(
637
- override_context: typing.Optional[
638
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
639
- ] = None,
640
- execution_context: typing.Optional[typing.Union[str, int]] = None,
641
- undo: typing.Optional[bool] = None,
579
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
580
+ execution_context: str | int | None = None,
581
+ undo: bool | None = None,
642
582
  ):
643
583
  """Clear F-Curve snapshots (Ghosts) for active Graph Editor
644
584
 
645
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
646
- :type execution_context: typing.Optional[typing.Union[str, int]]
647
- :type undo: typing.Optional[bool]
585
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
586
+ :type execution_context: str | int | None
587
+ :type undo: bool | None
648
588
  """
649
589
 
650
590
  ...
651
591
 
652
592
  def ghost_curves_create(
653
- override_context: typing.Optional[
654
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
655
- ] = None,
656
- execution_context: typing.Optional[typing.Union[str, int]] = None,
657
- undo: typing.Optional[bool] = None,
593
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
594
+ execution_context: str | int | None = None,
595
+ undo: bool | None = None,
658
596
  ):
659
597
  """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
660
598
 
661
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
662
- :type execution_context: typing.Optional[typing.Union[str, int]]
663
- :type undo: typing.Optional[bool]
599
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
600
+ :type execution_context: str | int | None
601
+ :type undo: bool | None
664
602
  """
665
603
 
666
604
  ...
667
605
 
668
606
  def handle_type(
669
- override_context: typing.Optional[
670
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
671
- ] = None,
672
- execution_context: typing.Optional[typing.Union[str, int]] = None,
673
- undo: typing.Optional[bool] = None,
674
- type: typing.Optional[typing.Union[str, int]] = "FREE",
607
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
608
+ execution_context: str | int | None = None,
609
+ undo: bool | None = None,
610
+ type: str | int | None = "FREE",
675
611
  ):
676
612
  """Set type of handle for selected keyframes
677
613
 
678
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
679
- :type execution_context: typing.Optional[typing.Union[str, int]]
680
- :type undo: typing.Optional[bool]
614
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
615
+ :type execution_context: str | int | None
616
+ :type undo: bool | None
681
617
  :param type: Type
682
- :type type: typing.Optional[typing.Union[str, int]]
618
+ :type type: str | int | None
683
619
  """
684
620
 
685
621
  ...
686
622
 
687
623
  def hide(
688
- override_context: typing.Optional[
689
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
690
- ] = None,
691
- execution_context: typing.Optional[typing.Union[str, int]] = None,
692
- undo: typing.Optional[bool] = None,
693
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
624
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
625
+ execution_context: str | int | None = None,
626
+ undo: bool | None = None,
627
+ unselected: bool | typing.Any | None = False,
694
628
  ):
695
629
  """Hide selected curves from Graph Editor view
696
630
 
697
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
698
- :type execution_context: typing.Optional[typing.Union[str, int]]
699
- :type undo: typing.Optional[bool]
631
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
632
+ :type execution_context: str | int | None
633
+ :type undo: bool | None
700
634
  :param unselected: Unselected, Hide unselected rather than selected curves
701
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
635
+ :type unselected: bool | typing.Any | None
702
636
  """
703
637
 
704
638
  ...
705
639
 
706
640
  def interpolation_type(
707
- override_context: typing.Optional[
708
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
709
- ] = None,
710
- execution_context: typing.Optional[typing.Union[str, int]] = None,
711
- undo: typing.Optional[bool] = None,
712
- type: typing.Optional[typing.Union[str, int]] = "CONSTANT",
641
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
642
+ execution_context: str | int | None = None,
643
+ undo: bool | None = None,
644
+ type: str | int | None = "CONSTANT",
713
645
  ):
714
646
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
715
647
 
716
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
717
- :type execution_context: typing.Optional[typing.Union[str, int]]
718
- :type undo: typing.Optional[bool]
648
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
649
+ :type execution_context: str | int | None
650
+ :type undo: bool | None
719
651
  :param type: Type
720
- :type type: typing.Optional[typing.Union[str, int]]
652
+ :type type: str | int | None
721
653
  """
722
654
 
723
655
  ...
724
656
 
725
657
  def keyframe_insert(
726
- override_context: typing.Optional[
727
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
728
- ] = None,
729
- execution_context: typing.Optional[typing.Union[str, int]] = None,
730
- undo: typing.Optional[bool] = None,
731
- type: typing.Optional[typing.Any] = "ALL",
658
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
659
+ execution_context: str | int | None = None,
660
+ undo: bool | None = None,
661
+ type: typing.Any | None = "ALL",
732
662
  ):
733
663
  """Insert keyframes for the specified channels
734
664
 
735
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
736
- :type execution_context: typing.Optional[typing.Union[str, int]]
737
- :type undo: typing.Optional[bool]
665
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
666
+ :type execution_context: str | int | None
667
+ :type undo: bool | None
738
668
  :param type: Type
739
669
 
740
670
  ALL
@@ -751,78 +681,70 @@ def keyframe_insert(
751
681
 
752
682
  CURSOR_SEL
753
683
  Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
754
- :type type: typing.Optional[typing.Any]
684
+ :type type: typing.Any | None
755
685
  """
756
686
 
757
687
  ...
758
688
 
759
689
  def keyframe_jump(
760
- override_context: typing.Optional[
761
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
762
- ] = None,
763
- execution_context: typing.Optional[typing.Union[str, int]] = None,
764
- undo: typing.Optional[bool] = None,
765
- next: typing.Optional[typing.Union[bool, typing.Any]] = True,
690
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
691
+ execution_context: str | int | None = None,
692
+ undo: bool | None = None,
693
+ next: bool | typing.Any | None = True,
766
694
  ):
767
695
  """Jump to previous/next keyframe
768
696
 
769
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
770
- :type execution_context: typing.Optional[typing.Union[str, int]]
771
- :type undo: typing.Optional[bool]
697
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
698
+ :type execution_context: str | int | None
699
+ :type undo: bool | None
772
700
  :param next: Next Keyframe
773
- :type next: typing.Optional[typing.Union[bool, typing.Any]]
701
+ :type next: bool | typing.Any | None
774
702
  """
775
703
 
776
704
  ...
777
705
 
778
706
  def keys_to_samples(
779
- override_context: typing.Optional[
780
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
781
- ] = None,
782
- execution_context: typing.Optional[typing.Union[str, int]] = None,
783
- undo: typing.Optional[bool] = None,
707
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
708
+ execution_context: str | int | None = None,
709
+ undo: bool | None = None,
784
710
  ):
785
711
  """Convert selected channels to an uneditable set of samples to save storage space
786
712
 
787
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
788
- :type execution_context: typing.Optional[typing.Union[str, int]]
789
- :type undo: typing.Optional[bool]
713
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
714
+ :type execution_context: str | int | None
715
+ :type undo: bool | None
790
716
  """
791
717
 
792
718
  ...
793
719
 
794
720
  def match_slope(
795
- override_context: typing.Optional[
796
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
797
- ] = None,
798
- execution_context: typing.Optional[typing.Union[str, int]] = None,
799
- undo: typing.Optional[bool] = None,
800
- factor: typing.Optional[typing.Any] = 0.0,
721
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
722
+ execution_context: str | int | None = None,
723
+ undo: bool | None = None,
724
+ factor: typing.Any | None = 0.0,
801
725
  ):
802
726
  """Blend selected keys to the slope of neighboring ones
803
727
 
804
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
805
- :type execution_context: typing.Optional[typing.Union[str, int]]
806
- :type undo: typing.Optional[bool]
728
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
729
+ :type execution_context: str | int | None
730
+ :type undo: bool | None
807
731
  :param factor: Factor, Defines which keys to use as slope and how much to blend towards them
808
- :type factor: typing.Optional[typing.Any]
732
+ :type factor: typing.Any | None
809
733
  """
810
734
 
811
735
  ...
812
736
 
813
737
  def mirror(
814
- override_context: typing.Optional[
815
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
816
- ] = None,
817
- execution_context: typing.Optional[typing.Union[str, int]] = None,
818
- undo: typing.Optional[bool] = None,
819
- type: typing.Optional[typing.Any] = "CFRA",
738
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
739
+ execution_context: str | int | None = None,
740
+ undo: bool | None = None,
741
+ type: typing.Any | None = "CFRA",
820
742
  ):
821
743
  """Flip selected keyframes over the selected mirror line
822
744
 
823
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
824
- :type execution_context: typing.Optional[typing.Union[str, int]]
825
- :type undo: typing.Optional[bool]
745
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
746
+ :type execution_context: str | int | None
747
+ :type undo: bool | None
826
748
  :param type: Type
827
749
 
828
750
  CFRA
@@ -839,163 +761,147 @@ def mirror(
839
761
 
840
762
  MARKER
841
763
  By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
842
- :type type: typing.Optional[typing.Any]
764
+ :type type: typing.Any | None
843
765
  """
844
766
 
845
767
  ...
846
768
 
847
769
  def paste(
848
- override_context: typing.Optional[
849
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
850
- ] = None,
851
- execution_context: typing.Optional[typing.Union[str, int]] = None,
852
- undo: typing.Optional[bool] = None,
853
- offset: typing.Optional[typing.Union[str, int]] = "START",
854
- value_offset: typing.Optional[typing.Union[str, int]] = "NONE",
855
- merge: typing.Optional[typing.Union[str, int]] = "MIX",
856
- flipped: typing.Optional[typing.Union[bool, typing.Any]] = False,
770
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
771
+ execution_context: str | int | None = None,
772
+ undo: bool | None = None,
773
+ offset: str | int | None = "START",
774
+ value_offset: str | int | None = "NONE",
775
+ merge: str | int | None = "MIX",
776
+ flipped: bool | typing.Any | None = False,
857
777
  ):
858
778
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
859
779
 
860
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
861
- :type execution_context: typing.Optional[typing.Union[str, int]]
862
- :type undo: typing.Optional[bool]
780
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
781
+ :type execution_context: str | int | None
782
+ :type undo: bool | None
863
783
  :param offset: Frame Offset, Paste time offset of keys
864
- :type offset: typing.Optional[typing.Union[str, int]]
784
+ :type offset: str | int | None
865
785
  :param value_offset: Value Offset, Paste keys with a value offset
866
- :type value_offset: typing.Optional[typing.Union[str, int]]
786
+ :type value_offset: str | int | None
867
787
  :param merge: Type, Method of merging pasted keys and existing
868
- :type merge: typing.Optional[typing.Union[str, int]]
788
+ :type merge: str | int | None
869
789
  :param flipped: Flipped, Paste keyframes from mirrored bones if they exist
870
- :type flipped: typing.Optional[typing.Union[bool, typing.Any]]
790
+ :type flipped: bool | typing.Any | None
871
791
  """
872
792
 
873
793
  ...
874
794
 
875
795
  def previewrange_set(
876
- override_context: typing.Optional[
877
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
878
- ] = None,
879
- execution_context: typing.Optional[typing.Union[str, int]] = None,
880
- undo: typing.Optional[bool] = None,
796
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
797
+ execution_context: str | int | None = None,
798
+ undo: bool | None = None,
881
799
  ):
882
800
  """Set Preview Range based on range of selected keyframes
883
801
 
884
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
885
- :type execution_context: typing.Optional[typing.Union[str, int]]
886
- :type undo: typing.Optional[bool]
802
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
803
+ :type execution_context: str | int | None
804
+ :type undo: bool | None
887
805
  """
888
806
 
889
807
  ...
890
808
 
891
809
  def push_pull(
892
- override_context: typing.Optional[
893
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
894
- ] = None,
895
- execution_context: typing.Optional[typing.Union[str, int]] = None,
896
- undo: typing.Optional[bool] = None,
897
- factor: typing.Optional[typing.Any] = 1.0,
810
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
811
+ execution_context: str | int | None = None,
812
+ undo: bool | None = None,
813
+ factor: typing.Any | None = 1.0,
898
814
  ):
899
815
  """Exaggerate or minimize the value of the selected keys
900
816
 
901
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
902
- :type execution_context: typing.Optional[typing.Union[str, int]]
903
- :type undo: typing.Optional[bool]
817
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
818
+ :type execution_context: str | int | None
819
+ :type undo: bool | None
904
820
  :param factor: Factor, Control how far to push or pull the keys
905
- :type factor: typing.Optional[typing.Any]
821
+ :type factor: typing.Any | None
906
822
  """
907
823
 
908
824
  ...
909
825
 
910
826
  def reveal(
911
- override_context: typing.Optional[
912
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
913
- ] = None,
914
- execution_context: typing.Optional[typing.Union[str, int]] = None,
915
- undo: typing.Optional[bool] = None,
916
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
827
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
828
+ execution_context: str | int | None = None,
829
+ undo: bool | None = None,
830
+ select: bool | typing.Any | None = True,
917
831
  ):
918
832
  """Make previously hidden curves visible again in Graph Editor view
919
833
 
920
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
921
- :type execution_context: typing.Optional[typing.Union[str, int]]
922
- :type undo: typing.Optional[bool]
834
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
835
+ :type execution_context: str | int | None
836
+ :type undo: bool | None
923
837
  :param select: Select
924
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
838
+ :type select: bool | typing.Any | None
925
839
  """
926
840
 
927
841
  ...
928
842
 
929
843
  def samples_to_keys(
930
- override_context: typing.Optional[
931
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
932
- ] = None,
933
- execution_context: typing.Optional[typing.Union[str, int]] = None,
934
- undo: typing.Optional[bool] = None,
844
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
845
+ execution_context: str | int | None = None,
846
+ undo: bool | None = None,
935
847
  ):
936
848
  """Convert selected channels from samples to keyframes
937
849
 
938
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
939
- :type execution_context: typing.Optional[typing.Union[str, int]]
940
- :type undo: typing.Optional[bool]
850
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
851
+ :type execution_context: str | int | None
852
+ :type undo: bool | None
941
853
  """
942
854
 
943
855
  ...
944
856
 
945
857
  def scale_average(
946
- override_context: typing.Optional[
947
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
948
- ] = None,
949
- execution_context: typing.Optional[typing.Union[str, int]] = None,
950
- undo: typing.Optional[bool] = None,
951
- factor: typing.Optional[typing.Any] = 1.0,
858
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
859
+ execution_context: str | int | None = None,
860
+ undo: bool | None = None,
861
+ factor: typing.Any | None = 1.0,
952
862
  ):
953
863
  """Scale selected key values by their combined average
954
864
 
955
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
956
- :type execution_context: typing.Optional[typing.Union[str, int]]
957
- :type undo: typing.Optional[bool]
865
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
866
+ :type execution_context: str | int | None
867
+ :type undo: bool | None
958
868
  :param factor: Scale Factor, The scale factor applied to the curve segments
959
- :type factor: typing.Optional[typing.Any]
869
+ :type factor: typing.Any | None
960
870
  """
961
871
 
962
872
  ...
963
873
 
964
874
  def scale_from_neighbor(
965
- override_context: typing.Optional[
966
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
967
- ] = None,
968
- execution_context: typing.Optional[typing.Union[str, int]] = None,
969
- undo: typing.Optional[bool] = None,
970
- factor: typing.Optional[typing.Any] = 0.0,
971
- anchor: typing.Optional[typing.Any] = "LEFT",
875
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
876
+ execution_context: str | int | None = None,
877
+ undo: bool | None = None,
878
+ factor: typing.Any | None = 0.0,
879
+ anchor: typing.Any | None = "LEFT",
972
880
  ):
973
881
  """Increase or decrease the value of selected keys in relationship to the neighboring one
974
882
 
975
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
976
- :type execution_context: typing.Optional[typing.Union[str, int]]
977
- :type undo: typing.Optional[bool]
883
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
884
+ :type execution_context: str | int | None
885
+ :type undo: bool | None
978
886
  :param factor: Factor, The factor to scale keys with
979
- :type factor: typing.Optional[typing.Any]
887
+ :type factor: typing.Any | None
980
888
  :param anchor: Reference Key, Which end of the segment to use as a reference to scale from
981
- :type anchor: typing.Optional[typing.Any]
889
+ :type anchor: typing.Any | None
982
890
  """
983
891
 
984
892
  ...
985
893
 
986
894
  def select_all(
987
- override_context: typing.Optional[
988
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
989
- ] = None,
990
- execution_context: typing.Optional[typing.Union[str, int]] = None,
991
- undo: typing.Optional[bool] = None,
992
- action: typing.Optional[typing.Any] = "TOGGLE",
895
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
896
+ execution_context: str | int | None = None,
897
+ undo: bool | None = None,
898
+ action: typing.Any | None = "TOGGLE",
993
899
  ):
994
900
  """Toggle selection of all keyframes
995
901
 
996
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
997
- :type execution_context: typing.Optional[typing.Union[str, int]]
998
- :type undo: typing.Optional[bool]
902
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
903
+ :type execution_context: str | int | None
904
+ :type undo: bool | None
999
905
  :param action: Action, Selection action to execute
1000
906
 
1001
907
  TOGGLE
@@ -1009,51 +915,49 @@ def select_all(
1009
915
 
1010
916
  INVERT
1011
917
  Invert -- Invert selection of all elements.
1012
- :type action: typing.Optional[typing.Any]
918
+ :type action: typing.Any | None
1013
919
  """
1014
920
 
1015
921
  ...
1016
922
 
1017
923
  def select_box(
1018
- override_context: typing.Optional[
1019
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1020
- ] = None,
1021
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1022
- undo: typing.Optional[bool] = None,
1023
- axis_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
1024
- include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
1025
- tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
1026
- use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
1027
- xmin: typing.Optional[typing.Any] = 0,
1028
- xmax: typing.Optional[typing.Any] = 0,
1029
- ymin: typing.Optional[typing.Any] = 0,
1030
- ymax: typing.Optional[typing.Any] = 0,
1031
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1032
- mode: typing.Optional[typing.Any] = "SET",
924
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
925
+ execution_context: str | int | None = None,
926
+ undo: bool | None = None,
927
+ axis_range: bool | typing.Any | None = False,
928
+ include_handles: bool | typing.Any | None = True,
929
+ tweak: bool | typing.Any | None = False,
930
+ use_curve_selection: bool | typing.Any | None = True,
931
+ xmin: typing.Any | None = 0,
932
+ xmax: typing.Any | None = 0,
933
+ ymin: typing.Any | None = 0,
934
+ ymax: typing.Any | None = 0,
935
+ wait_for_input: bool | typing.Any | None = True,
936
+ mode: typing.Any | None = "SET",
1033
937
  ):
1034
938
  """Select all keyframes within the specified region
1035
939
 
1036
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1037
- :type execution_context: typing.Optional[typing.Union[str, int]]
1038
- :type undo: typing.Optional[bool]
940
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
941
+ :type execution_context: str | int | None
942
+ :type undo: bool | None
1039
943
  :param axis_range: Axis Range
1040
- :type axis_range: typing.Optional[typing.Union[bool, typing.Any]]
944
+ :type axis_range: bool | typing.Any | None
1041
945
  :param include_handles: Include Handles, Are handles tested individually against the selection criteria
1042
- :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
946
+ :type include_handles: bool | typing.Any | None
1043
947
  :param tweak: Tweak, Operator has been activated using a click-drag event
1044
- :type tweak: typing.Optional[typing.Union[bool, typing.Any]]
948
+ :type tweak: bool | typing.Any | None
1045
949
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
1046
- :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
950
+ :type use_curve_selection: bool | typing.Any | None
1047
951
  :param xmin: X Min
1048
- :type xmin: typing.Optional[typing.Any]
952
+ :type xmin: typing.Any | None
1049
953
  :param xmax: X Max
1050
- :type xmax: typing.Optional[typing.Any]
954
+ :type xmax: typing.Any | None
1051
955
  :param ymin: Y Min
1052
- :type ymin: typing.Optional[typing.Any]
956
+ :type ymin: typing.Any | None
1053
957
  :param ymax: Y Max
1054
- :type ymax: typing.Optional[typing.Any]
958
+ :type ymax: typing.Any | None
1055
959
  :param wait_for_input: Wait for Input
1056
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
960
+ :type wait_for_input: bool | typing.Any | None
1057
961
  :param mode: Mode
1058
962
 
1059
963
  SET
@@ -1064,37 +968,35 @@ def select_box(
1064
968
 
1065
969
  SUB
1066
970
  Subtract -- Subtract existing selection.
1067
- :type mode: typing.Optional[typing.Any]
971
+ :type mode: typing.Any | None
1068
972
  """
1069
973
 
1070
974
  ...
1071
975
 
1072
976
  def select_circle(
1073
- override_context: typing.Optional[
1074
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1075
- ] = None,
1076
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1077
- undo: typing.Optional[bool] = None,
1078
- x: typing.Optional[typing.Any] = 0,
1079
- y: typing.Optional[typing.Any] = 0,
1080
- radius: typing.Optional[typing.Any] = 25,
1081
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1082
- mode: typing.Optional[typing.Any] = "SET",
1083
- use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
977
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
978
+ execution_context: str | int | None = None,
979
+ undo: bool | None = None,
980
+ x: typing.Any | None = 0,
981
+ y: typing.Any | None = 0,
982
+ radius: typing.Any | None = 25,
983
+ wait_for_input: bool | typing.Any | None = True,
984
+ mode: typing.Any | None = "SET",
985
+ use_curve_selection: bool | typing.Any | None = True,
1084
986
  ):
1085
987
  """Select keyframe points using circle selection
1086
988
 
1087
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1088
- :type execution_context: typing.Optional[typing.Union[str, int]]
1089
- :type undo: typing.Optional[bool]
989
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
990
+ :type execution_context: str | int | None
991
+ :type undo: bool | None
1090
992
  :param x: X
1091
- :type x: typing.Optional[typing.Any]
993
+ :type x: typing.Any | None
1092
994
  :param y: Y
1093
- :type y: typing.Optional[typing.Any]
995
+ :type y: typing.Any | None
1094
996
  :param radius: Radius
1095
- :type radius: typing.Optional[typing.Any]
997
+ :type radius: typing.Any | None
1096
998
  :param wait_for_input: Wait for Input
1097
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
999
+ :type wait_for_input: bool | typing.Any | None
1098
1000
  :param mode: Mode
1099
1001
 
1100
1002
  SET
@@ -1105,47 +1007,43 @@ def select_circle(
1105
1007
 
1106
1008
  SUB
1107
1009
  Subtract -- Subtract existing selection.
1108
- :type mode: typing.Optional[typing.Any]
1010
+ :type mode: typing.Any | None
1109
1011
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
1110
- :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
1012
+ :type use_curve_selection: bool | typing.Any | None
1111
1013
  """
1112
1014
 
1113
1015
  ...
1114
1016
 
1115
1017
  def select_column(
1116
- override_context: typing.Optional[
1117
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1118
- ] = None,
1119
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1120
- undo: typing.Optional[bool] = None,
1121
- mode: typing.Optional[typing.Any] = "KEYS",
1018
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1019
+ execution_context: str | int | None = None,
1020
+ undo: bool | None = None,
1021
+ mode: typing.Any | None = "KEYS",
1122
1022
  ):
1123
1023
  """Select all keyframes on the specified frame(s)
1124
1024
 
1125
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1126
- :type execution_context: typing.Optional[typing.Union[str, int]]
1127
- :type undo: typing.Optional[bool]
1025
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1026
+ :type execution_context: str | int | None
1027
+ :type undo: bool | None
1128
1028
  :param mode: Mode
1129
- :type mode: typing.Optional[typing.Any]
1029
+ :type mode: typing.Any | None
1130
1030
  """
1131
1031
 
1132
1032
  ...
1133
1033
 
1134
1034
  def select_key_handles(
1135
- override_context: typing.Optional[
1136
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1137
- ] = None,
1138
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1139
- undo: typing.Optional[bool] = None,
1140
- left_handle_action: typing.Optional[typing.Any] = "SELECT",
1141
- right_handle_action: typing.Optional[typing.Any] = "SELECT",
1142
- key_action: typing.Optional[typing.Any] = "KEEP",
1035
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1036
+ execution_context: str | int | None = None,
1037
+ undo: bool | None = None,
1038
+ left_handle_action: typing.Any | None = "SELECT",
1039
+ right_handle_action: typing.Any | None = "SELECT",
1040
+ key_action: typing.Any | None = "KEEP",
1143
1041
  ):
1144
1042
  """For selected keyframes, select/deselect any combination of the key itself and its handles
1145
1043
 
1146
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1147
- :type execution_context: typing.Optional[typing.Union[str, int]]
1148
- :type undo: typing.Optional[bool]
1044
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1045
+ :type execution_context: str | int | None
1046
+ :type undo: bool | None
1149
1047
  :param left_handle_action: Left Handle, Effect on the left handle
1150
1048
 
1151
1049
  SELECT
@@ -1156,7 +1054,7 @@ def select_key_handles(
1156
1054
 
1157
1055
  KEEP
1158
1056
  Keep -- Leave as is.
1159
- :type left_handle_action: typing.Optional[typing.Any]
1057
+ :type left_handle_action: typing.Any | None
1160
1058
  :param right_handle_action: Right Handle, Effect on the right handle
1161
1059
 
1162
1060
  SELECT
@@ -1167,7 +1065,7 @@ def select_key_handles(
1167
1065
 
1168
1066
  KEEP
1169
1067
  Keep -- Leave as is.
1170
- :type right_handle_action: typing.Optional[typing.Any]
1068
+ :type right_handle_action: typing.Any | None
1171
1069
  :param key_action: Key, Effect on the key itself
1172
1070
 
1173
1071
  SELECT
@@ -1178,30 +1076,26 @@ def select_key_handles(
1178
1076
 
1179
1077
  KEEP
1180
1078
  Keep -- Leave as is.
1181
- :type key_action: typing.Optional[typing.Any]
1079
+ :type key_action: typing.Any | None
1182
1080
  """
1183
1081
 
1184
1082
  ...
1185
1083
 
1186
1084
  def select_lasso(
1187
- override_context: typing.Optional[
1188
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1189
- ] = None,
1190
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1191
- undo: typing.Optional[bool] = None,
1192
- path: typing.Optional[
1193
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
1194
- ] = None,
1195
- mode: typing.Optional[typing.Any] = "SET",
1196
- use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
1085
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1086
+ execution_context: str | int | None = None,
1087
+ undo: bool | None = None,
1088
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1089
+ mode: typing.Any | None = "SET",
1090
+ use_curve_selection: bool | typing.Any | None = True,
1197
1091
  ):
1198
1092
  """Select keyframe points using lasso selection
1199
1093
 
1200
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1201
- :type execution_context: typing.Optional[typing.Union[str, int]]
1202
- :type undo: typing.Optional[bool]
1094
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1095
+ :type execution_context: str | int | None
1096
+ :type undo: bool | None
1203
1097
  :param path: Path
1204
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
1098
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1205
1099
  :param mode: Mode
1206
1100
 
1207
1101
  SET
@@ -1212,99 +1106,89 @@ def select_lasso(
1212
1106
 
1213
1107
  SUB
1214
1108
  Subtract -- Subtract existing selection.
1215
- :type mode: typing.Optional[typing.Any]
1109
+ :type mode: typing.Any | None
1216
1110
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
1217
- :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
1111
+ :type use_curve_selection: bool | typing.Any | None
1218
1112
  """
1219
1113
 
1220
1114
  ...
1221
1115
 
1222
1116
  def select_leftright(
1223
- override_context: typing.Optional[
1224
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1225
- ] = None,
1226
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1227
- undo: typing.Optional[bool] = None,
1228
- mode: typing.Optional[typing.Any] = "CHECK",
1229
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1117
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1118
+ execution_context: str | int | None = None,
1119
+ undo: bool | None = None,
1120
+ mode: typing.Any | None = "CHECK",
1121
+ extend: bool | typing.Any | None = False,
1230
1122
  ):
1231
1123
  """Select keyframes to the left or the right of the current frame
1232
1124
 
1233
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1234
- :type execution_context: typing.Optional[typing.Union[str, int]]
1235
- :type undo: typing.Optional[bool]
1125
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1126
+ :type execution_context: str | int | None
1127
+ :type undo: bool | None
1236
1128
  :param mode: Mode
1237
- :type mode: typing.Optional[typing.Any]
1129
+ :type mode: typing.Any | None
1238
1130
  :param extend: Extend Select
1239
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1131
+ :type extend: bool | typing.Any | None
1240
1132
  """
1241
1133
 
1242
1134
  ...
1243
1135
 
1244
1136
  def select_less(
1245
- override_context: typing.Optional[
1246
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1247
- ] = None,
1248
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1249
- undo: typing.Optional[bool] = None,
1137
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1138
+ execution_context: str | int | None = None,
1139
+ undo: bool | None = None,
1250
1140
  ):
1251
1141
  """Deselect keyframes on ends of selection islands
1252
1142
 
1253
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1254
- :type execution_context: typing.Optional[typing.Union[str, int]]
1255
- :type undo: typing.Optional[bool]
1143
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1144
+ :type execution_context: str | int | None
1145
+ :type undo: bool | None
1256
1146
  """
1257
1147
 
1258
1148
  ...
1259
1149
 
1260
1150
  def select_linked(
1261
- override_context: typing.Optional[
1262
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1263
- ] = None,
1264
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1265
- undo: typing.Optional[bool] = None,
1151
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1152
+ execution_context: str | int | None = None,
1153
+ undo: bool | None = None,
1266
1154
  ):
1267
1155
  """Select keyframes occurring in the same F-Curves as selected ones
1268
1156
 
1269
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1270
- :type execution_context: typing.Optional[typing.Union[str, int]]
1271
- :type undo: typing.Optional[bool]
1157
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1158
+ :type execution_context: str | int | None
1159
+ :type undo: bool | None
1272
1160
  """
1273
1161
 
1274
1162
  ...
1275
1163
 
1276
1164
  def select_more(
1277
- override_context: typing.Optional[
1278
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1279
- ] = None,
1280
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1281
- undo: typing.Optional[bool] = None,
1165
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1166
+ execution_context: str | int | None = None,
1167
+ undo: bool | None = None,
1282
1168
  ):
1283
1169
  """Select keyframes beside already selected ones
1284
1170
 
1285
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1286
- :type execution_context: typing.Optional[typing.Union[str, int]]
1287
- :type undo: typing.Optional[bool]
1171
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1172
+ :type execution_context: str | int | None
1173
+ :type undo: bool | None
1288
1174
  """
1289
1175
 
1290
1176
  ...
1291
1177
 
1292
1178
  def shear(
1293
- override_context: typing.Optional[
1294
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1295
- ] = None,
1296
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1297
- undo: typing.Optional[bool] = None,
1298
- factor: typing.Optional[typing.Any] = 0.0,
1299
- direction: typing.Optional[typing.Any] = "FROM_LEFT",
1179
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1180
+ execution_context: str | int | None = None,
1181
+ undo: bool | None = None,
1182
+ factor: typing.Any | None = 0.0,
1183
+ direction: typing.Any | None = "FROM_LEFT",
1300
1184
  ):
1301
1185
  """Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
1302
1186
 
1303
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1304
- :type execution_context: typing.Optional[typing.Union[str, int]]
1305
- :type undo: typing.Optional[bool]
1187
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1188
+ :type execution_context: str | int | None
1189
+ :type undo: bool | None
1306
1190
  :param factor: Shear Factor, The amount of shear to apply
1307
- :type factor: typing.Optional[typing.Any]
1191
+ :type factor: typing.Any | None
1308
1192
  :param direction: Direction, Which end of the segment to use as a reference to shear from
1309
1193
 
1310
1194
  FROM_LEFT
@@ -1312,40 +1196,36 @@ def shear(
1312
1196
 
1313
1197
  FROM_RIGHT
1314
1198
  From Right -- Shear the keys using the right key as reference.
1315
- :type direction: typing.Optional[typing.Any]
1199
+ :type direction: typing.Any | None
1316
1200
  """
1317
1201
 
1318
1202
  ...
1319
1203
 
1320
1204
  def smooth(
1321
- override_context: typing.Optional[
1322
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1323
- ] = None,
1324
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1325
- undo: typing.Optional[bool] = None,
1205
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1206
+ execution_context: str | int | None = None,
1207
+ undo: bool | None = None,
1326
1208
  ):
1327
1209
  """Apply weighted moving means to make selected F-Curves less bumpy
1328
1210
 
1329
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1330
- :type execution_context: typing.Optional[typing.Union[str, int]]
1331
- :type undo: typing.Optional[bool]
1211
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1212
+ :type execution_context: str | int | None
1213
+ :type undo: bool | None
1332
1214
  """
1333
1215
 
1334
1216
  ...
1335
1217
 
1336
1218
  def snap(
1337
- override_context: typing.Optional[
1338
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1339
- ] = None,
1340
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1341
- undo: typing.Optional[bool] = None,
1342
- type: typing.Optional[typing.Any] = "CFRA",
1219
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1220
+ execution_context: str | int | None = None,
1221
+ undo: bool | None = None,
1222
+ type: typing.Any | None = "CFRA",
1343
1223
  ):
1344
1224
  """Snap selected keyframes to the chosen times/values
1345
1225
 
1346
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1347
- :type execution_context: typing.Optional[typing.Union[str, int]]
1348
- :type undo: typing.Optional[bool]
1226
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1227
+ :type execution_context: str | int | None
1228
+ :type undo: bool | None
1349
1229
  :param type: Type
1350
1230
 
1351
1231
  CFRA
@@ -1365,116 +1245,112 @@ def snap(
1365
1245
 
1366
1246
  HORIZONTAL
1367
1247
  Flatten Handles -- Flatten handles for a smoother transition.
1368
- :type type: typing.Optional[typing.Any]
1248
+ :type type: typing.Any | None
1369
1249
  """
1370
1250
 
1371
1251
  ...
1372
1252
 
1373
1253
  def snap_cursor_value(
1374
- override_context: typing.Optional[
1375
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1376
- ] = None,
1377
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1378
- undo: typing.Optional[bool] = None,
1254
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1255
+ execution_context: str | int | None = None,
1256
+ undo: bool | None = None,
1379
1257
  ):
1380
1258
  """Place the cursor value on the average value of selected keyframes
1381
1259
 
1382
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1383
- :type execution_context: typing.Optional[typing.Union[str, int]]
1384
- :type undo: typing.Optional[bool]
1260
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1261
+ :type execution_context: str | int | None
1262
+ :type undo: bool | None
1385
1263
  """
1386
1264
 
1387
1265
  ...
1388
1266
 
1389
1267
  def sound_to_samples(
1390
- override_context: typing.Optional[
1391
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1392
- ] = None,
1393
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1394
- undo: typing.Optional[bool] = None,
1395
- filepath: typing.Union[str, typing.Any] = "",
1396
- check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
1397
- filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
1398
- filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
1399
- filter_image: typing.Optional[typing.Union[bool, typing.Any]] = False,
1400
- filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = True,
1401
- filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
1402
- filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
1403
- filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = True,
1404
- filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
1405
- filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
1406
- filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
1407
- filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
1408
- filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
1409
- filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
1410
- filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
1411
- filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
1412
- filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
1413
- filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
1414
- filemode: typing.Optional[typing.Any] = 9,
1415
- show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
1416
- use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
1417
- display_type: typing.Optional[typing.Any] = "DEFAULT",
1418
- sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
1419
- low: typing.Optional[typing.Any] = 0.0,
1420
- high: typing.Optional[typing.Any] = 100000.0,
1421
- attack: typing.Optional[typing.Any] = 0.005,
1422
- release: typing.Optional[typing.Any] = 0.2,
1423
- threshold: typing.Optional[typing.Any] = 0.0,
1424
- use_accumulate: typing.Optional[typing.Union[bool, typing.Any]] = False,
1425
- use_additive: typing.Optional[typing.Union[bool, typing.Any]] = False,
1426
- use_square: typing.Optional[typing.Union[bool, typing.Any]] = False,
1427
- sthreshold: typing.Optional[typing.Any] = 0.1,
1268
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1269
+ execution_context: str | int | None = None,
1270
+ undo: bool | None = None,
1271
+ filepath: str | typing.Any = "",
1272
+ check_existing: bool | typing.Any | None = False,
1273
+ filter_blender: bool | typing.Any | None = False,
1274
+ filter_backup: bool | typing.Any | None = False,
1275
+ filter_image: bool | typing.Any | None = False,
1276
+ filter_movie: bool | typing.Any | None = True,
1277
+ filter_python: bool | typing.Any | None = False,
1278
+ filter_font: bool | typing.Any | None = False,
1279
+ filter_sound: bool | typing.Any | None = True,
1280
+ filter_text: bool | typing.Any | None = False,
1281
+ filter_archive: bool | typing.Any | None = False,
1282
+ filter_btx: bool | typing.Any | None = False,
1283
+ filter_collada: bool | typing.Any | None = False,
1284
+ filter_alembic: bool | typing.Any | None = False,
1285
+ filter_usd: bool | typing.Any | None = False,
1286
+ filter_obj: bool | typing.Any | None = False,
1287
+ filter_volume: bool | typing.Any | None = False,
1288
+ filter_folder: bool | typing.Any | None = True,
1289
+ filter_blenlib: bool | typing.Any | None = False,
1290
+ filemode: typing.Any | None = 9,
1291
+ show_multiview: bool | typing.Any | None = False,
1292
+ use_multiview: bool | typing.Any | None = False,
1293
+ display_type: typing.Any | None = "DEFAULT",
1294
+ sort_method: str | int | typing.Any | None = "",
1295
+ low: typing.Any | None = 0.0,
1296
+ high: typing.Any | None = 100000.0,
1297
+ attack: typing.Any | None = 0.005,
1298
+ release: typing.Any | None = 0.2,
1299
+ threshold: typing.Any | None = 0.0,
1300
+ use_accumulate: bool | typing.Any | None = False,
1301
+ use_additive: bool | typing.Any | None = False,
1302
+ use_square: bool | typing.Any | None = False,
1303
+ sthreshold: typing.Any | None = 0.1,
1428
1304
  ):
1429
1305
  """Bakes a sound wave to samples on selected channels
1430
1306
 
1431
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1432
- :type execution_context: typing.Optional[typing.Union[str, int]]
1433
- :type undo: typing.Optional[bool]
1307
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1308
+ :type execution_context: str | int | None
1309
+ :type undo: bool | None
1434
1310
  :param filepath: File Path, Path to file
1435
- :type filepath: typing.Union[str, typing.Any]
1311
+ :type filepath: str | typing.Any
1436
1312
  :param check_existing: Check Existing, Check and warn on overwriting existing files
1437
- :type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
1313
+ :type check_existing: bool | typing.Any | None
1438
1314
  :param filter_blender: Filter .blend files
1439
- :type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
1315
+ :type filter_blender: bool | typing.Any | None
1440
1316
  :param filter_backup: Filter .blend files
1441
- :type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
1317
+ :type filter_backup: bool | typing.Any | None
1442
1318
  :param filter_image: Filter image files
1443
- :type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
1319
+ :type filter_image: bool | typing.Any | None
1444
1320
  :param filter_movie: Filter movie files
1445
- :type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
1321
+ :type filter_movie: bool | typing.Any | None
1446
1322
  :param filter_python: Filter Python files
1447
- :type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
1323
+ :type filter_python: bool | typing.Any | None
1448
1324
  :param filter_font: Filter font files
1449
- :type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
1325
+ :type filter_font: bool | typing.Any | None
1450
1326
  :param filter_sound: Filter sound files
1451
- :type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
1327
+ :type filter_sound: bool | typing.Any | None
1452
1328
  :param filter_text: Filter text files
1453
- :type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
1329
+ :type filter_text: bool | typing.Any | None
1454
1330
  :param filter_archive: Filter archive files
1455
- :type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
1331
+ :type filter_archive: bool | typing.Any | None
1456
1332
  :param filter_btx: Filter btx files
1457
- :type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
1333
+ :type filter_btx: bool | typing.Any | None
1458
1334
  :param filter_collada: Filter COLLADA files
1459
- :type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
1335
+ :type filter_collada: bool | typing.Any | None
1460
1336
  :param filter_alembic: Filter Alembic files
1461
- :type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
1337
+ :type filter_alembic: bool | typing.Any | None
1462
1338
  :param filter_usd: Filter USD files
1463
- :type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
1339
+ :type filter_usd: bool | typing.Any | None
1464
1340
  :param filter_obj: Filter OBJ files
1465
- :type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
1341
+ :type filter_obj: bool | typing.Any | None
1466
1342
  :param filter_volume: Filter OpenVDB volume files
1467
- :type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
1343
+ :type filter_volume: bool | typing.Any | None
1468
1344
  :param filter_folder: Filter folders
1469
- :type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
1345
+ :type filter_folder: bool | typing.Any | None
1470
1346
  :param filter_blenlib: Filter Blender IDs
1471
- :type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
1347
+ :type filter_blenlib: bool | typing.Any | None
1472
1348
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
1473
- :type filemode: typing.Optional[typing.Any]
1349
+ :type filemode: typing.Any | None
1474
1350
  :param show_multiview: Enable Multi-View
1475
- :type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
1351
+ :type show_multiview: bool | typing.Any | None
1476
1352
  :param use_multiview: Use Multi-View
1477
- :type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
1353
+ :type use_multiview: bool | typing.Any | None
1478
1354
  :param display_type: Display Type
1479
1355
 
1480
1356
  DEFAULT
@@ -1488,100 +1364,92 @@ def sound_to_samples(
1488
1364
 
1489
1365
  THUMBNAIL
1490
1366
  Thumbnails -- Display files as thumbnails.
1491
- :type display_type: typing.Optional[typing.Any]
1367
+ :type display_type: typing.Any | None
1492
1368
  :param sort_method: File sorting mode
1493
- :type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
1369
+ :type sort_method: str | int | typing.Any | None
1494
1370
  :param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
1495
- :type low: typing.Optional[typing.Any]
1371
+ :type low: typing.Any | None
1496
1372
  :param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
1497
- :type high: typing.Optional[typing.Any]
1373
+ :type high: typing.Any | None
1498
1374
  :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)
1499
- :type attack: typing.Optional[typing.Any]
1375
+ :type attack: typing.Any | None
1500
1376
  :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)
1501
- :type release: typing.Optional[typing.Any]
1377
+ :type release: typing.Any | None
1502
1378
  :param threshold: Threshold, Minimum amplitude value needed to influence the envelope
1503
- :type threshold: typing.Optional[typing.Any]
1379
+ :type threshold: typing.Any | None
1504
1380
  :param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
1505
- :type use_accumulate: typing.Optional[typing.Union[bool, typing.Any]]
1381
+ :type use_accumulate: bool | typing.Any | None
1506
1382
  :param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
1507
- :type use_additive: typing.Optional[typing.Union[bool, typing.Any]]
1383
+ :type use_additive: bool | typing.Any | None
1508
1384
  :param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
1509
- :type use_square: typing.Optional[typing.Union[bool, typing.Any]]
1385
+ :type use_square: bool | typing.Any | None
1510
1386
  :param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
1511
- :type sthreshold: typing.Optional[typing.Any]
1387
+ :type sthreshold: typing.Any | None
1512
1388
  """
1513
1389
 
1514
1390
  ...
1515
1391
 
1516
1392
  def time_offset(
1517
- override_context: typing.Optional[
1518
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1519
- ] = None,
1520
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1521
- undo: typing.Optional[bool] = None,
1522
- frame_offset: typing.Optional[typing.Any] = 0.0,
1393
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1394
+ execution_context: str | int | None = None,
1395
+ undo: bool | None = None,
1396
+ frame_offset: typing.Any | None = 0.0,
1523
1397
  ):
1524
1398
  """Shifts the value of selected keys in time
1525
1399
 
1526
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1527
- :type execution_context: typing.Optional[typing.Union[str, int]]
1528
- :type undo: typing.Optional[bool]
1400
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1401
+ :type execution_context: str | int | None
1402
+ :type undo: bool | None
1529
1403
  :param frame_offset: Frame Offset, How far in frames to offset the animation
1530
- :type frame_offset: typing.Optional[typing.Any]
1404
+ :type frame_offset: typing.Any | None
1531
1405
  """
1532
1406
 
1533
1407
  ...
1534
1408
 
1535
1409
  def view_all(
1536
- override_context: typing.Optional[
1537
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1538
- ] = None,
1539
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1540
- undo: typing.Optional[bool] = None,
1541
- include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
1410
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1411
+ execution_context: str | int | None = None,
1412
+ undo: bool | None = None,
1413
+ include_handles: bool | typing.Any | None = True,
1542
1414
  ):
1543
1415
  """Reset viewable area to show full keyframe range
1544
1416
 
1545
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1546
- :type execution_context: typing.Optional[typing.Union[str, int]]
1547
- :type undo: typing.Optional[bool]
1417
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1418
+ :type execution_context: str | int | None
1419
+ :type undo: bool | None
1548
1420
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1549
- :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
1421
+ :type include_handles: bool | typing.Any | None
1550
1422
  """
1551
1423
 
1552
1424
  ...
1553
1425
 
1554
1426
  def view_frame(
1555
- override_context: typing.Optional[
1556
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1557
- ] = None,
1558
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1559
- undo: typing.Optional[bool] = None,
1427
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1428
+ execution_context: str | int | None = None,
1429
+ undo: bool | None = None,
1560
1430
  ):
1561
1431
  """Move the view to the current frame
1562
1432
 
1563
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1564
- :type execution_context: typing.Optional[typing.Union[str, int]]
1565
- :type undo: typing.Optional[bool]
1433
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1434
+ :type execution_context: str | int | None
1435
+ :type undo: bool | None
1566
1436
  """
1567
1437
 
1568
1438
  ...
1569
1439
 
1570
1440
  def view_selected(
1571
- override_context: typing.Optional[
1572
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1573
- ] = None,
1574
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1575
- undo: typing.Optional[bool] = None,
1576
- include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
1441
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1442
+ execution_context: str | int | None = None,
1443
+ undo: bool | None = None,
1444
+ include_handles: bool | typing.Any | None = True,
1577
1445
  ):
1578
1446
  """Reset viewable area to show selected keyframe range
1579
1447
 
1580
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1581
- :type execution_context: typing.Optional[typing.Union[str, int]]
1582
- :type undo: typing.Optional[bool]
1448
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1449
+ :type execution_context: str | int | None
1450
+ :type undo: bool | None
1583
1451
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1584
- :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
1452
+ :type include_handles: bool | typing.Any | None
1585
1453
  """
1586
1454
 
1587
1455
  ...