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
@@ -4,191 +4,173 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def bone_select_menu(
7
- override_context: typing.Optional[
8
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
9
- ] = None,
10
- execution_context: typing.Optional[typing.Union[str, int]] = None,
11
- undo: typing.Optional[bool] = None,
12
- name: typing.Optional[typing.Union[str, int, typing.Any]] = "",
13
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
14
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
15
- toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
7
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
8
+ execution_context: str | int | None = None,
9
+ undo: bool | None = None,
10
+ name: str | int | typing.Any | None = "",
11
+ extend: bool | typing.Any | None = False,
12
+ deselect: bool | typing.Any | None = False,
13
+ toggle: bool | typing.Any | None = False,
16
14
  ):
17
15
  """Menu bone selection
18
16
 
19
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
20
- :type execution_context: typing.Optional[typing.Union[str, int]]
21
- :type undo: typing.Optional[bool]
17
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
18
+ :type execution_context: str | int | None
19
+ :type undo: bool | None
22
20
  :param name: Bone Name
23
- :type name: typing.Optional[typing.Union[str, int, typing.Any]]
21
+ :type name: str | int | typing.Any | None
24
22
  :param extend: Extend
25
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
23
+ :type extend: bool | typing.Any | None
26
24
  :param deselect: Deselect
27
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
25
+ :type deselect: bool | typing.Any | None
28
26
  :param toggle: Toggle
29
- :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
27
+ :type toggle: bool | typing.Any | None
30
28
  """
31
29
 
32
30
  ...
33
31
 
34
32
  def camera_background_image_add(
35
- override_context: typing.Optional[
36
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
37
- ] = None,
38
- execution_context: typing.Optional[typing.Union[str, int]] = None,
39
- undo: typing.Optional[bool] = None,
40
- filepath: typing.Union[str, typing.Any] = "",
41
- relative_path: typing.Optional[typing.Union[bool, typing.Any]] = True,
42
- name: typing.Union[str, typing.Any] = "",
43
- session_uid: typing.Optional[typing.Any] = 0,
33
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
34
+ execution_context: str | int | None = None,
35
+ undo: bool | None = None,
36
+ filepath: str | typing.Any = "",
37
+ relative_path: bool | typing.Any | None = True,
38
+ name: str | typing.Any = "",
39
+ session_uid: typing.Any | None = 0,
44
40
  ):
45
41
  """Add a new background image to the active camera
46
42
 
47
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
48
- :type execution_context: typing.Optional[typing.Union[str, int]]
49
- :type undo: typing.Optional[bool]
43
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
44
+ :type execution_context: str | int | None
45
+ :type undo: bool | None
50
46
  :param filepath: Filepath, Path to image file
51
- :type filepath: typing.Union[str, typing.Any]
47
+ :type filepath: str | typing.Any
52
48
  :param relative_path: Relative Path, Select the file relative to the blend file
53
- :type relative_path: typing.Optional[typing.Union[bool, typing.Any]]
49
+ :type relative_path: bool | typing.Any | None
54
50
  :param name: Name, Name of the data-block to use by the operator
55
- :type name: typing.Union[str, typing.Any]
51
+ :type name: str | typing.Any
56
52
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
57
- :type session_uid: typing.Optional[typing.Any]
53
+ :type session_uid: typing.Any | None
58
54
  """
59
55
 
60
56
  ...
61
57
 
62
58
  def camera_background_image_remove(
63
- override_context: typing.Optional[
64
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
65
- ] = None,
66
- execution_context: typing.Optional[typing.Union[str, int]] = None,
67
- undo: typing.Optional[bool] = None,
68
- index: typing.Optional[typing.Any] = 0,
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
+ index: typing.Any | None = 0,
69
63
  ):
70
64
  """Remove a background image from the camera
71
65
 
72
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
73
- :type execution_context: typing.Optional[typing.Union[str, int]]
74
- :type undo: typing.Optional[bool]
66
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
67
+ :type execution_context: str | int | None
68
+ :type undo: bool | None
75
69
  :param index: Index, Background image index to remove
76
- :type index: typing.Optional[typing.Any]
70
+ :type index: typing.Any | None
77
71
  """
78
72
 
79
73
  ...
80
74
 
81
75
  def camera_to_view(
82
- override_context: typing.Optional[
83
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
84
- ] = None,
85
- execution_context: typing.Optional[typing.Union[str, int]] = None,
86
- undo: typing.Optional[bool] = None,
76
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
77
+ execution_context: str | int | None = None,
78
+ undo: bool | None = None,
87
79
  ):
88
80
  """Set camera view to active view
89
81
 
90
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
91
- :type execution_context: typing.Optional[typing.Union[str, int]]
92
- :type undo: typing.Optional[bool]
82
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
83
+ :type execution_context: str | int | None
84
+ :type undo: bool | None
93
85
  """
94
86
 
95
87
  ...
96
88
 
97
89
  def camera_to_view_selected(
98
- override_context: typing.Optional[
99
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
100
- ] = None,
101
- execution_context: typing.Optional[typing.Union[str, int]] = None,
102
- undo: typing.Optional[bool] = None,
90
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
91
+ execution_context: str | int | None = None,
92
+ undo: bool | None = None,
103
93
  ):
104
94
  """Move the camera so selected objects are framed
105
95
 
106
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
107
- :type execution_context: typing.Optional[typing.Union[str, int]]
108
- :type undo: typing.Optional[bool]
96
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
97
+ :type execution_context: str | int | None
98
+ :type undo: bool | None
109
99
  """
110
100
 
111
101
  ...
112
102
 
113
103
  def clear_render_border(
114
- override_context: typing.Optional[
115
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
116
- ] = None,
117
- execution_context: typing.Optional[typing.Union[str, int]] = None,
118
- undo: typing.Optional[bool] = None,
104
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
105
+ execution_context: str | int | None = None,
106
+ undo: bool | None = None,
119
107
  ):
120
108
  """Clear the boundaries of the border render and disable border render
121
109
 
122
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
123
- :type execution_context: typing.Optional[typing.Union[str, int]]
124
- :type undo: typing.Optional[bool]
110
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
111
+ :type execution_context: str | int | None
112
+ :type undo: bool | None
125
113
  """
126
114
 
127
115
  ...
128
116
 
129
117
  def clip_border(
130
- override_context: typing.Optional[
131
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
132
- ] = None,
133
- execution_context: typing.Optional[typing.Union[str, int]] = None,
134
- undo: typing.Optional[bool] = None,
135
- xmin: typing.Optional[typing.Any] = 0,
136
- xmax: typing.Optional[typing.Any] = 0,
137
- ymin: typing.Optional[typing.Any] = 0,
138
- ymax: typing.Optional[typing.Any] = 0,
139
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
118
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
119
+ execution_context: str | int | None = None,
120
+ undo: bool | None = None,
121
+ xmin: typing.Any | None = 0,
122
+ xmax: typing.Any | None = 0,
123
+ ymin: typing.Any | None = 0,
124
+ ymax: typing.Any | None = 0,
125
+ wait_for_input: bool | typing.Any | None = True,
140
126
  ):
141
127
  """Set the view clipping region
142
128
 
143
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
144
- :type execution_context: typing.Optional[typing.Union[str, int]]
145
- :type undo: typing.Optional[bool]
129
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
130
+ :type execution_context: str | int | None
131
+ :type undo: bool | None
146
132
  :param xmin: X Min
147
- :type xmin: typing.Optional[typing.Any]
133
+ :type xmin: typing.Any | None
148
134
  :param xmax: X Max
149
- :type xmax: typing.Optional[typing.Any]
135
+ :type xmax: typing.Any | None
150
136
  :param ymin: Y Min
151
- :type ymin: typing.Optional[typing.Any]
137
+ :type ymin: typing.Any | None
152
138
  :param ymax: Y Max
153
- :type ymax: typing.Optional[typing.Any]
139
+ :type ymax: typing.Any | None
154
140
  :param wait_for_input: Wait for Input
155
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
141
+ :type wait_for_input: bool | typing.Any | None
156
142
  """
157
143
 
158
144
  ...
159
145
 
160
146
  def copybuffer(
161
- override_context: typing.Optional[
162
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
163
- ] = None,
164
- execution_context: typing.Optional[typing.Union[str, int]] = None,
165
- undo: typing.Optional[bool] = None,
147
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
148
+ execution_context: str | int | None = None,
149
+ undo: bool | None = None,
166
150
  ):
167
151
  """Copy the selected objects to the internal clipboard
168
152
 
169
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
170
- :type execution_context: typing.Optional[typing.Union[str, int]]
171
- :type undo: typing.Optional[bool]
153
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
154
+ :type execution_context: str | int | None
155
+ :type undo: bool | None
172
156
  """
173
157
 
174
158
  ...
175
159
 
