fake-bpy-module 20240516__py3-none-any.whl → 20240517__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 (533) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +2 -2
  2. addon_utils/__init__.pyi +43 -12
  3. animsys_refactor/__init__.pyi +4 -4
  4. aud/__init__.pyi +7 -7
  5. bgl/__init__.pyi +121 -183
  6. bl_app_override/__init__.pyi +5 -5
  7. bl_app_override/helpers/__init__.pyi +3 -1
  8. bl_app_template_utils/__init__.pyi +5 -5
  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 +5 -5
  14. bl_i18n_utils/settings/__init__.pyi +4 -2
  15. bl_i18n_utils/utils/__init__.pyi +86 -58
  16. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  17. bl_keymap_utils/io/__init__.pyi +4 -4
  18. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  19. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  20. bl_operators/add_mesh_torus/__init__.pyi +126 -41
  21. bl_operators/anim/__init__.pyi +1001 -328
  22. bl_operators/assets/__init__.pyi +376 -123
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
  24. bl_operators/clip/__init__.pyi +1250 -409
  25. bl_operators/console/__init__.pyi +626 -205
  26. bl_operators/constraint/__init__.pyi +502 -165
  27. bl_operators/file/__init__.pyi +376 -123
  28. bl_operators/freestyle/__init__.pyi +501 -164
  29. bl_operators/geometry_nodes/__init__.pyi +501 -164
  30. bl_operators/image/__init__.pyi +621 -200
  31. bl_operators/mesh/__init__.pyi +376 -123
  32. bl_operators/node/__init__.pyi +1243 -402
  33. bl_operators/object/__init__.pyi +1876 -615
  34. bl_operators/object_align/__init__.pyi +126 -41
  35. bl_operators/object_quick_effects/__init__.pyi +502 -165
  36. bl_operators/object_randomize_transform/__init__.pyi +126 -41
  37. bl_operators/presets/__init__.pyi +3069 -1027
  38. bl_operators/rigidbody/__init__.pyi +376 -123
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
  40. bl_operators/sequencer/__init__.pyi +1009 -331
  41. bl_operators/spreadsheet/__init__.pyi +126 -41
  42. bl_operators/userpref/__init__.pyi +3263 -1078
  43. bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
  44. bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
  45. bl_operators/uvcalc_transform/__init__.pyi +289 -90
  46. bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
  47. bl_operators/view3d/__init__.pyi +868 -279
  48. bl_operators/wm/__init__.pyi +5777 -1934
  49. bl_operators/world/__init__.pyi +126 -41
  50. bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
  51. bl_rna_utils/data_path/__init__.pyi +8 -3
  52. bl_ui/__init__.pyi +338 -131
  53. bl_ui/anim/__init__.pyi +164 -64
  54. bl_ui/asset_shelf/__init__.pyi +129 -42
  55. bl_ui/generic_ui_list/__init__.pyi +412 -135
  56. bl_ui/node_add_menu/__init__.pyi +168 -68
  57. bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
  58. bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
  59. bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
  60. bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
  61. bl_ui/properties_animviz/__init__.pyi +2 -2
  62. bl_ui/properties_collection/__init__.pyi +806 -274
  63. bl_ui/properties_constraint/__init__.pyi +10253 -3458
  64. bl_ui/properties_data_armature/__init__.pyi +1615 -552
  65. bl_ui/properties_data_bone/__init__.pyi +1288 -425
  66. bl_ui/properties_data_camera/__init__.pyi +1854 -631
  67. bl_ui/properties_data_curve/__init__.pyi +1929 -636
  68. bl_ui/properties_data_curves/__init__.pyi +806 -274
  69. bl_ui/properties_data_empty/__init__.pyi +257 -84
  70. bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
  72. bl_ui/properties_data_lattice/__init__.pyi +388 -127
  73. bl_ui/properties_data_light/__init__.pyi +1541 -506
  74. bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
  75. bl_ui/properties_data_mesh/__init__.pyi +2704 -929
  76. bl_ui/properties_data_metaball/__init__.pyi +644 -211
  77. bl_ui/properties_data_modifier/__init__.pyi +1353 -502
  78. bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
  79. bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
  80. bl_ui/properties_data_speaker/__init__.pyi +644 -211
  81. bl_ui/properties_data_volume/__init__.pyi +1030 -339
  82. bl_ui/properties_freestyle/__init__.pyi +3113 -1035
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
  84. bl_ui/properties_mask_common/__init__.pyi +1101 -420
  85. bl_ui/properties_material/__init__.pyi +2091 -699
  86. bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
  87. bl_ui/properties_object/__init__.pyi +1838 -618
  88. bl_ui/properties_output/__init__.pyi +2414 -831
  89. bl_ui/properties_paint_common/__init__.pyi +412 -289
  90. bl_ui/properties_particle/__init__.pyi +6737 -2241
  91. bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
  92. bl_ui/properties_physics_common/__init__.pyi +129 -42
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
  94. bl_ui/properties_physics_field/__init__.pyi +1283 -422
  95. bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
  99. bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
  100. bl_ui/properties_render/__init__.pyi +6830 -2263
  101. bl_ui/properties_scene/__init__.pyi +1929 -636
  102. bl_ui/properties_texture/__init__.pyi +3370 -1118
  103. bl_ui/properties_view_layer/__init__.pyi +2346 -782
  104. bl_ui/properties_workspace/__init__.pyi +516 -169
  105. bl_ui/properties_world/__init__.pyi +1284 -421
  106. bl_ui/space_clip/__init__.pyi +10134 -3639
  107. bl_ui/space_console/__init__.pyi +939 -357
  108. bl_ui/space_dopesheet/__init__.pyi +4327 -1562
  109. bl_ui/space_filebrowser/__init__.pyi +4164 -1499
  110. bl_ui/space_graph/__init__.pyi +3108 -1179
  111. bl_ui/space_image/__init__.pyi +9766 -3596
  112. bl_ui/space_info/__init__.pyi +939 -357
  113. bl_ui/space_nla/__init__.pyi +2620 -988
  114. bl_ui/space_node/__init__.pyi +3994 -1434
  115. bl_ui/space_outliner/__init__.pyi +2203 -842
  116. bl_ui/space_properties/__init__.pyi +386 -127
  117. bl_ui/space_sequencer/__init__.pyi +10773 -3878
  118. bl_ui/space_spreadsheet/__init__.pyi +130 -43
  119. bl_ui/space_statusbar/__init__.pyi +129 -42
  120. bl_ui/space_text/__init__.pyi +2458 -925
  121. bl_ui/space_time/__init__.pyi +1033 -378
  122. bl_ui/space_toolsystem_common/__init__.pyi +20 -16
  123. bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
  124. bl_ui/space_topbar/__init__.pyi +3980 -1496
  125. bl_ui/space_userpref/__init__.pyi +11373 -3797
  126. bl_ui/space_view3d/__init__.pyi +40865 -15356
  127. bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
  128. bl_ui/temp_anim_layers/__init__.pyi +129 -42
  129. bl_ui/utils/__init__.pyi +28 -20
  130. bl_ui_utils/bug_report_url/__init__.pyi +1 -1
  131. bl_ui_utils/layout/__init__.pyi +1 -1
  132. blend_render_info/__init__.pyi +1 -1
  133. blf/__init__.pyi +4 -4
  134. bmesh/geometry/__init__.pyi +2 -3
  135. bmesh/ops/__init__.pyi +372 -419
  136. bmesh/types/__init__.pyi +38 -38
  137. bmesh/utils/__init__.pyi +10 -13
  138. bpy/app/__init__.pyi +4 -4
  139. bpy/app/handlers/__init__.pyi +36 -36
  140. bpy/app/icons/__init__.pyi +8 -8
  141. bpy/app/timers/__init__.pyi +10 -10
  142. bpy/app/translations/__init__.pyi +20 -22
  143. bpy/msgbus/__init__.pyi +2 -4
  144. bpy/ops/action/__init__.pyi +316 -394
  145. bpy/ops/anim/__init__.pyi +442 -548
  146. bpy/ops/armature/__init__.pyi +374 -470
  147. bpy/ops/asset/__init__.pyi +152 -184
  148. bpy/ops/bl_pkg/__init__.pyi +221 -272
  149. bpy/ops/boid/__init__.pyi +50 -66
  150. bpy/ops/brush/__init__.pyi +72 -90
  151. bpy/ops/buttons/__init__.pyi +132 -144
  152. bpy/ops/cachefile/__init__.pyi +128 -138
  153. bpy/ops/camera/__init__.pyi +26 -30
  154. bpy/ops/clip/__init__.pyi +777 -964
  155. bpy/ops/cloth/__init__.pyi +12 -14
  156. bpy/ops/collection/__init__.pyi +68 -86
  157. bpy/ops/console/__init__.pyi +158 -200
  158. bpy/ops/constraint/__init__.pyi +178 -214
  159. bpy/ops/curve/__init__.pyi +473 -576
  160. bpy/ops/curves/__init__.pyi +247 -302
  161. bpy/ops/cycles/__init__.pyi +28 -34
  162. bpy/ops/dpaint/__init__.pyi +34 -44
  163. bpy/ops/ed/__init__.pyi +126 -150
  164. bpy/ops/export_anim/__init__.pyi +22 -24
  165. bpy/ops/export_scene/__init__.pyi +302 -336
  166. bpy/ops/file/__init__.pyi +352 -432
  167. bpy/ops/fluid/__init__.pyi +90 -118
  168. bpy/ops/font/__init__.pyi +258 -304
  169. bpy/ops/geometry/__init__.pyi +100 -120
  170. bpy/ops/gizmogroup/__init__.pyi +22 -26
  171. bpy/ops/gpencil/__init__.pyi +1469 -1778
  172. bpy/ops/graph/__init__.pyi +644 -776
  173. bpy/ops/grease_pencil/__init__.pyi +597 -748
  174. bpy/ops/image/__init__.pyi +648 -744
  175. bpy/ops/import_anim/__init__.pyi +30 -32
  176. bpy/ops/import_curve/__init__.pyi +10 -12
  177. bpy/ops/import_scene/__init__.pyi +88 -96
  178. bpy/ops/info/__init__.pyi +60 -74
  179. bpy/ops/lattice/__init__.pyi +64 -80
  180. bpy/ops/marker/__init__.pyi +108 -130
  181. bpy/ops/mask/__init__.pyi +322 -402
  182. bpy/ops/material/__init__.pyi +18 -24
  183. bpy/ops/mball/__init__.pyi +70 -86
  184. bpy/ops/mesh/__init__.pyi +1986 -2322
  185. bpy/ops/nla/__init__.pyi +333 -411
  186. bpy/ops/node/__init__.pyi +886 -1100
  187. bpy/ops/object/__init__.pyi +2585 -3078
  188. bpy/ops/outliner/__init__.pyi +498 -636
  189. bpy/ops/paint/__init__.pyi +565 -680
  190. bpy/ops/paintcurve/__init__.pyi +64 -80
  191. bpy/ops/palette/__init__.pyi +50 -64
  192. bpy/ops/particle/__init__.pyi +267 -340
  193. bpy/ops/pose/__init__.pyi +336 -414
  194. bpy/ops/poselib/__init__.pyi +72 -90
  195. bpy/ops/preferences/__init__.pyi +386 -463
  196. bpy/ops/ptcache/__init__.pyi +46 -60
  197. bpy/ops/render/__init__.pyi +130 -154
  198. bpy/ops/rigidbody/__init__.pyi +102 -128
  199. bpy/ops/scene/__init__.pyi +280 -358
  200. bpy/ops/screen/__init__.pyi +382 -460
  201. bpy/ops/script/__init__.pyi +24 -30
  202. bpy/ops/sculpt/__init__.pyi +458 -532
  203. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  204. bpy/ops/sequencer/__init__.pyi +1066 -1244
  205. bpy/ops/sound/__init__.pyi +216 -230
  206. bpy/ops/spreadsheet/__init__.pyi +30 -38
  207. bpy/ops/surface/__init__.pyi +108 -120
  208. bpy/ops/text/__init__.pyi +390 -476
  209. bpy/ops/text_editor/__init__.pyi +12 -14
  210. bpy/ops/texture/__init__.pyi +26 -34
  211. bpy/ops/transform/__init__.pyi +792 -878
  212. bpy/ops/ui/__init__.pyi +228 -294
  213. bpy/ops/uilist/__init__.pyi +32 -38
  214. bpy/ops/uv/__init__.pyi +602 -704
  215. bpy/ops/view2d/__init__.pyi +156 -184
  216. bpy/ops/view3d/__init__.pyi +582 -718
  217. bpy/ops/wm/__init__.pyi +2680 -2928
  218. bpy/ops/workspace/__init__.pyi +46 -60
  219. bpy/ops/world/__init__.pyi +12 -16
  220. bpy/path/__init__.pyi +179 -75
  221. bpy/props/__init__.pyi +261 -263
  222. bpy/types/__init__.pyi +17056 -21951
  223. bpy/utils/__init__.pyi +242 -118
  224. bpy/utils/previews/__init__.pyi +58 -28
  225. bpy/utils/units/__init__.pyi +20 -20
  226. bpy_extras/anim_utils/__init__.pyi +68 -28
  227. bpy_extras/bmesh_utils/__init__.pyi +8 -2
  228. bpy_extras/extensions/junction_module/__init__.pyi +5 -2
  229. bpy_extras/id_map_utils/__init__.pyi +3 -3
  230. bpy_extras/image_utils/__init__.pyi +44 -11
  231. bpy_extras/io_utils/__init__.pyi +113 -18
  232. bpy_extras/keyconfig_utils/__init__.pyi +2 -2
  233. bpy_extras/mesh_utils/__init__.pyi +71 -19
  234. bpy_extras/node_shader_utils/__init__.pyi +9 -4
  235. bpy_extras/node_utils/__init__.pyi +9 -2
  236. bpy_extras/object_utils/__init__.pyi +71 -12
  237. bpy_extras/view3d_utils/__init__.pyi +80 -10
  238. bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
  239. bpy_types/__init__.pyi +4197 -1333
  240. console_python/__init__.pyi +6 -1
  241. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
  242. fake_bpy_module-20240517.dist-info/RECORD +353 -0
  243. freestyle/chainingiterators/__init__.pyi +4 -4
  244. freestyle/shaders/__init__.pyi +2 -2
  245. freestyle/types/__init__.pyi +84 -96
  246. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  247. freestyle/utils/__init__.pyi +3 -3
  248. gpu/matrix/__init__.pyi +6 -8
  249. gpu/state/__init__.pyi +2 -2
  250. gpu/types/__init__.pyi +12 -12
  251. gpu_extras/presets/__init__.pyi +2 -5
  252. graphviz_export/__init__.pyi +4 -2
  253. idprop/types/__init__.pyi +2 -2
  254. imbuf/__init__.pyi +4 -4
  255. keyingsets_builtins/__init__.pyi +2688 -839
  256. mathutils/__init__.pyi +194 -238
  257. mathutils/bvhtree/__init__.pyi +4 -4
  258. mathutils/geometry/__init__.pyi +153 -155
  259. mathutils/kdtree/__init__.pyi +8 -12
  260. mathutils/noise/__init__.pyi +26 -26
  261. nodeitems_utils/__init__.pyi +1 -1
  262. rna_info/__init__.pyi +17 -15
  263. rna_keymap_ui/__init__.pyi +1 -1
  264. rna_prop_ui/__init__.pyi +16 -14
  265. rna_xml/__init__.pyi +12 -12
  266. _bpy_internal/freedesktop/py.typed +0 -0
  267. bl_app_override/helpers/py.typed +0 -0
  268. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  269. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  270. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  271. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  272. bl_console_utils/autocomplete/py.typed +0 -0
  273. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  274. bl_i18n_utils/merge_po/py.typed +0 -0
  275. bl_i18n_utils/settings/py.typed +0 -0
  276. bl_i18n_utils/utils/py.typed +0 -0
  277. bl_i18n_utils/utils_cli/py.typed +0 -0
  278. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  279. bl_i18n_utils/utils_rtl/py.typed +0 -0
  280. bl_keymap_utils/io/py.typed +0 -0
  281. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  282. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  283. bl_keymap_utils/platform_helpers/py.typed +0 -0
  284. bl_keymap_utils/versioning/py.typed +0 -0
  285. bl_operators/add_mesh_torus/py.typed +0 -0
  286. bl_operators/anim/py.typed +0 -0
  287. bl_operators/assets/py.typed +0 -0
  288. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  289. bl_operators/bmesh/py.typed +0 -0
  290. bl_operators/clip/py.typed +0 -0
  291. bl_operators/console/py.typed +0 -0
  292. bl_operators/constraint/py.typed +0 -0
  293. bl_operators/file/py.typed +0 -0
  294. bl_operators/freestyle/py.typed +0 -0
  295. bl_operators/geometry_nodes/py.typed +0 -0
  296. bl_operators/image/py.typed +0 -0
  297. bl_operators/mesh/py.typed +0 -0
  298. bl_operators/node/py.typed +0 -0
  299. bl_operators/object/py.typed +0 -0
  300. bl_operators/object_align/py.typed +0 -0
  301. bl_operators/object_quick_effects/py.typed +0 -0
  302. bl_operators/object_randomize_transform/py.typed +0 -0
  303. bl_operators/presets/py.typed +0 -0
  304. bl_operators/rigidbody/py.typed +0 -0
  305. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  306. bl_operators/sequencer/py.typed +0 -0
  307. bl_operators/spreadsheet/py.typed +0 -0
  308. bl_operators/userpref/py.typed +0 -0
  309. bl_operators/uvcalc_follow_active/py.typed +0 -0
  310. bl_operators/uvcalc_lightmap/py.typed +0 -0
  311. bl_operators/uvcalc_transform/py.typed +0 -0
  312. bl_operators/vertexpaint_dirt/py.typed +0 -0
  313. bl_operators/view3d/py.typed +0 -0
  314. bl_operators/wm/py.typed +0 -0
  315. bl_operators/world/py.typed +0 -0
  316. bl_previews_utils/bl_previews_render/py.typed +0 -0
  317. bl_rna_utils/data_path/py.typed +0 -0
  318. bl_text_utils/external_editor/py.typed +0 -0
  319. bl_ui/anim/py.typed +0 -0
  320. bl_ui/asset_shelf/py.typed +0 -0
  321. bl_ui/generic_ui_list/py.typed +0 -0
  322. bl_ui/node_add_menu/py.typed +0 -0
  323. bl_ui/node_add_menu_compositor/py.typed +0 -0
  324. bl_ui/node_add_menu_geometry/py.typed +0 -0
  325. bl_ui/node_add_menu_shader/py.typed +0 -0
  326. bl_ui/node_add_menu_texture/py.typed +0 -0
  327. bl_ui/properties_animviz/py.typed +0 -0
  328. bl_ui/properties_collection/py.typed +0 -0
  329. bl_ui/properties_constraint/py.typed +0 -0
  330. bl_ui/properties_data_armature/py.typed +0 -0
  331. bl_ui/properties_data_bone/py.typed +0 -0
  332. bl_ui/properties_data_camera/py.typed +0 -0
  333. bl_ui/properties_data_curve/py.typed +0 -0
  334. bl_ui/properties_data_curves/py.typed +0 -0
  335. bl_ui/properties_data_empty/py.typed +0 -0
  336. bl_ui/properties_data_gpencil/py.typed +0 -0
  337. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  338. bl_ui/properties_data_lattice/py.typed +0 -0
  339. bl_ui/properties_data_light/py.typed +0 -0
  340. bl_ui/properties_data_lightprobe/py.typed +0 -0
  341. bl_ui/properties_data_mesh/py.typed +0 -0
  342. bl_ui/properties_data_metaball/py.typed +0 -0
  343. bl_ui/properties_data_modifier/py.typed +0 -0
  344. bl_ui/properties_data_pointcloud/py.typed +0 -0
  345. bl_ui/properties_data_shaderfx/py.typed +0 -0
  346. bl_ui/properties_data_speaker/py.typed +0 -0
  347. bl_ui/properties_data_volume/py.typed +0 -0
  348. bl_ui/properties_freestyle/py.typed +0 -0
  349. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  350. bl_ui/properties_mask_common/py.typed +0 -0
  351. bl_ui/properties_material/py.typed +0 -0
  352. bl_ui/properties_material_gpencil/py.typed +0 -0
  353. bl_ui/properties_object/py.typed +0 -0
  354. bl_ui/properties_output/py.typed +0 -0
  355. bl_ui/properties_paint_common/py.typed +0 -0
  356. bl_ui/properties_particle/py.typed +0 -0
  357. bl_ui/properties_physics_cloth/py.typed +0 -0
  358. bl_ui/properties_physics_common/py.typed +0 -0
  359. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  360. bl_ui/properties_physics_field/py.typed +0 -0
  361. bl_ui/properties_physics_fluid/py.typed +0 -0
  362. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  363. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  364. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  365. bl_ui/properties_physics_softbody/py.typed +0 -0
  366. bl_ui/properties_render/py.typed +0 -0
  367. bl_ui/properties_scene/py.typed +0 -0
  368. bl_ui/properties_texture/py.typed +0 -0
  369. bl_ui/properties_view_layer/py.typed +0 -0
  370. bl_ui/properties_workspace/py.typed +0 -0
  371. bl_ui/properties_world/py.typed +0 -0
  372. bl_ui/space_clip/py.typed +0 -0
  373. bl_ui/space_console/py.typed +0 -0
  374. bl_ui/space_dopesheet/py.typed +0 -0
  375. bl_ui/space_filebrowser/py.typed +0 -0
  376. bl_ui/space_graph/py.typed +0 -0
  377. bl_ui/space_image/py.typed +0 -0
  378. bl_ui/space_info/py.typed +0 -0
  379. bl_ui/space_nla/py.typed +0 -0
  380. bl_ui/space_node/py.typed +0 -0
  381. bl_ui/space_outliner/py.typed +0 -0
  382. bl_ui/space_properties/py.typed +0 -0
  383. bl_ui/space_sequencer/py.typed +0 -0
  384. bl_ui/space_spreadsheet/py.typed +0 -0
  385. bl_ui/space_statusbar/py.typed +0 -0
  386. bl_ui/space_text/py.typed +0 -0
  387. bl_ui/space_time/py.typed +0 -0
  388. bl_ui/space_toolsystem_common/py.typed +0 -0
  389. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  390. bl_ui/space_topbar/py.typed +0 -0
  391. bl_ui/space_userpref/py.typed +0 -0
  392. bl_ui/space_view3d/py.typed +0 -0
  393. bl_ui/space_view3d_toolbar/py.typed +0 -0
  394. bl_ui/temp_anim_layers/py.typed +0 -0
  395. bl_ui/utils/py.typed +0 -0
  396. bl_ui_utils/bug_report_url/py.typed +0 -0
  397. bl_ui_utils/layout/py.typed +0 -0
  398. bmesh/geometry/py.typed +0 -0
  399. bmesh/ops/py.typed +0 -0
  400. bmesh/types/py.typed +0 -0
  401. bmesh/utils/py.typed +0 -0
  402. bpy/app/handlers/py.typed +0 -0
  403. bpy/app/icons/py.typed +0 -0
  404. bpy/app/py.typed +0 -0
  405. bpy/app/timers/py.typed +0 -0
  406. bpy/app/translations/py.typed +0 -0
  407. bpy/msgbus/py.typed +0 -0
  408. bpy/ops/action/py.typed +0 -0
  409. bpy/ops/anim/py.typed +0 -0
  410. bpy/ops/armature/py.typed +0 -0
  411. bpy/ops/asset/py.typed +0 -0
  412. bpy/ops/bl_pkg/py.typed +0 -0
  413. bpy/ops/boid/py.typed +0 -0
  414. bpy/ops/brush/py.typed +0 -0
  415. bpy/ops/buttons/py.typed +0 -0
  416. bpy/ops/cachefile/py.typed +0 -0
  417. bpy/ops/camera/py.typed +0 -0
  418. bpy/ops/clip/py.typed +0 -0
  419. bpy/ops/cloth/py.typed +0 -0
  420. bpy/ops/collection/py.typed +0 -0
  421. bpy/ops/console/py.typed +0 -0
  422. bpy/ops/constraint/py.typed +0 -0
  423. bpy/ops/curve/py.typed +0 -0
  424. bpy/ops/curves/py.typed +0 -0
  425. bpy/ops/cycles/py.typed +0 -0
  426. bpy/ops/dpaint/py.typed +0 -0
  427. bpy/ops/ed/py.typed +0 -0
  428. bpy/ops/export_anim/py.typed +0 -0
  429. bpy/ops/export_scene/py.typed +0 -0
  430. bpy/ops/file/py.typed +0 -0
  431. bpy/ops/fluid/py.typed +0 -0
  432. bpy/ops/font/py.typed +0 -0
  433. bpy/ops/geometry/py.typed +0 -0
  434. bpy/ops/gizmogroup/py.typed +0 -0
  435. bpy/ops/gpencil/py.typed +0 -0
  436. bpy/ops/graph/py.typed +0 -0
  437. bpy/ops/grease_pencil/py.typed +0 -0
  438. bpy/ops/image/py.typed +0 -0
  439. bpy/ops/import_anim/py.typed +0 -0
  440. bpy/ops/import_curve/py.typed +0 -0
  441. bpy/ops/import_scene/py.typed +0 -0
  442. bpy/ops/info/py.typed +0 -0
  443. bpy/ops/lattice/py.typed +0 -0
  444. bpy/ops/marker/py.typed +0 -0
  445. bpy/ops/mask/py.typed +0 -0
  446. bpy/ops/material/py.typed +0 -0
  447. bpy/ops/mball/py.typed +0 -0
  448. bpy/ops/mesh/py.typed +0 -0
  449. bpy/ops/nla/py.typed +0 -0
  450. bpy/ops/node/py.typed +0 -0
  451. bpy/ops/object/py.typed +0 -0
  452. bpy/ops/outliner/py.typed +0 -0
  453. bpy/ops/paint/py.typed +0 -0
  454. bpy/ops/paintcurve/py.typed +0 -0
  455. bpy/ops/palette/py.typed +0 -0
  456. bpy/ops/particle/py.typed +0 -0
  457. bpy/ops/pose/py.typed +0 -0
  458. bpy/ops/poselib/py.typed +0 -0
  459. bpy/ops/preferences/py.typed +0 -0
  460. bpy/ops/ptcache/py.typed +0 -0
  461. bpy/ops/py.typed +0 -0
  462. bpy/ops/render/py.typed +0 -0
  463. bpy/ops/rigidbody/py.typed +0 -0
  464. bpy/ops/scene/py.typed +0 -0
  465. bpy/ops/screen/py.typed +0 -0
  466. bpy/ops/script/py.typed +0 -0
  467. bpy/ops/sculpt/py.typed +0 -0
  468. bpy/ops/sculpt_curves/py.typed +0 -0
  469. bpy/ops/sequencer/py.typed +0 -0
  470. bpy/ops/sound/py.typed +0 -0
  471. bpy/ops/spreadsheet/py.typed +0 -0
  472. bpy/ops/surface/py.typed +0 -0
  473. bpy/ops/text/py.typed +0 -0
  474. bpy/ops/text_editor/py.typed +0 -0
  475. bpy/ops/texture/py.typed +0 -0
  476. bpy/ops/transform/py.typed +0 -0
  477. bpy/ops/ui/py.typed +0 -0
  478. bpy/ops/uilist/py.typed +0 -0
  479. bpy/ops/uv/py.typed +0 -0
  480. bpy/ops/view2d/py.typed +0 -0
  481. bpy/ops/view3d/py.typed +0 -0
  482. bpy/ops/wm/py.typed +0 -0
  483. bpy/ops/workspace/py.typed +0 -0
  484. bpy/ops/world/py.typed +0 -0
  485. bpy/path/py.typed +0 -0
  486. bpy/props/py.typed +0 -0
  487. bpy/types/py.typed +0 -0
  488. bpy/utils/previews/py.typed +0 -0
  489. bpy/utils/py.typed +0 -0
  490. bpy/utils/units/py.typed +0 -0
  491. bpy_extras/anim_utils/py.typed +0 -0
  492. bpy_extras/asset_utils/py.typed +0 -0
  493. bpy_extras/bmesh_utils/py.typed +0 -0
  494. bpy_extras/extensions/junction_module/py.typed +0 -0
  495. bpy_extras/extensions/py.typed +0 -0
  496. bpy_extras/id_map_utils/py.typed +0 -0
  497. bpy_extras/image_utils/py.typed +0 -0
  498. bpy_extras/io_utils/py.typed +0 -0
  499. bpy_extras/keyconfig_utils/py.typed +0 -0
  500. bpy_extras/mesh_utils/py.typed +0 -0
  501. bpy_extras/node_shader_utils/py.typed +0 -0
  502. bpy_extras/node_utils/py.typed +0 -0
  503. bpy_extras/object_utils/py.typed +0 -0
  504. bpy_extras/view3d_utils/py.typed +0 -0
  505. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  506. bpy_extras/wm_utils/py.typed +0 -0
  507. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  508. freestyle/chainingiterators/py.typed +0 -0
  509. freestyle/functions/py.typed +0 -0
  510. freestyle/predicates/py.typed +0 -0
  511. freestyle/shaders/py.typed +0 -0
  512. freestyle/types/py.typed +0 -0
  513. freestyle/utils/ContextFunctions/py.typed +0 -0
  514. freestyle/utils/py.typed +0 -0
  515. gpu/capabilities/py.typed +0 -0
  516. gpu/matrix/py.typed +0 -0
  517. gpu/platform/py.typed +0 -0
  518. gpu/select/py.typed +0 -0
  519. gpu/shader/py.typed +0 -0
  520. gpu/state/py.typed +0 -0
  521. gpu/texture/py.typed +0 -0
  522. gpu/types/py.typed +0 -0
  523. gpu_extras/batch/py.typed +0 -0
  524. gpu_extras/presets/py.typed +0 -0
  525. idprop/types/py.typed +0 -0
  526. imbuf/types/py.typed +0 -0
  527. mathutils/bvhtree/py.typed +0 -0
  528. mathutils/geometry/py.typed +0 -0
  529. mathutils/interpolate/py.typed +0 -0
  530. mathutils/kdtree/py.typed +0 -0
  531. mathutils/noise/py.typed +0 -0
  532. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
  533. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi CHANGED
