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

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

Potentially problematic release.


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

Files changed (549) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +44 -38
  3. animsys_refactor/__init__.pyi +7 -27
  4. aud/__init__.pyi +8 -11
  5. bgl/__init__.pyi +121 -1812
  6. bl_app_override/__init__.pyi +8 -19
  7. bl_app_override/helpers/__init__.pyi +5 -23
  8. bl_app_template_utils/__init__.pyi +5 -17
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
  14. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  15. bl_i18n_utils/settings/__init__.pyi +6 -24
  16. bl_i18n_utils/utils/__init__.pyi +93 -122
  17. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  18. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  19. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  20. bl_keymap_utils/io/__init__.pyi +9 -40
  21. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  22. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  23. bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
  24. bl_keymap_utils/versioning/__init__.pyi +1 -4
  25. bl_operators/__init__.pyi +2 -9
  26. bl_operators/add_mesh_torus/__init__.pyi +128 -59
  27. bl_operators/anim/__init__.pyi +1001 -398
  28. bl_operators/assets/__init__.pyi +376 -152
  29. bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
  30. bl_operators/clip/__init__.pyi +1264 -532
  31. bl_operators/console/__init__.pyi +626 -242
  32. bl_operators/constraint/__init__.pyi +502 -201
  33. bl_operators/file/__init__.pyi +376 -150
  34. bl_operators/freestyle/__init__.pyi +501 -200
  35. bl_operators/geometry_nodes/__init__.pyi +514 -266
  36. bl_operators/image/__init__.pyi +621 -251
  37. bl_operators/mesh/__init__.pyi +376 -150
  38. bl_operators/node/__init__.pyi +1253 -516
  39. bl_operators/object/__init__.pyi +1879 -755
  40. bl_operators/object_align/__init__.pyi +129 -64
  41. bl_operators/object_quick_effects/__init__.pyi +504 -213
  42. bl_operators/object_randomize_transform/__init__.pyi +129 -54
  43. bl_operators/presets/__init__.pyi +3072 -1403
  44. bl_operators/rigidbody/__init__.pyi +376 -150
  45. bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
  46. bl_operators/sequencer/__init__.pyi +1010 -434
  47. bl_operators/spreadsheet/__init__.pyi +126 -50
  48. bl_operators/userpref/__init__.pyi +3253 -1267
  49. bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
  50. bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
  51. bl_operators/uvcalc_transform/__init__.pyi +297 -159
  52. bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
  53. bl_operators/view3d/__init__.pyi +868 -342
  54. bl_operators/wm/__init__.pyi +5795 -2388
  55. bl_operators/world/__init__.pyi +126 -50
  56. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  57. bl_rna_utils/data_path/__init__.pyi +8 -4
  58. bl_text_utils/external_editor/__init__.pyi +1 -4
  59. bl_ui/__init__.pyi +366 -269
  60. bl_ui/anim/__init__.pyi +164 -74
  61. bl_ui/asset_shelf/__init__.pyi +129 -56
  62. bl_ui/generic_ui_list/__init__.pyi +412 -163
  63. bl_ui/node_add_menu/__init__.pyi +171 -94
  64. bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
  65. bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
  66. bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
  67. bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
  68. bl_ui/properties_animviz/__init__.pyi +2 -16
  69. bl_ui/properties_collection/__init__.pyi +807 -379
  70. bl_ui/properties_constraint/__init__.pyi +10292 -4941
  71. bl_ui/properties_data_armature/__init__.pyi +1615 -753
  72. bl_ui/properties_data_bone/__init__.pyi +1284 -608
  73. bl_ui/properties_data_camera/__init__.pyi +1854 -927
  74. bl_ui/properties_data_curve/__init__.pyi +1927 -937
  75. bl_ui/properties_data_curves/__init__.pyi +806 -375
  76. bl_ui/properties_data_empty/__init__.pyi +257 -125
  77. bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
  78. bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
  79. bl_ui/properties_data_lattice/__init__.pyi +388 -188
  80. bl_ui/properties_data_light/__init__.pyi +1540 -756
  81. bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
  82. bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
  83. bl_ui/properties_data_metaball/__init__.pyi +644 -308
  84. bl_ui/properties_data_modifier/__init__.pyi +1353 -671
  85. bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
  86. bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
  87. bl_ui/properties_data_speaker/__init__.pyi +644 -316
  88. bl_ui/properties_data_volume/__init__.pyi +1028 -484
  89. bl_ui/properties_freestyle/__init__.pyi +3112 -1619
  90. bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
  91. bl_ui/properties_mask_common/__init__.pyi +1102 -523
  92. bl_ui/properties_material/__init__.pyi +2089 -1009
  93. bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
  94. bl_ui/properties_object/__init__.pyi +1832 -873
  95. bl_ui/properties_output/__init__.pyi +2405 -1173
  96. bl_ui/properties_paint_common/__init__.pyi +416 -386
  97. bl_ui/properties_particle/__init__.pyi +6740 -3346
  98. bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
  99. bl_ui/properties_physics_common/__init__.pyi +135 -98
  100. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
  101. bl_ui/properties_physics_field/__init__.pyi +1282 -627
  102. bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
  103. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
  104. bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
  105. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
  106. bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
  107. bl_ui/properties_render/__init__.pyi +6843 -3367
  108. bl_ui/properties_scene/__init__.pyi +1924 -913
  109. bl_ui/properties_texture/__init__.pyi +3371 -1667
  110. bl_ui/properties_view_layer/__init__.pyi +2344 -1107
  111. bl_ui/properties_workspace/__init__.pyi +516 -244
  112. bl_ui/properties_world/__init__.pyi +1284 -630
  113. bl_ui/space_clip/__init__.pyi +10172 -4695
  114. bl_ui/space_console/__init__.pyi +940 -423
  115. bl_ui/space_dopesheet/__init__.pyi +4325 -2013
  116. bl_ui/space_filebrowser/__init__.pyi +4172 -1903
  117. bl_ui/space_graph/__init__.pyi +3107 -1394
  118. bl_ui/space_image/__init__.pyi +9764 -4614
  119. bl_ui/space_info/__init__.pyi +939 -421
  120. bl_ui/space_nla/__init__.pyi +2623 -1183
  121. bl_ui/space_node/__init__.pyi +3995 -1840
  122. bl_ui/space_outliner/__init__.pyi +2203 -991
  123. bl_ui/space_properties/__init__.pyi +386 -165
  124. bl_ui/space_sequencer/__init__.pyi +10809 -4978
  125. bl_ui/space_spreadsheet/__init__.pyi +130 -53
  126. bl_ui/space_statusbar/__init__.pyi +129 -52
  127. bl_ui/space_text/__init__.pyi +2457 -1100
  128. bl_ui/space_time/__init__.pyi +1034 -481
  129. bl_ui/space_toolsystem_common/__init__.pyi +56 -211
  130. bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
  131. bl_ui/space_topbar/__init__.pyi +3982 -1805
  132. bl_ui/space_userpref/__init__.pyi +11383 -5290
  133. bl_ui/space_view3d/__init__.pyi +40873 -18532
  134. bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
  135. bl_ui/temp_anim_layers/__init__.pyi +130 -62
  136. bl_ui/utils/__init__.pyi +28 -27
  137. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  138. bl_ui_utils/layout/__init__.pyi +1 -1
  139. blend_render_info/__init__.pyi +3 -10
  140. blf/__init__.pyi +4 -4
  141. bmesh/geometry/__init__.pyi +2 -3
  142. bmesh/ops/__init__.pyi +372 -419
  143. bmesh/types/__init__.pyi +39 -56
  144. bmesh/utils/__init__.pyi +10 -13
  145. bpy/app/__init__.pyi +4 -4
  146. bpy/app/handlers/__init__.pyi +36 -36
  147. bpy/app/icons/__init__.pyi +8 -8
  148. bpy/app/timers/__init__.pyi +10 -10
  149. bpy/app/translations/__init__.pyi +20 -22
  150. bpy/msgbus/__init__.pyi +2 -4
  151. bpy/ops/action/__init__.pyi +316 -394
  152. bpy/ops/anim/__init__.pyi +442 -548
  153. bpy/ops/armature/__init__.pyi +374 -470
  154. bpy/ops/asset/__init__.pyi +152 -184
  155. bpy/ops/bl_pkg/__init__.pyi +221 -272
  156. bpy/ops/boid/__init__.pyi +50 -66
  157. bpy/ops/brush/__init__.pyi +72 -90
  158. bpy/ops/buttons/__init__.pyi +132 -144
  159. bpy/ops/cachefile/__init__.pyi +128 -138
  160. bpy/ops/camera/__init__.pyi +26 -30
  161. bpy/ops/clip/__init__.pyi +777 -964
  162. bpy/ops/cloth/__init__.pyi +12 -14
  163. bpy/ops/collection/__init__.pyi +68 -86
  164. bpy/ops/console/__init__.pyi +158 -200
  165. bpy/ops/constraint/__init__.pyi +178 -214
  166. bpy/ops/curve/__init__.pyi +473 -576
  167. bpy/ops/curves/__init__.pyi +247 -302
  168. bpy/ops/cycles/__init__.pyi +28 -34
  169. bpy/ops/dpaint/__init__.pyi +34 -44
  170. bpy/ops/ed/__init__.pyi +126 -150
  171. bpy/ops/export_anim/__init__.pyi +22 -24
  172. bpy/ops/export_scene/__init__.pyi +302 -336
  173. bpy/ops/file/__init__.pyi +352 -432
  174. bpy/ops/fluid/__init__.pyi +90 -118
  175. bpy/ops/font/__init__.pyi +258 -304
  176. bpy/ops/geometry/__init__.pyi +100 -120
  177. bpy/ops/gizmogroup/__init__.pyi +22 -26
  178. bpy/ops/gpencil/__init__.pyi +1469 -1778
  179. bpy/ops/graph/__init__.pyi +644 -776
  180. bpy/ops/grease_pencil/__init__.pyi +597 -748
  181. bpy/ops/image/__init__.pyi +648 -744
  182. bpy/ops/import_anim/__init__.pyi +30 -32
  183. bpy/ops/import_curve/__init__.pyi +10 -12
  184. bpy/ops/import_scene/__init__.pyi +88 -96
  185. bpy/ops/info/__init__.pyi +60 -74
  186. bpy/ops/lattice/__init__.pyi +64 -80
  187. bpy/ops/marker/__init__.pyi +108 -130
  188. bpy/ops/mask/__init__.pyi +322 -402
  189. bpy/ops/material/__init__.pyi +18 -24
  190. bpy/ops/mball/__init__.pyi +70 -86
  191. bpy/ops/mesh/__init__.pyi +1986 -2322
  192. bpy/ops/nla/__init__.pyi +333 -411
  193. bpy/ops/node/__init__.pyi +886 -1100
  194. bpy/ops/object/__init__.pyi +2585 -3078
  195. bpy/ops/outliner/__init__.pyi +498 -636
  196. bpy/ops/paint/__init__.pyi +565 -680
  197. bpy/ops/paintcurve/__init__.pyi +64 -80
  198. bpy/ops/palette/__init__.pyi +50 -64
  199. bpy/ops/particle/__init__.pyi +267 -340
  200. bpy/ops/pose/__init__.pyi +336 -414
  201. bpy/ops/poselib/__init__.pyi +72 -90
  202. bpy/ops/preferences/__init__.pyi +386 -463
  203. bpy/ops/ptcache/__init__.pyi +46 -60
  204. bpy/ops/render/__init__.pyi +130 -154
  205. bpy/ops/rigidbody/__init__.pyi +102 -128
  206. bpy/ops/scene/__init__.pyi +280 -358
  207. bpy/ops/screen/__init__.pyi +382 -460
  208. bpy/ops/script/__init__.pyi +24 -30
  209. bpy/ops/sculpt/__init__.pyi +458 -532
  210. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  211. bpy/ops/sequencer/__init__.pyi +1066 -1244
  212. bpy/ops/sound/__init__.pyi +216 -230
  213. bpy/ops/spreadsheet/__init__.pyi +30 -38
  214. bpy/ops/surface/__init__.pyi +108 -120
  215. bpy/ops/text/__init__.pyi +390 -476
  216. bpy/ops/text_editor/__init__.pyi +12 -14
  217. bpy/ops/texture/__init__.pyi +26 -34
  218. bpy/ops/transform/__init__.pyi +792 -878
  219. bpy/ops/ui/__init__.pyi +228 -294
  220. bpy/ops/uilist/__init__.pyi +32 -38
  221. bpy/ops/uv/__init__.pyi +602 -704
  222. bpy/ops/view2d/__init__.pyi +156 -184
  223. bpy/ops/view3d/__init__.pyi +582 -718
  224. bpy/ops/wm/__init__.pyi +2683 -2928
  225. bpy/ops/workspace/__init__.pyi +46 -60
  226. bpy/ops/world/__init__.pyi +12 -16
  227. bpy/path/__init__.pyi +179 -75
  228. bpy/props/__init__.pyi +261 -263
  229. bpy/types/__init__.pyi +17058 -26311
  230. bpy/utils/__init__.pyi +247 -179
  231. bpy/utils/previews/__init__.pyi +58 -28
  232. bpy/utils/units/__init__.pyi +20 -20
  233. bpy_extras/anim_utils/__init__.pyi +68 -29
  234. bpy_extras/asset_utils/__init__.pyi +0 -10
  235. bpy_extras/bmesh_utils/__init__.pyi +9 -6
  236. bpy_extras/extensions/junction_module/__init__.pyi +6 -8
  237. bpy_extras/id_map_utils/__init__.pyi +3 -3
  238. bpy_extras/image_utils/__init__.pyi +44 -11
  239. bpy_extras/io_utils/__init__.pyi +116 -41
  240. bpy_extras/keyconfig_utils/__init__.pyi +4 -11
  241. bpy_extras/mesh_utils/__init__.pyi +71 -19
  242. bpy_extras/node_shader_utils/__init__.pyi +52 -288
  243. bpy_extras/node_utils/__init__.pyi +10 -10
  244. bpy_extras/object_utils/__init__.pyi +71 -14
  245. bpy_extras/view3d_utils/__init__.pyi +80 -10
  246. bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
  247. bpy_restrict_state/__init__.pyi +1 -14
  248. bpy_types/__init__.pyi +4203 -1605
  249. console_python/__init__.pyi +12 -37
  250. console_shell/__init__.pyi +5 -24
  251. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  253. freestyle/chainingiterators/__init__.pyi +14 -44
  254. freestyle/functions/__init__.pyi +7 -33
  255. freestyle/predicates/__init__.pyi +44 -217
  256. freestyle/shaders/__init__.pyi +2 -12
  257. freestyle/types/__init__.pyi +84 -96
  258. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  259. freestyle/utils/__init__.pyi +6 -18
  260. gpu/matrix/__init__.pyi +6 -8
  261. gpu/state/__init__.pyi +2 -2
  262. gpu/types/__init__.pyi +12 -12
  263. gpu_extras/presets/__init__.pyi +2 -5
  264. graphviz_export/__init__.pyi +4 -9
  265. idprop/types/__init__.pyi +8 -35
  266. imbuf/__init__.pyi +4 -4
  267. imbuf/types/__init__.pyi +0 -2
  268. keyingsets_builtins/__init__.pyi +2692 -997
  269. keyingsets_utils/__init__.pyi +14 -69
  270. mathutils/__init__.pyi +194 -238
  271. mathutils/bvhtree/__init__.pyi +4 -6
  272. mathutils/geometry/__init__.pyi +153 -155
  273. mathutils/kdtree/__init__.pyi +8 -12
  274. mathutils/noise/__init__.pyi +26 -26
  275. nodeitems_builtins/__init__.pyi +5 -30
  276. nodeitems_utils/__init__.pyi +8 -45
  277. rna_info/__init__.pyi +39 -215
  278. rna_keymap_ui/__init__.pyi +6 -29
  279. rna_prop_ui/__init__.pyi +24 -62
  280. rna_xml/__init__.pyi +16 -39
  281. sys_info/__init__.pyi +1 -4
  282. _bpy_internal/freedesktop/py.typed +0 -0
  283. bl_app_override/helpers/py.typed +0 -0
  284. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  285. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  286. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  287. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  288. bl_console_utils/autocomplete/py.typed +0 -0
  289. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  290. bl_i18n_utils/merge_po/py.typed +0 -0
  291. bl_i18n_utils/settings/py.typed +0 -0
  292. bl_i18n_utils/utils/py.typed +0 -0
  293. bl_i18n_utils/utils_cli/py.typed +0 -0
  294. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  295. bl_i18n_utils/utils_rtl/py.typed +0 -0
  296. bl_keymap_utils/io/py.typed +0 -0
  297. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  298. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  299. bl_keymap_utils/platform_helpers/py.typed +0 -0
  300. bl_keymap_utils/versioning/py.typed +0 -0
  301. bl_operators/add_mesh_torus/py.typed +0 -0
  302. bl_operators/anim/py.typed +0 -0
  303. bl_operators/assets/py.typed +0 -0
  304. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  305. bl_operators/bmesh/py.typed +0 -0
  306. bl_operators/clip/py.typed +0 -0
  307. bl_operators/console/py.typed +0 -0
  308. bl_operators/constraint/py.typed +0 -0
  309. bl_operators/file/py.typed +0 -0
  310. bl_operators/freestyle/py.typed +0 -0
  311. bl_operators/geometry_nodes/py.typed +0 -0
  312. bl_operators/image/py.typed +0 -0
  313. bl_operators/mesh/py.typed +0 -0
  314. bl_operators/node/py.typed +0 -0
  315. bl_operators/object/py.typed +0 -0
  316. bl_operators/object_align/py.typed +0 -0
  317. bl_operators/object_quick_effects/py.typed +0 -0
  318. bl_operators/object_randomize_transform/py.typed +0 -0
  319. bl_operators/presets/py.typed +0 -0
  320. bl_operators/rigidbody/py.typed +0 -0
  321. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  322. bl_operators/sequencer/py.typed +0 -0
  323. bl_operators/spreadsheet/py.typed +0 -0
  324. bl_operators/userpref/py.typed +0 -0
  325. bl_operators/uvcalc_follow_active/py.typed +0 -0
  326. bl_operators/uvcalc_lightmap/py.typed +0 -0
  327. bl_operators/uvcalc_transform/py.typed +0 -0
  328. bl_operators/vertexpaint_dirt/py.typed +0 -0
  329. bl_operators/view3d/py.typed +0 -0
  330. bl_operators/wm/py.typed +0 -0
  331. bl_operators/world/py.typed +0 -0
  332. bl_previews_utils/bl_previews_render/py.typed +0 -0
  333. bl_rna_utils/data_path/py.typed +0 -0
  334. bl_text_utils/external_editor/py.typed +0 -0
  335. bl_ui/anim/py.typed +0 -0
  336. bl_ui/asset_shelf/py.typed +0 -0
  337. bl_ui/generic_ui_list/py.typed +0 -0
  338. bl_ui/node_add_menu/py.typed +0 -0
  339. bl_ui/node_add_menu_compositor/py.typed +0 -0
  340. bl_ui/node_add_menu_geometry/py.typed +0 -0
  341. bl_ui/node_add_menu_shader/py.typed +0 -0
  342. bl_ui/node_add_menu_texture/py.typed +0 -0
  343. bl_ui/properties_animviz/py.typed +0 -0
  344. bl_ui/properties_collection/py.typed +0 -0
  345. bl_ui/properties_constraint/py.typed +0 -0
  346. bl_ui/properties_data_armature/py.typed +0 -0
  347. bl_ui/properties_data_bone/py.typed +0 -0
  348. bl_ui/properties_data_camera/py.typed +0 -0
  349. bl_ui/properties_data_curve/py.typed +0 -0
  350. bl_ui/properties_data_curves/py.typed +0 -0
  351. bl_ui/properties_data_empty/py.typed +0 -0
  352. bl_ui/properties_data_gpencil/py.typed +0 -0
  353. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  354. bl_ui/properties_data_lattice/py.typed +0 -0
  355. bl_ui/properties_data_light/py.typed +0 -0
  356. bl_ui/properties_data_lightprobe/py.typed +0 -0
  357. bl_ui/properties_data_mesh/py.typed +0 -0
  358. bl_ui/properties_data_metaball/py.typed +0 -0
  359. bl_ui/properties_data_modifier/py.typed +0 -0
  360. bl_ui/properties_data_pointcloud/py.typed +0 -0
  361. bl_ui/properties_data_shaderfx/py.typed +0 -0
  362. bl_ui/properties_data_speaker/py.typed +0 -0
  363. bl_ui/properties_data_volume/py.typed +0 -0
  364. bl_ui/properties_freestyle/py.typed +0 -0
  365. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  366. bl_ui/properties_mask_common/py.typed +0 -0
  367. bl_ui/properties_material/py.typed +0 -0
  368. bl_ui/properties_material_gpencil/py.typed +0 -0
  369. bl_ui/properties_object/py.typed +0 -0
  370. bl_ui/properties_output/py.typed +0 -0
  371. bl_ui/properties_paint_common/py.typed +0 -0
  372. bl_ui/properties_particle/py.typed +0 -0
  373. bl_ui/properties_physics_cloth/py.typed +0 -0
  374. bl_ui/properties_physics_common/py.typed +0 -0
  375. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  376. bl_ui/properties_physics_field/py.typed +0 -0
  377. bl_ui/properties_physics_fluid/py.typed +0 -0
  378. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  379. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  380. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  381. bl_ui/properties_physics_softbody/py.typed +0 -0
  382. bl_ui/properties_render/py.typed +0 -0
  383. bl_ui/properties_scene/py.typed +0 -0
  384. bl_ui/properties_texture/py.typed +0 -0
  385. bl_ui/properties_view_layer/py.typed +0 -0
  386. bl_ui/properties_workspace/py.typed +0 -0
  387. bl_ui/properties_world/py.typed +0 -0
  388. bl_ui/space_clip/py.typed +0 -0
  389. bl_ui/space_console/py.typed +0 -0
  390. bl_ui/space_dopesheet/py.typed +0 -0
  391. bl_ui/space_filebrowser/py.typed +0 -0
  392. bl_ui/space_graph/py.typed +0 -0
  393. bl_ui/space_image/py.typed +0 -0
  394. bl_ui/space_info/py.typed +0 -0
  395. bl_ui/space_nla/py.typed +0 -0
  396. bl_ui/space_node/py.typed +0 -0
  397. bl_ui/space_outliner/py.typed +0 -0
  398. bl_ui/space_properties/py.typed +0 -0
  399. bl_ui/space_sequencer/py.typed +0 -0
  400. bl_ui/space_spreadsheet/py.typed +0 -0
  401. bl_ui/space_statusbar/py.typed +0 -0
  402. bl_ui/space_text/py.typed +0 -0
  403. bl_ui/space_time/py.typed +0 -0
  404. bl_ui/space_toolsystem_common/py.typed +0 -0
  405. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  406. bl_ui/space_topbar/py.typed +0 -0
  407. bl_ui/space_userpref/py.typed +0 -0
  408. bl_ui/space_view3d/py.typed +0 -0
  409. bl_ui/space_view3d_toolbar/py.typed +0 -0
  410. bl_ui/temp_anim_layers/py.typed +0 -0
  411. bl_ui/utils/py.typed +0 -0
  412. bl_ui_utils/bug_report_url/py.typed +0 -0
  413. bl_ui_utils/layout/py.typed +0 -0
  414. bmesh/geometry/py.typed +0 -0
  415. bmesh/ops/py.typed +0 -0
  416. bmesh/types/py.typed +0 -0
  417. bmesh/utils/py.typed +0 -0
  418. bpy/app/handlers/py.typed +0 -0
  419. bpy/app/icons/py.typed +0 -0
  420. bpy/app/py.typed +0 -0
  421. bpy/app/timers/py.typed +0 -0
  422. bpy/app/translations/py.typed +0 -0
  423. bpy/msgbus/py.typed +0 -0
  424. bpy/ops/action/py.typed +0 -0
  425. bpy/ops/anim/py.typed +0 -0
  426. bpy/ops/armature/py.typed +0 -0
  427. bpy/ops/asset/py.typed +0 -0
  428. bpy/ops/bl_pkg/py.typed +0 -0
  429. bpy/ops/boid/py.typed +0 -0
  430. bpy/ops/brush/py.typed +0 -0
  431. bpy/ops/buttons/py.typed +0 -0
  432. bpy/ops/cachefile/py.typed +0 -0
  433. bpy/ops/camera/py.typed +0 -0
  434. bpy/ops/clip/py.typed +0 -0
  435. bpy/ops/cloth/py.typed +0 -0
  436. bpy/ops/collection/py.typed +0 -0
  437. bpy/ops/console/py.typed +0 -0
  438. bpy/ops/constraint/py.typed +0 -0
  439. bpy/ops/curve/py.typed +0 -0
  440. bpy/ops/curves/py.typed +0 -0
  441. bpy/ops/cycles/py.typed +0 -0
  442. bpy/ops/dpaint/py.typed +0 -0
  443. bpy/ops/ed/py.typed +0 -0
  444. bpy/ops/export_anim/py.typed +0 -0
  445. bpy/ops/export_scene/py.typed +0 -0
  446. bpy/ops/file/py.typed +0 -0
  447. bpy/ops/fluid/py.typed +0 -0
  448. bpy/ops/font/py.typed +0 -0
  449. bpy/ops/geometry/py.typed +0 -0
  450. bpy/ops/gizmogroup/py.typed +0 -0
  451. bpy/ops/gpencil/py.typed +0 -0
  452. bpy/ops/graph/py.typed +0 -0
  453. bpy/ops/grease_pencil/py.typed +0 -0
  454. bpy/ops/image/py.typed +0 -0
  455. bpy/ops/import_anim/py.typed +0 -0
  456. bpy/ops/import_curve/py.typed +0 -0
  457. bpy/ops/import_scene/py.typed +0 -0
  458. bpy/ops/info/py.typed +0 -0
  459. bpy/ops/lattice/py.typed +0 -0
  460. bpy/ops/marker/py.typed +0 -0
  461. bpy/ops/mask/py.typed +0 -0
  462. bpy/ops/material/py.typed +0 -0
  463. bpy/ops/mball/py.typed +0 -0
  464. bpy/ops/mesh/py.typed +0 -0
  465. bpy/ops/nla/py.typed +0 -0
  466. bpy/ops/node/py.typed +0 -0
  467. bpy/ops/object/py.typed +0 -0
  468. bpy/ops/outliner/py.typed +0 -0
  469. bpy/ops/paint/py.typed +0 -0
  470. bpy/ops/paintcurve/py.typed +0 -0
  471. bpy/ops/palette/py.typed +0 -0
  472. bpy/ops/particle/py.typed +0 -0
  473. bpy/ops/pose/py.typed +0 -0
  474. bpy/ops/poselib/py.typed +0 -0
  475. bpy/ops/preferences/py.typed +0 -0
  476. bpy/ops/ptcache/py.typed +0 -0
  477. bpy/ops/py.typed +0 -0
  478. bpy/ops/render/py.typed +0 -0
  479. bpy/ops/rigidbody/py.typed +0 -0
  480. bpy/ops/scene/py.typed +0 -0
  481. bpy/ops/screen/py.typed +0 -0
  482. bpy/ops/script/py.typed +0 -0
  483. bpy/ops/sculpt/py.typed +0 -0
  484. bpy/ops/sculpt_curves/py.typed +0 -0
  485. bpy/ops/sequencer/py.typed +0 -0
  486. bpy/ops/sound/py.typed +0 -0
  487. bpy/ops/spreadsheet/py.typed +0 -0
  488. bpy/ops/surface/py.typed +0 -0
  489. bpy/ops/text/py.typed +0 -0
  490. bpy/ops/text_editor/py.typed +0 -0
  491. bpy/ops/texture/py.typed +0 -0
  492. bpy/ops/transform/py.typed +0 -0
  493. bpy/ops/ui/py.typed +0 -0
  494. bpy/ops/uilist/py.typed +0 -0
  495. bpy/ops/uv/py.typed +0 -0
  496. bpy/ops/view2d/py.typed +0 -0
  497. bpy/ops/view3d/py.typed +0 -0
  498. bpy/ops/wm/py.typed +0 -0
  499. bpy/ops/workspace/py.typed +0 -0
  500. bpy/ops/world/py.typed +0 -0
  501. bpy/path/py.typed +0 -0
  502. bpy/props/py.typed +0 -0
  503. bpy/types/py.typed +0 -0
  504. bpy/utils/previews/py.typed +0 -0
  505. bpy/utils/py.typed +0 -0
  506. bpy/utils/units/py.typed +0 -0
  507. bpy_extras/anim_utils/py.typed +0 -0
  508. bpy_extras/asset_utils/py.typed +0 -0
  509. bpy_extras/bmesh_utils/py.typed +0 -0
  510. bpy_extras/extensions/junction_module/py.typed +0 -0
  511. bpy_extras/extensions/py.typed +0 -0
  512. bpy_extras/id_map_utils/py.typed +0 -0
  513. bpy_extras/image_utils/py.typed +0 -0
  514. bpy_extras/io_utils/py.typed +0 -0
  515. bpy_extras/keyconfig_utils/py.typed +0 -0
  516. bpy_extras/mesh_utils/py.typed +0 -0
  517. bpy_extras/node_shader_utils/py.typed +0 -0
  518. bpy_extras/node_utils/py.typed +0 -0
  519. bpy_extras/object_utils/py.typed +0 -0
  520. bpy_extras/view3d_utils/py.typed +0 -0
  521. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  522. bpy_extras/wm_utils/py.typed +0 -0
  523. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  524. freestyle/chainingiterators/py.typed +0 -0
  525. freestyle/functions/py.typed +0 -0
  526. freestyle/predicates/py.typed +0 -0
  527. freestyle/shaders/py.typed +0 -0
  528. freestyle/types/py.typed +0 -0
  529. freestyle/utils/ContextFunctions/py.typed +0 -0
  530. freestyle/utils/py.typed +0 -0
  531. gpu/capabilities/py.typed +0 -0
  532. gpu/matrix/py.typed +0 -0
  533. gpu/platform/py.typed +0 -0
  534. gpu/select/py.typed +0 -0
  535. gpu/shader/py.typed +0 -0
  536. gpu/state/py.typed +0 -0
  537. gpu/texture/py.typed +0 -0
  538. gpu/types/py.typed +0 -0
  539. gpu_extras/batch/py.typed +0 -0
  540. gpu_extras/presets/py.typed +0 -0
  541. idprop/types/py.typed +0 -0
  542. imbuf/types/py.typed +0 -0
  543. mathutils/bvhtree/py.typed +0 -0
  544. mathutils/geometry/py.typed +0 -0
  545. mathutils/interpolate/py.typed +0 -0
  546. mathutils/kdtree/py.typed +0 -0
  547. mathutils/noise/py.typed +0 -0
  548. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  549. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -5,368 +5,333 @@ import bpy.types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def cyclic_toggle(
8
- override_context: typing.Optional[
9
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
10
- ] = None,
11
- execution_context: typing.Optional[typing.Union[str, int]] = None,
12
- undo: typing.Optional[bool] = None,
13
- direction: typing.Optional[typing.Any] = "CYCLIC_U",
8
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
9
+ execution_context: str | int | None = None,
10
+ undo: bool | None = None,
11
+ direction: typing.Any | None = "CYCLIC_U",
14
12
  ):