176
160
  def cursor3d(
177
- override_context: typing.Optional[
178
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
179
- ] = None,
180
- execution_context: typing.Optional[typing.Union[str, int]] = None,
181
- undo: typing.Optional[bool] = None,
182
- use_depth: typing.Optional[typing.Union[bool, typing.Any]] = True,
183
- orientation: typing.Optional[typing.Any] = "VIEW",
161
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
162
+ execution_context: str | int | None = None,
163
+ undo: bool | None = None,
164
+ use_depth: bool | typing.Any | None = True,
165
+ orientation: typing.Any | None = "VIEW",
184
166
  ):
185
167
  """Set the location of the 3D cursor
186
168
 
187
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
188
- :type execution_context: typing.Optional[typing.Union[str, int]]
189
- :type undo: typing.Optional[bool]
169
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
170
+ :type execution_context: str | int | None
171
+ :type undo: bool | None
190
172
  :param use_depth: Surface Project, Project onto the surface
191
- :type use_depth: typing.Optional[typing.Union[bool, typing.Any]]
173
+ :type use_depth: bool | typing.Any | None
192
174
  :param orientation: Orientation, Preset viewpoint to use
193
175
 
194
176
  NONE
@@ -202,164 +184,148 @@ def cursor3d(
202
184
 
203
185
  GEOM
204
186
  Geometry -- Match the surface normal.
205
- :type orientation: typing.Optional[typing.Any]
187
+ :type orientation: typing.Any | None
206
188
  """
207
189
 
208
190
  ...
209
191
 
210
192
  def dolly(
211
- override_context: typing.Optional[
212
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
213
- ] = None,
214
- execution_context: typing.Optional[typing.Union[str, int]] = None,
215
- undo: typing.Optional[bool] = None,
216
- mx: typing.Optional[typing.Any] = 0,
217
- my: typing.Optional[typing.Any] = 0,
218
- delta: typing.Optional[typing.Any] = 0,
219
- use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
193
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
194
+ execution_context: str | int | None = None,
195
+ undo: bool | None = None,
196
+ mx: typing.Any | None = 0,
197
+ my: typing.Any | None = 0,
198
+ delta: typing.Any | None = 0,
199
+ use_cursor_init: bool | typing.Any | None = True,
220
200
  ):
221
201
  """Dolly in/out in the view
222
202
 
223
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
224
- :type execution_context: typing.Optional[typing.Union[str, int]]
225
- :type undo: typing.Optional[bool]
203
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
204
+ :type execution_context: str | int | None
205
+ :type undo: bool | None
226
206
  :param mx: Region Position X
227
- :type mx: typing.Optional[typing.Any]
207
+ :type mx: typing.Any | None
228
208
  :param my: Region Position Y
229
- :type my: typing.Optional[typing.Any]
209
+ :type my: typing.Any | None
230
210
  :param delta: Delta
231
- :type delta: typing.Optional[typing.Any]
211
+ :type delta: typing.Any | None
232
212
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
233
- :type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
213
+ :type use_cursor_init: bool | typing.Any | None
234
214
  """
235
215
 
236
216
  ...
237
217
 
238
218
  def drop_world(
239
- override_context: typing.Optional[
240
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
241
- ] = None,
242
- execution_context: typing.Optional[typing.Union[str, int]] = None,
243
- undo: typing.Optional[bool] = None,
244
- name: typing.Union[str, typing.Any] = "",
245
- session_uid: typing.Optional[typing.Any] = 0,
219
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
220
+ execution_context: str | int | None = None,
221
+ undo: bool | None = None,
222
+ name: str | typing.Any = "",
223
+ session_uid: typing.Any | None = 0,
246
224
  ):
247
225
  """Drop a world into the scene
248
226
 
249
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
250
- :type execution_context: typing.Optional[typing.Union[str, int]]
251
- :type undo: typing.Optional[bool]
227
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
228
+ :type execution_context: str | int | None
229
+ :type undo: bool | None
252
230
  :param name: Name, Name of the data-block to use by the operator
253
- :type name: typing.Union[str, typing.Any]
231
+ :type name: str | typing.Any
254
232
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
255
- :type session_uid: typing.Optional[typing.Any]
233
+ :type session_uid: typing.Any | None
256
234
  """
257
235
 
258
236
  ...
259
237
 
260
238
  def edit_mesh_extrude_individual_move(
261
- override_context: typing.Optional[
262
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
263
- ] = None,
264
- execution_context: typing.Optional[typing.Union[str, int]] = None,
265
- undo: typing.Optional[bool] = None,
239
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
240
+ execution_context: str | int | None = None,
241
+ undo: bool | None = None,
266
242
  ):
267
243
  """Extrude each individual face separately along local normals
268
244
 
269
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
270
- :type execution_context: typing.Optional[typing.Union[str, int]]
271
- :type undo: typing.Optional[bool]
245
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
246
+ :type execution_context: str | int | None
247
+ :type undo: bool | None
272
248
  """
273
249
 
274
250
  ...
275
251
 
276
252
  def edit_mesh_extrude_manifold_normal(
277
- override_context: typing.Optional[
278
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
279
- ] = None,
280
- execution_context: typing.Optional[typing.Union[str, int]] = None,
281
- undo: typing.Optional[bool] = None,
253
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
254
+ execution_context: str | int | None = None,
255
+ undo: bool | None = None,
282
256
  ):
283
257
  """Extrude manifold region along normals
284
258
 
285
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
286
- :type execution_context: typing.Optional[typing.Union[str, int]]
287
- :type undo: typing.Optional[bool]
259
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
260
+ :type execution_context: str | int | None
261
+ :type undo: bool | None
288
262
  """
289
263
 
290
264
  ...
291
265
 
292
266
  def edit_mesh_extrude_move_normal(
293
- override_context: typing.Optional[
294
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
295
- ] = None,
296
- execution_context: typing.Optional[typing.Union[str, int]] = None,
297
- undo: typing.Optional[bool] = None,
298
- dissolve_and_intersect: typing.Optional[typing.Union[bool, typing.Any]] = False,
267
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
268
+ execution_context: str | int | None = None,
269
+ undo: bool | None = None,
270
+ dissolve_and_intersect: bool | typing.Any | None = False,
299
271
  ):
300
272
  """Extrude region together along the average normal
301
273
 
302
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
303
- :type execution_context: typing.Optional[typing.Union[str, int]]
304
- :type undo: typing.Optional[bool]
274
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
275
+ :type execution_context: str | int | None
276
+ :type undo: bool | None
305
277
  :param dissolve_and_intersect: dissolve_and_intersect, Dissolves adjacent faces and intersects new geometry
306
- :type dissolve_and_intersect: typing.Optional[typing.Union[bool, typing.Any]]
278
+ :type dissolve_and_intersect: bool | typing.Any | None
307
279
  """
308
280
 
309
281
  ...
310
282
 
311
283
  def edit_mesh_extrude_move_shrink_fatten(
312
- override_context: typing.Optional[
313
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
314
- ] = None,
315
- execution_context: typing.Optional[typing.Union[str, int]] = None,
316
- undo: typing.Optional[bool] = None,
284
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
285
+ execution_context: str | int | None = None,
286
+ undo: bool | None = None,
317
287
  ):
318
288
  """Extrude region together along local normals
319
289
 
320
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
321
- :type execution_context: typing.Optional[typing.Union[str, int]]
322
- :type undo: typing.Optional[bool]
290
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
291
+ :type execution_context: str | int | None
292
+ :type undo: bool | None
323
293
  """
324
294
 
325
295
  ...
326
296
 
327
297
  def fly(
328
- override_context: typing.Optional[
329
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
330
- ] = None,
331
- execution_context: typing.Optional[typing.Union[str, int]] = None,
332
- undo: typing.Optional[bool] = None,
298
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
299
+ execution_context: str | int | None = None,
300
+ undo: bool | None = None,
333
301
  ):
334
302
  """Interactively fly around the scene
335
303
 
336
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
337
- :type execution_context: typing.Optional[typing.Union[str, int]]
338
- :type undo: typing.Optional[bool]
304
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
305
+ :type execution_context: str | int | None
306
+ :type undo: bool | None
339
307
  """
340
308
 
341
309
  ...
342
310
 
343
311
  def interactive_add(
344
- override_context: typing.Optional[
345
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
346
- ] = None,
347
- execution_context: typing.Optional[typing.Union[str, int]] = None,
348
- undo: typing.Optional[bool] = None,
349
- primitive_type: typing.Optional[typing.Any] = "CUBE",
350
- plane_origin_base: typing.Optional[typing.Any] = "EDGE",
351
- plane_origin_depth: typing.Optional[typing.Any] = "EDGE",
352
- plane_aspect_base: typing.Optional[typing.Any] = "FREE",
353
- plane_aspect_depth: typing.Optional[typing.Any] = "FREE",
354
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
312
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
+ execution_context: str | int | None = None,
314
+ undo: bool | None = None,
315
+ primitive_type: typing.Any | None = "CUBE",
316
+ plane_origin_base: typing.Any | None = "EDGE",
317
+ plane_origin_depth: typing.Any | None = "EDGE",
318
+ plane_aspect_base: typing.Any | None = "FREE",
319
+ plane_aspect_depth: typing.Any | None = "FREE",
320
+ wait_for_input: bool | typing.Any | None = True,
355
321
  ):