@@ -5,204 +5,184 @@ import bpy.types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def add_marker(
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,
13
- location: typing.Optional[typing.Any] = (0.0, 0.0),
8
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
9
+ execution_context: str | int | None = None,
10
+ undo: bool | None = None,
11
+ location: typing.Any | None = (0.0, 0.0),
14
12
  ):
15
13
  """Place new marker at specified location
16
14
 
17
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
18
- :type execution_context: typing.Optional[typing.Union[str, int]]
19
- :type undo: typing.Optional[bool]
15
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
+ :type execution_context: str | int | None
17
+ :type undo: bool | None
20
18
  :param location: Location, Location of marker on frame
21
- :type location: typing.Optional[typing.Any]
19
+ :type location: typing.Any | None
22
20
  """
23
21
 
24
22
  ...
25
23
 
26
24
  def add_marker_at_click(
27
- override_context: typing.Optional[
28
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
29
- ] = None,
30
- execution_context: typing.Optional[typing.Union[str, int]] = None,
31
- undo: typing.Optional[bool] = None,
25
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
26
+ execution_context: str | int | None = None,
27
+ undo: bool | None = None,
32
28
  ):
33
29
  """Place new marker at the desired (clicked) position
34
30
 
35
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
36
- :type execution_context: typing.Optional[typing.Union[str, int]]
37
- :type undo: typing.Optional[bool]
31
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
32
+ :type execution_context: str | int | None
33
+ :type undo: bool | None
38
34
  """