15
13
  """Make active spline closed/opened loop
16
14
 
17
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
18
- :type execution_context: typing.Optional[typing.Union[str, int]]
19
- :type undo: typing.Optional[bool]
15
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
+ :type execution_context: str | int | None
17
+ :type undo: bool | None
20
18
  :param direction: Direction, Direction to make surface cyclic in
21
- :type direction: typing.Optional[typing.Any]
19
+ :type direction: typing.Any | None
22
20
  """
23
21
 
24
22
  ...
25
23
 
26
24
  def de_select_first(
27
- override_context: typing.Optional[
28
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
29
- ] = None,
30
- execution_context: typing.Optional[typing.Union[str, int]] = None,
31
- undo: typing.Optional[bool] = None,
25
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
26
+ execution_context: str | int | None = None,
27
+ undo: bool | None = None,
32
28
  ):
33
29
  """(De)select first of visible part of each NURBS
34
30
 
35
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
36
- :type execution_context: typing.Optional[typing.Union[str, int]]
37
- :type undo: typing.Optional[bool]
31
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
32
+ :type execution_context: str | int | None
33
+ :type undo: bool | None
38
34
  """
39
35
 
40
36
  ...
41
37
 
42
38
  def de_select_last(
43
- override_context: typing.Optional[
44
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
45
- ] = None,
46
- execution_context: typing.Optional[typing.Union[str, int]] = None,
47
- undo: typing.Optional[bool] = None,
39
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
40
+ execution_context: str | int | None = None,
41
+ undo: bool | None = None,
48
42
  ):