356
322
  """Interactively add an object
357
323
 
358
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
359
- :type execution_context: typing.Optional[typing.Union[str, int]]
360
- :type undo: typing.Optional[bool]
324
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
325
+ :type execution_context: str | int | None
326
+ :type undo: bool | None
361
327
  :param primitive_type: Primitive
362
- :type primitive_type: typing.Optional[typing.Any]
328
+ :type primitive_type: typing.Any | None
363
329
  :param plane_origin_base: Origin, The initial position for placement
364
330
 
365
331
  EDGE
@@ -367,7 +333,7 @@ def interactive_add(
367
333
 
368
334
  CENTER
369
335
  Center -- Start placing the center position.
370
- :type plane_origin_base: typing.Optional[typing.Any]
336
+ :type plane_origin_base: typing.Any | None
371
337
  :param plane_origin_depth: Origin, The initial position for placement
372
338
 
373
339
  EDGE
@@ -375,7 +341,7 @@ def interactive_add(
375
341
 
376
342
  CENTER
377
343
  Center -- Start placing the center position.
378
- :type plane_origin_depth: typing.Optional[typing.Any]
344
+ :type plane_origin_depth: typing.Any | None
379
345
  :param plane_aspect_base: Aspect, The initial aspect setting
380
346
 
381
347
  FREE
@@ -383,7 +349,7 @@ def interactive_add(
383
349
 
384
350
  FIXED
385
351
  Fixed -- Use a fixed 1:1 aspect.
386
- :type plane_aspect_base: typing.Optional[typing.Any]
352
+ :type plane_aspect_base: typing.Any | None
387
353
  :param plane_aspect_depth: Aspect, The initial aspect setting
388
354
 
389
355
  FREE
@@ -391,354 +357,320 @@ def interactive_add(
391
357
 
392
358
  FIXED
393
359
  Fixed -- Use a fixed 1:1 aspect.
394
- :type plane_aspect_depth: typing.Optional[typing.Any]
360
+ :type plane_aspect_depth: typing.Any | None
395
361
  :param wait_for_input: Wait for Input
396
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
362
+ :type wait_for_input: bool | typing.Any | None
397
363
  """
398
364
 
399
365
  ...
400
366
 
401
367
  def localview(
402
- override_context: typing.Optional[
403
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
404
- ] = None,
405
- execution_context: typing.Optional[typing.Union[str, int]] = None,
406
- undo: typing.Optional[bool] = None,
407
- frame_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
368
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
369
+ execution_context: str | int | None = None,
370
+ undo: bool | None = None,
371
+ frame_selected: bool | typing.Any | None = True,
408
372
  ):
409
373
  """Toggle display of selected object(s) separately and centered in view
410
374
 
411
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
412
- :type execution_context: typing.Optional[typing.Union[str, int]]
413
- :type undo: typing.Optional[bool]
375
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
376
+ :type execution_context: str | int | None
377
+ :type undo: bool | None
414
378
  :param frame_selected: Frame Selected, Move the view to frame the selected objects
415
- :type frame_selected: typing.Optional[typing.Union[bool, typing.Any]]
379
+ :type frame_selected: bool | typing.Any | None
416
380
  """
417
381
 
418
382
  ...
419
383
 
420
384
  def localview_remove_from(
421
- override_context: typing.Optional[
422
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
423
- ] = None,
424
- execution_context: typing.Optional[typing.Union[str, int]] = None,
425
- undo: typing.Optional[bool] = None,
385
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
386
+ execution_context: str | int | None = None,
387
+ undo: bool | None = None,
426
388
  ):
427
389
  """Move selected objects out of local view
428
390
 
429
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
430
- :type execution_context: typing.Optional[typing.Union[str, int]]
431
- :type undo: typing.Optional[bool]
391
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
392
+ :type execution_context: str | int | None
393
+ :type undo: bool | None
432
394
  """
433
395
 
434
396
  ...
435
397
 
436
398
  def move(
437
- override_context: typing.Optional[
438
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
439
- ] = None,
440
- execution_context: typing.Optional[typing.Union[str, int]] = None,
441
- undo: typing.Optional[bool] = None,
442
- use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
399
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
400
+ execution_context: str | int | None = None,
401
+ undo: bool | None = None,
402
+ use_cursor_init: bool | typing.Any | None = True,
443
403
  ):
444
404
  """Move the view
445
405
 
446
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
447
- :type execution_context: typing.Optional[typing.Union[str, int]]
448
- :type undo: typing.Optional[bool]
406
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
407
+ :type execution_context: str | int | None
408
+ :type undo: bool | None
449
409
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
450
- :type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
410
+ :type use_cursor_init: bool | typing.Any | None
451
411
  """
452
412
 
453
413
  ...
454
414
 
455
415
  def navigate(
456
- override_context: typing.Optional[
457
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
458
- ] = None,
459
- execution_context: typing.Optional[typing.Union[str, int]] = None,
460
- undo: typing.Optional[bool] = None,
416
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
417
+ execution_context: str | int | None = None,
418
+ undo: bool | None = None,
461
419
  ):
462
420
  """Interactively navigate around the scene (uses the mode (walk/fly) preference)
463
421
 
464
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
465
- :type execution_context: typing.Optional[typing.Union[str, int]]
466
- :type undo: typing.Optional[bool]
422
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
423
+ :type execution_context: str | int | None
424
+ :type undo: bool | None
467
425
  """
468
426
 
469
427
  ...
470
428
 
471
429
  def ndof_all(
472
- override_context: typing.Optional[
473
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
474
- ] = None,
475
- execution_context: typing.Optional[typing.Union[str, int]] = None,
476
- undo: typing.Optional[bool] = None,
430
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
431
+ execution_context: str | int | None = None,
432
+ undo: bool | None = None,
477
433
  ):
478
434
  """Pan and rotate the view with the 3D mouse
479
435
 
480
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
481
- :type execution_context: typing.Optional[typing.Union[str, int]]
482
- :type undo: typing.Optional[bool]
436
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
437
+ :type execution_context: str | int | None
438
+ :type undo: bool | None
483
439
  """
484
440
 
485
441
  ...
486
442
 
487
443
  def ndof_orbit(
488
- override_context: typing.Optional[
489
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
490
- ] = None,
491
- execution_context: typing.Optional[typing.Union[str, int]] = None,
492
- undo: typing.Optional[bool] = None,
444
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
445
+ execution_context: str | int | None = None,
446
+ undo: bool | None = None,
493
447
  ):
494
448
  """Orbit the view using the 3D mouse
495
449
 
496
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
497
- :type execution_context: typing.Optional[typing.Union[str, int]]
498
- :type undo: typing.Optional[bool]
450
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
451
+ :type execution_context: str | int | None
452
+ :type undo: bool | None
499
453
  """
500
454
 
501
455
  ...
502
456
 
503
457
  def ndof_orbit_zoom(
504
- override_context: typing.Optional[
505
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
506
- ] = None,
507
- execution_context: typing.Optional[typing.Union[str, int]] = None,
508
- undo: typing.Optional[bool] = None,
458
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
459
+ execution_context: str | int | None = None,
460
+ undo: bool | None = None,
509
461
  ):
510
462
  """Orbit and zoom the view using the 3D mouse
511
463
 
512
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
513
- :type execution_context: typing.Optional[typing.Union[str, int]]
514
- :type undo: typing.Optional[bool]
464
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
465
+ :type execution_context: str | int | None
466
+ :type undo: bool | None
515
467
  """
516
468
 
517
469
  ...
518
470
 
519
471
  def ndof_pan(
520
- override_context: typing.Optional[
521
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
522
- ] = None,
523
- execution_context: typing.Optional[typing.Union[str, int]] = None,
524
- undo: typing.Optional[bool] = None,
472
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
473
+ execution_context: str | int | None = None,
474
+ undo: bool | None = None,
525
475
  ):
526
476
  """Pan the view with the 3D mouse
527
477
 
528
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
529
- :type execution_context: typing.Optional[typing.Union[str, int]]
530
- :type undo: typing.Optional[bool]
478
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
479
+ :type execution_context: str | int | None
480
+ :type undo: bool | None
531
481
  """
532
482
 
533
483
  ...
534
484
 
535
485
  def object_as_camera(
536
- override_context: typing.Optional[
537
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
538
- ] = None,
539
- execution_context: typing.Optional[typing.Union[str, int]] = None,
540
- undo: typing.Optional[bool] = None,
486
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
487
+ execution_context: str | int | None = None,
488
+ undo: bool | None = None,
541
489
  ):