39
35
 
40
36
  ...
41
37
 
42
38
  def add_marker_move(
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
- CLIP_OT_add_marker: typing.Optional[add_marker] = None,
49
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
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
+ CLIP_OT_add_marker: add_marker | None = None,
43
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
50
44
  ):
51
45
  """Add new marker and move it on movie
52
46
 
53
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
54
- :type execution_context: typing.Optional[typing.Union[str, int]]
55
- :type undo: typing.Optional[bool]
47
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
48
+ :type execution_context: str | int | None
49
+ :type undo: bool | None
56
50
  :param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
57
- :type CLIP_OT_add_marker: typing.Optional[add_marker]
51
+ :type CLIP_OT_add_marker: add_marker | None
58
52
  :param TRANSFORM_OT_translate: Move, Move selected items
59
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
53
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
60
54
  """
61
55
 
62
56
  ...
63
57
 
64
58
  def add_marker_slide(
65
- override_context: typing.Optional[
66
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
67
- ] = None,
68
- execution_context: typing.Optional[typing.Union[str, int]] = None,
69
- undo: typing.Optional[bool] = None,
70
- CLIP_OT_add_marker: typing.Optional[add_marker] = None,
71
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
59
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
60
+ execution_context: str | int | None = None,
61
+ undo: bool | None = None,
62
+ CLIP_OT_add_marker: add_marker | None = None,
63
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
72
64
  ):
73
65
  """Add new marker and slide it with mouse until mouse button release
74
66
 
75
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
76
- :type execution_context: typing.Optional[typing.Union[str, int]]
77
- :type undo: typing.Optional[bool]
67
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
68
+ :type execution_context: str | int | None
69
+ :type undo: bool | None
78
70
  :param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
79
- :type CLIP_OT_add_marker: typing.Optional[add_marker]
71
+ :type CLIP_OT_add_marker: add_marker | None
80
72
  :param TRANSFORM_OT_translate: Move, Move selected items
81
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
73
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
82
74
  """
83
75
 
84
76
  ...
85
77
 
86
78
  def apply_solution_scale(
87
- override_context: typing.Optional[
88
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
89
- ] = None,
90
- execution_context: typing.Optional[typing.Union[str, int]] = None,
91
- undo: typing.Optional[bool] = None,
92
- distance: typing.Optional[typing.Any] = 0.0,
79
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
80
+ execution_context: str | int | None = None,
81
+ undo: bool | None = None,
82
+ distance: typing.Any | None = 0.0,
93
83
  ):
94
84
  """Apply scale on solution itself to make distance between selected tracks equals to desired
95
85
 
96
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
97
- :type execution_context: typing.Optional[typing.Union[str, int]]
98
- :type undo: typing.Optional[bool]
86
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
87
+ :type execution_context: str | int | None
88
+ :type undo: bool | None
99
89
  :param distance: Distance, Distance between selected tracks
100
- :type distance: typing.Optional[typing.Any]
90
+ :type distance: typing.Any | None
101
91
  """
102
92
 
103
93
  ...
104
94
 
105
95
  def average_tracks(
106
- override_context: typing.Optional[
107
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
108
- ] = None,
109
- execution_context: typing.Optional[typing.Union[str, int]] = None,
110
- undo: typing.Optional[bool] = None,
111
- keep_original: typing.Optional[typing.Union[bool, typing.Any]] = True,
96
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
97
+ execution_context: str | int | None = None,
98
+ undo: bool | None = None,
99
+ keep_original: bool | typing.Any | None = True,
112
100
  ):
113
101
  """Average selected tracks into active
114
102
 
115
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
116
- :type execution_context: typing.Optional[typing.Union[str, int]]
117
- :type undo: typing.Optional[bool]
103
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
104
+ :type execution_context: str | int | None
105
+ :type undo: bool | None
118
106
  :param keep_original: Keep Original, Keep original tracks
119
- :type keep_original: typing.Optional[typing.Union[bool, typing.Any]]
107
+ :type keep_original: bool | typing.Any | None
120
108
  """
121
109
 
122
110
  ...
123
111
 
124
112
  def bundles_to_mesh(
125
- override_context: typing.Optional[
126
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
127
- ] = None,
128
- execution_context: typing.Optional[typing.Union[str, int]] = None,
129
- undo: typing.Optional[bool] = None,
113
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
114
+ execution_context: str | int | None = None,
115
+ undo: bool | None = None,
130
116
  ):
131
117
  """Create vertex cloud using coordinates of reconstructed tracks
132
118
 
133
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
134
- :type execution_context: typing.Optional[typing.Union[str, int]]
135
- :type undo: typing.Optional[bool]
119
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
120
+ :type execution_context: str | int | None
121
+ :type undo: bool | None
136
122
  """
137
123
 
138
124
  ...
139
125
 
140
126
  def camera_preset_add(
141
- override_context: typing.Optional[
142
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
143
- ] = None,
144
- execution_context: typing.Optional[typing.Union[str, int]] = None,
145
- undo: typing.Optional[bool] = None,
146
- name: typing.Union[str, typing.Any] = "",
147
- remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
148
- remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
149
- use_focal_length: typing.Optional[typing.Union[bool, typing.Any]] = True,
127
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
128
+ execution_context: str | int | None = None,
129
+ undo: bool | None = None,
130
+ name: str | typing.Any = "",
131
+ remove_name: bool | typing.Any | None = False,
132
+ remove_active: bool | typing.Any | None = False,
133
+ use_focal_length: bool | typing.Any | None = True,
150
134
  ):
151
135
  """Add or remove a Tracking Camera Intrinsics Preset
152
136
 
153
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
154
- :type execution_context: typing.Optional[typing.Union[str, int]]
155
- :type undo: typing.Optional[bool]
137
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
138
+ :type execution_context: str | int | None
139
+ :type undo: bool | None
156
140
  :param name: Name, Name of the preset, used to make the path name
157
- :type name: typing.Union[str, typing.Any]
141
+ :type name: str | typing.Any
158
142
  :param remove_name: remove_name
159
- :type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
143
+ :type remove_name: bool | typing.Any | None
160
144
  :param remove_active: remove_active
161
- :type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
145
+ :type remove_active: bool | typing.Any | None
162
146
  :param use_focal_length: Include Focal Length, Include focal length into the preset
163
- :type use_focal_length: typing.Optional[typing.Union[bool, typing.Any]]
147
+ :type use_focal_length: bool | typing.Any | None
164
148
  """
165
149
 
166
150
  ...
167
151
 
168
152
  def change_frame(
169
- override_context: typing.Optional[
170
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
171
- ] = None,
172
- execution_context: typing.Optional[typing.Union[str, int]] = None,
173
- undo: typing.Optional[bool] = None,
174
- frame: typing.Optional[typing.Any] = 0,
153
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
154
+ execution_context: str | int | None = None,
155
+ undo: bool | None = None,
156
+ frame: typing.Any | None = 0,
175
157
  ):
176
158
  """Interactively change the current frame number
177
159
 
178
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
179
- :type execution_context: typing.Optional[typing.Union[str, int]]
180
- :type undo: typing.Optional[bool]
160
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
161
+ :type execution_context: str | int | None
162
+ :type undo: bool | None
181
163
  :param frame: Frame
182
- :type frame: typing.Optional[typing.Any]
164
+ :type frame: typing.Any | None
183
165
  """
184
166
 
185
167
  ...
186
168
 
187
169
  def clean_tracks(
188
- override_context: typing.Optional[
189
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
190
- ] = None,
191
- execution_context: typing.Optional[typing.Union[str, int]] = None,
192
- undo: typing.Optional[bool] = None,
193
- frames: typing.Optional[typing.Any] = 0,
194
- error: typing.Optional[typing.Any] = 0.0,
195
- action: typing.Optional[typing.Any] = "SELECT",
170
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
171
+ execution_context: str | int | None = None,
172
+ undo: bool | None = None,
173
+ frames: typing.Any | None = 0,
174
+ error: typing.Any | None = 0.0,
175
+ action: typing.Any | None = "SELECT",
196
176
  ):
197
177
  """Clean tracks with high error values or few frames
198
178
 
199
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
200
- :type execution_context: typing.Optional[typing.Union[str, int]]
201
- :type undo: typing.Optional[bool]
179
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
180
+ :type execution_context: str | int | None
181
+ :type undo: bool | None
202
182
  :param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
203
- :type frames: typing.Optional[typing.Any]
183
+ :type frames: typing.Any | None
204
184
  :param error: Reprojection Error, Affect tracks which have a larger reprojection error
205
- :type error: typing.Optional[typing.Any]
185
+ :type error: typing.Any | None
206
186
  :param action: Action, Cleanup action to execute
207
187
 
208
188
  SELECT
@@ -213,41 +193,37 @@ def clean_tracks(
213
193
 
214
194
  DELETE_SEGMENTS
215
195
  Delete Segments -- Delete unclean segments of tracks.
216
- :type action: typing.Optional[typing.Any]
196
+ :type action: typing.Any | None
217
197
  """
218
198
 
219
199
  ...
220
200
 
221
201
  def clear_solution(
222
- override_context: typing.Optional[
223
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
224
- ] = None,
225
- execution_context: typing.Optional[typing.Union[str, int]] = None,
226
- undo: typing.Optional[bool] = None,
202
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
203
+ execution_context: str | int | None = None,
204
+ undo: bool | None = None,
227
205
  ):
228
206
  """Clear all calculated data
229
207
 
230
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
231
- :type execution_context: typing.Optional[typing.Union[str, int]]
232
- :type undo: typing.Optional[bool]
208
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
209
+ :type execution_context: str | int | None
210
+ :type undo: bool | None
233
211
  """
234
212
 
235
213
  ...
236
214
 
237
215
  def clear_track_path(
238
- override_context: typing.Optional[
239
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
240
- ] = None,
241
- execution_context: typing.Optional[typing.Union[str, int]] = None,
242
- undo: typing.Optional[bool] = None,
243
- action: typing.Optional[typing.Any] = "REMAINED",
244
- clear_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
216
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
217
+ execution_context: str | int | None = None,
218
+ undo: bool | None = None,
219
+ action: typing.Any | None = "REMAINED",
220
+ clear_active: bool | typing.Any | None = False,
245
221
  ):
246
222
  """Clear tracks after/before current position or clear the whole track
247
223
 
248
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
249
- :type execution_context: typing.Optional[typing.Union[str, int]]
250
- :type undo: typing.Optional[bool]
224
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
225
+ :type execution_context: str | int | None
226
+ :type undo: bool | None
251
227
  :param action: Action, Clear action to execute
252
228
 
253
229
  UPTO
@@ -258,150 +234,134 @@ def clear_track_path(
258
234
 
259
235
  ALL
260
236
  Clear All -- Clear the whole path.
261
- :type action: typing.Optional[typing.Any]
237
+ :type action: typing.Any | None
262
238
  :param clear_active: Clear Active, Clear active track only instead of all selected tracks
263
- :type clear_active: typing.Optional[typing.Union[bool, typing.Any]]
239
+ :type clear_active: bool | typing.Any | None
264
240
  """
265
241
 
266
242
  ...
267
243
 
268
244
  def constraint_to_fcurve(
269
- override_context: typing.Optional[
270
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
271
- ] = None,
272
- execution_context: typing.Optional[typing.Union[str, int]] = None,
273
- undo: typing.Optional[bool] = None,
245
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
246
+ execution_context: str | int | None = None,
247
+ undo: bool | None = None,
274
248
  ):
275
249
  """Create F-Curves for object which will copy object's movement caused by this constraint
276
250
 
277
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
278
- :type execution_context: typing.Optional[typing.Union[str, int]]
279
- :type undo: typing.Optional[bool]
251
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
252
+ :type execution_context: str | int | None
253
+ :type undo: bool | None
280
254
  """
281
255
 
282
256
  ...
283
257
 
284
258
  def copy_tracks(
285
- override_context: typing.Optional[
286
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
287
- ] = None,
288
- execution_context: typing.Optional[typing.Union[str, int]] = None,
289
- undo: typing.Optional[bool] = None,
259
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
260
+ execution_context: str | int | None = None,
261
+ undo: bool | None = None,
290
262
  ):
291
263
  """Copy the selected tracks to the internal clipboard
292
264
 
293
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
294
- :type execution_context: typing.Optional[typing.Union[str, int]]
295
- :type undo: typing.Optional[bool]
265
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
266
+ :type execution_context: str | int | None
267
+ :type undo: bool | None
296
268
  """
297
269
 
298
270
  ...
299
271
 
300
272
  def create_plane_track(
301
- override_context: typing.Optional[
302
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
303
- ] = None,
304
- execution_context: typing.Optional[typing.Union[str, int]] = None,
305
- undo: typing.Optional[bool] = None,
273
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
274
+ execution_context: str | int | None = None,
275
+ undo: bool | None = None,
306
276
  ):
307
277
  """Create new plane track out of selected point tracks
308
278
 
309
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
310
- :type execution_context: typing.Optional[typing.Union[str, int]]
311
- :type undo: typing.Optional[bool]
279
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
280
+ :type execution_context: str | int | None
281
+ :type undo: bool | None
312
282
  """
313
283
 
314
284
  ...
315
285
 
316
286
  def cursor_set(
317
- override_context: typing.Optional[
318
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
319
- ] = None,
320
- execution_context: typing.Optional[typing.Union[str, int]] = None,
321
- undo: typing.Optional[bool] = None,
322
- location: typing.Optional[typing.Any] = (0.0, 0.0),
287
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
288
+ execution_context: str | int | None = None,
289
+ undo: bool | None = None,
290
+ location: typing.Any | None = (0.0, 0.0),
323
291
  ):