49
43
  """(De)select last of visible part of each NURBS
50
44
 
51
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
52
- :type execution_context: typing.Optional[typing.Union[str, int]]
53
- :type undo: typing.Optional[bool]
45
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
46
+ :type execution_context: str | int | None
47
+ :type undo: bool | None
54
48
  """
55
49
 
56
50
  ...
57
51
 
58
52
  def decimate(
59
- override_context: typing.Optional[
60
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
61
- ] = None,
62
- execution_context: typing.Optional[typing.Union[str, int]] = None,
63
- undo: typing.Optional[bool] = None,
64
- ratio: typing.Optional[typing.Any] = 1.0,
53
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
54
+ execution_context: str | int | None = None,
55
+ undo: bool | None = None,
56
+ ratio: typing.Any | None = 1.0,
65
57
  ):
66
58
  """Simplify selected curves
67
59
 
68
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
69
- :type execution_context: typing.Optional[typing.Union[str, int]]
70
- :type undo: typing.Optional[bool]
60
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
61
+ :type execution_context: str | int | None
62
+ :type undo: bool | None
71
63
  :param ratio: Ratio
72
- :type ratio: typing.Optional[typing.Any]
64
+ :type ratio: typing.Any | None
73
65
  """
74
66
 
75
67
  ...
76
68
 