542
490
  """Set the active object as the active camera for this view or scene
543
491
 
544
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
545
- :type execution_context: typing.Optional[typing.Union[str, int]]
546
- :type undo: typing.Optional[bool]
492
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
493
+ :type execution_context: str | int | None
494
+ :type undo: bool | None
547
495
  """
548
496
 
549
497
  ...
550
498
 
551
499
  def object_mode_pie_or_toggle(
552
- override_context: typing.Optional[
553
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
554
- ] = None,
555
- execution_context: typing.Optional[typing.Union[str, int]] = None,
556
- undo: typing.Optional[bool] = None,
500
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
501
+ execution_context: str | int | None = None,
502
+ undo: bool | None = None,
557
503
  ):
558
504
  """Undocumented, consider contributing.
559
505
 
560
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
561
- :type execution_context: typing.Optional[typing.Union[str, int]]
562
- :type undo: typing.Optional[bool]
506
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
507
+ :type execution_context: str | int | None
508
+ :type undo: bool | None
563
509
  """
564
510
 
565
511
  ...
566
512
 
567
513
  def pastebuffer(
568
- override_context: typing.Optional[
569
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
570
- ] = None,
571
- execution_context: typing.Optional[typing.Union[str, int]] = None,
572
- undo: typing.Optional[bool] = None,
573
- autoselect: typing.Optional[typing.Union[bool, typing.Any]] = True,
574
- active_collection: typing.Optional[typing.Union[bool, typing.Any]] = True,
514
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
515
+ execution_context: str | int | None = None,
516
+ undo: bool | None = None,
517
+ autoselect: bool | typing.Any | None = True,
518
+ active_collection: bool | typing.Any | None = True,
575
519
  ):
576
520
  """Paste objects from the internal clipboard
577
521
 
578
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
579
- :type execution_context: typing.Optional[typing.Union[str, int]]
580
- :type undo: typing.Optional[bool]
522
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
523
+ :type execution_context: str | int | None
524
+ :type undo: bool | None
581
525
  :param autoselect: Select, Select pasted objects
582
- :type autoselect: typing.Optional[typing.Union[bool, typing.Any]]
526
+ :type autoselect: bool | typing.Any | None
583
527
  :param active_collection: Active Collection, Put pasted objects in the active collection
584
- :type active_collection: typing.Optional[typing.Union[bool, typing.Any]]
528
+ :type active_collection: bool | typing.Any | None
585
529
  """
586
530
 
587
531
  ...
588
532
 
589
533
  def render_border(
590
- override_context: typing.Optional[
591
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
592
- ] = None,
593
- execution_context: typing.Optional[typing.Union[str, int]] = None,
594
- undo: typing.Optional[bool] = None,
595
- xmin: typing.Optional[typing.Any] = 0,
596
- xmax: typing.Optional[typing.Any] = 0,
597
- ymin: typing.Optional[typing.Any] = 0,
598
- ymax: typing.Optional[typing.Any] = 0,
599
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
534
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
535
+ execution_context: str | int | None = None,
536
+ undo: bool | None = None,
537
+ xmin: typing.Any | None = 0,
538
+ xmax: typing.Any | None = 0,
539
+ ymin: typing.Any | None = 0,
540
+ ymax: typing.Any | None = 0,
541
+ wait_for_input: bool | typing.Any | None = True,
600
542
  ):
601
543
  """Set the boundaries of the border render and enable border render
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 xmin: X Min
607
- :type xmin: typing.Optional[typing.Any]
549
+ :type xmin: typing.Any | None
608
550
  :param xmax: X Max
609
- :type xmax: typing.Optional[typing.Any]
551
+ :type xmax: typing.Any | None
610
552
  :param ymin: Y Min
611
- :type ymin: typing.Optional[typing.Any]
553
+ :type ymin: typing.Any | None
612
554
  :param ymax: Y Max
613
- :type ymax: typing.Optional[typing.Any]
555
+ :type ymax: typing.Any | None
614
556
  :param wait_for_input: Wait for Input
615
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
557
+ :type wait_for_input: bool | typing.Any | None
616
558
  """
617
559
 
618
560
  ...
619
561
 
620
562
  def rotate(
621
- override_context: typing.Optional[
622
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
623
- ] = None,
624
- execution_context: typing.Optional[typing.Union[str, int]] = None,
625
- undo: typing.Optional[bool] = None,
626
- use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
563
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
564
+ execution_context: str | int | None = None,
565
+ undo: bool | None = None,
566
+ use_cursor_init: bool | typing.Any | None = True,
627
567
  ):
628
568
  """Rotate the view
629
569
 
630
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
631
- :type execution_context: typing.Optional[typing.Union[str, int]]
632
- :type undo: typing.Optional[bool]
570
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
571
+ :type execution_context: str | int | None
572
+ :type undo: bool | None
633
573
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
634
- :type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
574
+ :type use_cursor_init: bool | typing.Any | None
635
575
  """
636
576
 
637
577
  ...
638
578
 
639
579
  def ruler_add(
640
- override_context: typing.Optional[
641
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
642
- ] = None,
643
- execution_context: typing.Optional[typing.Union[str, int]] = None,
644
- undo: typing.Optional[bool] = None,
580
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
581
+ execution_context: str | int | None = None,
582
+ undo: bool | None = None,
645
583
  ):
646
584
  """Add ruler
647
585
 
648
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
649
- :type execution_context: typing.Optional[typing.Union[str, int]]
650
- :type undo: typing.Optional[bool]
586
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
587
+ :type execution_context: str | int | None
588
+ :type undo: bool | None
651
589
  """
652
590
 
653
591
  ...
654
592
 
655
593
  def ruler_remove(
656
- override_context: typing.Optional[
657
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
658
- ] = None,
659
- execution_context: typing.Optional[typing.Union[str, int]] = None,
660
- undo: typing.Optional[bool] = None,
594
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
595
+ execution_context: str | int | None = None,
596
+ undo: bool | None = None,
661
597
  ):
662
598
  """Undocumented, consider contributing.
663
599
 
664
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
665
- :type execution_context: typing.Optional[typing.Union[str, int]]
666
- :type undo: typing.Optional[bool]
600
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
601
+ :type execution_context: str | int | None
602
+ :type undo: bool | None
667
603
  """
668
604
 
669
605
  ...
670
606
 
671
607
  def select(
672
- override_context: typing.Optional[
673
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
674
- ] = None,
675
- execution_context: typing.Optional[typing.Union[str, int]] = None,
676
- undo: typing.Optional[bool] = None,
677
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
678
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
679
- toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
680
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
681
- select_passthrough: typing.Optional[typing.Union[bool, typing.Any]] = False,
682
- center: typing.Optional[typing.Union[bool, typing.Any]] = False,
683
- enumerate: typing.Optional[typing.Union[bool, typing.Any]] = False,
684
- object: typing.Optional[typing.Union[bool, typing.Any]] = False,
685
- location: typing.Optional[typing.Any] = (0, 0),
608
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
609
+ execution_context: str | int | None = None,
610
+ undo: bool | None = None,
611
+ extend: bool | typing.Any | None = False,
612
+ deselect: bool | typing.Any | None = False,
613
+ toggle: bool | typing.Any | None = False,
614
+ deselect_all: bool | typing.Any | None = False,
615
+ select_passthrough: bool | typing.Any | None = False,
616
+ center: bool | typing.Any | None = False,
617
+ enumerate: bool | typing.Any | None = False,
618
+ object: bool | typing.Any | None = False,
619
+ location: typing.Any | None = (0, 0),
686
620
  ):
687
621
  """Select and activate item(s)
688
622
 
689
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
690
- :type execution_context: typing.Optional[typing.Union[str, int]]
691
- :type undo: typing.Optional[bool]
623
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
624
+ :type execution_context: str | int | None
625
+ :type undo: bool | None
692
626
  :param extend: Extend, Extend selection instead of deselecting everything first
693
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
627
+ :type extend: bool | typing.Any | None
694
628
  :param deselect: Deselect, Remove from selection
695
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
629
+ :type deselect: bool | typing.Any | None
696
630
  :param toggle: Toggle Selection, Toggle the selection
697
- :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
631
+ :type toggle: bool | typing.Any | None
698
632
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
699
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
633
+ :type deselect_all: bool | typing.Any | None
700
634
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
701
- :type select_passthrough: typing.Optional[typing.Union[bool, typing.Any]]
635
+ :type select_passthrough: bool | typing.Any | None
702
636
  :param center: Center, Use the object center when selecting, in edit mode used to extend object selection
703
- :type center: typing.Optional[typing.Union[bool, typing.Any]]
637
+ :type center: bool | typing.Any | None
704
638
  :param enumerate: Enumerate, List objects under the mouse (object mode only)
705
- :type enumerate: typing.Optional[typing.Union[bool, typing.Any]]
639
+ :type enumerate: bool | typing.Any | None
706
640
  :param object: Object, Use object selection (edit mode only)
707
- :type object: typing.Optional[typing.Union[bool, typing.Any]]
641
+ :type object: bool | typing.Any | None
708
642
  :param location: Location, Mouse location
709
- :type location: typing.Optional[typing.Any]
643
+ :type location: typing.Any | None
710
644
  """