324
292
  """Set 2D cursor location
325
293
 
326
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
327
- :type execution_context: typing.Optional[typing.Union[str, int]]
328
- :type undo: typing.Optional[bool]
294
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
295
+ :type execution_context: str | int | None
296
+ :type undo: bool | None
329
297
  :param location: Location, Cursor location in normalized clip coordinates
330
- :type location: typing.Optional[typing.Any]
298
+ :type location: typing.Any | None
331
299
  """
332
300
 
333
301
  ...
334
302
 
335
303
  def delete_marker(
336
- override_context: typing.Optional[
337
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
338
- ] = None,
339
- execution_context: typing.Optional[typing.Union[str, int]] = None,
340
- undo: typing.Optional[bool] = None,
341
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
304
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
305
+ execution_context: str | int | None = None,
306
+ undo: bool | None = None,
307
+ confirm: bool | typing.Any | None = True,
342
308
  ):
343
309
  """Delete marker for current frame from selected tracks
344
310
 
345
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
346
- :type execution_context: typing.Optional[typing.Union[str, int]]
347
- :type undo: typing.Optional[bool]
311
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
312
+ :type execution_context: str | int | None
313
+ :type undo: bool | None
348
314
  :param confirm: Confirm, Prompt for confirmation
349
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
315
+ :type confirm: bool | typing.Any | None
350
316
  """
351
317
 
352
318
  ...
353
319
 
354
320
  def delete_proxy(
355
- override_context: typing.Optional[
356
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
357
- ] = None,
358
- execution_context: typing.Optional[typing.Union[str, int]] = None,
359
- undo: typing.Optional[bool] = None,
321
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
322
+ execution_context: str | int | None = None,
323
+ undo: bool | None = None,
360
324
  ):
361
325
  """Delete movie clip proxy files from the hard drive
362
326
 
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]
327
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
328
+ :type execution_context: str | int | None
329
+ :type undo: bool | None
366
330
  """
367
331
 
368
332
  ...
369
333
 
370
334
  def delete_track(
371
- override_context: typing.Optional[
372
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
373
- ] = None,
374
- execution_context: typing.Optional[typing.Union[str, int]] = None,
375
- undo: typing.Optional[bool] = None,
376
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
335
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
336
+ execution_context: str | int | None = None,
337
+ undo: bool | None = None,
338
+ confirm: bool | typing.Any | None = True,
377
339
  ):
378
340
  """Delete selected tracks
379
341
 
380
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
381
- :type execution_context: typing.Optional[typing.Union[str, int]]
382
- :type undo: typing.Optional[bool]
342
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
343
+ :type execution_context: str | int | None
344
+ :type undo: bool | None
383
345
  :param confirm: Confirm, Prompt for confirmation
384
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
346
+ :type confirm: bool | typing.Any | None
385
347
  """
386
348
 
387
349
  ...
388
350
 
389
351
  def detect_features(
390
- override_context: typing.Optional[
391
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
392
- ] = None,
393
- execution_context: typing.Optional[typing.Union[str, int]] = None,
394
- undo: typing.Optional[bool] = None,
395
- placement: typing.Optional[typing.Any] = "FRAME",
396
- margin: typing.Optional[typing.Any] = 16,
397
- threshold: typing.Optional[typing.Any] = 0.5,
398
- min_distance: typing.Optional[typing.Any] = 120,
352
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
353
+ execution_context: str | int | None = None,
354
+ undo: bool | None = None,
355
+ placement: typing.Any | None = "FRAME",
356
+ margin: typing.Any | None = 16,
357
+ threshold: typing.Any | None = 0.5,
358
+ min_distance: typing.Any | None = 120,
399
359
  ):
400
360
  """Automatically detect features and place markers to track
401
361
 
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]
362
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
363
+ :type execution_context: str | int | None
364
+ :type undo: bool | None
405
365
  :param placement: Placement, Placement for detected features
406
366
 
407
367
  FRAME
@@ -412,30 +372,28 @@ def detect_features(
412
372
 
413
373
  OUTSIDE_GPENCIL
414
374
  Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
415
- :type placement: typing.Optional[typing.Any]
375
+ :type placement: typing.Any | None
416
376
  :param margin: Margin, Only features further than margin pixels from the image edges are considered
417
- :type margin: typing.Optional[typing.Any]
377
+ :type margin: typing.Any | None
418
378
  :param threshold: Threshold, Threshold level to consider feature good enough for tracking
419
- :type threshold: typing.Optional[typing.Any]
379
+ :type threshold: typing.Any | None
420
380
  :param min_distance: Distance, Minimal distance accepted between two features
421
- :type min_distance: typing.Optional[typing.Any]
381
+ :type min_distance: typing.Any | None
422
382
  """
423
383
 
424
384
  ...
425
385
 
426
386
  def disable_markers(
427
- override_context: typing.Optional[
428
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
429
- ] = None,
430
- execution_context: typing.Optional[typing.Union[str, int]] = None,
431
- undo: typing.Optional[bool] = None,
432
- action: typing.Optional[typing.Any] = "DISABLE",
387
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
388
+ execution_context: str | int | None = None,
389
+ undo: bool | None = None,
390
+ action: typing.Any | None = "DISABLE",
433
391
  ):
434
392
  """Disable/enable selected markers
435
393
 
436
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
437
- :type execution_context: typing.Optional[typing.Union[str, int]]
438
- :type undo: typing.Optional[bool]
394
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
395
+ :type execution_context: str | int | None
396
+ :type undo: bool | None
439
397
  :param action: Action, Disable action to execute
440
398
 
441
399
  DISABLE
@@ -446,81 +404,73 @@ def disable_markers(
446
404
 
447
405
  TOGGLE
448
406
  Toggle -- Toggle disabled flag for selected markers.
449
- :type action: typing.Optional[typing.Any]
407
+ :type action: typing.Any | None
450
408
  """
451
409
 
452
410
  ...
453
411
 
454
412
  def dopesheet_select_channel(
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
- location: typing.Optional[typing.Any] = (0.0, 0.0),
461
- extend: 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
+ location: typing.Any | None = (0.0, 0.0),
417
+ extend: bool | typing.Any | None = False,
462
418
  ):
463
419
  """Select movie tracking channel
464
420
 
465
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
466
- :type execution_context: typing.Optional[typing.Union[str, int]]
467
- :type undo: typing.Optional[bool]
421
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
422
+ :type execution_context: str | int | None
423
+ :type undo: bool | None
468
424
  :param location: Location, Mouse location to select channel
469
- :type location: typing.Optional[typing.Any]
425
+ :type location: typing.Any | None
470
426
  :param extend: Extend, Extend selection rather than clearing the existing selection
471
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
427
+ :type extend: bool | typing.Any | None
472
428
  """
473
429
 
474
430
  ...
475
431
 
476
432
  def dopesheet_view_all(
477
- override_context: typing.Optional[
478
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
479
- ] = None,
480
- execution_context: typing.Optional[typing.Union[str, int]] = None,
481
- undo: typing.Optional[bool] = None,
433
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
434
+ execution_context: str | int | None = None,
435
+ undo: bool | None = None,
482
436
  ):
483
437
  """Reset viewable area to show full keyframe range
484
438
 
485
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
486
- :type execution_context: typing.Optional[typing.Union[str, int]]
487
- :type undo: typing.Optional[bool]
439
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
440
+ :type execution_context: str | int | None
441
+ :type undo: bool | None
488
442
  """
489
443
 
490
444
  ...
491
445
 
492
446
  def filter_tracks(
493
- override_context: typing.Optional[
494
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
495
- ] = None,
496
- execution_context: typing.Optional[typing.Union[str, int]] = None,
497
- undo: typing.Optional[bool] = None,
498
- track_threshold: typing.Optional[typing.Any] = 5.0,
447
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
448
+ execution_context: str | int | None = None,
449
+ undo: bool | None = None,
450
+ track_threshold: typing.Any | None = 5.0,
499
451
  ):
500
452
  """Filter tracks which has weirdly looking spikes in motion curves
501
453
 
502
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
503
- :type execution_context: typing.Optional[typing.Union[str, int]]
504
- :type undo: typing.Optional[bool]
454
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
455
+ :type execution_context: str | int | None
456
+ :type undo: bool | None
505
457
  :param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
506
- :type track_threshold: typing.Optional[typing.Any]
458
+ :type track_threshold: typing.Any | None
507
459
  """
508
460
 
509
461
  ...
510
462
 
511
463
  def frame_jump(
512
- override_context: typing.Optional[
513
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
514
- ] = None,
515
- execution_context: typing.Optional[typing.Union[str, int]] = None,
516
- undo: typing.Optional[bool] = None,
517
- position: typing.Optional[typing.Any] = "PATHSTART",
464
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
465
+ execution_context: str | int | None = None,
466
+ undo: bool | None = None,
467
+ position: typing.Any | None = "PATHSTART",
518
468
  ):
519
469
  """Jump to special frame
520
470
 
521
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
522
- :type execution_context: typing.Optional[typing.Union[str, int]]
523
- :type undo: typing.Optional[bool]
471
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
472
+ :type execution_context: str | int | None
473
+ :type undo: bool | None
524
474
  :param position: Position, Position to jump to
525
475
 
526
476
  PATHSTART
@@ -534,75 +484,67 @@ def frame_jump(
534
484
 
535
485
  FAILNEXT
536
486
  Next Failed -- Jump to next failed frame.
537
- :type position: typing.Optional[typing.Any]
487
+ :type position: typing.Any | None
538
488
  """
539
489
 
540
490
  ...
541
491
 
542
492
  def graph_center_current_frame(
543
- override_context: typing.Optional[
544
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
545
- ] = None,
546
- execution_context: typing.Optional[typing.Union[str, int]] = None,
547
- undo: typing.Optional[bool] = None,
493
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
494
+ execution_context: str | int | None = None,
495
+ undo: bool | None = None,
548
496
  ):
549
497
  """Scroll view so current frame would be centered
550
498
 
551
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
552
- :type execution_context: typing.Optional[typing.Union[str, int]]
553
- :type undo: typing.Optional[bool]
499
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
500
+ :type execution_context: str | int | None
501
+ :type undo: bool | None
554
502
  """
555
503
 
556
504
  ...
557
505
 
558
506
  def graph_delete_curve(
559
- override_context: typing.Optional[
560
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
561
- ] = None,
562
- execution_context: typing.Optional[typing.Union[str, int]] = None,
563
- undo: typing.Optional[bool] = None,
564
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
507
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
508
+ execution_context: str | int | None = None,
509
+ undo: bool | None = None,
510
+ confirm: bool | typing.Any | None = True,
565
511
  ):
566
512
  """Delete track corresponding to the selected curve
567
513
 
568
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
569
- :type execution_context: typing.Optional[typing.Union[str, int]]
570
- :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
571
517
  :param confirm: Confirm, Prompt for confirmation
572
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
518
+ :type confirm: bool | typing.Any | None
573
519
  """
574
520
 
575
521
  ...
576
522
 
577
523
  def graph_delete_knot(
578
- override_context: typing.Optional[
579
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
580
- ] = None,
581
- execution_context: typing.Optional[typing.Union[str, int]] = None,
582
- undo: typing.Optional[bool] = None,
524
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
525
+ execution_context: str | int | None = None,
526
+ undo: bool | None = None,
583
527
  ):
584
528
  """Delete curve knots
585
529
 
586
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
587
- :type execution_context: typing.Optional[typing.Union[str, int]]
588
- :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
589
533
  """
590
534
 
591
535
  ...
592
536
 
593
537
  def graph_disable_markers(
594
- override_context: typing.Optional[
595
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
596
- ] = None,
597
- execution_context: typing.Optional[typing.Union[str, int]] = None,
598
- undo: typing.Optional[bool] = None,
599
- action: typing.Optional[typing.Any] = "DISABLE",
538
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
539
+ execution_context: str | int | None = None,
540
+ undo: bool | None = None,
541
+ action: typing.Any | None = "DISABLE",
600
542
  ):
601
543
  """Disable/enable selected markers
602
544
 
603
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
604
- :type execution_context: typing.Optional[typing.Union[str, int]]
605
- :type undo: typing.Optional[bool]
545
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
546
+ :type execution_context: str | int | None
547
+ :type undo: bool | None
606
548
  :param action: Action, Disable action to execute
607
549
 
608
550
  DISABLE
@@ -613,46 +555,42 @@ def graph_disable_markers(
613
555
 
614
556
  TOGGLE
615
557
  Toggle -- Toggle disabled flag for selected markers.
616
- :type action: typing.Optional[typing.Any]
558
+ :type action: typing.Any | None
617
559
  """
618
560
 
619
561
  ...
620
562
 
621
563
  def graph_select(
622
- override_context: typing.Optional[
623
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
624
- ] = None,
625
- execution_context: typing.Optional[typing.Union[str, int]] = None,
626
- undo: typing.Optional[bool] = None,
627
- location: typing.Optional[typing.Any] = (0.0, 0.0),
628
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
564
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
565
+ execution_context: str | int | None = None,
566
+ undo: bool | None = None,
567
+ location: typing.Any | None = (0.0, 0.0),
568
+ extend: bool | typing.Any | None = False,
629
569
  ):
630
570
  """Select graph curves
631
571
 
632
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
633
- :type execution_context: typing.Optional[typing.Union[str, int]]
634
- :type undo: typing.Optional[bool]
572
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
573
+ :type execution_context: str | int | None
574
+ :type undo: bool | None
635
575
  :param location: Location, Mouse location to select nearest entity
636
- :type location: typing.Optional[typing.Any]
576
+ :type location: typing.Any | None
637
577
  :param extend: Extend, Extend selection rather than clearing the existing selection
638
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
578
+ :type extend: bool | typing.Any | None
639
579
  """
640
580
 
641
581
  ...
642
582
 
643
583
  def graph_select_all_markers(
644
- override_context: typing.Optional[
645
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
646
- ] = None,
647
- execution_context: typing.Optional[typing.Union[str, int]] = None,
648
- undo: typing.Optional[bool] = None,
649
- action: typing.Optional[typing.Any] = "TOGGLE",
584
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
585
+ execution_context: str | int | None = None,
586
+ undo: bool | None = None,
587
+ action: typing.Any | None = "TOGGLE",
650
588
  ):
651
589
  """Change selection of all markers of active track
652
590
 
653
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
654
- :type execution_context: typing.Optional[typing.Union[str, int]]
655
- :type undo: typing.Optional[bool]
591
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
592
+ :type execution_context: str | int | None
593
+ :type undo: bool | None
656
594
  :param action: Action, Selection action to execute
657
595
 
658
596
  TOGGLE
@@ -666,176 +604,158 @@ def graph_select_all_markers(
666
604
 
667
605
  INVERT
668
606
  Invert -- Invert selection of all elements.
669
- :type action: typing.Optional[typing.Any]
607
+ :type action: typing.Any | None
670
608
  """
671
609
 
672
610
  ...
673
611
 