77
69
  def delete(
78
- override_context: typing.Optional[
79
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
80
- ] = None,
81
- execution_context: typing.Optional[typing.Union[str, int]] = None,
82
- undo: typing.Optional[bool] = None,
83
- type: typing.Optional[typing.Any] = "VERT",
70
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
71
+ execution_context: str | int | None = None,
72
+ undo: bool | None = None,
73
+ type: typing.Any | None = "VERT",
84
74
  ):
85
75
  """Delete selected control points or segments
86
76
 
87
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
88
- :type execution_context: typing.Optional[typing.Union[str, int]]
89
- :type undo: typing.Optional[bool]
77
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
78
+ :type execution_context: str | int | None
79
+ :type undo: bool | None
90
80
  :param type: Type, Which elements to delete
91
- :type type: typing.Optional[typing.Any]
81
+ :type type: typing.Any | None
92
82
  """
93
83
 
94
84
  ...
95
85
 
96
86
  def dissolve_verts(
97
- override_context: typing.Optional[
98
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
99
- ] = None,
100
- execution_context: typing.Optional[typing.Union[str, int]] = None,
101
- undo: typing.Optional[bool] = None,
87
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
88
+ execution_context: str | int | None = None,
89
+ undo: bool | None = None,
102
90
  ):
103
91
  """Delete selected control points, correcting surrounding handles
104
92
 
105
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
106
- :type execution_context: typing.Optional[typing.Union[str, int]]
107
- :type undo: typing.Optional[bool]
93
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
94
+ :type execution_context: str | int | None
95
+ :type undo: bool | None
108
96
  """
109
97
 
110
98
  ...
111
99
 
112
100
  def draw(
113
- override_context: typing.Optional[
114
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
115
- ] = None,
116
- execution_context: typing.Optional[typing.Union[str, int]] = None,
117
- undo: typing.Optional[bool] = None,
118
- error_threshold: typing.Optional[typing.Any] = 0.0,
119
- fit_method: typing.Optional[typing.Union[str, int]] = "REFIT",
120
- corner_angle: typing.Optional[typing.Any] = 1.22173,
121
- use_cyclic: typing.Optional[typing.Union[bool, typing.Any]] = True,
122
- stroke: typing.Optional[
123
- bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
124
- ] = None,
125
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
101
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
102
+ execution_context: str | int | None = None,
103
+ undo: bool | None = None,
104
+ error_threshold: typing.Any | None = 0.0,
105
+ fit_method: str | int | None = "REFIT",
106
+ corner_angle: typing.Any | None = 1.22173,
107
+ use_cyclic: bool | typing.Any | None = True,
108
+ stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
109
+ | None = None,
110
+ wait_for_input: bool | typing.Any | None = True,
126
111
  ):
127
112
  """Draw a freehand spline
128
113
 
129
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
130
- :type execution_context: typing.Optional[typing.Union[str, int]]
131
- :type undo: typing.Optional[bool]
114
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
115
+ :type execution_context: str | int | None
116
+ :type undo: bool | None
132
117
  :param error_threshold: Error, Error distance threshold (in object units)
133
- :type error_threshold: typing.Optional[typing.Any]
118
+ :type error_threshold: typing.Any | None
134
119
  :param fit_method: Fit Method
135
- :type fit_method: typing.Optional[typing.Union[str, int]]
120
+ :type fit_method: str | int | None
136
121
  :param corner_angle: Corner Angle
137
- :type corner_angle: typing.Optional[typing.Any]
122
+ :type corner_angle: typing.Any | None
138
123
  :param use_cyclic: Cyclic
139
- :type use_cyclic: typing.Optional[typing.Union[bool, typing.Any]]
124
+ :type use_cyclic: bool | typing.Any | None
140
125
  :param stroke: Stroke
141
- :type stroke: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]]
126
+ :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
142
127
  :param wait_for_input: Wait for Input
143
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
128
+ :type wait_for_input: bool | typing.Any | None
144
129
  """
145
130
 
146
131
  ...
147
132
 
148
133
  def duplicate(
149
- override_context: typing.Optional[
150
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
151
- ] = None,
152
- execution_context: typing.Optional[typing.Union[str, int]] = None,
153
- undo: typing.Optional[bool] = None,
134
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
135
+ execution_context: str | int | None = None,
136
+ undo: bool | None = None,
154
137
  ):
155
138
  """Duplicate selected control points
156
139
 
157
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
158
- :type execution_context: typing.Optional[typing.Union[str, int]]
159
- :type undo: typing.Optional[bool]
140
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
141
+ :type execution_context: str | int | None
142
+ :type undo: bool | None
160
143
  """
161
144
 
162
145
  ...
163
146
 
164
147
  def duplicate_move(
165
- override_context: typing.Optional[
166
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
167
- ] = None,
168
- execution_context: typing.Optional[typing.Union[str, int]] = None,
169
- undo: typing.Optional[bool] = None,
170
- CURVE_OT_duplicate: typing.Optional[duplicate] = None,
171
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
148
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
149
+ execution_context: str | int | None = None,
150
+ undo: bool | None = None,
151
+ CURVE_OT_duplicate: duplicate | None = None,
152
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
172
153
  ):
173
154
  """Duplicate curve and move
174
155
 
175
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
176
- :type execution_context: typing.Optional[typing.Union[str, int]]
177
- :type undo: typing.Optional[bool]
156
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
157
+ :type execution_context: str | int | None
158
+ :type undo: bool | None
178
159
  :param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
179
- :type CURVE_OT_duplicate: typing.Optional[duplicate]
160
+ :type CURVE_OT_duplicate: duplicate | None
180
161
  :param TRANSFORM_OT_translate: Move, Move selected items
181
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
162
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
182
163
  """
183
164
 
184
165
  ...
185
166
 
186
167
  def extrude(
187
- override_context: typing.Optional[
188
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
189
- ] = None,
190
- execution_context: typing.Optional[typing.Union[str, int]] = None,
191
- undo: typing.Optional[bool] = None,
192
- mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
168
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
169
+ execution_context: str | int | None = None,
170
+ undo: bool | None = None,
171
+ mode: str | int | None = "TRANSLATION",
193
172
  ):
194
173
  """Extrude selected control point(s)
195
174
 
196
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
197
- :type execution_context: typing.Optional[typing.Union[str, int]]
198
- :type undo: typing.Optional[bool]
175
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
176
+ :type execution_context: str | int | None
177
+ :type undo: bool | None
199
178
  :param mode: Mode
200
- :type mode: typing.Optional[typing.Union[str, int]]
179
+ :type mode: str | int | None
201
180
  """
202
181
 
203
182
  ...
204
183
 
205
184
  def extrude_move(
206
- override_context: typing.Optional[
207
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
208
- ] = None,
209
- execution_context: typing.Optional[typing.Union[str, int]] = None,
210
- undo: typing.Optional[bool] = None,
211
- CURVE_OT_extrude: typing.Optional[extrude] = None,
212
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
185
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
186
+ execution_context: str | int | None = None,
187
+ undo: bool | None = None,
188
+ CURVE_OT_extrude: extrude | None = None,
189
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
213
190
  ):
214
191
  """Extrude curve and move result
215
192
 
216
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
217
- :type execution_context: typing.Optional[typing.Union[str, int]]
218
- :type undo: typing.Optional[bool]
193
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
194
+ :type execution_context: str | int | None
195
+ :type undo: bool | None
219
196
  :param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
220
- :type CURVE_OT_extrude: typing.Optional[extrude]
197
+ :type CURVE_OT_extrude: extrude | None
221
198
  :param TRANSFORM_OT_translate: Move, Move selected items
222
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
199
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
223
200
  """
224
201
 
225
202
  ...
226
203
 
227
204
  def handle_type_set(
228
- override_context: typing.Optional[
229
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
230
- ] = None,
231
- execution_context: typing.Optional[typing.Union[str, int]] = None,
232
- undo: typing.Optional[bool] = None,
233
- type: typing.Optional[typing.Any] = "AUTOMATIC",
205
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
206
+ execution_context: str | int | None = None,
207
+ undo: bool | None = None,
208
+ type: typing.Any | None = "AUTOMATIC",
234
209
  ):
235
210
  """Set type of handles for selected control points
236
211
 
237
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
238
- :type execution_context: typing.Optional[typing.Union[str, int]]
239
- :type undo: typing.Optional[bool]
212
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
213
+ :type execution_context: str | int | None
214
+ :type undo: bool | None
240
215
  :param type: Type, Spline type
241
- :type type: typing.Optional[typing.Any]
216
+ :type type: typing.Any | None
242
217
  """
243
218
 
244
219
  ...
245
220
 
246
221
  def hide(
247
- override_context: typing.Optional[
248
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
249
- ] = None,
250
- execution_context: typing.Optional[typing.Union[str, int]] = None,
251
- undo: typing.Optional[bool] = None,
252
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
222
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
223
+ execution_context: str | int | None = None,
224
+ undo: bool | None = None,
225
+ unselected: bool | typing.Any | None = False,
253
226
  ):
254
227
  """Hide (un)selected control points
255
228
 
256
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
257
- :type execution_context: typing.Optional[typing.Union[str, int]]
258
- :type undo: typing.Optional[bool]
229
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
230
+ :type execution_context: str | int | None
231
+ :type undo: bool | None
259
232
  :param unselected: Unselected, Hide unselected rather than selected
260
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
233
+ :type unselected: bool | typing.Any | None
261
234
  """
262
235
 
263
236
  ...
264
237
 