711
645
 
712
646
  ...
713
647
 
714
648
  def select_box(
715
- override_context: typing.Optional[
716
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
717
- ] = None,
718
- execution_context: typing.Optional[typing.Union[str, int]] = None,
719
- undo: typing.Optional[bool] = None,
720
- xmin: typing.Optional[typing.Any] = 0,
721
- xmax: typing.Optional[typing.Any] = 0,
722
- ymin: typing.Optional[typing.Any] = 0,
723
- ymax: typing.Optional[typing.Any] = 0,
724
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
725
- mode: typing.Optional[typing.Any] = "SET",
649
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
650
+ execution_context: str | int | None = None,
651
+ undo: bool | None = None,
652
+ xmin: typing.Any | None = 0,
653
+ xmax: typing.Any | None = 0,
654
+ ymin: typing.Any | None = 0,
655
+ ymax: typing.Any | None = 0,
656
+ wait_for_input: bool | typing.Any | None = True,
657
+ mode: typing.Any | None = "SET",
726
658
  ):
727
659
  """Select items using box selection
728
660
 
729
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
730
- :type execution_context: typing.Optional[typing.Union[str, int]]
731
- :type undo: typing.Optional[bool]
661
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
662
+ :type execution_context: str | int | None
663
+ :type undo: bool | None
732
664
  :param xmin: X Min
733
- :type xmin: typing.Optional[typing.Any]
665
+ :type xmin: typing.Any | None
734
666
  :param xmax: X Max
735
- :type xmax: typing.Optional[typing.Any]
667
+ :type xmax: typing.Any | None
736
668
  :param ymin: Y Min
737
- :type ymin: typing.Optional[typing.Any]
669
+ :type ymin: typing.Any | None
738
670
  :param ymax: Y Max
739
- :type ymax: typing.Optional[typing.Any]
671
+ :type ymax: typing.Any | None
740
672
  :param wait_for_input: Wait for Input
741
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
673
+ :type wait_for_input: bool | typing.Any | None
742
674
  :param mode: Mode
743
675
 
744
676
  SET
@@ -755,36 +687,34 @@ def select_box(
755
687
 
756
688
  AND
757
689
  Intersect -- Intersect existing selection.
758
- :type mode: typing.Optional[typing.Any]
690
+ :type mode: typing.Any | None
759
691
  """
760
692
 
761
693
  ...
762
694
 
763
695
  def select_circle(
764
- override_context: typing.Optional[
765
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
766
- ] = None,
767
- execution_context: typing.Optional[typing.Union[str, int]] = None,
768
- undo: typing.Optional[bool] = None,
769
- x: typing.Optional[typing.Any] = 0,
770
- y: typing.Optional[typing.Any] = 0,
771
- radius: typing.Optional[typing.Any] = 25,
772
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
773
- mode: typing.Optional[typing.Any] = "SET",
696
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
697
+ execution_context: str | int | None = None,
698
+ undo: bool | None = None,
699
+ x: typing.Any | None = 0,
700
+ y: typing.Any | None = 0,
701
+ radius: typing.Any | None = 25,
702
+ wait_for_input: bool | typing.Any | None = True,
703
+ mode: typing.Any | None = "SET",
774
704
  ):
775
705
  """Select items using circle selection
776
706
 
777
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
778
- :type execution_context: typing.Optional[typing.Union[str, int]]
779
- :type undo: typing.Optional[bool]
707
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
708
+ :type execution_context: str | int | None
709
+ :type undo: bool | None
780
710
  :param x: X
781
- :type x: typing.Optional[typing.Any]
711
+ :type x: typing.Any | None
782
712
  :param y: Y
783
- :type y: typing.Optional[typing.Any]
713
+ :type y: typing.Any | None
784
714
  :param radius: Radius
785
- :type radius: typing.Optional[typing.Any]
715
+ :type radius: typing.Any | None
786
716
  :param wait_for_input: Wait for Input
787
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
717
+ :type wait_for_input: bool | typing.Any | None
788
718
  :param mode: Mode
789
719
 
790
720
  SET
@@ -795,29 +725,25 @@ def select_circle(
795
725
 
796
726
  SUB
797
727
  Subtract -- Subtract existing selection.
798
- :type mode: typing.Optional[typing.Any]
728
+ :type mode: typing.Any | None
799
729
  """
800
730
 
801
731
  ...
802
732
 
803
733
  def select_lasso(
804
- override_context: typing.Optional[
805
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
806
- ] = None,
807
- execution_context: typing.Optional[typing.Union[str, int]] = None,
808
- undo: typing.Optional[bool] = None,
809
- path: typing.Optional[
810
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
811
- ] = None,
812
- mode: typing.Optional[typing.Any] = "SET",
734
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
735
+ execution_context: str | int | None = None,
736
+ undo: bool | None = None,
737
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
738
+ mode: typing.Any | None = "SET",
813
739
  ):
814
740
  """Select items using lasso selection
815
741
 
816
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
817
- :type execution_context: typing.Optional[typing.Union[str, int]]
818
- :type undo: typing.Optional[bool]
742
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
743
+ :type execution_context: str | int | None
744
+ :type undo: bool | None
819
745
  :param path: Path
820
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
746
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
821
747
  :param mode: Mode
822
748
 
823
749
  SET
@@ -834,199 +760,177 @@ def select_lasso(
834
760
 
835
761
  AND
836
762
  Intersect -- Intersect existing selection.
837
- :type mode: typing.Optional[typing.Any]
763
+ :type mode: typing.Any | None
838
764
  """
839
765
 
840
766
  ...
841
767
 
842
768
  def select_menu(
843
- override_context: typing.Optional[
844
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
845
- ] = None,
846
- execution_context: typing.Optional[typing.Union[str, int]] = None,
847
- undo: typing.Optional[bool] = None,
848
- name: typing.Optional[typing.Union[str, int, typing.Any]] = "",
849
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
850
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
851
- toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
769
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
770
+ execution_context: str | int | None = None,
771
+ undo: bool | None = None,
772
+ name: str | int | typing.Any | None = "",
773
+ extend: bool | typing.Any | None = False,
774
+ deselect: bool | typing.Any | None = False,
775
+ toggle: bool | typing.Any | None = False,
852
776
  ):
853
777
  """Menu object selection
854
778
 
855
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
856
- :type execution_context: typing.Optional[typing.Union[str, int]]
857
- :type undo: typing.Optional[bool]
779
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
780
+ :type execution_context: str | int | None
781
+ :type undo: bool | None
858
782
  :param name: Object Name
859
- :type name: typing.Optional[typing.Union[str, int, typing.Any]]
783
+ :type name: str | int | typing.Any | None
860
784
  :param extend: Extend
861
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
785
+ :type extend: bool | typing.Any | None
862
786
  :param deselect: Deselect
863
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
787
+ :type deselect: bool | typing.Any | None
864
788
  :param toggle: Toggle
865
- :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
789
+ :type toggle: bool | typing.Any | None
866
790
  """
867
791
 
868
792
  ...
869
793
 
870
794
  def smoothview(
871
- override_context: typing.Optional[
872
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
873
- ] = None,
874
- execution_context: typing.Optional[typing.Union[str, int]] = None,
875
- undo: typing.Optional[bool] = None,
795
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
796
+ execution_context: str | int | None = None,
797
+ undo: bool | None = None,
876
798
  ):
877
799
  """Undocumented, consider contributing.
878
800
 
879
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
880
- :type execution_context: typing.Optional[typing.Union[str, int]]
881
- :type undo: typing.Optional[bool]
801
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
802
+ :type execution_context: str | int | None
803
+ :type undo: bool | None
882
804
  """
883
805
 
884
806
  ...
885
807
 
886
808
  def snap_cursor_to_active(
887
- override_context: typing.Optional[
888
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
889
- ] = None,
890
- execution_context: typing.Optional[typing.Union[str, int]] = None,
891
- undo: typing.Optional[bool] = None,
809
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
810
+ execution_context: str | int | None = None,
811
+ undo: bool | None = None,
892
812
  ):
893
813
  """Snap 3D cursor to the active item
894
814
 
895
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
896
- :type execution_context: typing.Optional[typing.Union[str, int]]
897
- :type undo: typing.Optional[bool]
815
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
816
+ :type execution_context: str | int | None
817
+ :type undo: bool | None
898
818
  """
899
819
 
900
820
  ...
901
821
 
902
822
  def snap_cursor_to_center(
903
- override_context: typing.Optional[
904
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
905
- ] = None,
906
- execution_context: typing.Optional[typing.Union[str, int]] = None,
907
- undo: typing.Optional[bool] = None,
823
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
824
+ execution_context: str | int | None = None,
825
+ undo: bool | None = None,
908
826
  ):