674
612
  def graph_select_box(
675
- override_context: typing.Optional[
676
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
677
- ] = None,
678
- execution_context: typing.Optional[typing.Union[str, int]] = None,
679
- undo: typing.Optional[bool] = None,
680
- xmin: typing.Optional[typing.Any] = 0,
681
- xmax: typing.Optional[typing.Any] = 0,
682
- ymin: typing.Optional[typing.Any] = 0,
683
- ymax: typing.Optional[typing.Any] = 0,
684
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
685
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
686
- extend: typing.Optional[typing.Union[bool, typing.Any]] = True,
613
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
614
+ execution_context: str | int | None = None,
615
+ undo: bool | None = None,
616
+ xmin: typing.Any | None = 0,
617
+ xmax: typing.Any | None = 0,
618
+ ymin: typing.Any | None = 0,
619
+ ymax: typing.Any | None = 0,
620
+ wait_for_input: bool | typing.Any | None = True,
621
+ deselect: bool | typing.Any | None = False,
622
+ extend: bool | typing.Any | None = True,
687
623
  ):
688
624
  """Select curve points using box selection
689
625
 
690
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
691
- :type execution_context: typing.Optional[typing.Union[str, int]]
692
- :type undo: typing.Optional[bool]
626
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
627
+ :type execution_context: str | int | None
628
+ :type undo: bool | None
693
629
  :param xmin: X Min
694
- :type xmin: typing.Optional[typing.Any]
630
+ :type xmin: typing.Any | None
695
631
  :param xmax: X Max
696
- :type xmax: typing.Optional[typing.Any]
632
+ :type xmax: typing.Any | None
697
633
  :param ymin: Y Min
698
- :type ymin: typing.Optional[typing.Any]
634
+ :type ymin: typing.Any | None
699
635
  :param ymax: Y Max
700
- :type ymax: typing.Optional[typing.Any]
636
+ :type ymax: typing.Any | None
701
637
  :param wait_for_input: Wait for Input
702
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
638
+ :type wait_for_input: bool | typing.Any | None
703
639
  :param deselect: Deselect, Deselect rather than select items
704
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
640
+ :type deselect: bool | typing.Any | None
705
641
  :param extend: Extend, Extend selection instead of deselecting everything first
706
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
642
+ :type extend: bool | typing.Any | None
707
643
  """
708
644
 
709
645
  ...
710
646
 
711
647
  def graph_view_all(
712
- override_context: typing.Optional[
713
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
714
- ] = None,
715
- execution_context: typing.Optional[typing.Union[str, int]] = None,
716
- undo: typing.Optional[bool] = None,
648
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
649
+ execution_context: str | int | None = None,
650
+ undo: bool | None = None,
717
651
  ):
718
652
  """View all curves in editor
719
653
 
720
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
721
- :type execution_context: typing.Optional[typing.Union[str, int]]
722
- :type undo: typing.Optional[bool]
654
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
655
+ :type execution_context: str | int | None
656
+ :type undo: bool | None
723
657
  """
724
658
 
725
659
  ...
726
660
 
727
661
  def hide_tracks(
728
- override_context: typing.Optional[
729
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
730
- ] = None,
731
- execution_context: typing.Optional[typing.Union[str, int]] = None,
732
- undo: typing.Optional[bool] = None,
733
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
662
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
663
+ execution_context: str | int | None = None,
664
+ undo: bool | None = None,
665
+ unselected: bool | typing.Any | None = False,
734
666
  ):
735
667
  """Hide selected tracks
736
668
 
737
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
738
- :type execution_context: typing.Optional[typing.Union[str, int]]
739
- :type undo: typing.Optional[bool]
669
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
670
+ :type execution_context: str | int | None
671
+ :type undo: bool | None
740
672
  :param unselected: Unselected, Hide unselected tracks
741
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
673
+ :type unselected: bool | typing.Any | None
742
674
  """
743
675
 
744
676
  ...
745
677
 
746
678
  def hide_tracks_clear(
747
- override_context: typing.Optional[
748
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
749
- ] = None,
750
- execution_context: typing.Optional[typing.Union[str, int]] = None,
751
- undo: typing.Optional[bool] = None,
679
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
680
+ execution_context: str | int | None = None,
681
+ undo: bool | None = None,
752
682
  ):
753
683
  """Clear hide selected tracks
754
684
 
755
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
756
- :type execution_context: typing.Optional[typing.Union[str, int]]
757
- :type undo: typing.Optional[bool]
685
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
686
+ :type execution_context: str | int | None
687
+ :type undo: bool | None
758
688
  """
759
689
 
760
690
  ...
761
691
 
762
692
  def join_tracks(
763
- override_context: typing.Optional[
764
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
765
- ] = None,
766
- execution_context: typing.Optional[typing.Union[str, int]] = None,
767
- undo: typing.Optional[bool] = None,
693
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
694
+ execution_context: str | int | None = None,
695
+ undo: bool | None = None,
768
696
  ):
769
697
  """Join selected tracks
770
698
 
771
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
772
- :type execution_context: typing.Optional[typing.Union[str, int]]
773
- :type undo: typing.Optional[bool]
699
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
700
+ :type execution_context: str | int | None
701
+ :type undo: bool | None
774
702
  """
775
703
 
776
704
  ...
777
705
 
778
706
  def keyframe_delete(
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
  """Delete a keyframe from selected tracks at current frame
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 keyframe_insert(
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,
721
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
722
+ execution_context: str | int | None = None,
723
+ undo: bool | None = None,
800
724
  ):
801
725
  """Insert a keyframe to selected tracks at current frame
802
726
 
803
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
804
- :type execution_context: typing.Optional[typing.Union[str, int]]
805
- :type undo: typing.Optional[bool]
727
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
728
+ :type execution_context: str | int | None
729
+ :type undo: bool | None
806
730
  """
807
731
 
808
732
  ...
809
733
 
810
734
  def lock_selection_toggle(
811
- override_context: typing.Optional[
812
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
813
- ] = None,
814
- execution_context: typing.Optional[typing.Union[str, int]] = None,
815
- undo: typing.Optional[bool] = None,
735
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
736
+ execution_context: str | int | None = None,
737
+ undo: bool | None = None,
816
738
  ):
817
739
  """Toggle Lock Selection option of the current clip editor
818
740
 
819
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
820
- :type execution_context: typing.Optional[typing.Union[str, int]]
821
- :type undo: typing.Optional[bool]
741
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
742
+ :type execution_context: str | int | None
743
+ :type undo: bool | None
822
744
  """
823
745
 
824
746
  ...
825
747
 
826
748
  def lock_tracks(
827
- override_context: typing.Optional[
828
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
829
- ] = None,
830
- execution_context: typing.Optional[typing.Union[str, int]] = None,
831
- undo: typing.Optional[bool] = None,
832
- action: typing.Optional[typing.Any] = "LOCK",
749
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
750
+ execution_context: str | int | None = None,
751
+ undo: bool | None = None,
752
+ action: typing.Any | None = "LOCK",
833
753
  ):
834
754
  """Lock/unlock selected tracks
835
755
 
836
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
837
- :type execution_context: typing.Optional[typing.Union[str, int]]
838
- :type undo: typing.Optional[bool]
756
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
757
+ :type execution_context: str | int | None
758
+ :type undo: bool | None
839
759
  :param action: Action, Lock action to execute
840
760
 
841
761
  LOCK
@@ -846,137 +766,130 @@ def lock_tracks(
846
766
 
847
767
  TOGGLE
848
768
  Toggle -- Toggle locked flag for selected tracks.
849
- :type action: typing.Optional[typing.Any]
769
+ :type action: typing.Any | None
850
770
  """
851
771
 
852
772
  ...
853
773
 
854
774
  def mode_set(
855
- override_context: typing.Optional[
856
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
857
- ] = None,
858
- execution_context: typing.Optional[typing.Union[str, int]] = None,
859
- undo: typing.Optional[bool] = None,
860
- mode: typing.Optional[typing.Union[str, int]] = "TRACKING",
775
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
776
+ execution_context: str | int | None = None,
777
+ undo: bool | None = None,
778
+ mode: str | int | None = "TRACKING",
861
779
  ):
862
780
  """Set the clip interaction mode
863
781
 
864
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
865
- :type execution_context: typing.Optional[typing.Union[str, int]]
866
- :type undo: typing.Optional[bool]
782
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
783
+ :type execution_context: str | int | None
784
+ :type undo: bool | None
867
785
  :param mode: Mode
868
- :type mode: typing.Optional[typing.Union[str, int]]
786
+ :type mode: str | int | None
869
787
  """
870
788
 
871
789
  ...
872
790
 
873
791
  def new_image_from_plane_marker(
874
- override_context: typing.Optional[
875
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
876
- ] = None,
877
- execution_context: typing.Optional[typing.Union[str, int]] = None,
878
- undo: typing.Optional[bool] = None,
792
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
793
+ execution_context: str | int | None = None,
794
+ undo: bool | None = None,
879
795
  ):
880
796
  """Create new image from the content of the plane marker
881
797
 
882
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
883
- :type execution_context: typing.Optional[typing.Union[str, int]]
884
- :type undo: typing.Optional[bool]
798
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
799
+ :type execution_context: str | int | None
800
+ :type undo: bool | None
885
801
  """
886
802
 
887
803
  ...
888
804
 
889
805
  def open(
890
- override_context: typing.Optional[
891
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
892
- ] = None,
893
- execution_context: typing.Optional[typing.Union[str, int]] = None,
894
- undo: typing.Optional[bool] = None,
895
- directory: typing.Union[str, typing.Any] = "",
896
- files: typing.Optional[
897
- bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
898
- ] = None,
899
- hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
900
- check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
901
- filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
902
- filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
903
- filter_image: typing.Optional[typing.Union[bool, typing.Any]] = True,
904
- filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = True,
905
- filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
906
- filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
907
- filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = False,
908
- filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
909
- filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
910
- filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
911
- filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
912
- filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
913
- filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
914
- filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
915
- filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
916
- filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
917
- filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
918
- filemode: typing.Optional[typing.Any] = 9,
919
- relative_path: typing.Optional[typing.Union[bool, typing.Any]] = True,
920
- show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
921
- use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
922
- display_type: typing.Optional[typing.Any] = "DEFAULT",
923
- sort_method: typing.Optional[typing.Any] = "",
806
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
807
+ execution_context: str | int | None = None,
808
+ undo: bool | None = None,
809
+ directory: str | typing.Any = "",
810
+ files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
811
+ | None = None,
812
+ hide_props_region: bool | typing.Any | None = True,
813
+ check_existing: bool | typing.Any | None = False,
814
+ filter_blender: bool | typing.Any | None = False,
815
+ filter_backup: bool | typing.Any | None = False,
816
+ filter_image: bool | typing.Any | None = True,
817
+ filter_movie: bool | typing.Any | None = True,
818
+ filter_python: bool | typing.Any | None = False,
819
+ filter_font: bool | typing.Any | None = False,
820
+ filter_sound: bool | typing.Any | None = False,
821
+ filter_text: bool | typing.Any | None = False,
822
+ filter_archive: bool | typing.Any | None = False,
823
+ filter_btx: bool | typing.Any | None = False,
824
+ filter_collada: bool | typing.Any | None = False,
825
+ filter_alembic: bool | typing.Any | None = False,
826
+ filter_usd: bool | typing.Any | None = False,
827
+ filter_obj: bool | typing.Any | None = False,
828
+ filter_volume: bool | typing.Any | None = False,
829
+ filter_folder: bool | typing.Any | None = True,
830
+ filter_blenlib: bool | typing.Any | None = False,
831
+ filemode: typing.Any | None = 9,
832
+ relative_path: bool | typing.Any | None = True,
833
+ show_multiview: bool | typing.Any | None = False,
834
+ use_multiview: bool | typing.Any | None = False,
835
+ display_type: typing.Any | None = "DEFAULT",
836
+ sort_method: typing.Any | None = "",
924
837
  ):
925
838
  """Load a sequence of frames or a movie file
926
839
 
927
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
928
- :type execution_context: typing.Optional[typing.Union[str, int]]
929
- :type undo: typing.Optional[bool]
840
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
841
+ :type execution_context: str | int | None
842
+ :type undo: bool | None
930
843
  :param directory: Directory, Directory of the file
931
- :type directory: typing.Union[str, typing.Any]
844
+ :type directory: str | typing.Any
932
845
  :param files: Files
933
- :type files: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]]
846
+ :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
934
847
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
935
- :type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
848
+ :type hide_props_region: bool | typing.Any | None
936
849
  :param check_existing: Check Existing, Check and warn on overwriting existing files
937
- :type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
850
+ :type check_existing: bool | typing.Any | None
938
851
  :param filter_blender: Filter .blend files
939
- :type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
852
+ :type filter_blender: bool | typing.Any | None
940
853
  :param filter_backup: Filter .blend files
941
- :type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
854
+ :type filter_backup: bool | typing.Any | None
942
855
  :param filter_image: Filter image files
943
- :type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
856
+ :type filter_image: bool | typing.Any | None
944
857
  :param filter_movie: Filter movie files
945
- :type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
858
+ :type filter_movie: bool | typing.Any | None
946
859
  :param filter_python: Filter Python files
947
- :type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
860
+ :type filter_python: bool | typing.Any | None
948
861
  :param filter_font: Filter font files
949
- :type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
862
+ :type filter_font: bool | typing.Any | None
950
863
  :param filter_sound: Filter sound files
951
- :type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
864
+ :type filter_sound: bool | typing.Any | None
952
865
  :param filter_text: Filter text files
953
- :type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
866
+ :type filter_text: bool | typing.Any | None
954
867
  :param filter_archive: Filter archive files
955
- :type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
868
+ :type filter_archive: bool | typing.Any | None
956
869
  :param filter_btx: Filter btx files
957
- :type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
870
+ :type filter_btx: bool | typing.Any | None
958
871
  :param filter_collada: Filter COLLADA files
959
- :type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
872
+ :type filter_collada: bool | typing.Any | None
960
873
  :param filter_alembic: Filter Alembic files
961
- :type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
874
+ :type filter_alembic: bool | typing.Any | None
962
875
  :param filter_usd: Filter USD files
963
- :type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
876
+ :type filter_usd: bool | typing.Any | None
964
877
  :param filter_obj: Filter OBJ files
965
- :type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
878
+ :type filter_obj: bool | typing.Any | None
966
879
  :param filter_volume: Filter OpenVDB volume files
967
- :type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
880
+ :type filter_volume: bool | typing.Any | None
968
881
  :param filter_folder: Filter folders
969
- :type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
882
+ :type filter_folder: bool | typing.Any | None
970
883
  :param filter_blenlib: Filter Blender IDs
971
- :type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
884
+ :type filter_blenlib: bool | typing.Any | None
972
885
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
973
- :type filemode: typing.Optional[typing.Any]
886
+ :type filemode: typing.Any | None
974
887
  :param relative_path: Relative Path, Select the file relative to the blend file
975
- :type relative_path: typing.Optional[typing.Union[bool, typing.Any]]
888
+ :type relative_path: bool | typing.Any | None
976
889
  :param show_multiview: Enable Multi-View
977
- :type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
890
+ :type show_multiview: bool | typing.Any | None
978
891
  :param use_multiview: Use Multi-View
979
- :type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
892
+ :type use_multiview: bool | typing.Any | None
980
893
  :param display_type: Display Type
981
894
 
982
895
  DEFAULT