265
238
  def make_segment(
266
- override_context: typing.Optional[
267
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
268
- ] = None,
269
- execution_context: typing.Optional[typing.Union[str, int]] = None,
270
- 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,
271
242
  ):
272
243
  """Join two curves by their selected ends
273
244
 
274
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
275
- :type execution_context: typing.Optional[typing.Union[str, int]]
276
- :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
277
248
  """
278
249
 
279
250
  ...
280
251
 
281
252
  def match_texture_space(
282
- override_context: typing.Optional[
283
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
284
- ] = None,
285
- execution_context: typing.Optional[typing.Union[str, int]] = None,
286
- 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,
287
256
  ):
288
257
  """Match texture space to object's bounding box
289
258
 
290
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
291
- :type execution_context: typing.Optional[typing.Union[str, int]]
292
- :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
293
262
  """
294
263
 
295
264
  ...
296
265
 
297
266
  def normals_make_consistent(
298
- override_context: typing.Optional[
299
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
300
- ] = None,
301
- execution_context: typing.Optional[typing.Union[str, int]] = None,
302
- undo: typing.Optional[bool] = None,
303
- calc_length: 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
+ calc_length: bool | typing.Any | None = False,
304
271
  ):
305
272
  """Recalculate the direction of selected handles
306
273
 
307
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
308
- :type execution_context: typing.Optional[typing.Union[str, int]]
309
- :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
310
277
  :param calc_length: Length, Recalculate handle length
311
- :type calc_length: typing.Optional[typing.Union[bool, typing.Any]]
278
+ :type calc_length: bool | typing.Any | None
312
279
  """
313
280
 
314
281
  ...
315
282
 
316
283
  def pen(
317
- override_context: typing.Optional[
318
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
319
- ] = None,
320
- execution_context: typing.Optional[typing.Union[str, int]] = None,
321
- undo: typing.Optional[bool] = None,
322
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
323
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
324
- toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
325
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
326
- select_passthrough: typing.Optional[typing.Union[bool, typing.Any]] = False,
327
- extrude_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
328
- extrude_handle: typing.Optional[typing.Any] = "VECTOR",
329
- delete_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
330
- insert_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
331
- move_segment: typing.Optional[typing.Union[bool, typing.Any]] = False,
332
- select_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
333
- move_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
334
- close_spline: typing.Optional[typing.Union[bool, typing.Any]] = True,
335
- close_spline_method: typing.Optional[typing.Any] = "OFF",
336
- toggle_vector: typing.Optional[typing.Union[bool, typing.Any]] = False,
337
- cycle_handle_type: typing.Optional[typing.Union[bool, typing.Any]] = False,
284
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
285
+ execution_context: str | int | None = None,
286
+ undo: bool | None = None,
287
+ extend: bool | typing.Any | None = False,
288
+ deselect: bool | typing.Any | None = False,
289
+ toggle: bool | typing.Any | None = False,
290
+ deselect_all: bool | typing.Any | None = False,
291
+ select_passthrough: bool | typing.Any | None = False,
292
+ extrude_point: bool | typing.Any | None = False,
293
+ extrude_handle: typing.Any | None = "VECTOR",
294
+ delete_point: bool | typing.Any | None = False,
295
+ insert_point: bool | typing.Any | None = False,
296
+ move_segment: bool | typing.Any | None = False,
297
+ select_point: bool | typing.Any | None = False,
298
+ move_point: bool | typing.Any | None = False,
299
+ close_spline: bool | typing.Any | None = True,
300
+ close_spline_method: typing.Any | None = "OFF",
301
+ toggle_vector: bool | typing.Any | None = False,
302
+ cycle_handle_type: bool | typing.Any | None = False,
338
303
  ):
339
304
  """Construct and edit splines
340
305
 
341
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
342
- :type execution_context: typing.Optional[typing.Union[str, int]]
343
- :type undo: typing.Optional[bool]
306
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
307
+ :type execution_context: str | int | None
308
+ :type undo: bool | None
344
309
  :param extend: Extend, Extend selection instead of deselecting everything first
345
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
310
+ :type extend: bool | typing.Any | None
346
311
  :param deselect: Deselect, Remove from selection
347
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
312
+ :type deselect: bool | typing.Any | None
348
313
  :param toggle: Toggle Selection, Toggle the selection
349
- :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
314
+ :type toggle: bool | typing.Any | None
350
315
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
351
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
316
+ :type deselect_all: bool | typing.Any | None
352
317
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
353
- :type select_passthrough: typing.Optional[typing.Union[bool, typing.Any]]
318
+ :type select_passthrough: bool | typing.Any | None
354
319
  :param extrude_point: Extrude Point, Add a point connected to the last selected point
355
- :type extrude_point: typing.Optional[typing.Union[bool, typing.Any]]
320
+ :type extrude_point: bool | typing.Any | None
356
321
  :param extrude_handle: Extrude Handle Type, Type of the extruded handle
357
- :type extrude_handle: typing.Optional[typing.Any]
322
+ :type extrude_handle: typing.Any | None
358
323
  :param delete_point: Delete Point, Delete an existing point
359
- :type delete_point: typing.Optional[typing.Union[bool, typing.Any]]
324
+ :type delete_point: bool | typing.Any | None
360
325
  :param insert_point: Insert Point, Insert Point into a curve segment
361
- :type insert_point: typing.Optional[typing.Union[bool, typing.Any]]
326
+ :type insert_point: bool | typing.Any | None
362
327
  :param move_segment: Move Segment, Delete an existing point
363
- :type move_segment: typing.Optional[typing.Union[bool, typing.Any]]
328
+ :type move_segment: bool | typing.Any | None
364
329
  :param select_point: Select Point, Select a point or its handles
365
- :type select_point: typing.Optional[typing.Union[bool, typing.Any]]
330
+ :type select_point: bool | typing.Any | None
366
331
  :param move_point: Move Point, Move a point or its handles
367
- :type move_point: typing.Optional[typing.Union[bool, typing.Any]]
332
+ :type move_point: bool | typing.Any | None
368
333
  :param close_spline: Close Spline, Make a spline cyclic by clicking endpoints
369
- :type close_spline: typing.Optional[typing.Union[bool, typing.Any]]
334
+ :type close_spline: bool | typing.Any | None
370
335
  :param close_spline_method: Close Spline Method, The condition for close spline to activate
371
336
 
372
337
  OFF
@@ -377,37 +342,35 @@ def pen(
377
342
 
378
343
  ON_CLICK
379
344
  On Click -- Spline closes on release if not dragged.
380
- :type close_spline_method: typing.Optional[typing.Any]
345
+ :type close_spline_method: typing.Any | None
381
346
  :param toggle_vector: Toggle Vector, Toggle between Vector and Auto handles
382
- :type toggle_vector: typing.Optional[typing.Union[bool, typing.Any]]
347
+ :type toggle_vector: bool | typing.Any | None
383
348
  :param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
384
- :type cycle_handle_type: typing.Optional[typing.Union[bool, typing.Any]]
349
+ :type cycle_handle_type: bool | typing.Any | None
385
350
  """
386
351
 
387
352
  ...
388
353
 
389
354
  def primitive_bezier_circle_add(
390
- override_context: typing.Optional[
391
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
392
- ] = None,
393
- execution_context: typing.Optional[typing.Union[str, int]] = None,
394
- undo: typing.Optional[bool] = None,
395
- radius: typing.Optional[typing.Any] = 1.0,
396
- enter_editmode: typing.Optional[typing.Union[bool, typing.Any]] = False,
397
- align: typing.Optional[typing.Any] = "WORLD",
398
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
399
- rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
400
- scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
355
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
356
+ execution_context: str | int | None = None,
357
+ undo: bool | None = None,
358
+ radius: typing.Any | None = 1.0,
359
+ enter_editmode: bool | typing.Any | None = False,
360
+ align: typing.Any | None = "WORLD",
361
+ location: typing.Any | None = (0.0, 0.0, 0.0),
362
+ rotation: typing.Any | None = (0.0, 0.0, 0.0),
363
+ scale: typing.Any | None = (0.0, 0.0, 0.0),
401
364
  ):
402
365
  """Construct a Bézier Circle
403
366
 
404
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
405
- :type execution_context: typing.Optional[typing.Union[str, int]]
406
- :type undo: typing.Optional[bool]
367
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
368
+ :type execution_context: str | int | None
369
+ :type undo: bool | None
407
370
  :param radius: Radius
408
- :type radius: typing.Optional[typing.Any]
371
+ :type radius: typing.Any | None
409
372
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
410
- :type enter_editmode: typing.Optional[typing.Union[bool, typing.Any]]
373
+ :type enter_editmode: bool | typing.Any | None
411
374
  :param align: Align, The alignment of the new object
412
375
 
413
376
  WORLD
@@ -418,39 +381,37 @@ def primitive_bezier_circle_add(
418
381
 
419
382
  CURSOR
420
383
  3D Cursor -- Use the 3D cursor orientation for the new object.
421
- :type align: typing.Optional[typing.Any]
384
+ :type align: typing.Any | None
422
385
  :param location: Location, Location for the newly added object
423
- :type location: typing.Optional[typing.Any]
386
+ :type location: typing.Any | None
424
387
  :param rotation: Rotation, Rotation for the newly added object
425
- :type rotation: typing.Optional[typing.Any]
388
+ :type rotation: typing.Any | None
426
389
  :param scale: Scale, Scale for the newly added object
427
- :type scale: typing.Optional[typing.Any]
390
+ :type scale: typing.Any | None
428
391
  """
429
392
 
430
393
  ...
431
394
 
432
395
  def primitive_bezier_curve_add(
433
- override_context: typing.Optional[
434
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
435
- ] = None,
436
- execution_context: typing.Optional[typing.Union[str, int]] = None,
437
- undo: typing.Optional[bool] = None,
438
- radius: typing.Optional[typing.Any] = 1.0,
439
- enter_editmode: typing.Optional[typing.Union[bool, typing.Any]] = False,
440
- align: typing.Optional[typing.Any] = "WORLD",
441
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
442
- rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
443
- scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
396
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
397
+ execution_context: str | int | None = None,
398
+ undo: bool | None = None,
399
+ radius: typing.Any | None = 1.0,
400
+ enter_editmode: bool | typing.Any | None = False,
401
+ align: typing.Any | None = "WORLD",
402
+ location: typing.Any | None = (0.0, 0.0, 0.0),
403
+ rotation: typing.Any | None = (0.0, 0.0, 0.0),
404
+ scale: typing.Any | None = (0.0, 0.0, 0.0),
444
405
  ):