909
827
  """Snap 3D cursor to the world origin
910
828
 
911
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
912
- :type execution_context: typing.Optional[typing.Union[str, int]]
913
- :type undo: typing.Optional[bool]
829
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
830
+ :type execution_context: str | int | None
831
+ :type undo: bool | None
914
832
  """
915
833
 
916
834
  ...
917
835
 
918
836
  def snap_cursor_to_grid(
919
- override_context: typing.Optional[
920
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
921
- ] = None,
922
- execution_context: typing.Optional[typing.Union[str, int]] = None,
923
- undo: typing.Optional[bool] = None,
837
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
838
+ execution_context: str | int | None = None,
839
+ undo: bool | None = None,
924
840
  ):
925
841
  """Snap 3D cursor to the nearest grid division
926
842
 
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]
843
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
844
+ :type execution_context: str | int | None
845
+ :type undo: bool | None
930
846
  """
931
847
 
932
848
  ...
933
849
 
934
850
  def snap_cursor_to_selected(
935
- override_context: typing.Optional[
936
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
937
- ] = None,
938
- execution_context: typing.Optional[typing.Union[str, int]] = None,
939
- undo: typing.Optional[bool] = None,
851
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
852
+ execution_context: str | int | None = None,
853
+ undo: bool | None = None,
940
854
  ):
941
855
  """Snap 3D cursor to the middle of the selected item(s)
942
856
 
943
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
944
- :type execution_context: typing.Optional[typing.Union[str, int]]
945
- :type undo: typing.Optional[bool]
857
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
858
+ :type execution_context: str | int | None
859
+ :type undo: bool | None
946
860
  """
947
861
 
948
862
  ...
949
863
 
950
864
  def snap_selected_to_active(
951
- override_context: typing.Optional[
952
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
953
- ] = None,
954
- execution_context: typing.Optional[typing.Union[str, int]] = None,
955
- undo: typing.Optional[bool] = None,
865
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
866
+ execution_context: str | int | None = None,
867
+ undo: bool | None = None,
956
868
  ):
957
869
  """Snap selected item(s) to the active item
958
870
 
959
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
960
- :type execution_context: typing.Optional[typing.Union[str, int]]
961
- :type undo: typing.Optional[bool]
871
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
872
+ :type execution_context: str | int | None
873
+ :type undo: bool | None
962
874
  """
963
875
 
964
876
  ...
965
877
 
966
878
  def snap_selected_to_cursor(
967
- override_context: typing.Optional[
968
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
969
- ] = None,
970
- execution_context: typing.Optional[typing.Union[str, int]] = None,
971
- undo: typing.Optional[bool] = None,
972
- use_offset: typing.Optional[typing.Union[bool, typing.Any]] = True,
879
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
880
+ execution_context: str | int | None = None,
881
+ undo: bool | None = None,
882
+ use_offset: bool | typing.Any | None = True,
973
883
  ):
974
884
  """Snap selected item(s) to the 3D cursor
975
885
 
976
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
977
- :type execution_context: typing.Optional[typing.Union[str, int]]
978
- :type undo: typing.Optional[bool]
886
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
887
+ :type execution_context: str | int | None
888
+ :type undo: bool | None
979
889
  :param use_offset: Offset, If the selection should be snapped as a whole or by each object center
980
- :type use_offset: typing.Optional[typing.Union[bool, typing.Any]]
890
+ :type use_offset: bool | typing.Any | None
981
891
  """
982
892
 
983
893
  ...
984
894
 
985
895
  def snap_selected_to_grid(
986
- override_context: typing.Optional[
987
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
988
- ] = None,
989
- execution_context: typing.Optional[typing.Union[str, int]] = None,
990
- undo: typing.Optional[bool] = None,
896
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
897
+ execution_context: str | int | None = None,
898
+ undo: bool | None = None,
991
899
  ):
992
900
  """Snap selected item(s) to their nearest grid division
993
901
 
994
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
995
- :type execution_context: typing.Optional[typing.Union[str, int]]
996
- :type undo: typing.Optional[bool]
902
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
903
+ :type execution_context: str | int | None
904
+ :type undo: bool | None
997
905
  """
998
906
 
999
907
  ...
1000
908
 
1001
909
  def toggle_matcap_flip(
1002
- override_context: typing.Optional[
1003
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1004
- ] = None,
1005
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1006
- undo: typing.Optional[bool] = None,
910
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
911
+ execution_context: str | int | None = None,
912
+ undo: bool | None = None,
1007
913
  ):
1008
914
  """Flip MatCap
1009
915
 
1010
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1011
- :type execution_context: typing.Optional[typing.Union[str, int]]
1012
- :type undo: typing.Optional[bool]
916
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
917
+ :type execution_context: str | int | None
918
+ :type undo: bool | None
1013
919
  """
1014
920
 
1015
921
  ...
1016
922
 
1017
923
  def toggle_shading(
1018
- override_context: typing.Optional[
1019
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1020
- ] = None,
1021
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1022
- undo: typing.Optional[bool] = None,
1023
- type: typing.Optional[typing.Any] = "WIREFRAME",
924
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
925
+ execution_context: str | int | None = None,
926
+ undo: bool | None = None,
927
+ type: typing.Any | None = "WIREFRAME",
1024
928
  ):
1025
929
  """Toggle shading type in 3D viewport
1026
930
 
1027
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1028
- :type execution_context: typing.Optional[typing.Union[str, int]]
1029
- :type undo: typing.Optional[bool]
931
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
932
+ :type execution_context: str | int | None
933
+ :type undo: bool | None
1030
934
  :param type: Type, Shading type to toggle
1031
935
 
1032
936
  WIREFRAME
@@ -1040,86 +944,78 @@ def toggle_shading(
1040
944
 
1041
945
  RENDERED
1042
946
  Rendered -- Toggle rendered shading.
1043
- :type type: typing.Optional[typing.Any]
947
+ :type type: typing.Any | None
1044
948
  """
1045
949
 
1046
950
  ...
1047
951
 
1048
952
  def toggle_xray(
1049
- override_context: typing.Optional[
1050
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1051
- ] = None,
1052
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1053
- undo: typing.Optional[bool] = None,
953
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
954
+ execution_context: str | int | None = None,
955
+ undo: bool | None = None,
1054
956
  ):
1055
957
  """Transparent scene display. Allow selecting through items
1056
958
 
1057
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1058
- :type execution_context: typing.Optional[typing.Union[str, int]]
1059
- :type undo: typing.Optional[bool]
959
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
960
+ :type execution_context: str | int | None
961
+ :type undo: bool | None
1060
962
  """
1061
963
 
1062
964
  ...
1063
965
 
1064
966
  def transform_gizmo_set(
1065
- override_context: typing.Optional[
1066
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1067
- ] = None,
1068
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1069
- undo: typing.Optional[bool] = None,
1070
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1071
- type: typing.Optional[typing.Any] = {},
967
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
968
+ execution_context: str | int | None = None,
969
+ undo: bool | None = None,
970
+ extend: bool | typing.Any | None = False,
971
+ type: typing.Any | None = {},
1072
972
  ):
1073
973
  """Set the current transform gizmo
1074
974
 
1075
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1076
- :type execution_context: typing.Optional[typing.Union[str, int]]
1077
- :type undo: typing.Optional[bool]
975
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
976
+ :type execution_context: str | int | None
977
+ :type undo: bool | None
1078
978
  :param extend: Extend
1079
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
979
+ :type extend: bool | typing.Any | None
1080
980
  :param type: Type
1081
- :type type: typing.Optional[typing.Any]
981
+ :type type: typing.Any | None
1082
982
  """
1083
983
 
1084
984
  ...
1085
985
 
1086
986
  def view_all(
1087
- override_context: typing.Optional[
1088
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1089
- ] = None,
1090
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1091
- undo: typing.Optional[bool] = None,
1092
- use_all_regions: typing.Optional[typing.Union[bool, typing.Any]] = False,
1093
- center: typing.Optional[typing.Union[bool, typing.Any]] = False,
987
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
988
+ execution_context: str | int | None = None,
989
+ undo: bool | None = None,
990
+ use_all_regions: bool | typing.Any | None = False,
991
+ center: bool | typing.Any | None = False,
1094
992
  ):
1095
993
  """View all objects in scene
1096
994
 
1097
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1098
- :type execution_context: typing.Optional[typing.Union[str, int]]
1099
- :type undo: typing.Optional[bool]
995
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
996
+ :type execution_context: str | int | None
997
+ :type undo: bool | None
1100
998
  :param use_all_regions: All Regions, View selected for all regions
1101
- :type use_all_regions: typing.Optional[typing.Union[bool, typing.Any]]
999
+ :type use_all_regions: bool | typing.Any | None
1102
1000
  :param center: Center
1103
- :type center: typing.Optional[typing.Union[bool, typing.Any]]
1001
+ :type center: bool | typing.Any | None
1104
1002
  """