@@ -990,7 +903,7 @@ def open(
990
903
 
991
904
  THUMBNAIL
992
905
  Thumbnails -- Display files as thumbnails.
993
- :type display_type: typing.Optional[typing.Any]
906
+ :type display_type: typing.Any | None
994
907
  :param sort_method: File sorting mode
995
908
 
996
909
  DEFAULT
@@ -1007,132 +920,118 @@ def open(
1007
920
 
1008
921
  FILE_SORT_SIZE
1009
922
  Size -- Sort files by size.
1010
- :type sort_method: typing.Optional[typing.Any]
923
+ :type sort_method: typing.Any | None
1011
924
  """
1012
925
 
1013
926
  ...
1014
927
 
1015
928
  def paste_tracks(
1016
- override_context: typing.Optional[
1017
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1018
- ] = None,
1019
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1020
- undo: typing.Optional[bool] = None,
929
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
930
+ execution_context: str | int | None = None,
931
+ undo: bool | None = None,
1021
932
  ):
1022
933
  """Paste tracks from the internal clipboard
1023
934
 
1024
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1025
- :type execution_context: typing.Optional[typing.Union[str, int]]
1026
- :type undo: typing.Optional[bool]
935
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
936
+ :type execution_context: str | int | None
937
+ :type undo: bool | None
1027
938
  """
1028
939
 
1029
940
  ...
1030
941
 
1031
942
  def prefetch(
1032
- override_context: typing.Optional[
1033
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1034
- ] = None,
1035
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1036
- undo: typing.Optional[bool] = None,
943
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
944
+ execution_context: str | int | None = None,
945
+ undo: bool | None = None,
1037
946
  ):
1038
947
  """Prefetch frames from disk for faster playback/tracking
1039
948
 
1040
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1041
- :type execution_context: typing.Optional[typing.Union[str, int]]
1042
- :type undo: typing.Optional[bool]
949
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
950
+ :type execution_context: str | int | None
951
+ :type undo: bool | None
1043
952
  """
1044
953
 
1045
954
  ...
1046
955
 
1047
956
  def rebuild_proxy(
1048
- override_context: typing.Optional[
1049
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1050
- ] = None,
1051
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1052
- undo: typing.Optional[bool] = None,
957
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
958
+ execution_context: str | int | None = None,
959
+ undo: bool | None = None,
1053
960
  ):
1054
961
  """Rebuild all selected proxies and timecode indices in the background
1055
962
 
1056
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1057
- :type execution_context: typing.Optional[typing.Union[str, int]]
1058
- :type undo: typing.Optional[bool]
963
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
964
+ :type execution_context: str | int | None
965
+ :type undo: bool | None
1059
966
  """
1060
967
 
1061
968
  ...
1062
969
 
1063
970
  def refine_markers(
1064
- override_context: typing.Optional[
1065
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1066
- ] = None,
1067
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1068
- undo: typing.Optional[bool] = None,
1069
- backwards: typing.Optional[typing.Union[bool, typing.Any]] = False,
971
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
972
+ execution_context: str | int | None = None,
973
+ undo: bool | None = None,
974
+ backwards: bool | typing.Any | None = False,
1070
975
  ):
1071
976
  """Refine selected markers positions by running the tracker from track's reference to current frame
1072
977
 
1073
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1074
- :type execution_context: typing.Optional[typing.Union[str, int]]
1075
- :type undo: typing.Optional[bool]
978
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
979
+ :type execution_context: str | int | None
980
+ :type undo: bool | None
1076
981
  :param backwards: Backwards, Do backwards tracking
1077
- :type backwards: typing.Optional[typing.Union[bool, typing.Any]]
982
+ :type backwards: bool | typing.Any | None
1078
983
  """
1079
984
 
1080
985
  ...
1081
986
 
1082
987
  def reload(
1083
- override_context: typing.Optional[
1084
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1085
- ] = None,
1086
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1087
- undo: typing.Optional[bool] = None,
988
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
989
+ execution_context: str | int | None = None,
990
+ undo: bool | None = None,
1088
991
  ):
1089
992
  """Reload clip
1090
993
 
1091
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1092
- :type execution_context: typing.Optional[typing.Union[str, int]]
1093
- :type undo: typing.Optional[bool]
994
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
995
+ :type execution_context: str | int | None
996
+ :type undo: bool | None
1094
997
  """
1095
998
 
1096
999
  ...
1097
1000
 
1098
1001
  def select(
1099
- override_context: typing.Optional[
1100
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1101
- ] = None,
1102
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1103
- undo: typing.Optional[bool] = None,
1104
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1105
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
1106
- location: typing.Optional[typing.Any] = (0.0, 0.0),
1002
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1003
+ execution_context: str | int | None = None,
1004
+ undo: bool | None = None,
1005
+ extend: bool | typing.Any | None = False,
1006
+ deselect_all: bool | typing.Any | None = False,
1007
+ location: typing.Any | None = (0.0, 0.0),
1107
1008
  ):
1108
1009
  """Select tracking markers
1109
1010
 
1110
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1111
- :type execution_context: typing.Optional[typing.Union[str, int]]
1112
- :type undo: typing.Optional[bool]
1011
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1012
+ :type execution_context: str | int | None
1013
+ :type undo: bool | None
1113
1014
  :param extend: Extend, Extend selection rather than clearing the existing selection
1114
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1015
+ :type extend: bool | typing.Any | None
1115
1016
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
1116
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
1017
+ :type deselect_all: bool | typing.Any | None
1117
1018
  :param location: Location, Mouse location in normalized coordinates, 0.0 to 1.0 is within the image bounds
1118
- :type location: typing.Optional[typing.Any]
1019
+ :type location: typing.Any | None
1119
1020
  """
1120
1021
 
1121
1022
  ...
1122
1023
 
1123
1024
  def select_all(
1124
- override_context: typing.Optional[
1125
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1126
- ] = None,
1127
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1128
- undo: typing.Optional[bool] = None,
1129
- action: typing.Optional[typing.Any] = "TOGGLE",
1025
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1026
+ execution_context: str | int | None = None,
1027
+ undo: bool | None = None,
1028
+ action: typing.Any | None = "TOGGLE",
1130
1029
  ):
1131
1030
  """Change selection of all tracking markers
1132
1031
 
1133
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1134
- :type execution_context: typing.Optional[typing.Union[str, int]]
1135
- :type undo: typing.Optional[bool]
1032
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1033
+ :type execution_context: str | int | None
1034
+ :type undo: bool | None
1136
1035
  :param action: Action, Selection action to execute
1137
1036
 
1138
1037
  TOGGLE
@@ -1146,39 +1045,37 @@ def select_all(
1146
1045
 
1147
1046
  INVERT
1148
1047
  Invert -- Invert selection of all elements.
1149
- :type action: typing.Optional[typing.Any]
1048
+ :type action: typing.Any | None
1150
1049
  """
1151
1050
 
1152
1051
  ...
1153
1052
 
1154
1053
  def select_box(
1155
- override_context: typing.Optional[
1156
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1157
- ] = None,
1158
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1159
- undo: typing.Optional[bool] = None,
1160
- xmin: typing.Optional[typing.Any] = 0,
1161
- xmax: typing.Optional[typing.Any] = 0,
1162
- ymin: typing.Optional[typing.Any] = 0,
1163
- ymax: typing.Optional[typing.Any] = 0,
1164
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1165
- mode: typing.Optional[typing.Any] = "SET",
1054
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1055
+ execution_context: str | int | None = None,
1056
+ undo: bool | None = None,
1057
+ xmin: typing.Any | None = 0,
1058
+ xmax: typing.Any | None = 0,
1059
+ ymin: typing.Any | None = 0,
1060
+ ymax: typing.Any | None = 0,
1061
+ wait_for_input: bool | typing.Any | None = True,
1062
+ mode: typing.Any | None = "SET",
1166
1063
  ):
1167
1064
  """Select markers using box selection
1168
1065
 
1169
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1170
- :type execution_context: typing.Optional[typing.Union[str, int]]
1171
- :type undo: typing.Optional[bool]
1066
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1067
+ :type execution_context: str | int | None
1068
+ :type undo: bool | None
1172
1069
  :param xmin: X Min
1173
- :type xmin: typing.Optional[typing.Any]
1070
+ :type xmin: typing.Any | None
1174
1071
  :param xmax: X Max
1175
- :type xmax: typing.Optional[typing.Any]
1072
+ :type xmax: typing.Any | None
1176
1073
  :param ymin: Y Min
1177
- :type ymin: typing.Optional[typing.Any]
1074
+ :type ymin: typing.Any | None
1178
1075
  :param ymax: Y Max
1179
- :type ymax: typing.Optional[typing.Any]
1076
+ :type ymax: typing.Any | None
1180
1077
  :param wait_for_input: Wait for Input
1181
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1078
+ :type wait_for_input: bool | typing.Any | None
1182
1079
  :param mode: Mode
1183
1080
 
1184
1081
  SET
@@ -1189,36 +1086,34 @@ def select_box(
1189
1086
 
1190
1087
  SUB
1191
1088
  Subtract -- Subtract existing selection.
1192
- :type mode: typing.Optional[typing.Any]
1089
+ :type mode: typing.Any | None
1193
1090
  """
1194
1091
 
1195
1092
  ...
1196
1093
 
1197
1094
  def select_circle(
1198
- override_context: typing.Optional[
1199
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1200
- ] = None,
1201
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1202
- undo: typing.Optional[bool] = None,
1203
- x: typing.Optional[typing.Any] = 0,
1204
- y: typing.Optional[typing.Any] = 0,
1205
- radius: typing.Optional[typing.Any] = 25,
1206
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1207
- mode: typing.Optional[typing.Any] = "SET",
1095
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1096
+ execution_context: str | int | None = None,
1097
+ undo: bool | None = None,
1098
+ x: typing.Any | None = 0,
1099
+ y: typing.Any | None = 0,
1100
+ radius: typing.Any | None = 25,
1101
+ wait_for_input: bool | typing.Any | None = True,
1102
+ mode: typing.Any | None = "SET",
1208
1103
  ):
1209
1104
  """Select markers using circle selection
1210
1105
 
1211
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1212
- :type execution_context: typing.Optional[typing.Union[str, int]]
1213
- :type undo: typing.Optional[bool]
1106
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1107
+ :type execution_context: str | int | None
1108
+ :type undo: bool | None
1214
1109
  :param x: X
1215
- :type x: typing.Optional[typing.Any]
1110
+ :type x: typing.Any | None
1216
1111
  :param y: Y
1217
- :type y: typing.Optional[typing.Any]
1112
+ :type y: typing.Any | None
1218
1113
  :param radius: Radius
1219
- :type radius: typing.Optional[typing.Any]
1114
+ :type radius: typing.Any | None
1220
1115
  :param wait_for_input: Wait for Input
1221
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1116
+ :type wait_for_input: bool | typing.Any | None
1222
1117
  :param mode: Mode
1223
1118
 
1224
1119
  SET
@@ -1229,24 +1124,22 @@ def select_circle(
1229
1124
 
1230
1125
  SUB
1231
1126
  Subtract -- Subtract existing selection.
1232
- :type mode: typing.Optional[typing.Any]
1127
+ :type mode: typing.Any | None
1233
1128
  """
1234
1129
 
1235
1130
  ...
1236
1131
 
1237
1132
  def select_grouped(
1238
- override_context: typing.Optional[
1239
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1240
- ] = None,
1241
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1242
- undo: typing.Optional[bool] = None,
1243
- group: typing.Optional[typing.Any] = "ESTIMATED",
1133
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1134
+ execution_context: str | int | None = None,
1135
+ undo: bool | None = None,
1136
+ group: typing.Any | None = "ESTIMATED",
1244
1137
  ):
1245
1138
  """Select all tracks from specified group
1246
1139
 
1247
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1248
- :type execution_context: typing.Optional[typing.Union[str, int]]
1249
- :type undo: typing.Optional[bool]
1140
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1141
+ :type execution_context: str | int | None
1142
+ :type undo: bool | None
1250
1143
  :param group: Action, Clear action to execute
1251
1144
 
1252
1145
  KEYFRAMED
@@ -1269,29 +1162,25 @@ def select_grouped(
1269
1162
 
1270
1163
  FAILED
1271
1164
  Failed Tracks -- Select all tracks which failed to be reconstructed.
1272
- :type group: typing.Optional[typing.Any]
1165
+ :type group: typing.Any | None
1273
1166
  """
1274
1167
 
1275
1168
  ...
1276
1169
 
1277
1170
  def select_lasso(
1278
- override_context: typing.Optional[
1279
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1280
- ] = None,
1281
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1282
- undo: typing.Optional[bool] = None,
1283
- path: typing.Optional[
1284
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
1285
- ] = None,
1286
- mode: typing.Optional[typing.Any] = "SET",
1171
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1172
+ execution_context: str | int | None = None,
1173
+ undo: bool | None = None,
1174
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1175
+ mode: typing.Any | None = "SET",
1287
1176
  ):
1288
1177
  """Select markers using lasso selection
1289
1178
 
1290
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1291
- :type execution_context: typing.Optional[typing.Union[str, int]]
1292
- :type undo: typing.Optional[bool]
1179
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1180
+ :type execution_context: str | int | None
1181
+ :type undo: bool | None
1293
1182
  :param path: Path
1294
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
1183
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
1295
1184
  :param mode: Mode
1296
1185
 
1297
1186
  SET
@@ -1302,40 +1191,36 @@ def select_lasso(
1302
1191
 
1303
1192
  SUB
1304
1193
  Subtract -- Subtract existing selection.
1305
- :type mode: typing.Optional[typing.Any]
1194
+ :type mode: typing.Any | None
1306
1195
  """
1307
1196
 
1308
1197
  ...
1309
1198
 
1310
1199
  def set_active_clip(
1311
- override_context: typing.Optional[
1312
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1313
- ] = None,
1314
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1315
- undo: typing.Optional[bool] = None,
1200
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1201
+ execution_context: str | int | None = None,
1202
+ undo: bool | None = None,
1316
1203
  ):
1317
1204
  """Undocumented, consider contributing.
1318
1205
 
1319
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1320
- :type execution_context: typing.Optional[typing.Union[str, int]]
1321
- :type undo: typing.Optional[bool]
1206
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1207
+ :type execution_context: str | int | None
1208
+ :type undo: bool | None
1322
1209
  """
1323
1210
 
1324
1211
  ...
1325
1212
 
1326
1213
  def set_axis(
1327
- override_context: typing.Optional[
1328
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1329
- ] = None,
1330
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1331
- undo: typing.Optional[bool] = None,
1332
- axis: typing.Optional[typing.Any] = "X",
1214
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1215
+ execution_context: str | int | None = None,
1216
+ undo: bool | None = None,
1217
+ axis: typing.Any | None = "X",
1333
1218
  ):
1334
1219
  """Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
1335
1220
 
1336
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1337
- :type execution_context: typing.Optional[typing.Union[str, int]]
1338
- :type undo: typing.Optional[bool]
1221
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1222
+ :type execution_context: str | int | None
1223
+ :type undo: bool | None
1339
1224
  :param axis: Axis, Axis to use to align bundle along
1340
1225
 
1341
1226
  X
@@ -1343,43 +1228,39 @@ def set_axis(
1343
1228
 
1344
1229
  Y
1345
1230
  Y -- Align bundle align Y axis.
1346
- :type axis: typing.Optional[typing.Any]
1231
+ :type axis: typing.Any | None
1347
1232
  """
1348
1233
 
1349
1234
  ...
1350
1235
 
1351
1236
  def set_origin(
1352
- override_context: typing.Optional[
1353
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1354
- ] = None,
1355
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1356
- undo: typing.Optional[bool] = None,
1357
- use_median: typing.Optional[typing.Union[bool, typing.Any]] = False,
1237
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1238
+ execution_context: str | int | None = None,
1239
+ undo: bool | None = None,
1240
+ use_median: bool | typing.Any | None = False,
1358
1241
  ):
1359
1242
  """Set active marker as origin by moving camera (or its parent if present) in 3D space
1360
1243
 
1361
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1362
- :type execution_context: typing.Optional[typing.Union[str, int]]
1363
- :type undo: typing.Optional[bool]
1244
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1245
+ :type execution_context: str | int | None
1246
+ :type undo: bool | None
1364
1247
  :param use_median: Use Median, Set origin to median point of selected bundles
1365
- :type use_median: typing.Optional[typing.Union[bool, typing.Any]]
1248
+ :type use_median: bool | typing.Any | None
1366
1249
  """
1367
1250
 
1368
1251
  ...
1369
1252
 
1370
1253
  def set_plane(
1371
- override_context: typing.Optional[
1372
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1373
- ] = None,
1374
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1375
- undo: typing.Optional[bool] = None,
1376
- plane: typing.Optional[typing.Any] = "FLOOR",
1254
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1255
+ execution_context: str | int | None = None,
1256
+ undo: bool | None = None,
1257
+ plane: typing.Any | None = "FLOOR",
1377
1258
  ):
1378
1259
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1379
1260
 
1380
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1381
- :type execution_context: typing.Optional[typing.Union[str, int]]
1382
- :type undo: typing.Optional[bool]
1261
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1262
+ :type execution_context: str | int | None
1263
+ :type undo: bool | None
1383
1264
  :param plane: Plane, Plane to be used for orientation
1384
1265
 
1385
1266
  FLOOR
@@ -1387,608 +1268,540 @@ def set_plane(
1387
1268
 
1388
1269
  WALL
1389
1270
  Wall -- Set wall plane.
1390
- :type plane: typing.Optional[typing.Any]
1271
+ :type plane: typing.Any | None
1391
1272
  """
1392
1273
 
1393
1274
  ...
1394
1275
 
1395
1276
  def set_scale(
1396
- override_context: typing.Optional[
1397
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1398
- ] = None,
1399
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1400
- undo: typing.Optional[bool] = None,
1401
- distance: typing.Optional[typing.Any] = 0.0,
1277
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1278
+ execution_context: str | int | None = None,
1279
+ undo: bool | None = None,
1280
+ distance: typing.Any | None = 0.0,
1402
1281
  ):
1403
1282
  """Set scale of scene by scaling camera (or its parent if present)
1404
1283
 
1405
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1406
- :type execution_context: typing.Optional[typing.Union[str, int]]
1407
- :type undo: typing.Optional[bool]
1284
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1285
+ :type execution_context: str | int | None
1286
+ :type undo: bool | None
1408
1287
  :param distance: Distance, Distance between selected tracks
1409
- :type distance: typing.Optional[typing.Any]
1288
+ :type distance: typing.Any | None
1410
1289
  """
1411
1290
 
1412
1291
  ...
1413
1292
 
1414
1293
  def set_scene_frames(
1415
- override_context: typing.Optional[
1416
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1417
- ] = None,
1418
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1419
- undo: typing.Optional[bool] = None,
1294
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1295
+ execution_context: str | int | None = None,
1296
+ undo: bool | None = None,
1420
1297
  ):
1421
1298
  """Set scene's start and end frame to match clip's start frame and length
1422
1299
 
1423
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1424
- :type execution_context: typing.Optional[typing.Union[str, int]]
1425
- :type undo: typing.Optional[bool]
1300
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1301
+ :type execution_context: str | int | None
1302
+ :type undo: bool | None
1426
1303
  """
1427
1304
 
1428
1305
  ...
1429
1306
 
1430
1307
  def set_solution_scale(
1431
- override_context: typing.Optional[
1432
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1433
- ] = None,
1434
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1435
- undo: typing.Optional[bool] = None,
1436
- distance: typing.Optional[typing.Any] = 0.0,
1308
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1309
+ execution_context: str | int | None = None,
1310
+ undo: bool | None = None,
1311
+ distance: typing.Any | None = 0.0,
1437
1312
  ):
1438
1313
  """Set object solution scale using distance between two selected tracks
1439
1314
 
1440
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1441
- :type execution_context: typing.Optional[typing.Union[str, int]]
1442
- :type undo: typing.Optional[bool]
1315
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1316
+ :type execution_context: str | int | None
1317
+ :type undo: bool | None
1443
1318
  :param distance: Distance, Distance between selected tracks
1444
- :type distance: typing.Optional[typing.Any]
1319
+ :type distance: typing.Any | None
1445
1320
  """
1446
1321
 
1447
1322
  ...
1448
1323
 
1449
1324
  def set_solver_keyframe(
1450
- override_context: typing.Optional[
1451
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1452
- ] = None,
1453
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1454
- undo: typing.Optional[bool] = None,
1455
- keyframe: typing.Optional[typing.Any] = "KEYFRAME_A",
1325
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1326
+ execution_context: str | int | None = None,
1327
+ undo: bool | None = None,
1328
+ keyframe: typing.Any | None = "KEYFRAME_A",
1456
1329
  ):
1457
1330
  """Set keyframe used by solver
1458
1331
 
1459
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1460
- :type execution_context: typing.Optional[typing.Union[str, int]]
1461
- :type undo: typing.Optional[bool]
1332
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1333
+ :type execution_context: str | int | None
1334
+ :type undo: bool | None
1462
1335
  :param keyframe: Keyframe, Keyframe to set
1463
- :type keyframe: typing.Optional[typing.Any]
1336
+ :type keyframe: typing.Any | None
1464
1337
  """
1465
1338
 
1466
1339
  ...
1467
1340
 
1468
1341
  def set_viewport_background(
1469
- override_context: typing.Optional[
1470
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1471
- ] = None,
1472
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1473
- undo: typing.Optional[bool] = None,
1342
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1343
+ execution_context: str | int | None = None,
1344
+ undo: bool | None = None,
1474
1345
  ):
1475
1346
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
1476
1347
 
1477
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1478
- :type execution_context: typing.Optional[typing.Union[str, int]]
1479
- :type undo: typing.Optional[bool]
1348
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1349
+ :type execution_context: str | int | None
1350
+ :type undo: bool | None
1480
1351
  """
1481
1352
 
1482
1353
  ...
1483
1354
 
1484
1355
  def setup_tracking_scene(
1485
- override_context: typing.Optional[
1486
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1487
- ] = None,
1488
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1489
- undo: typing.Optional[bool] = None,
1356
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1357
+ execution_context: str | int | None = None,
1358
+ undo: bool | None = None,
1490
1359
  ):
1491
1360
  """Prepare scene for compositing 3D objects into this footage
1492
1361
 
1493
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1494
- :type execution_context: typing.Optional[typing.Union[str, int]]
1495
- :type undo: typing.Optional[bool]
1362
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1363
+ :type execution_context: str | int | None
1364
+ :type undo: bool | None
1496
1365
  """
1497
1366
 
1498
1367
  ...
1499
1368
 
1500
1369
  def slide_marker(
1501
- override_context: typing.Optional[
1502
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1503
- ] = None,
1504
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1505
- undo: typing.Optional[bool] = None,
1506
- offset: typing.Optional[typing.Any] = (0.0, 0.0),
1370
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1371
+ execution_context: str | int | None = None,
1372
+ undo: bool | None = None,
1373
+ offset: typing.Any | None = (0.0, 0.0),
1507
1374
  ):
1508
1375
  """Slide marker areas
1509
1376
 
1510
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1511
- :type execution_context: typing.Optional[typing.Union[str, int]]
1512
- :type undo: typing.Optional[bool]
1377
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1378
+ :type execution_context: str | int | None
1379
+ :type undo: bool | None
1513
1380
  :param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
1514
- :type offset: typing.Optional[typing.Any]
1381
+ :type offset: typing.Any | None
1515
1382
  """
1516
1383
 
1517
1384
  ...
1518
1385
 
1519
1386
  def slide_plane_marker(
1520
- override_context: typing.Optional[
1521
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1522
- ] = None,
1523
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1524
- undo: typing.Optional[bool] = None,
1387
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1388
+ execution_context: str | int | None = None,
1389
+ undo: bool | None = None,
1525
1390
  ):
1526
1391
  """Slide plane marker areas
1527
1392
 
1528
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1529
- :type execution_context: typing.Optional[typing.Union[str, int]]
1530
- :type undo: typing.Optional[bool]
1393
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1394
+ :type execution_context: str | int | None
1395
+ :type undo: bool | None
1531
1396
  """
1532
1397
 
1533
1398
  ...
1534
1399
 
1535
1400
  def solve_camera(
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,
1401
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1402
+ execution_context: str | int | None = None,
1403
+ undo: bool | None = None,
1541
1404
  ):
1542
1405
  """Solve camera motion from tracks
1543
1406
 
1544
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1545
- :type execution_context: typing.Optional[typing.Union[str, int]]
1546
- :type undo: typing.Optional[bool]
1407
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1408
+ :type execution_context: str | int | None
1409
+ :type undo: bool | None
1547
1410
  """
1548
1411
 
1549
1412
  ...
1550
1413
 
1551
1414
  def stabilize_2d_add(
1552
- override_context: typing.Optional[
1553
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1554
- ] = None,
1555
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1556
- undo: typing.Optional[bool] = None,
1415
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1416
+ execution_context: str | int | None = None,
1417
+ undo: bool | None = None,
1557
1418
  ):
1558
1419
  """Add selected tracks to 2D translation stabilization
1559
1420
 
1560
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1561
- :type execution_context: typing.Optional[typing.Union[str, int]]
1562
- :type undo: typing.Optional[bool]
1421
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1422
+ :type execution_context: str | int | None
1423
+ :type undo: bool | None
1563
1424
  """
1564
1425
 
1565
1426
  ...
1566
1427
 
1567
1428
  def stabilize_2d_remove(
1568
- override_context: typing.Optional[
1569
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1570
- ] = None,
1571
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1572
- undo: typing.Optional[bool] = None,
1429
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1430
+ execution_context: str | int | None = None,
1431
+ undo: bool | None = None,
1573
1432
  ):
1574
1433
  """Remove selected track from translation stabilization
1575
1434
 
1576
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1577
- :type execution_context: typing.Optional[typing.Union[str, int]]
1578
- :type undo: typing.Optional[bool]
1435
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1436
+ :type execution_context: str | int | None
1437
+ :type undo: bool | None
1579
1438
  """
1580
1439
 
1581
1440
  ...
1582
1441
 
1583
1442
  def stabilize_2d_rotation_add(
1584
- override_context: typing.Optional[
1585
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1586
- ] = None,
1587
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1588
- undo: typing.Optional[bool] = None,
1443
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1444
+ execution_context: str | int | None = None,
1445
+ undo: bool | None = None,
1589
1446
  ):
1590
1447
  """Add selected tracks to 2D rotation stabilization
1591
1448
 
1592
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1593
- :type execution_context: typing.Optional[typing.Union[str, int]]
1594
- :type undo: typing.Optional[bool]
1449
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1450
+ :type execution_context: str | int | None
1451
+ :type undo: bool | None
1595
1452
  """
1596
1453
 
1597
1454
  ...
1598
1455
 
1599
1456
  def stabilize_2d_rotation_remove(
1600
- override_context: typing.Optional[
1601
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1602
- ] = None,
1603
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1604
- undo: typing.Optional[bool] = None,
1457
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1458
+ execution_context: str | int | None = None,
1459
+ undo: bool | None = None,
1605
1460
  ):
1606
1461
  """Remove selected track from rotation stabilization
1607
1462
 
1608
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1609
- :type execution_context: typing.Optional[typing.Union[str, int]]
1610
- :type undo: typing.Optional[bool]
1463
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1464
+ :type execution_context: str | int | None
1465
+ :type undo: bool | None
1611
1466
  """
1612
1467
 
1613
1468
  ...
1614
1469
 
1615
1470
  def stabilize_2d_rotation_select(
1616
- override_context: typing.Optional[
1617
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1618
- ] = None,
1619
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1620
- undo: typing.Optional[bool] = None,
1471
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1472
+ execution_context: str | int | None = None,
1473
+ undo: bool | None = None,
1621
1474
  ):
1622
1475
  """Select tracks which are used for rotation stabilization
1623
1476
 
1624
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1625
- :type execution_context: typing.Optional[typing.Union[str, int]]
1626
- :type undo: typing.Optional[bool]
1477
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1478
+ :type execution_context: str | int | None
1479
+ :type undo: bool | None
1627
1480
  """
1628
1481
 
1629
1482
  ...
1630
1483
 
1631
1484
  def stabilize_2d_select(
1632
- override_context: typing.Optional[
1633
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1634
- ] = None,
1635
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1636
- undo: typing.Optional[bool] = None,
1485
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1486
+ execution_context: str | int | None = None,
1487
+ undo: bool | None = None,
1637
1488
  ):
1638
1489
  """Select tracks which are used for translation stabilization
1639
1490
 
1640
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1641
- :type execution_context: typing.Optional[typing.Union[str, int]]
1642
- :type undo: typing.Optional[bool]
1491
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1492
+ :type execution_context: str | int | None
1493
+ :type undo: bool | None
1643
1494
  """
1644
1495
 
1645
1496
  ...
1646
1497
 
1647
1498
  def track_color_preset_add(
1648
- override_context: typing.Optional[
1649
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1650
- ] = None,
1651
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1652
- undo: typing.Optional[bool] = None,
1653
- name: typing.Union[str, typing.Any] = "",
1654
- remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
1655
- remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
1499
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1500
+ execution_context: str | int | None = None,
1501
+ undo: bool | None = None,
1502
+ name: str | typing.Any = "",
1503
+ remove_name: bool | typing.Any | None = False,
1504
+ remove_active: bool | typing.Any | None = False,
1656
1505
  ):
1657
1506
  """Add or remove a Clip Track Color Preset
1658
1507
 
1659
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1660
- :type execution_context: typing.Optional[typing.Union[str, int]]
1661
- :type undo: typing.Optional[bool]
1508
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1509
+ :type execution_context: str | int | None
1510
+ :type undo: bool | None
1662
1511
  :param name: Name, Name of the preset, used to make the path name
1663
- :type name: typing.Union[str, typing.Any]
1512
+ :type name: str | typing.Any
1664
1513
  :param remove_name: remove_name
1665
- :type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
1514
+ :type remove_name: bool | typing.Any | None
1666
1515
  :param remove_active: remove_active
1667
- :type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
1516
+ :type remove_active: bool | typing.Any | None
1668
1517
  """
1669
1518
 
1670
1519
  ...
1671
1520
 
1672
1521
  def track_copy_color(
1673
- override_context: typing.Optional[
1674
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1675
- ] = None,
1676
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1677
- undo: typing.Optional[bool] = None,
1522
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1523
+ execution_context: str | int | None = None,
1524
+ undo: bool | None = None,
1678
1525
  ):
1679
1526
  """Copy color to all selected tracks
1680
1527
 
1681
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1682
- :type execution_context: typing.Optional[typing.Union[str, int]]
1683
- :type undo: typing.Optional[bool]
1528
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1529
+ :type execution_context: str | int | None
1530
+ :type undo: bool | None
1684
1531
  """
1685
1532
 
1686
1533
  ...
1687
1534
 
1688
1535
  def track_markers(
1689
- override_context: typing.Optional[
1690
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1691
- ] = None,
1692
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1693
- undo: typing.Optional[bool] = None,
1694
- backwards: typing.Optional[typing.Union[bool, typing.Any]] = False,
1695
- sequence: typing.Optional[typing.Union[bool, typing.Any]] = False,
1536
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1537
+ execution_context: str | int | None = None,
1538
+ undo: bool | None = None,
1539
+ backwards: bool | typing.Any | None = False,
1540
+ sequence: bool | typing.Any | None = False,
1696
1541
  ):
1697
1542
  """Track selected markers
1698
1543
 
1699
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1700
- :type execution_context: typing.Optional[typing.Union[str, int]]
1701
- :type undo: typing.Optional[bool]
1544
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1545
+ :type execution_context: str | int | None
1546
+ :type undo: bool | None
1702
1547
  :param backwards: Backwards, Do backwards tracking
1703
- :type backwards: typing.Optional[typing.Union[bool, typing.Any]]
1548
+ :type backwards: bool | typing.Any | None
1704
1549
  :param sequence: Track Sequence, Track marker during image sequence rather than single image
1705
- :type sequence: typing.Optional[typing.Union[bool, typing.Any]]
1550
+ :type sequence: bool | typing.Any | None
1706
1551
  """
1707
1552
 
1708
1553
  ...
1709
1554
 
1710
1555
  def track_settings_as_default(
1711
- override_context: typing.Optional[
1712
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1713
- ] = None,
1714
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1715
- undo: typing.Optional[bool] = None,
1556
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1557
+ execution_context: str | int | None = None,
1558
+ undo: bool | None = None,
1716
1559
  ):
1717
1560
  """Copy tracking settings from active track to default settings
1718
1561
 
1719
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1720
- :type execution_context: typing.Optional[typing.Union[str, int]]
1721
- :type undo: typing.Optional[bool]
1562
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1563
+ :type execution_context: str | int | None
1564
+ :type undo: bool | None
1722
1565
  """
1723
1566
 
1724
1567
  ...
1725
1568
 
1726
1569
  def track_settings_to_track(
1727
- override_context: typing.Optional[
1728
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1729
- ] = None,
1730
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1731
- undo: typing.Optional[bool] = None,
1570
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1571
+ execution_context: str | int | None = None,
1572
+ undo: bool | None = None,
1732
1573
  ):
1733
1574
  """Copy tracking settings from active track to selected tracks
1734
1575
 
1735
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1736
- :type execution_context: typing.Optional[typing.Union[str, int]]
1737
- :type undo: typing.Optional[bool]
1576
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1577
+ :type execution_context: str | int | None
1578
+ :type undo: bool | None
1738
1579
  """
1739
1580
 
1740
1581
  ...
1741
1582
 
1742
1583
  def track_to_empty(
1743
- override_context: typing.Optional[
1744
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1745
- ] = None,
1746
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1747
- undo: typing.Optional[bool] = None,
1584
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1585
+ execution_context: str | int | None = None,
1586
+ undo: bool | None = None,
1748
1587
  ):
1749
1588
  """Create an Empty object which will be copying movement of active track
1750
1589
 
1751
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1752
- :type execution_context: typing.Optional[typing.Union[str, int]]
1753
- :type undo: typing.Optional[bool]
1590
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1591
+ :type execution_context: str | int | None
1592
+ :type undo: bool | None
1754
1593
  """
1755
1594
 
1756
1595
  ...
1757
1596
 
1758
1597
  def tracking_object_new(
1759
- override_context: typing.Optional[
1760
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1761
- ] = None,
1762
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1763
- undo: typing.Optional[bool] = None,
1598
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1599
+ execution_context: str | int | None = None,
1600
+ undo: bool | None = None,
1764
1601
  ):
1765
1602
  """Add new object for tracking
1766
1603
 
1767
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1768
- :type execution_context: typing.Optional[typing.Union[str, int]]
1769
- :type undo: typing.Optional[bool]
1604
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1605
+ :type execution_context: str | int | None
1606
+ :type undo: bool | None
1770
1607
  """
1771
1608
 
1772
1609
  ...
1773
1610
 
1774
1611
  def tracking_object_remove(
1775
- override_context: typing.Optional[
1776
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1777
- ] = None,
1778
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1779
- undo: typing.Optional[bool] = None,
1612
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1613
+ execution_context: str | int | None = None,
1614
+ undo: bool | None = None,
1780
1615
  ):
1781
1616
  """Remove object for tracking
1782
1617
 
1783
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1784
- :type execution_context: typing.Optional[typing.Union[str, int]]
1785
- :type undo: typing.Optional[bool]
1618
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1619
+ :type execution_context: str | int | None
1620
+ :type undo: bool | None
1786
1621
  """
1787
1622
 
1788
1623
  ...
1789
1624
 
1790
1625
  def tracking_settings_preset_add(
1791
- override_context: typing.Optional[
1792
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1793
- ] = None,
1794
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1795
- undo: typing.Optional[bool] = None,
1796
- name: typing.Union[str, typing.Any] = "",
1797
- remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
1798
- remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
1626
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1627
+ execution_context: str | int | None = None,
1628
+ undo: bool | None = None,
1629
+ name: str | typing.Any = "",
1630
+ remove_name: bool | typing.Any | None = False,
1631
+ remove_active: bool | typing.Any | None = False,
1799
1632
  ):
1800
1633
  """Add or remove a motion tracking settings preset
1801
1634
 
1802
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1803
- :type execution_context: typing.Optional[typing.Union[str, int]]
1804
- :type undo: typing.Optional[bool]
1635
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1636
+ :type execution_context: str | int | None
1637
+ :type undo: bool | None
1805
1638
  :param name: Name, Name of the preset, used to make the path name
1806
- :type name: typing.Union[str, typing.Any]
1639
+ :type name: str | typing.Any
1807
1640
  :param remove_name: remove_name
1808
- :type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
1641
+ :type remove_name: bool | typing.Any | None
1809
1642
  :param remove_active: remove_active
1810
- :type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
1643
+ :type remove_active: bool | typing.Any | None
1811
1644
  """
1812
1645
 
1813
1646
  ...
1814
1647
 
1815
1648
  def update_image_from_plane_marker(
1816
- override_context: typing.Optional[
1817
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1818
- ] = None,
1819
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1820
- undo: typing.Optional[bool] = None,
1649
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1650
+ execution_context: str | int | None = None,
1651
+ undo: bool | None = None,
1821
1652
  ):
1822
1653
  """Update current image used by plane marker from the content of the plane marker
1823
1654
 
1824
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1825
- :type execution_context: typing.Optional[typing.Union[str, int]]
1826
- :type undo: typing.Optional[bool]
1655
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1656
+ :type execution_context: str | int | None
1657
+ :type undo: bool | None
1827
1658
  """
1828
1659
 
1829
1660
  ...
1830
1661
 
1831
1662
  def view_all(
1832
- override_context: typing.Optional[
1833
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1834
- ] = None,
1835
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1836
- undo: typing.Optional[bool] = None,
1837
- fit_view: typing.Optional[typing.Union[bool, typing.Any]] = False,
1663
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1664
+ execution_context: str | int | None = None,
1665
+ undo: bool | None = None,
1666
+ fit_view: bool | typing.Any | None = False,
1838
1667
  ):
1839
1668
  """View whole image with markers
1840
1669
 
1841
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1842
- :type execution_context: typing.Optional[typing.Union[str, int]]
1843
- :type undo: typing.Optional[bool]
1670
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1671
+ :type execution_context: str | int | None
1672
+ :type undo: bool | None
1844
1673
  :param fit_view: Fit View, Fit frame to the viewport
1845
- :type fit_view: typing.Optional[typing.Union[bool, typing.Any]]
1674
+ :type fit_view: bool | typing.Any | None
1846
1675
  """
1847
1676
 
1848
1677
  ...
1849
1678
 
1850
1679
  def view_center_cursor(
1851
- override_context: typing.Optional[
1852
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1853
- ] = None,
1854
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1855
- undo: typing.Optional[bool] = None,
1680
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1681
+ execution_context: str | int | None = None,
1682
+ undo: bool | None = None,
1856
1683
  ):
1857
1684
  """Center the view so that the cursor is in the middle of the view
1858
1685
 
1859
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1860
- :type execution_context: typing.Optional[typing.Union[str, int]]
1861
- :type undo: typing.Optional[bool]
1686
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1687
+ :type execution_context: str | int | None
1688
+ :type undo: bool | None
1862
1689
  """
1863
1690
 
1864
1691
  ...
1865
1692
 
1866
1693
  def view_ndof(
1867
- override_context: typing.Optional[
1868
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1869
- ] = None,
1870
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1871
- undo: typing.Optional[bool] = None,
1694
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1695
+ execution_context: str | int | None = None,
1696
+ undo: bool | None = None,
1872
1697
  ):
1873
1698
  """Use a 3D mouse device to pan/zoom the view
1874
1699
 
1875
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1876
- :type execution_context: typing.Optional[typing.Union[str, int]]
1877
- :type undo: typing.Optional[bool]
1700
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1701
+ :type execution_context: str | int | None
1702
+ :type undo: bool | None
1878
1703
  """
1879
1704
 
1880
1705
  ...
1881
1706
 
1882
1707
  def view_pan(
1883
- override_context: typing.Optional[
1884
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1885
- ] = None,
1886
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1887
- undo: typing.Optional[bool] = None,
1888
- offset: typing.Optional[typing.Any] = (0.0, 0.0),
1708
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1709
+ execution_context: str | int | None = None,
1710
+ undo: bool | None = None,
1711
+ offset: typing.Any | None = (0.0, 0.0),
1889
1712
  ):
1890
1713
  """Pan the view
1891
1714
 
1892
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1893
- :type execution_context: typing.Optional[typing.Union[str, int]]
1894
- :type undo: typing.Optional[bool]
1715
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1716
+ :type execution_context: str | int | None
1717
+ :type undo: bool | None
1895
1718
  :param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
1896
- :type offset: typing.Optional[typing.Any]
1719
+ :type offset: typing.Any | None
1897
1720
  """
1898
1721
 
1899
1722
  ...
1900
1723
 
1901
1724
  def view_selected(
1902
- override_context: typing.Optional[
1903
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1904
- ] = None,
1905
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1906
- undo: typing.Optional[bool] = None,
1725
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1726
+ execution_context: str | int | None = None,
1727
+ undo: bool | None = None,
1907
1728
  ):
1908
1729
  """View all selected elements
1909
1730
 
1910
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1911
- :type execution_context: typing.Optional[typing.Union[str, int]]
1912
- :type undo: typing.Optional[bool]
1731
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1732
+ :type execution_context: str | int | None
1733
+ :type undo: bool | None
1913
1734
  """
1914
1735
 
1915
1736
  ...
1916
1737
 
1917
1738
  def view_zoom(
1918
- override_context: typing.Optional[
1919
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1920
- ] = None,
1921
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1922
- undo: typing.Optional[bool] = None,
1923
- factor: typing.Optional[typing.Any] = 0.0,
1924
- use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
1739
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1740
+ execution_context: str | int | None = None,
1741
+ undo: bool | None = None,
1742
+ factor: typing.Any | None = 0.0,
1743
+ use_cursor_init: bool | typing.Any | None = True,
1925
1744
  ):
1926
1745
  """Zoom in/out the view
1927
1746
 
1928
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1929
- :type execution_context: typing.Optional[typing.Union[str, int]]
1930
- :type undo: typing.Optional[bool]
1747
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1748
+ :type execution_context: str | int | None
1749
+ :type undo: bool | None
1931
1750
  :param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
1932
- :type factor: typing.Optional[typing.Any]
1751
+ :type factor: typing.Any | None
1933
1752
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
1934
- :type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
1753
+ :type use_cursor_init: bool | typing.Any | None
1935
1754
  """
1936
1755
 
1937
1756
  ...
1938
1757
 
1939
1758
  def view_zoom_in(
1940
- override_context: typing.Optional[
1941
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1942
- ] = None,
1943
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1944
- undo: typing.Optional[bool] = None,
1945
- location: typing.Optional[typing.Any] = (0.0, 0.0),
1759
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1760
+ execution_context: str | int | None = None,
1761
+ undo: bool | None = None,
1762
+ location: typing.Any | None = (0.0, 0.0),
1946
1763
  ):
1947
1764
  """Zoom in the view
1948
1765
 
1949
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1950
- :type execution_context: typing.Optional[typing.Union[str, int]]
1951
- :type undo: typing.Optional[bool]
1766
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1767
+ :type execution_context: str | int | None
1768
+ :type undo: bool | None
1952
1769
  :param location: Location, Cursor location in screen coordinates
1953
- :type location: typing.Optional[typing.Any]
1770
+ :type location: typing.Any | None
1954
1771
  """
1955
1772
 
1956
1773
  ...
1957
1774
 
1958
1775
  def view_zoom_out(
1959
- override_context: typing.Optional[
1960
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1961
- ] = None,
1962
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1963
- undo: typing.Optional[bool] = None,
1964
- location: typing.Optional[typing.Any] = (0.0, 0.0),
1776
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1777
+ execution_context: str | int | None = None,
1778
+ undo: bool | None = None,
1779
+ location: typing.Any | None = (0.0, 0.0),
1965
1780
  ):
1966
1781
  """Zoom out the view
1967
1782
 
1968
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1969
- :type execution_context: typing.Optional[typing.Union[str, int]]
1970
- :type undo: typing.Optional[bool]
1783
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1784
+ :type execution_context: str | int | None
1785
+ :type undo: bool | None
1971
1786
  :param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
1972
- :type location: typing.Optional[typing.Any]
1787
+ :type location: typing.Any | None
1973
1788
  """
1974
1789
 
1975
1790
  ...
1976
1791
 
1977
1792
  def view_zoom_ratio(
1978
- override_context: typing.Optional[
1979
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1980
- ] = None,
1981
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1982
- undo: typing.Optional[bool] = None,
1983
- ratio: typing.Optional[typing.Any] = 0.0,
1793
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1794
+ execution_context: str | int | None = None,
1795
+ undo: bool | None = None,
1796
+ ratio: typing.Any | None = 0.0,
1984
1797
  ):
1985
1798
  """Set the zoom ratio (based on clip size)
1986
1799
 
1987
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1988
- :type execution_context: typing.Optional[typing.Union[str, int]]
1989
- :type undo: typing.Optional[bool]
1800
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1801
+ :type execution_context: str | int | None
1802
+ :type undo: bool | None
1990
1803
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
1991
- :type ratio: typing.Optional[typing.Any]
1804
+ :type ratio: typing.Any | None
1992
1805
  """
1993
1806
 
1994
1807
  ...