445
406
  """Construct a Bézier Curve
446
407
 
447
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
448
- :type execution_context: typing.Optional[typing.Union[str, int]]
449
- :type undo: typing.Optional[bool]
408
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
409
+ :type execution_context: str | int | None
410
+ :type undo: bool | None
450
411
  :param radius: Radius
451
- :type radius: typing.Optional[typing.Any]
412
+ :type radius: typing.Any | None
452
413
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
453
- :type enter_editmode: typing.Optional[typing.Union[bool, typing.Any]]
414
+ :type enter_editmode: bool | typing.Any | None
454
415
  :param align: Align, The alignment of the new object
455
416
 
456
417
  WORLD
@@ -461,39 +422,37 @@ def primitive_bezier_curve_add(
461
422
 
462
423
  CURSOR
463
424
  3D Cursor -- Use the 3D cursor orientation for the new object.
464
- :type align: typing.Optional[typing.Any]
425
+ :type align: typing.Any | None
465
426
  :param location: Location, Location for the newly added object
466
- :type location: typing.Optional[typing.Any]
427
+ :type location: typing.Any | None
467
428
  :param rotation: Rotation, Rotation for the newly added object
468
- :type rotation: typing.Optional[typing.Any]
429
+ :type rotation: typing.Any | None
469
430
  :param scale: Scale, Scale for the newly added object
470
- :type scale: typing.Optional[typing.Any]
431
+ :type scale: typing.Any | None
471
432
  """
472
433
 
473
434
  ...
474
435
 
475
436
  def primitive_nurbs_circle_add(
476
- override_context: typing.Optional[
477
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
478
- ] = None,
479
- execution_context: typing.Optional[typing.Union[str, int]] = None,
480
- undo: typing.Optional[bool] = None,
481
- radius: typing.Optional[typing.Any] = 1.0,
482
- enter_editmode: typing.Optional[typing.Union[bool, typing.Any]] = False,
483
- align: typing.Optional[typing.Any] = "WORLD",
484
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
485
- rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
486
- scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
437
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
438
+ execution_context: str | int | None = None,
439
+ undo: bool | None = None,
440
+ radius: typing.Any | None = 1.0,
441
+ enter_editmode: bool | typing.Any | None = False,
442
+ align: typing.Any | None = "WORLD",
443
+ location: typing.Any | None = (0.0, 0.0, 0.0),
444
+ rotation: typing.Any | None = (0.0, 0.0, 0.0),
445
+ scale: typing.Any | None = (0.0, 0.0, 0.0),
487
446
  ):
488
447
  """Construct a Nurbs Circle
489
448
 
490
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
491
- :type execution_context: typing.Optional[typing.Union[str, int]]
492
- :type undo: typing.Optional[bool]
449
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
450
+ :type execution_context: str | int | None
451
+ :type undo: bool | None
493
452
  :param radius: Radius
494
- :type radius: typing.Optional[typing.Any]
453
+ :type radius: typing.Any | None
495
454
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
496
- :type enter_editmode: typing.Optional[typing.Union[bool, typing.Any]]
455
+ :type enter_editmode: bool | typing.Any | None
497
456
  :param align: Align, The alignment of the new object
498
457
 
499
458
  WORLD
@@ -504,39 +463,37 @@ def primitive_nurbs_circle_add(
504
463
 
505
464
  CURSOR
506
465
  3D Cursor -- Use the 3D cursor orientation for the new object.
507
- :type align: typing.Optional[typing.Any]
466
+ :type align: typing.Any | None
508
467
  :param location: Location, Location for the newly added object
509
- :type location: typing.Optional[typing.Any]
468
+ :type location: typing.Any | None
510
469
  :param rotation: Rotation, Rotation for the newly added object
511
- :type rotation: typing.Optional[typing.Any]
470
+ :type rotation: typing.Any | None
512
471
  :param scale: Scale, Scale for the newly added object
513
- :type scale: typing.Optional[typing.Any]
472
+ :type scale: typing.Any | None
514
473
  """
515
474
 
516
475
  ...
517
476
 
518
477
  def primitive_nurbs_curve_add(
519
- override_context: typing.Optional[
520
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
521
- ] = None,
522
- execution_context: typing.Optional[typing.Union[str, int]] = None,
523
- undo: typing.Optional[bool] = None,
524
- radius: typing.Optional[typing.Any] = 1.0,
525
- enter_editmode: typing.Optional[typing.Union[bool, typing.Any]] = False,
526
- align: typing.Optional[typing.Any] = "WORLD",
527
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
528
- rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
529
- scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
478
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
479
+ execution_context: str | int | None = None,
480
+ undo: bool | None = None,
481
+ radius: typing.Any | None = 1.0,
482
+ enter_editmode: bool | typing.Any | None = False,
483
+ align: typing.Any | None = "WORLD",
484
+ location: typing.Any | None = (0.0, 0.0, 0.0),
485
+ rotation: typing.Any | None = (0.0, 0.0, 0.0),
486
+ scale: typing.Any | None = (0.0, 0.0, 0.0),
530
487
  ):
531
488
  """Construct a Nurbs Curve
532
489
 
533
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
534
- :type execution_context: typing.Optional[typing.Union[str, int]]
535
- :type undo: typing.Optional[bool]
490
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
491
+ :type execution_context: str | int | None
492
+ :type undo: bool | None
536
493
  :param radius: Radius
537
- :type radius: typing.Optional[typing.Any]
494
+ :type radius: typing.Any | None
538
495
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
539
- :type enter_editmode: typing.Optional[typing.Union[bool, typing.Any]]
496
+ :type enter_editmode: bool | typing.Any | None
540
497
  :param align: Align, The alignment of the new object
541
498
 
542
499
  WORLD
@@ -547,39 +504,37 @@ def primitive_nurbs_curve_add(
547
504
 
548
505
  CURSOR
549
506
  3D Cursor -- Use the 3D cursor orientation for the new object.
550
- :type align: typing.Optional[typing.Any]
507
+ :type align: typing.Any | None
551
508
  :param location: Location, Location for the newly added object
552
- :type location: typing.Optional[typing.Any]
509
+ :type location: typing.Any | None
553
510
  :param rotation: Rotation, Rotation for the newly added object
554
- :type rotation: typing.Optional[typing.Any]
511
+ :type rotation: typing.Any | None
555
512
  :param scale: Scale, Scale for the newly added object
556
- :type scale: typing.Optional[typing.Any]
513
+ :type scale: typing.Any | None
557
514
  """
558
515
 
559
516
  ...
560
517
 
561
518
  def primitive_nurbs_path_add(
562
- override_context: typing.Optional[
563
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
564
- ] = None,
565
- execution_context: typing.Optional[typing.Union[str, int]] = None,
566
- undo: typing.Optional[bool] = None,
567
- radius: typing.Optional[typing.Any] = 1.0,
568
- enter_editmode: typing.Optional[typing.Union[bool, typing.Any]] = False,
569
- align: typing.Optional[typing.Any] = "WORLD",
570
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
571
- rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
572
- scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
519
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
520
+ execution_context: str | int | None = None,
521
+ undo: bool | None = None,
522
+ radius: typing.Any | None = 1.0,
523
+ enter_editmode: bool | typing.Any | None = False,
524
+ align: typing.Any | None = "WORLD",
525
+ location: typing.Any | None = (0.0, 0.0, 0.0),
526
+ rotation: typing.Any | None = (0.0, 0.0, 0.0),
527
+ scale: typing.Any | None = (0.0, 0.0, 0.0),
573
528
  ):
574
529
  """Construct a Path
575
530
 
576
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
577
- :type execution_context: typing.Optional[typing.Union[str, int]]
578
- :type undo: typing.Optional[bool]
531
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
532
+ :type execution_context: str | int | None
533
+ :type undo: bool | None
579
534
  :param radius: Radius
580
- :type radius: typing.Optional[typing.Any]
535
+ :type radius: typing.Any | None
581
536
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
582
- :type enter_editmode: typing.Optional[typing.Union[bool, typing.Any]]
537
+ :type enter_editmode: bool | typing.Any | None
583
538
  :param align: Align, The alignment of the new object
584
539
 
585
540
  WORLD
@@ -590,68 +545,62 @@ def primitive_nurbs_path_add(
590
545
 
591
546
  CURSOR
592
547
  3D Cursor -- Use the 3D cursor orientation for the new object.
593
- :type align: typing.Optional[typing.Any]
548
+ :type align: typing.Any | None
594
549
  :param location: Location, Location for the newly added object
595
- :type location: typing.Optional[typing.Any]
550
+ :type location: typing.Any | None
596
551
  :param rotation: Rotation, Rotation for the newly added object
597
- :type rotation: typing.Optional[typing.Any]
552
+ :type rotation: typing.Any | None
598
553
  :param scale: Scale, Scale for the newly added object
599
- :type scale: typing.Optional[typing.Any]
554
+ :type scale: typing.Any | None
600
555
  """
601
556
 
602
557
  ...
603
558
 
604
559
  def radius_set(
605
- override_context: typing.Optional[
606
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
607
- ] = None,
608
- execution_context: typing.Optional[typing.Union[str, int]] = None,
609
- undo: typing.Optional[bool] = None,
610
- radius: typing.Optional[typing.Any] = 1.0,
560
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
561
+ execution_context: str | int | None = None,
562
+ undo: bool | None = None,
563
+ radius: typing.Any | None = 1.0,
611
564
  ):
612
565
  """Set per-point radius which is used for bevel tapering
613
566
 
614
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
615
- :type execution_context: typing.Optional[typing.Union[str, int]]
616
- :type undo: typing.Optional[bool]
567
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
568
+ :type execution_context: str | int | None
569
+ :type undo: bool | None
617
570
  :param radius: Radius
618
- :type radius: typing.Optional[typing.Any]
571
+ :type radius: typing.Any | None
619
572
  """
620
573
 
621
574
  ...
622
575
 
623
576
  def reveal(
624
- override_context: typing.Optional[
625
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
626
- ] = None,
627
- execution_context: typing.Optional[typing.Union[str, int]] = None,
628
- undo: typing.Optional[bool] = None,
629
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
577
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
578
+ execution_context: str | int | None = None,
579
+ undo: bool | None = None,
580
+ select: bool | typing.Any | None = True,
630
581
  ):
631
582
  """Reveal hidden control points
632
583
 
633
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
634
- :type execution_context: typing.Optional[typing.Union[str, int]]
635
- :type undo: typing.Optional[bool]
584
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
585
+ :type execution_context: str | int | None
586
+ :type undo: bool | None
636
587
  :param select: Select
637
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
588
+ :type select: bool | typing.Any | None
638
589
  """
639
590
 
640
591
  ...
641
592
 
642
593
  def select_all(
643
- override_context: typing.Optional[
644
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
645
- ] = None,
646
- execution_context: typing.Optional[typing.Union[str, int]] = None,
647
- undo: typing.Optional[bool] = None,
648
- action: typing.Optional[typing.Any] = "TOGGLE",
594
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
595
+ execution_context: str | int | None = None,
596
+ undo: bool | None = None,
597
+ action: typing.Any | None = "TOGGLE",
649
598
  ):
650
599
  """(De)select all control points
651
600
 
652
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
653
- :type execution_context: typing.Optional[typing.Union[str, int]]
654
- :type undo: typing.Optional[bool]
601
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
602
+ :type execution_context: str | int | None
603
+ :type undo: bool | None
655
604
  :param action: Action, Selection action to execute
656
605
 
657
606
  TOGGLE
@@ -665,154 +614,138 @@ def select_all(
665
614
 
666
615
  INVERT
667
616
  Invert -- Invert selection of all elements.
668
- :type action: typing.Optional[typing.Any]
617
+ :type action: typing.Any | None
669
618
  """