1105
1003
 
1106
1004
  ...
1107
1005
 
1108
1006
  def view_axis(
1109
- override_context: typing.Optional[
1110
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1111
- ] = None,
1112
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1113
- undo: typing.Optional[bool] = None,
1114
- type: typing.Optional[typing.Any] = "LEFT",
1115
- align_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
1116
- relative: typing.Optional[typing.Union[bool, typing.Any]] = False,
1007
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1008
+ execution_context: str | int | None = None,
1009
+ undo: bool | None = None,
1010
+ type: typing.Any | None = "LEFT",
1011
+ align_active: bool | typing.Any | None = False,
1012
+ relative: bool | typing.Any | None = False,
1117
1013
  ):
1118
1014
  """Use a preset viewpoint
1119
1015
 
1120
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1121
- :type execution_context: typing.Optional[typing.Union[str, int]]
1122
- :type undo: typing.Optional[bool]
1016
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1017
+ :type execution_context: str | int | None
1018
+ :type undo: bool | None
1123
1019
  :param type: View, Preset viewpoint to use
1124
1020
 
1125
1021
  LEFT
@@ -1139,143 +1035,127 @@ def view_axis(
1139
1035
 
1140
1036
  BACK
1141
1037
  Back -- View from the back.
1142
- :type type: typing.Optional[typing.Any]
1038
+ :type type: typing.Any | None
1143
1039
  :param align_active: Align Active, Align to the active object's axis
1144
- :type align_active: typing.Optional[typing.Union[bool, typing.Any]]
1040
+ :type align_active: bool | typing.Any | None
1145
1041
  :param relative: Relative, Rotate relative to the current orientation
1146
- :type relative: typing.Optional[typing.Union[bool, typing.Any]]
1042
+ :type relative: bool | typing.Any | None
1147
1043
  """
1148
1044
 
1149
1045
  ...
1150
1046
 
1151
1047
  def view_camera(
1152
- override_context: typing.Optional[
1153
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1154
- ] = None,
1155
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1156
- undo: typing.Optional[bool] = None,
1048
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1049
+ execution_context: str | int | None = None,
1050
+ undo: bool | None = None,
1157
1051
  ):
1158
1052
  """Toggle the camera view
1159
1053
 
1160
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1161
- :type execution_context: typing.Optional[typing.Union[str, int]]
1162
- :type undo: typing.Optional[bool]
1054
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1055
+ :type execution_context: str | int | None
1056
+ :type undo: bool | None
1163
1057
  """
1164
1058
 
1165
1059
  ...
1166
1060
 
1167
1061
  def view_center_camera(
1168
- override_context: typing.Optional[
1169
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1170
- ] = None,
1171
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1172
- undo: typing.Optional[bool] = None,
1062
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1063
+ execution_context: str | int | None = None,
1064
+ undo: bool | None = None,
1173
1065
  ):
1174
1066
  """Center the camera view, resizing the view to fit its bounds
1175
1067
 
1176
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1177
- :type execution_context: typing.Optional[typing.Union[str, int]]
1178
- :type undo: typing.Optional[bool]
1068
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1069
+ :type execution_context: str | int | None
1070
+ :type undo: bool | None
1179
1071
  """
1180
1072
 
1181
1073
  ...
1182
1074
 
1183
1075
  def view_center_cursor(
1184
- override_context: typing.Optional[
1185
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1186
- ] = None,
1187
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1188
- undo: typing.Optional[bool] = None,
1076
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1077
+ execution_context: str | int | None = None,
1078
+ undo: bool | None = None,
1189
1079
  ):
1190
1080
  """Center the view so that the cursor is in the middle of the view
1191
1081
 
1192
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1193
- :type execution_context: typing.Optional[typing.Union[str, int]]
1194
- :type undo: typing.Optional[bool]
1082
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1083
+ :type execution_context: str | int | None
1084
+ :type undo: bool | None
1195
1085
  """
1196
1086
 
1197
1087
  ...
1198
1088
 
1199
1089
  def view_center_lock(
1200
- override_context: typing.Optional[
1201
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1202
- ] = None,
1203
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1204
- undo: typing.Optional[bool] = None,
1090
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1091
+ execution_context: str | int | None = None,
1092
+ undo: bool | None = None,
1205
1093
  ):
1206
1094
  """Center the view lock offset
1207
1095
 
1208
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1209
- :type execution_context: typing.Optional[typing.Union[str, int]]
1210
- :type undo: typing.Optional[bool]
1096
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1097
+ :type execution_context: str | int | None
1098
+ :type undo: bool | None
1211
1099
  """
1212
1100
 
1213
1101
  ...
1214
1102
 
1215
1103
  def view_center_pick(
1216
- override_context: typing.Optional[
1217
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1218
- ] = None,
1219
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1220
- undo: typing.Optional[bool] = None,
1104
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1105
+ execution_context: str | int | None = None,
1106
+ undo: bool | None = None,
1221
1107
  ):
1222
1108
  """Center the view to the Z-depth position under the mouse cursor
1223
1109
 
1224
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1225
- :type execution_context: typing.Optional[typing.Union[str, int]]
1226
- :type undo: typing.Optional[bool]
1110
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1111
+ :type execution_context: str | int | None
1112
+ :type undo: bool | None
1227
1113
  """
1228
1114
 
1229
1115
  ...
1230
1116
 
1231
1117
  def view_lock_clear(
1232
- override_context: typing.Optional[
1233
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1234
- ] = None,
1235
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1236
- undo: typing.Optional[bool] = None,
1118
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1119
+ execution_context: str | int | None = None,
1120
+ undo: bool | None = None,
1237
1121
  ):
1238
1122
  """Clear all view locking
1239
1123
 
1240
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1241
- :type execution_context: typing.Optional[typing.Union[str, int]]
1242
- :type undo: typing.Optional[bool]
1124
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1125
+ :type execution_context: str | int | None
1126
+ :type undo: bool | None
1243
1127
  """
1244
1128
 
1245
1129
  ...
1246
1130
 
1247
1131
  def view_lock_to_active(
1248
- override_context: typing.Optional[
1249
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1250
- ] = None,
1251
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1252
- undo: typing.Optional[bool] = None,
1132
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1133
+ execution_context: str | int | None = None,
1134
+ undo: bool | None = None,
1253
1135
  ):
1254
1136
  """Lock the view to the active object/bone
1255
1137
 
1256
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1257
- :type execution_context: typing.Optional[typing.Union[str, int]]
1258
- :type undo: typing.Optional[bool]
1138
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1139
+ :type execution_context: str | int | None
1140
+ :type undo: bool | None
1259
1141
  """
1260
1142
 
1261
1143
  ...
1262
1144
 
1263
1145
  def view_orbit(
1264
- override_context: typing.Optional[
1265
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1266
- ] = None,
1267
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1268
- undo: typing.Optional[bool] = None,
1269
- angle: typing.Optional[typing.Any] = 0.0,
1270
- type: typing.Optional[typing.Any] = "ORBITLEFT",
1146
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1147
+ execution_context: str | int | None = None,
1148
+ undo: bool | None = None,
1149
+ angle: typing.Any | None = 0.0,
1150
+ type: typing.Any | None = "ORBITLEFT",
1271
1151
  ):
1272
1152
  """Orbit the view
1273
1153
 
1274
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1275
- :type execution_context: typing.Optional[typing.Union[str, int]]
1276
- :type undo: typing.Optional[bool]
1154
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1155
+ :type execution_context: str | int | None
1156
+ :type undo: bool | None
1277
1157
  :param angle: Roll
1278
- :type angle: typing.Optional[typing.Any]
1158
+ :type angle: typing.Any | None
1279
1159
  :param type: Orbit, Direction of View Orbit
1280
1160
 
1281
1161
  ORBITLEFT
@@ -1289,24 +1169,22 @@ def view_orbit(
1289
1169
 
1290
1170
  ORBITDOWN
1291
1171
  Orbit Down -- Orbit the view down.
1292
- :type type: typing.Optional[typing.Any]
1172
+ :type type: typing.Any | None
1293
1173
  """
1294
1174
 
1295
1175
  ...
1296
1176
 
1297
1177
  def view_pan(
1298
- override_context: typing.Optional[
1299
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1300
- ] = None,
1301
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1302
- undo: typing.Optional[bool] = None,
1303
- type: typing.Optional[typing.Any] = "PANLEFT",
1178
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1179
+ execution_context: str | int | None = None,
1180
+ undo: bool | None = None,
1181
+ type: typing.Any | None = "PANLEFT",
1304
1182
  ):
1305
1183
  """Pan the view in a given direction
1306
1184
 
1307
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1308
- :type execution_context: typing.Optional[typing.Union[str, int]]
1309
- :type undo: typing.Optional[bool]
1185
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1186
+ :type execution_context: str | int | None
1187
+ :type undo: bool | None
1310
1188
  :param type: Pan, Direction of View Pan
1311
1189
 
1312
1190
  PANLEFT
@@ -1320,43 +1198,39 @@ def view_pan(
1320
1198
 
1321
1199
  PANDOWN
1322
1200
  Pan Down -- Pan the view down.
1323
- :type type: typing.Optional[typing.Any]
1201
+ :type type: typing.Any | None
1324
1202
  """
1325
1203
 
1326
1204
  ...
1327
1205
 
1328
1206
  def view_persportho(
1329
- override_context: typing.Optional[
1330
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1331
- ] = None,
1332
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1333
- undo: typing.Optional[bool] = None,
1207
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1208
+ execution_context: str | int | None = None,
1209
+ undo: bool | None = None,
1334
1210
  ):
1335
1211
  """Switch the current view from perspective/orthographic projection
1336
1212
 
1337
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1338
- :type execution_context: typing.Optional[typing.Union[str, int]]
1339
- :type undo: typing.Optional[bool]
1213
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1214
+ :type execution_context: str | int | None
1215
+ :type undo: bool | None
1340
1216
  """
1341
1217
 
1342
1218
  ...
1343
1219
 
1344
1220
  def view_roll(
1345
- override_context: typing.Optional[
1346
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1347
- ] = None,
1348
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1349
- undo: typing.Optional[bool] = None,
1350
- angle: typing.Optional[typing.Any] = 0.0,
1351
- type: typing.Optional[typing.Any] = "ANGLE",
1221
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1222
+ execution_context: str | int | None = None,
1223
+ undo: bool | None = None,
1224
+ angle: typing.Any | None = 0.0,
1225
+ type: typing.Any | None = "ANGLE",
1352
1226
  ):
1353
1227
  """Roll the view
1354
1228
 
1355
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1356
- :type execution_context: typing.Optional[typing.Union[str, int]]
1357
- :type undo: typing.Optional[bool]
1229
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1230
+ :type execution_context: str | int | None
1231
+ :type undo: bool | None
1358
1232
  :param angle: Roll
1359
- :type angle: typing.Optional[typing.Any]
1233
+ :type angle: typing.Any | None
1360
1234
  :param type: Roll Angle Source, How roll angle is calculated
1361
1235
 
1362
1236
  ANGLE
@@ -1367,120 +1241,110 @@ def view_roll(
1367
1241
 
1368
1242
  RIGHT
1369
1243
  Roll Right -- Roll the view around to the right.
1370
- :type type: typing.Optional[typing.Any]
1244
+ :type type: typing.Any | None
1371
1245
  """
1372
1246
 
1373
1247
  ...
1374
1248
 
1375
1249
  def view_selected(
1376
- override_context: typing.Optional[
1377
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1378
- ] = None,
1379
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1380
- undo: typing.Optional[bool] = None,
1381
- use_all_regions: typing.Optional[typing.Union[bool, typing.Any]] = False,
1250
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1251
+ execution_context: str | int | None = None,
1252
+ undo: bool | None = None,
1253
+ use_all_regions: bool | typing.Any | None = False,
1382
1254
  ):
1383
1255
  """Move the view to the selection center
1384
1256
 
1385
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1386
- :type execution_context: typing.Optional[typing.Union[str, int]]
1387
- :type undo: typing.Optional[bool]
1257
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1258
+ :type execution_context: str | int | None
1259
+ :type undo: bool | None
1388
1260
  :param use_all_regions: All Regions, View selected for all regions
1389
- :type use_all_regions: typing.Optional[typing.Union[bool, typing.Any]]
1261
+ :type use_all_regions: bool | typing.Any | None
1390
1262
  """
1391
1263
 
1392
1264
  ...
1393
1265
 
1394
1266
  def walk(
1395
- override_context: typing.Optional[
1396
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1397
- ] = None,
1398
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1399
- undo: typing.Optional[bool] = None,
1267
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1268
+ execution_context: str | int | None = None,
1269
+ undo: bool | None = None,
1400
1270
  ):
1401
1271
  """Interactively walk around the scene
1402
1272
 
1403
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1404
- :type execution_context: typing.Optional[typing.Union[str, int]]
1405
- :type undo: typing.Optional[bool]
1273
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1274
+ :type execution_context: str | int | None
1275
+ :type undo: bool | None
1406
1276
  """
1407
1277
 
1408
1278
  ...
1409
1279
 
1410
1280
  def zoom(
1411
- override_context: typing.Optional[
1412
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1413
- ] = None,
1414
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1415
- undo: typing.Optional[bool] = None,
1416
- mx: typing.Optional[typing.Any] = 0,
1417
- my: typing.Optional[typing.Any] = 0,
1418
- delta: typing.Optional[typing.Any] = 0,
1419
- use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
1281
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1282
+ execution_context: str | int | None = None,
1283
+ undo: bool | None = None,
1284
+ mx: typing.Any | None = 0,
1285
+ my: typing.Any | None = 0,
1286
+ delta: typing.Any | None = 0,
1287
+ use_cursor_init: bool | typing.Any | None = True,
1420
1288
  ):
1421
1289
  """Zoom in/out in the view
1422
1290
 
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]
1291
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1292
+ :type execution_context: str | int | None
1293
+ :type undo: bool | None
1426
1294
  :param mx: Region Position X
1427
- :type mx: typing.Optional[typing.Any]
1295
+ :type mx: typing.Any | None
1428
1296
  :param my: Region Position Y
1429
- :type my: typing.Optional[typing.Any]
1297
+ :type my: typing.Any | None
1430
1298
  :param delta: Delta
1431
- :type delta: typing.Optional[typing.Any]
1299
+ :type delta: typing.Any | None
1432
1300
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
1433
- :type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
1301
+ :type use_cursor_init: bool | typing.Any | None
1434
1302
  """
1435
1303
 
1436
1304
  ...
1437
1305
 
1438
1306
  def zoom_border(
1439
- override_context: typing.Optional[
1440
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1441
- ] = None,
1442
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1443
- undo: typing.Optional[bool] = None,
1444
- xmin: typing.Optional[typing.Any] = 0,
1445
- xmax: typing.Optional[typing.Any] = 0,
1446
- ymin: typing.Optional[typing.Any] = 0,
1447
- ymax: typing.Optional[typing.Any] = 0,
1448
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1449
- zoom_out: typing.Optional[typing.Union[bool, typing.Any]] = False,
1307
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1308
+ execution_context: str | int | None = None,
1309
+ undo: bool | None = None,
1310
+ xmin: typing.Any | None = 0,
1311
+ xmax: typing.Any | None = 0,
1312
+ ymin: typing.Any | None = 0,
1313
+ ymax: typing.Any | None = 0,
1314
+ wait_for_input: bool | typing.Any | None = True,
1315
+ zoom_out: bool | typing.Any | None = False,
1450
1316
  ):
1451
1317
  """Zoom in the view to the nearest object contained in the border
1452
1318
 
1453
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1454
- :type execution_context: typing.Optional[typing.Union[str, int]]
1455
- :type undo: typing.Optional[bool]
1319
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1320
+ :type execution_context: str | int | None
1321
+ :type undo: bool | None
1456
1322
  :param xmin: X Min
1457
- :type xmin: typing.Optional[typing.Any]
1323
+ :type xmin: typing.Any | None
1458
1324
  :param xmax: X Max
1459
- :type xmax: typing.Optional[typing.Any]
1325
+ :type xmax: typing.Any | None
1460
1326
  :param ymin: Y Min
1461
- :type ymin: typing.Optional[typing.Any]
1327
+ :type ymin: typing.Any | None
1462
1328
  :param ymax: Y Max
1463
- :type ymax: typing.Optional[typing.Any]
1329
+ :type ymax: typing.Any | None
1464
1330
  :param wait_for_input: Wait for Input
1465
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1331
+ :type wait_for_input: bool | typing.Any | None
1466
1332
  :param zoom_out: Zoom Out
1467
- :type zoom_out: typing.Optional[typing.Union[bool, typing.Any]]
1333
+ :type zoom_out: bool | typing.Any | None
1468
1334
  """
1469
1335
 
1470
1336
  ...
1471
1337
 
1472
1338
  def zoom_camera_1_to_1(
1473
- override_context: typing.Optional[
1474
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1475
- ] = None,
1476
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1477
- undo: typing.Optional[bool] = None,
1339
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1340
+ execution_context: str | int | None = None,
1341
+ undo: bool | None = None,
1478
1342
  ):
1479
1343
  """Match the camera to 1:1 to the render output
1480
1344
 
1481
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1482
- :type execution_context: typing.Optional[typing.Union[str, int]]
1483
- :type undo: typing.Optional[bool]
1345
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1346
+ :type execution_context: str | int | None
1347
+ :type undo: bool | None
1484
1348
  """
1485
1349
 
1486
1350
  ...