670
619
 
671
620
  ...
672
621
 
673
622
  def select_less(
674
- override_context: typing.Optional[
675
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
676
- ] = None,
677
- execution_context: typing.Optional[typing.Union[str, int]] = None,
678
- undo: typing.Optional[bool] = None,
623
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
624
+ execution_context: str | int | None = None,
625
+ undo: bool | None = None,
679
626
  ):
680
627
  """Deselect control points at the boundary of each selection region
681
628
 
682
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
683
- :type execution_context: typing.Optional[typing.Union[str, int]]
684
- :type undo: typing.Optional[bool]
629
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
630
+ :type execution_context: str | int | None
631
+ :type undo: bool | None
685
632
  """
686
633
 
687
634
  ...
688
635
 
689
636
  def select_linked(
690
- override_context: typing.Optional[
691
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
692
- ] = None,
693
- execution_context: typing.Optional[typing.Union[str, int]] = None,
694
- undo: typing.Optional[bool] = None,
637
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
638
+ execution_context: str | int | None = None,
639
+ undo: bool | None = None,
695
640
  ):
696
641
  """Select all control points linked to the current selection
697
642
 
698
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
699
- :type execution_context: typing.Optional[typing.Union[str, int]]
700
- :type undo: typing.Optional[bool]
643
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
644
+ :type execution_context: str | int | None
645
+ :type undo: bool | None
701
646
  """
702
647
 
703
648
  ...
704
649
 
705
650
  def select_linked_pick(
706
- override_context: typing.Optional[
707
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
708
- ] = None,
709
- execution_context: typing.Optional[typing.Union[str, int]] = None,
710
- undo: typing.Optional[bool] = None,
711
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
651
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
652
+ execution_context: str | int | None = None,
653
+ undo: bool | None = None,
654
+ deselect: bool | typing.Any | None = False,
712
655
  ):
713
656
  """Select all control points linked to already selected ones
714
657
 
715
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
716
- :type execution_context: typing.Optional[typing.Union[str, int]]
717
- :type undo: typing.Optional[bool]
658
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
659
+ :type execution_context: str | int | None
660
+ :type undo: bool | None
718
661
  :param deselect: Deselect, Deselect linked control points rather than selecting them
719
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
662
+ :type deselect: bool | typing.Any | None
720
663
  """
721
664
 
722
665
  ...
723
666
 
724
667
  def select_more(
725
- override_context: typing.Optional[
726
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
727
- ] = None,
728
- execution_context: typing.Optional[typing.Union[str, int]] = None,
729
- undo: typing.Optional[bool] = None,
668
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
669
+ execution_context: str | int | None = None,
670
+ undo: bool | None = None,
730
671
  ):
731
672
  """Select control points at the boundary of each selection region
732
673
 
733
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
734
- :type execution_context: typing.Optional[typing.Union[str, int]]
735
- :type undo: typing.Optional[bool]
674
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
675
+ :type execution_context: str | int | None
676
+ :type undo: bool | None
736
677
  """
737
678
 
738
679
  ...
739
680
 
740
681
  def select_next(
741
- override_context: typing.Optional[
742
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
743
- ] = None,
744
- execution_context: typing.Optional[typing.Union[str, int]] = None,
745
- undo: typing.Optional[bool] = None,
682
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
683
+ execution_context: str | int | None = None,
684
+ undo: bool | None = None,
746
685
  ):
747
686
  """Select control points following already selected ones along the curves
748
687
 
749
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
750
- :type execution_context: typing.Optional[typing.Union[str, int]]
751
- :type undo: typing.Optional[bool]
688
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
689
+ :type execution_context: str | int | None
690
+ :type undo: bool | None
752
691
  """
753
692
 
754
693
  ...
755
694
 
756
695
  def select_nth(
757
- override_context: typing.Optional[
758
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
759
- ] = None,
760
- execution_context: typing.Optional[typing.Union[str, int]] = None,
761
- undo: typing.Optional[bool] = None,
762
- skip: typing.Optional[typing.Any] = 1,
763
- nth: typing.Optional[typing.Any] = 1,
764
- offset: typing.Optional[typing.Any] = 0,
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
+ skip: typing.Any | None = 1,
700
+ nth: typing.Any | None = 1,
701
+ offset: typing.Any | None = 0,
765
702
  ):
766
703
  """Deselect every Nth point starting from the active one
767
704
 
768
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
769
- :type execution_context: typing.Optional[typing.Union[str, int]]
770
- :type undo: typing.Optional[bool]
705
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
706
+ :type execution_context: str | int | None
707
+ :type undo: bool | None
771
708
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
772
- :type skip: typing.Optional[typing.Any]
709
+ :type skip: typing.Any | None
773
710
  :param nth: Selected, Number of selected elements in the repetitive sequence
774
- :type nth: typing.Optional[typing.Any]
711
+ :type nth: typing.Any | None
775
712
  :param offset: Offset, Offset from the starting point
776
- :type offset: typing.Optional[typing.Any]
713
+ :type offset: typing.Any | None
777
714
  """
778
715
 
779
716
  ...
780
717
 
781
718
  def select_previous(
782
- override_context: typing.Optional[
783
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
784
- ] = None,
785
- execution_context: typing.Optional[typing.Union[str, int]] = None,
786
- undo: typing.Optional[bool] = None,
719
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
720
+ execution_context: str | int | None = None,
721
+ undo: bool | None = None,
787
722
  ):
788
723
  """Select control points preceding already selected ones along the curves
789
724
 
790
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
791
- :type execution_context: typing.Optional[typing.Union[str, int]]
792
- :type undo: typing.Optional[bool]
725
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
726
+ :type execution_context: str | int | None
727
+ :type undo: bool | None
793
728
  """
794
729
 
795
730
  ...
796
731
 
797
732
  def select_random(
798
- override_context: typing.Optional[
799
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
800
- ] = None,
801
- execution_context: typing.Optional[typing.Union[str, int]] = None,
802
- undo: typing.Optional[bool] = None,
803
- ratio: typing.Optional[typing.Any] = 0.5,
804
- seed: typing.Optional[typing.Any] = 0,
805
- action: typing.Optional[typing.Any] = "SELECT",
733
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
734
+ execution_context: str | int | None = None,
735
+ undo: bool | None = None,
736
+ ratio: typing.Any | None = 0.5,
737
+ seed: typing.Any | None = 0,
738
+ action: typing.Any | None = "SELECT",
806
739
  ):
807
740
  """Randomly select some control points
808
741
 
809
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
810
- :type execution_context: typing.Optional[typing.Union[str, int]]
811
- :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
812
745
  :param ratio: Ratio, Portion of items to select randomly
813
- :type ratio: typing.Optional[typing.Any]
746
+ :type ratio: typing.Any | None
814
747
  :param seed: Random Seed, Seed for the random number generator
815
- :type seed: typing.Optional[typing.Any]
748
+ :type seed: typing.Any | None
816
749
  :param action: Action, Selection action to execute
817
750
 
818
751
  SELECT
@@ -820,325 +753,289 @@ def select_random(
820
753
 
821
754
  DESELECT
822
755
  Deselect -- Deselect all elements.
823
- :type action: typing.Optional[typing.Any]
756
+ :type action: typing.Any | None
824
757
  """
825
758
 
826
759
  ...
827
760
 
828
761
  def select_row(
829
- override_context: typing.Optional[
830
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
831
- ] = None,
832
- execution_context: typing.Optional[typing.Union[str, int]] = None,
833
- undo: typing.Optional[bool] = None,
762
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
763
+ execution_context: str | int | None = None,
764
+ undo: bool | None = None,
834
765
  ):
835
766
  """Select a row of control points including active one
836
767
 
837
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
838
- :type execution_context: typing.Optional[typing.Union[str, int]]
839
- :type undo: typing.Optional[bool]
768
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
769
+ :type execution_context: str | int | None
770
+ :type undo: bool | None
840
771
  """
841
772
 
842
773
  ...
843
774
 
844
775
  def select_similar(
845
- override_context: typing.Optional[
846
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
847
- ] = None,
848
- execution_context: typing.Optional[typing.Union[str, int]] = None,
849
- undo: typing.Optional[bool] = None,
850
- type: typing.Optional[typing.Any] = "WEIGHT",
851
- compare: typing.Optional[typing.Any] = "EQUAL",
852
- threshold: typing.Optional[typing.Any] = 0.1,
776
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
777
+ execution_context: str | int | None = None,
778
+ undo: bool | None = None,
779
+ type: typing.Any | None = "WEIGHT",
780
+ compare: typing.Any | None = "EQUAL",
781
+ threshold: typing.Any | None = 0.1,
853
782
  ):
854
783
  """Select similar curve points by property type
855
784
 
856
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
857
- :type execution_context: typing.Optional[typing.Union[str, int]]
858
- :type undo: typing.Optional[bool]
785
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
786
+ :type execution_context: str | int | None
787
+ :type undo: bool | None
859
788
  :param type: Type
860
- :type type: typing.Optional[typing.Any]
789
+ :type type: typing.Any | None
861
790
  :param compare: Compare
862
- :type compare: typing.Optional[typing.Any]
791
+ :type compare: typing.Any | None
863
792
  :param threshold: Threshold
864
- :type threshold: typing.Optional[typing.Any]
793
+ :type threshold: typing.Any | None
865
794
  """
866
795
 
867
796
  ...
868
797
 
869
798
  def separate(
870
- override_context: typing.Optional[
871
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
872
- ] = None,
873
- execution_context: typing.Optional[typing.Union[str, int]] = None,
874
- undo: typing.Optional[bool] = None,
799
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
800
+ execution_context: str | int | None = None,
801
+ undo: bool | None = None,
875
802
  ):
876
803
  """Separate selected points from connected unselected points into a new object
877
804
 
878
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
879
- :type execution_context: typing.Optional[typing.Union[str, int]]
880
- :type undo: typing.Optional[bool]
805
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
806
+ :type execution_context: str | int | None
807
+ :type undo: bool | None
881
808
  """
882
809
 
883
810
  ...
884
811
 
885
812
  def shade_flat(
886
- override_context: typing.Optional[
887
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
888
- ] = None,
889
- execution_context: typing.Optional[typing.Union[str, int]] = None,
890
- undo: typing.Optional[bool] = None,
813
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
814
+ execution_context: str | int | None = None,
815
+ undo: bool | None = None,
891
816
  ):
892
817
  """Set shading to flat
893
818
 
894
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
895
- :type execution_context: typing.Optional[typing.Union[str, int]]
896
- :type undo: typing.Optional[bool]
819
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
820
+ :type execution_context: str | int | None
821
+ :type undo: bool | None
897
822
  """
898
823
 
899
824
  ...
900
825
 
901
826
  def shade_smooth(
902
- override_context: typing.Optional[
903
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
904
- ] = None,
905
- execution_context: typing.Optional[typing.Union[str, int]] = None,
906
- undo: typing.Optional[bool] = None,
827
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
828
+ execution_context: str | int | None = None,
829
+ undo: bool | None = None,
907
830
  ):
908
831
  """Set shading to smooth
909
832
 
910
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
911
- :type execution_context: typing.Optional[typing.Union[str, int]]
912
- :type undo: typing.Optional[bool]
833
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
834
+ :type execution_context: str | int | None
835
+ :type undo: bool | None
913
836
  """
914
837
 
915
838
  ...
916
839
 
917
840
  def shortest_path_pick(
918
- override_context: typing.Optional[
919
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
920
- ] = None,
921
- execution_context: typing.Optional[typing.Union[str, int]] = None,
922
- undo: typing.Optional[bool] = None,
841
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
842
+ execution_context: str | int | None = None,
843
+ undo: bool | None = None,
923
844
  ):
924
845
  """Select shortest path between two selections
925
846
 
926
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
927
- :type execution_context: typing.Optional[typing.Union[str, int]]
928
- :type undo: typing.Optional[bool]
847
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
848
+ :type execution_context: str | int | None
849
+ :type undo: bool | None
929
850
  """
930
851
 
931
852
  ...
932
853
 
933
854
  def smooth(
934
- override_context: typing.Optional[
935
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
936
- ] = None,
937
- execution_context: typing.Optional[typing.Union[str, int]] = None,
938
- undo: typing.Optional[bool] = None,
855
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
856
+ execution_context: str | int | None = None,
857
+ undo: bool | None = None,
939
858
  ):
940
859
  """Flatten angles of selected points
941
860
 
942
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
943
- :type execution_context: typing.Optional[typing.Union[str, int]]
944
- :type undo: typing.Optional[bool]
861
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
862
+ :type execution_context: str | int | None
863
+ :type undo: bool | None
945
864
  """
946
865
 
947
866
  ...
948
867
 
949
868
  def smooth_radius(
950
- override_context: typing.Optional[
951
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
952
- ] = None,
953
- execution_context: typing.Optional[typing.Union[str, int]] = None,
954
- undo: typing.Optional[bool] = None,
869
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
870
+ execution_context: str | int | None = None,
871
+ undo: bool | None = None,
955
872
  ):
956
873
  """Interpolate radii of selected points
957
874
 
958
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
959
- :type execution_context: typing.Optional[typing.Union[str, int]]
960
- :type undo: typing.Optional[bool]
875
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
876
+ :type execution_context: str | int | None
877
+ :type undo: bool | None
961
878
  """
962
879
 
963
880
  ...
964
881
 
965
882
  def smooth_tilt(
966
- override_context: typing.Optional[
967
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
968
- ] = None,
969
- execution_context: typing.Optional[typing.Union[str, int]] = None,
970
- undo: typing.Optional[bool] = None,
883
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
884
+ execution_context: str | int | None = None,
885
+ undo: bool | None = None,
971
886
  ):
972
887
  """Interpolate tilt of selected points
973
888
 
974
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
975
- :type execution_context: typing.Optional[typing.Union[str, int]]
976
- :type undo: typing.Optional[bool]
889
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
890
+ :type execution_context: str | int | None
891
+ :type undo: bool | None
977
892
  """
978
893
 
979
894
  ...
980
895
 
981
896
  def smooth_weight(
982
- override_context: typing.Optional[
983
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
984
- ] = None,
985
- execution_context: typing.Optional[typing.Union[str, int]] = None,
986
- undo: typing.Optional[bool] = None,
897
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
898
+ execution_context: str | int | None = None,
899
+ undo: bool | None = None,
987
900
  ):
988
901
  """Interpolate weight of selected points
989
902
 
990
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
991
- :type execution_context: typing.Optional[typing.Union[str, int]]
992
- :type undo: typing.Optional[bool]
903
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
904
+ :type execution_context: str | int | None
905
+ :type undo: bool | None
993
906
  """
994
907
 
995
908
  ...
996
909
 
997
910
  def spin(
998
- override_context: typing.Optional[
999
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1000
- ] = None,
1001
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1002
- undo: typing.Optional[bool] = None,
1003
- center: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
1004
- axis: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
911
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
912
+ execution_context: str | int | None = None,
913
+ undo: bool | None = None,
914
+ center: typing.Any | None = (0.0, 0.0, 0.0),
915
+ axis: typing.Any | None = (0.0, 0.0, 0.0),
1005
916
  ):
1006
917
  """Extrude selected boundary row around pivot point and current view axis
1007
918
 
1008
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1009
- :type execution_context: typing.Optional[typing.Union[str, int]]
1010
- :type undo: typing.Optional[bool]
919
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
920
+ :type execution_context: str | int | None
921
+ :type undo: bool | None
1011
922
  :param center: Center, Center in global view space
1012
- :type center: typing.Optional[typing.Any]
923
+ :type center: typing.Any | None
1013
924
  :param axis: Axis, Axis in global view space
1014
- :type axis: typing.Optional[typing.Any]
925
+ :type axis: typing.Any | None
1015
926
  """
1016
927
 
1017
928
  ...
1018
929
 
1019
930
  def spline_type_set(
1020
- override_context: typing.Optional[
1021
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1022
- ] = None,
1023
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1024
- undo: typing.Optional[bool] = None,
1025
- type: typing.Optional[typing.Any] = "POLY",
1026
- use_handles: typing.Optional[typing.Union[bool, typing.Any]] = False,
931
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
932
+ execution_context: str | int | None = None,
933
+ undo: bool | None = None,
934
+ type: typing.Any | None = "POLY",
935
+ use_handles: bool | typing.Any | None = False,
1027
936
  ):
1028
937
  """Set type of active spline
1029
938
 
1030
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1031
- :type execution_context: typing.Optional[typing.Union[str, int]]
1032
- :type undo: typing.Optional[bool]
939
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
940
+ :type execution_context: str | int | None
941
+ :type undo: bool | None
1033
942
  :param type: Type, Spline type
1034
- :type type: typing.Optional[typing.Any]
943
+ :type type: typing.Any | None
1035
944
  :param use_handles: Handles, Use handles when converting Bézier curves into polygons
1036
- :type use_handles: typing.Optional[typing.Union[bool, typing.Any]]
945
+ :type use_handles: bool | typing.Any | None
1037
946
  """
1038
947
 
1039
948
  ...
1040
949
 
1041
950
  def spline_weight_set(
1042
- override_context: typing.Optional[
1043
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1044
- ] = None,
1045
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1046
- undo: typing.Optional[bool] = None,
1047
- weight: typing.Optional[typing.Any] = 1.0,
951
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
952
+ execution_context: str | int | None = None,
953
+ undo: bool | None = None,
954
+ weight: typing.Any | None = 1.0,
1048
955
  ):
1049
956
  """Set softbody goal weight for selected points
1050
957
 
1051
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1052
- :type execution_context: typing.Optional[typing.Union[str, int]]
1053
- :type undo: typing.Optional[bool]
958
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
959
+ :type execution_context: str | int | None
960
+ :type undo: bool | None
1054
961
  :param weight: Weight
1055
- :type weight: typing.Optional[typing.Any]
962
+ :type weight: typing.Any | None
1056
963
  """
1057
964
 
1058
965
  ...
1059
966
 
1060
967
  def split(
1061
- override_context: typing.Optional[
1062
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1063
- ] = None,
1064
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1065
- undo: typing.Optional[bool] = None,
968
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
969
+ execution_context: str | int | None = None,
970
+ undo: bool | None = None,
1066
971
  ):
1067
972
  """Split off selected points from connected unselected points
1068
973
 
1069
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1070
- :type execution_context: typing.Optional[typing.Union[str, int]]
1071
- :type undo: typing.Optional[bool]
974
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
975
+ :type execution_context: str | int | None
976
+ :type undo: bool | None
1072
977
  """
1073
978
 
1074
979
  ...
1075
980
 
1076
981
  def subdivide(
1077
- override_context: typing.Optional[
1078
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1079
- ] = None,
1080
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1081
- undo: typing.Optional[bool] = None,
1082
- number_cuts: typing.Optional[typing.Any] = 1,
982
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
983
+ execution_context: str | int | None = None,
984
+ undo: bool | None = None,
985
+ number_cuts: typing.Any | None = 1,
1083
986
  ):
1084
987
  """Subdivide selected segments
1085
988
 
1086
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1087
- :type execution_context: typing.Optional[typing.Union[str, int]]
1088
- :type undo: typing.Optional[bool]
989
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
990
+ :type execution_context: str | int | None
991
+ :type undo: bool | None
1089
992
  :param number_cuts: Number of Cuts
1090
- :type number_cuts: typing.Optional[typing.Any]
993
+ :type number_cuts: typing.Any | None
1091
994
  """
1092
995
 
1093
996
  ...
1094
997
 
1095
998
  def switch_direction(
1096
- override_context: typing.Optional[
1097
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1098
- ] = None,
1099
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1100
- undo: typing.Optional[bool] = None,
999
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1000
+ execution_context: str | int | None = None,
1001
+ undo: bool | None = None,
1101
1002
  ):
1102
1003
  """Switch direction of selected splines
1103
1004
 
1104
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1105
- :type execution_context: typing.Optional[typing.Union[str, int]]
1106
- :type undo: typing.Optional[bool]
1005
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1006
+ :type execution_context: str | int | None
1007
+ :type undo: bool | None
1107
1008
  """
1108
1009
 
1109
1010
  ...
1110
1011
 
1111
1012
  def tilt_clear(
1112
- override_context: typing.Optional[
1113
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1114
- ] = None,
1115
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1116
- undo: typing.Optional[bool] = None,
1013
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1014
+ execution_context: str | int | None = None,
1015
+ undo: bool | None = None,
1117
1016
  ):
1118
1017
  """Clear the tilt of selected control points
1119
1018
 
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]
1019
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1020
+ :type execution_context: str | int | None
1021
+ :type undo: bool | None
1123
1022
  """
1124
1023
 
1125
1024
  ...
1126
1025
 
1127
1026
  def vertex_add(
1128
- override_context: typing.Optional[
1129
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1130
- ] = None,
1131
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1132
- undo: typing.Optional[bool] = None,
1133
- location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
1027
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1028
+ execution_context: str | int | None = None,
1029
+ undo: bool | None = None,
1030
+ location: typing.Any | None = (0.0, 0.0, 0.0),
1134
1031
  ):
1135
1032
  """Add a new control point (linked to only selected end-curve one, if any)
1136
1033
 
1137
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1138
- :type execution_context: typing.Optional[typing.Union[str, int]]
1139
- :type undo: typing.Optional[bool]
1034
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1035
+ :type execution_context: str | int | None
1036
+ :type undo: bool | None
1140
1037
  :param location: Location, Location to add new vertex at
1141
- :type location: typing.Optional[typing.Any]
1038
+ :type location: typing.Any | None
1142
1039
  """
1143
1040
 
1144
1041
  ...