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

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

Potentially problematic release.


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

Files changed (533) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +2 -2
  2. addon_utils/__init__.pyi +43 -12
  3. animsys_refactor/__init__.pyi +4 -4
  4. aud/__init__.pyi +7 -7
  5. bgl/__init__.pyi +121 -183
  6. bl_app_override/__init__.pyi +5 -5
  7. bl_app_override/helpers/__init__.pyi +3 -1
  8. bl_app_template_utils/__init__.pyi +5 -5
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +5 -5
  14. bl_i18n_utils/settings/__init__.pyi +4 -2
  15. bl_i18n_utils/utils/__init__.pyi +86 -58
  16. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  17. bl_keymap_utils/io/__init__.pyi +4 -4
  18. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  19. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  20. bl_operators/add_mesh_torus/__init__.pyi +126 -41
  21. bl_operators/anim/__init__.pyi +1001 -328
  22. bl_operators/assets/__init__.pyi +376 -123
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
  24. bl_operators/clip/__init__.pyi +1250 -409
  25. bl_operators/console/__init__.pyi +626 -205
  26. bl_operators/constraint/__init__.pyi +502 -165
  27. bl_operators/file/__init__.pyi +376 -123
  28. bl_operators/freestyle/__init__.pyi +501 -164
  29. bl_operators/geometry_nodes/__init__.pyi +501 -164
  30. bl_operators/image/__init__.pyi +621 -200
  31. bl_operators/mesh/__init__.pyi +376 -123
  32. bl_operators/node/__init__.pyi +1243 -402
  33. bl_operators/object/__init__.pyi +1876 -615
  34. bl_operators/object_align/__init__.pyi +126 -41
  35. bl_operators/object_quick_effects/__init__.pyi +502 -165
  36. bl_operators/object_randomize_transform/__init__.pyi +126 -41
  37. bl_operators/presets/__init__.pyi +3069 -1027
  38. bl_operators/rigidbody/__init__.pyi +376 -123
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
  40. bl_operators/sequencer/__init__.pyi +1009 -331
  41. bl_operators/spreadsheet/__init__.pyi +126 -41
  42. bl_operators/userpref/__init__.pyi +3263 -1078
  43. bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
  44. bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
  45. bl_operators/uvcalc_transform/__init__.pyi +289 -90
  46. bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
  47. bl_operators/view3d/__init__.pyi +868 -279
  48. bl_operators/wm/__init__.pyi +5777 -1934
  49. bl_operators/world/__init__.pyi +126 -41
  50. bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
  51. bl_rna_utils/data_path/__init__.pyi +8 -3
  52. bl_ui/__init__.pyi +338 -131
  53. bl_ui/anim/__init__.pyi +164 -64
  54. bl_ui/asset_shelf/__init__.pyi +129 -42
  55. bl_ui/generic_ui_list/__init__.pyi +412 -135
  56. bl_ui/node_add_menu/__init__.pyi +168 -68
  57. bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
  58. bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
  59. bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
  60. bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
  61. bl_ui/properties_animviz/__init__.pyi +2 -2
  62. bl_ui/properties_collection/__init__.pyi +806 -274
  63. bl_ui/properties_constraint/__init__.pyi +10253 -3458
  64. bl_ui/properties_data_armature/__init__.pyi +1615 -552
  65. bl_ui/properties_data_bone/__init__.pyi +1288 -425
  66. bl_ui/properties_data_camera/__init__.pyi +1854 -631
  67. bl_ui/properties_data_curve/__init__.pyi +1929 -636
  68. bl_ui/properties_data_curves/__init__.pyi +806 -274
  69. bl_ui/properties_data_empty/__init__.pyi +257 -84
  70. bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
  72. bl_ui/properties_data_lattice/__init__.pyi +388 -127
  73. bl_ui/properties_data_light/__init__.pyi +1541 -506
  74. bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
  75. bl_ui/properties_data_mesh/__init__.pyi +2704 -929
  76. bl_ui/properties_data_metaball/__init__.pyi +644 -211
  77. bl_ui/properties_data_modifier/__init__.pyi +1353 -502
  78. bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
  79. bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
  80. bl_ui/properties_data_speaker/__init__.pyi +644 -211
  81. bl_ui/properties_data_volume/__init__.pyi +1030 -339
  82. bl_ui/properties_freestyle/__init__.pyi +3113 -1035
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
  84. bl_ui/properties_mask_common/__init__.pyi +1101 -420
  85. bl_ui/properties_material/__init__.pyi +2091 -699
  86. bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
  87. bl_ui/properties_object/__init__.pyi +1838 -618
  88. bl_ui/properties_output/__init__.pyi +2414 -831
  89. bl_ui/properties_paint_common/__init__.pyi +412 -289
  90. bl_ui/properties_particle/__init__.pyi +6737 -2241
  91. bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
  92. bl_ui/properties_physics_common/__init__.pyi +129 -42
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
  94. bl_ui/properties_physics_field/__init__.pyi +1283 -422
  95. bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
  99. bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
  100. bl_ui/properties_render/__init__.pyi +6830 -2263
  101. bl_ui/properties_scene/__init__.pyi +1929 -636
  102. bl_ui/properties_texture/__init__.pyi +3370 -1118
  103. bl_ui/properties_view_layer/__init__.pyi +2346 -782
  104. bl_ui/properties_workspace/__init__.pyi +516 -169
  105. bl_ui/properties_world/__init__.pyi +1284 -421
  106. bl_ui/space_clip/__init__.pyi +10134 -3639
  107. bl_ui/space_console/__init__.pyi +939 -357
  108. bl_ui/space_dopesheet/__init__.pyi +4327 -1562
  109. bl_ui/space_filebrowser/__init__.pyi +4164 -1499
  110. bl_ui/space_graph/__init__.pyi +3108 -1179
  111. bl_ui/space_image/__init__.pyi +9766 -3596
  112. bl_ui/space_info/__init__.pyi +939 -357
  113. bl_ui/space_nla/__init__.pyi +2620 -988
  114. bl_ui/space_node/__init__.pyi +3994 -1434
  115. bl_ui/space_outliner/__init__.pyi +2203 -842
  116. bl_ui/space_properties/__init__.pyi +386 -127
  117. bl_ui/space_sequencer/__init__.pyi +10773 -3878
  118. bl_ui/space_spreadsheet/__init__.pyi +130 -43
  119. bl_ui/space_statusbar/__init__.pyi +129 -42
  120. bl_ui/space_text/__init__.pyi +2458 -925
  121. bl_ui/space_time/__init__.pyi +1033 -378
  122. bl_ui/space_toolsystem_common/__init__.pyi +20 -16
  123. bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
  124. bl_ui/space_topbar/__init__.pyi +3980 -1496
  125. bl_ui/space_userpref/__init__.pyi +11373 -3797
  126. bl_ui/space_view3d/__init__.pyi +40865 -15356
  127. bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
  128. bl_ui/temp_anim_layers/__init__.pyi +129 -42
  129. bl_ui/utils/__init__.pyi +28 -20
  130. bl_ui_utils/bug_report_url/__init__.pyi +1 -1
  131. bl_ui_utils/layout/__init__.pyi +1 -1
  132. blend_render_info/__init__.pyi +1 -1
  133. blf/__init__.pyi +4 -4
  134. bmesh/geometry/__init__.pyi +2 -3
  135. bmesh/ops/__init__.pyi +372 -419
  136. bmesh/types/__init__.pyi +38 -38
  137. bmesh/utils/__init__.pyi +10 -13
  138. bpy/app/__init__.pyi +4 -4
  139. bpy/app/handlers/__init__.pyi +36 -36
  140. bpy/app/icons/__init__.pyi +8 -8
  141. bpy/app/timers/__init__.pyi +10 -10
  142. bpy/app/translations/__init__.pyi +20 -22
  143. bpy/msgbus/__init__.pyi +2 -4
  144. bpy/ops/action/__init__.pyi +316 -394
  145. bpy/ops/anim/__init__.pyi +442 -548
  146. bpy/ops/armature/__init__.pyi +374 -470
  147. bpy/ops/asset/__init__.pyi +152 -184
  148. bpy/ops/bl_pkg/__init__.pyi +221 -272
  149. bpy/ops/boid/__init__.pyi +50 -66
  150. bpy/ops/brush/__init__.pyi +72 -90
  151. bpy/ops/buttons/__init__.pyi +132 -144
  152. bpy/ops/cachefile/__init__.pyi +128 -138
  153. bpy/ops/camera/__init__.pyi +26 -30
  154. bpy/ops/clip/__init__.pyi +777 -964
  155. bpy/ops/cloth/__init__.pyi +12 -14
  156. bpy/ops/collection/__init__.pyi +68 -86
  157. bpy/ops/console/__init__.pyi +158 -200
  158. bpy/ops/constraint/__init__.pyi +178 -214
  159. bpy/ops/curve/__init__.pyi +473 -576
  160. bpy/ops/curves/__init__.pyi +247 -302
  161. bpy/ops/cycles/__init__.pyi +28 -34
  162. bpy/ops/dpaint/__init__.pyi +34 -44
  163. bpy/ops/ed/__init__.pyi +126 -150
  164. bpy/ops/export_anim/__init__.pyi +22 -24
  165. bpy/ops/export_scene/__init__.pyi +302 -336
  166. bpy/ops/file/__init__.pyi +352 -432
  167. bpy/ops/fluid/__init__.pyi +90 -118
  168. bpy/ops/font/__init__.pyi +258 -304
  169. bpy/ops/geometry/__init__.pyi +100 -120
  170. bpy/ops/gizmogroup/__init__.pyi +22 -26
  171. bpy/ops/gpencil/__init__.pyi +1469 -1778
  172. bpy/ops/graph/__init__.pyi +644 -776
  173. bpy/ops/grease_pencil/__init__.pyi +597 -748
  174. bpy/ops/image/__init__.pyi +648 -744
  175. bpy/ops/import_anim/__init__.pyi +30 -32
  176. bpy/ops/import_curve/__init__.pyi +10 -12
  177. bpy/ops/import_scene/__init__.pyi +88 -96
  178. bpy/ops/info/__init__.pyi +60 -74
  179. bpy/ops/lattice/__init__.pyi +64 -80
  180. bpy/ops/marker/__init__.pyi +108 -130
  181. bpy/ops/mask/__init__.pyi +322 -402
  182. bpy/ops/material/__init__.pyi +18 -24
  183. bpy/ops/mball/__init__.pyi +70 -86
  184. bpy/ops/mesh/__init__.pyi +1986 -2322
  185. bpy/ops/nla/__init__.pyi +333 -411
  186. bpy/ops/node/__init__.pyi +886 -1100
  187. bpy/ops/object/__init__.pyi +2585 -3078
  188. bpy/ops/outliner/__init__.pyi +498 -636
  189. bpy/ops/paint/__init__.pyi +565 -680
  190. bpy/ops/paintcurve/__init__.pyi +64 -80
  191. bpy/ops/palette/__init__.pyi +50 -64
  192. bpy/ops/particle/__init__.pyi +267 -340
  193. bpy/ops/pose/__init__.pyi +336 -414
  194. bpy/ops/poselib/__init__.pyi +72 -90
  195. bpy/ops/preferences/__init__.pyi +386 -463
  196. bpy/ops/ptcache/__init__.pyi +46 -60
  197. bpy/ops/render/__init__.pyi +130 -154
  198. bpy/ops/rigidbody/__init__.pyi +102 -128
  199. bpy/ops/scene/__init__.pyi +280 -358
  200. bpy/ops/screen/__init__.pyi +382 -460
  201. bpy/ops/script/__init__.pyi +24 -30
  202. bpy/ops/sculpt/__init__.pyi +458 -532
  203. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  204. bpy/ops/sequencer/__init__.pyi +1066 -1244
  205. bpy/ops/sound/__init__.pyi +216 -230
  206. bpy/ops/spreadsheet/__init__.pyi +30 -38
  207. bpy/ops/surface/__init__.pyi +108 -120
  208. bpy/ops/text/__init__.pyi +390 -476
  209. bpy/ops/text_editor/__init__.pyi +12 -14
  210. bpy/ops/texture/__init__.pyi +26 -34
  211. bpy/ops/transform/__init__.pyi +792 -878
  212. bpy/ops/ui/__init__.pyi +228 -294
  213. bpy/ops/uilist/__init__.pyi +32 -38
  214. bpy/ops/uv/__init__.pyi +602 -704
  215. bpy/ops/view2d/__init__.pyi +156 -184
  216. bpy/ops/view3d/__init__.pyi +582 -718
  217. bpy/ops/wm/__init__.pyi +2680 -2928
  218. bpy/ops/workspace/__init__.pyi +46 -60
  219. bpy/ops/world/__init__.pyi +12 -16
  220. bpy/path/__init__.pyi +179 -75
  221. bpy/props/__init__.pyi +261 -263
  222. bpy/types/__init__.pyi +17056 -21951
  223. bpy/utils/__init__.pyi +242 -118
  224. bpy/utils/previews/__init__.pyi +58 -28
  225. bpy/utils/units/__init__.pyi +20 -20
  226. bpy_extras/anim_utils/__init__.pyi +68 -28
  227. bpy_extras/bmesh_utils/__init__.pyi +8 -2
  228. bpy_extras/extensions/junction_module/__init__.pyi +5 -2
  229. bpy_extras/id_map_utils/__init__.pyi +3 -3
  230. bpy_extras/image_utils/__init__.pyi +44 -11
  231. bpy_extras/io_utils/__init__.pyi +113 -18
  232. bpy_extras/keyconfig_utils/__init__.pyi +2 -2
  233. bpy_extras/mesh_utils/__init__.pyi +71 -19
  234. bpy_extras/node_shader_utils/__init__.pyi +9 -4
  235. bpy_extras/node_utils/__init__.pyi +9 -2
  236. bpy_extras/object_utils/__init__.pyi +71 -12
  237. bpy_extras/view3d_utils/__init__.pyi +80 -10
  238. bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
  239. bpy_types/__init__.pyi +4197 -1333
  240. console_python/__init__.pyi +6 -1
  241. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
  242. fake_bpy_module-20240517.dist-info/RECORD +353 -0
  243. freestyle/chainingiterators/__init__.pyi +4 -4
  244. freestyle/shaders/__init__.pyi +2 -2
  245. freestyle/types/__init__.pyi +84 -96
  246. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  247. freestyle/utils/__init__.pyi +3 -3
  248. gpu/matrix/__init__.pyi +6 -8
  249. gpu/state/__init__.pyi +2 -2
  250. gpu/types/__init__.pyi +12 -12
  251. gpu_extras/presets/__init__.pyi +2 -5
  252. graphviz_export/__init__.pyi +4 -2
  253. idprop/types/__init__.pyi +2 -2
  254. imbuf/__init__.pyi +4 -4
  255. keyingsets_builtins/__init__.pyi +2688 -839
  256. mathutils/__init__.pyi +194 -238
  257. mathutils/bvhtree/__init__.pyi +4 -4
  258. mathutils/geometry/__init__.pyi +153 -155
  259. mathutils/kdtree/__init__.pyi +8 -12
  260. mathutils/noise/__init__.pyi +26 -26
  261. nodeitems_utils/__init__.pyi +1 -1
  262. rna_info/__init__.pyi +17 -15
  263. rna_keymap_ui/__init__.pyi +1 -1
  264. rna_prop_ui/__init__.pyi +16 -14
  265. rna_xml/__init__.pyi +12 -12
  266. _bpy_internal/freedesktop/py.typed +0 -0
  267. bl_app_override/helpers/py.typed +0 -0
  268. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  269. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  270. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  271. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  272. bl_console_utils/autocomplete/py.typed +0 -0
  273. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  274. bl_i18n_utils/merge_po/py.typed +0 -0
  275. bl_i18n_utils/settings/py.typed +0 -0
  276. bl_i18n_utils/utils/py.typed +0 -0
  277. bl_i18n_utils/utils_cli/py.typed +0 -0
  278. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  279. bl_i18n_utils/utils_rtl/py.typed +0 -0
  280. bl_keymap_utils/io/py.typed +0 -0
  281. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  282. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  283. bl_keymap_utils/platform_helpers/py.typed +0 -0
  284. bl_keymap_utils/versioning/py.typed +0 -0
  285. bl_operators/add_mesh_torus/py.typed +0 -0
  286. bl_operators/anim/py.typed +0 -0
  287. bl_operators/assets/py.typed +0 -0
  288. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  289. bl_operators/bmesh/py.typed +0 -0
  290. bl_operators/clip/py.typed +0 -0
  291. bl_operators/console/py.typed +0 -0
  292. bl_operators/constraint/py.typed +0 -0
  293. bl_operators/file/py.typed +0 -0
  294. bl_operators/freestyle/py.typed +0 -0
  295. bl_operators/geometry_nodes/py.typed +0 -0
  296. bl_operators/image/py.typed +0 -0
  297. bl_operators/mesh/py.typed +0 -0
  298. bl_operators/node/py.typed +0 -0
  299. bl_operators/object/py.typed +0 -0
  300. bl_operators/object_align/py.typed +0 -0
  301. bl_operators/object_quick_effects/py.typed +0 -0
  302. bl_operators/object_randomize_transform/py.typed +0 -0
  303. bl_operators/presets/py.typed +0 -0
  304. bl_operators/rigidbody/py.typed +0 -0
  305. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  306. bl_operators/sequencer/py.typed +0 -0
  307. bl_operators/spreadsheet/py.typed +0 -0
  308. bl_operators/userpref/py.typed +0 -0
  309. bl_operators/uvcalc_follow_active/py.typed +0 -0
  310. bl_operators/uvcalc_lightmap/py.typed +0 -0
  311. bl_operators/uvcalc_transform/py.typed +0 -0
  312. bl_operators/vertexpaint_dirt/py.typed +0 -0
  313. bl_operators/view3d/py.typed +0 -0
  314. bl_operators/wm/py.typed +0 -0
  315. bl_operators/world/py.typed +0 -0
  316. bl_previews_utils/bl_previews_render/py.typed +0 -0
  317. bl_rna_utils/data_path/py.typed +0 -0
  318. bl_text_utils/external_editor/py.typed +0 -0
  319. bl_ui/anim/py.typed +0 -0
  320. bl_ui/asset_shelf/py.typed +0 -0
  321. bl_ui/generic_ui_list/py.typed +0 -0
  322. bl_ui/node_add_menu/py.typed +0 -0
  323. bl_ui/node_add_menu_compositor/py.typed +0 -0
  324. bl_ui/node_add_menu_geometry/py.typed +0 -0
  325. bl_ui/node_add_menu_shader/py.typed +0 -0
  326. bl_ui/node_add_menu_texture/py.typed +0 -0
  327. bl_ui/properties_animviz/py.typed +0 -0
  328. bl_ui/properties_collection/py.typed +0 -0
  329. bl_ui/properties_constraint/py.typed +0 -0
  330. bl_ui/properties_data_armature/py.typed +0 -0
  331. bl_ui/properties_data_bone/py.typed +0 -0
  332. bl_ui/properties_data_camera/py.typed +0 -0
  333. bl_ui/properties_data_curve/py.typed +0 -0
  334. bl_ui/properties_data_curves/py.typed +0 -0
  335. bl_ui/properties_data_empty/py.typed +0 -0
  336. bl_ui/properties_data_gpencil/py.typed +0 -0
  337. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  338. bl_ui/properties_data_lattice/py.typed +0 -0
  339. bl_ui/properties_data_light/py.typed +0 -0
  340. bl_ui/properties_data_lightprobe/py.typed +0 -0
  341. bl_ui/properties_data_mesh/py.typed +0 -0
  342. bl_ui/properties_data_metaball/py.typed +0 -0
  343. bl_ui/properties_data_modifier/py.typed +0 -0
  344. bl_ui/properties_data_pointcloud/py.typed +0 -0
  345. bl_ui/properties_data_shaderfx/py.typed +0 -0
  346. bl_ui/properties_data_speaker/py.typed +0 -0
  347. bl_ui/properties_data_volume/py.typed +0 -0
  348. bl_ui/properties_freestyle/py.typed +0 -0
  349. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  350. bl_ui/properties_mask_common/py.typed +0 -0
  351. bl_ui/properties_material/py.typed +0 -0
  352. bl_ui/properties_material_gpencil/py.typed +0 -0
  353. bl_ui/properties_object/py.typed +0 -0
  354. bl_ui/properties_output/py.typed +0 -0
  355. bl_ui/properties_paint_common/py.typed +0 -0
  356. bl_ui/properties_particle/py.typed +0 -0
  357. bl_ui/properties_physics_cloth/py.typed +0 -0
  358. bl_ui/properties_physics_common/py.typed +0 -0
  359. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  360. bl_ui/properties_physics_field/py.typed +0 -0
  361. bl_ui/properties_physics_fluid/py.typed +0 -0
  362. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  363. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  364. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  365. bl_ui/properties_physics_softbody/py.typed +0 -0
  366. bl_ui/properties_render/py.typed +0 -0
  367. bl_ui/properties_scene/py.typed +0 -0
  368. bl_ui/properties_texture/py.typed +0 -0
  369. bl_ui/properties_view_layer/py.typed +0 -0
  370. bl_ui/properties_workspace/py.typed +0 -0
  371. bl_ui/properties_world/py.typed +0 -0
  372. bl_ui/space_clip/py.typed +0 -0
  373. bl_ui/space_console/py.typed +0 -0
  374. bl_ui/space_dopesheet/py.typed +0 -0
  375. bl_ui/space_filebrowser/py.typed +0 -0
  376. bl_ui/space_graph/py.typed +0 -0
  377. bl_ui/space_image/py.typed +0 -0
  378. bl_ui/space_info/py.typed +0 -0
  379. bl_ui/space_nla/py.typed +0 -0
  380. bl_ui/space_node/py.typed +0 -0
  381. bl_ui/space_outliner/py.typed +0 -0
  382. bl_ui/space_properties/py.typed +0 -0
  383. bl_ui/space_sequencer/py.typed +0 -0
  384. bl_ui/space_spreadsheet/py.typed +0 -0
  385. bl_ui/space_statusbar/py.typed +0 -0
  386. bl_ui/space_text/py.typed +0 -0
  387. bl_ui/space_time/py.typed +0 -0
  388. bl_ui/space_toolsystem_common/py.typed +0 -0
  389. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  390. bl_ui/space_topbar/py.typed +0 -0
  391. bl_ui/space_userpref/py.typed +0 -0
  392. bl_ui/space_view3d/py.typed +0 -0
  393. bl_ui/space_view3d_toolbar/py.typed +0 -0
  394. bl_ui/temp_anim_layers/py.typed +0 -0
  395. bl_ui/utils/py.typed +0 -0
  396. bl_ui_utils/bug_report_url/py.typed +0 -0
  397. bl_ui_utils/layout/py.typed +0 -0
  398. bmesh/geometry/py.typed +0 -0
  399. bmesh/ops/py.typed +0 -0
  400. bmesh/types/py.typed +0 -0
  401. bmesh/utils/py.typed +0 -0
  402. bpy/app/handlers/py.typed +0 -0
  403. bpy/app/icons/py.typed +0 -0
  404. bpy/app/py.typed +0 -0
  405. bpy/app/timers/py.typed +0 -0
  406. bpy/app/translations/py.typed +0 -0
  407. bpy/msgbus/py.typed +0 -0
  408. bpy/ops/action/py.typed +0 -0
  409. bpy/ops/anim/py.typed +0 -0
  410. bpy/ops/armature/py.typed +0 -0
  411. bpy/ops/asset/py.typed +0 -0
  412. bpy/ops/bl_pkg/py.typed +0 -0
  413. bpy/ops/boid/py.typed +0 -0
  414. bpy/ops/brush/py.typed +0 -0
  415. bpy/ops/buttons/py.typed +0 -0
  416. bpy/ops/cachefile/py.typed +0 -0
  417. bpy/ops/camera/py.typed +0 -0
  418. bpy/ops/clip/py.typed +0 -0
  419. bpy/ops/cloth/py.typed +0 -0
  420. bpy/ops/collection/py.typed +0 -0
  421. bpy/ops/console/py.typed +0 -0
  422. bpy/ops/constraint/py.typed +0 -0
  423. bpy/ops/curve/py.typed +0 -0
  424. bpy/ops/curves/py.typed +0 -0
  425. bpy/ops/cycles/py.typed +0 -0
  426. bpy/ops/dpaint/py.typed +0 -0
  427. bpy/ops/ed/py.typed +0 -0
  428. bpy/ops/export_anim/py.typed +0 -0
  429. bpy/ops/export_scene/py.typed +0 -0
  430. bpy/ops/file/py.typed +0 -0
  431. bpy/ops/fluid/py.typed +0 -0
  432. bpy/ops/font/py.typed +0 -0
  433. bpy/ops/geometry/py.typed +0 -0
  434. bpy/ops/gizmogroup/py.typed +0 -0
  435. bpy/ops/gpencil/py.typed +0 -0
  436. bpy/ops/graph/py.typed +0 -0
  437. bpy/ops/grease_pencil/py.typed +0 -0
  438. bpy/ops/image/py.typed +0 -0
  439. bpy/ops/import_anim/py.typed +0 -0
  440. bpy/ops/import_curve/py.typed +0 -0
  441. bpy/ops/import_scene/py.typed +0 -0
  442. bpy/ops/info/py.typed +0 -0
  443. bpy/ops/lattice/py.typed +0 -0
  444. bpy/ops/marker/py.typed +0 -0
  445. bpy/ops/mask/py.typed +0 -0
  446. bpy/ops/material/py.typed +0 -0
  447. bpy/ops/mball/py.typed +0 -0
  448. bpy/ops/mesh/py.typed +0 -0
  449. bpy/ops/nla/py.typed +0 -0
  450. bpy/ops/node/py.typed +0 -0
  451. bpy/ops/object/py.typed +0 -0
  452. bpy/ops/outliner/py.typed +0 -0
  453. bpy/ops/paint/py.typed +0 -0
  454. bpy/ops/paintcurve/py.typed +0 -0
  455. bpy/ops/palette/py.typed +0 -0
  456. bpy/ops/particle/py.typed +0 -0
  457. bpy/ops/pose/py.typed +0 -0
  458. bpy/ops/poselib/py.typed +0 -0
  459. bpy/ops/preferences/py.typed +0 -0
  460. bpy/ops/ptcache/py.typed +0 -0
  461. bpy/ops/py.typed +0 -0
  462. bpy/ops/render/py.typed +0 -0
  463. bpy/ops/rigidbody/py.typed +0 -0
  464. bpy/ops/scene/py.typed +0 -0
  465. bpy/ops/screen/py.typed +0 -0
  466. bpy/ops/script/py.typed +0 -0
  467. bpy/ops/sculpt/py.typed +0 -0
  468. bpy/ops/sculpt_curves/py.typed +0 -0
  469. bpy/ops/sequencer/py.typed +0 -0
  470. bpy/ops/sound/py.typed +0 -0
  471. bpy/ops/spreadsheet/py.typed +0 -0
  472. bpy/ops/surface/py.typed +0 -0
  473. bpy/ops/text/py.typed +0 -0
  474. bpy/ops/text_editor/py.typed +0 -0
  475. bpy/ops/texture/py.typed +0 -0
  476. bpy/ops/transform/py.typed +0 -0
  477. bpy/ops/ui/py.typed +0 -0
  478. bpy/ops/uilist/py.typed +0 -0
  479. bpy/ops/uv/py.typed +0 -0
  480. bpy/ops/view2d/py.typed +0 -0
  481. bpy/ops/view3d/py.typed +0 -0
  482. bpy/ops/wm/py.typed +0 -0
  483. bpy/ops/workspace/py.typed +0 -0
  484. bpy/ops/world/py.typed +0 -0
  485. bpy/path/py.typed +0 -0
  486. bpy/props/py.typed +0 -0
  487. bpy/types/py.typed +0 -0
  488. bpy/utils/previews/py.typed +0 -0
  489. bpy/utils/py.typed +0 -0
  490. bpy/utils/units/py.typed +0 -0
  491. bpy_extras/anim_utils/py.typed +0 -0
  492. bpy_extras/asset_utils/py.typed +0 -0
  493. bpy_extras/bmesh_utils/py.typed +0 -0
  494. bpy_extras/extensions/junction_module/py.typed +0 -0
  495. bpy_extras/extensions/py.typed +0 -0
  496. bpy_extras/id_map_utils/py.typed +0 -0
  497. bpy_extras/image_utils/py.typed +0 -0
  498. bpy_extras/io_utils/py.typed +0 -0
  499. bpy_extras/keyconfig_utils/py.typed +0 -0
  500. bpy_extras/mesh_utils/py.typed +0 -0
  501. bpy_extras/node_shader_utils/py.typed +0 -0
  502. bpy_extras/node_utils/py.typed +0 -0
  503. bpy_extras/object_utils/py.typed +0 -0
  504. bpy_extras/view3d_utils/py.typed +0 -0
  505. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  506. bpy_extras/wm_utils/py.typed +0 -0
  507. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  508. freestyle/chainingiterators/py.typed +0 -0
  509. freestyle/functions/py.typed +0 -0
  510. freestyle/predicates/py.typed +0 -0
  511. freestyle/shaders/py.typed +0 -0
  512. freestyle/types/py.typed +0 -0
  513. freestyle/utils/ContextFunctions/py.typed +0 -0
  514. freestyle/utils/py.typed +0 -0
  515. gpu/capabilities/py.typed +0 -0
  516. gpu/matrix/py.typed +0 -0
  517. gpu/platform/py.typed +0 -0
  518. gpu/select/py.typed +0 -0
  519. gpu/shader/py.typed +0 -0
  520. gpu/state/py.typed +0 -0
  521. gpu/texture/py.typed +0 -0
  522. gpu/types/py.typed +0 -0
  523. gpu_extras/batch/py.typed +0 -0
  524. gpu_extras/presets/py.typed +0 -0
  525. idprop/types/py.typed +0 -0
  526. imbuf/types/py.typed +0 -0
  527. mathutils/bvhtree/py.typed +0 -0
  528. mathutils/geometry/py.typed +0 -0
  529. mathutils/interpolate/py.typed +0 -0
  530. mathutils/kdtree/py.typed +0 -0
  531. mathutils/noise/py.typed +0 -0
  532. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
  533. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
@@ -4,148 +4,138 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def add_simple_uvs(
7
- override_context: typing.Optional[
8
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
9
- ] = None,
10
- execution_context: typing.Optional[typing.Union[str, int]] = None,
11
- undo: typing.Optional[bool] = None,
7
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
8
+ execution_context: str | int | None = None,
9
+ undo: bool | None = None,
12
10
  ):
13
11
  """Add cube map UVs on mesh
14
12
 
15
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
16
- :type execution_context: typing.Optional[typing.Union[str, int]]
17
- :type undo: typing.Optional[bool]
13
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
14
+ :type execution_context: str | int | None
15
+ :type undo: bool | None
18
16
  """
19
17
 
20
18
  ...
21
19
 
22
20
  def add_texture_paint_slot(
23
- override_context: typing.Optional[
24
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
25
- ] = None,
26
- execution_context: typing.Optional[typing.Union[str, int]] = None,
27
- undo: typing.Optional[bool] = None,
28
- type: typing.Optional[typing.Any] = "BASE_COLOR",
29
- slot_type: typing.Optional[typing.Any] = "IMAGE",
30
- name: typing.Union[str, typing.Any] = "Untitled",
31
- color: typing.Optional[typing.Any] = (0.0, 0.0, 0.0, 1.0),
32
- width: typing.Optional[typing.Any] = 1024,
33
- height: typing.Optional[typing.Any] = 1024,
34
- alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
35
- generated_type: typing.Optional[typing.Union[str, int]] = "BLANK",
36
- float: typing.Optional[typing.Union[bool, typing.Any]] = False,
37
- domain: typing.Optional[typing.Union[str, int]] = "POINT",
38
- data_type: typing.Optional[typing.Union[str, int]] = "FLOAT_COLOR",
21
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
22
+ execution_context: str | int | None = None,
23
+ undo: bool | None = None,
24
+ type: typing.Any | None = "BASE_COLOR",
25
+ slot_type: typing.Any | None = "IMAGE",
26
+ name: str | typing.Any = "Untitled",
27
+ color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
28
+ width: typing.Any | None = 1024,
29
+ height: typing.Any | None = 1024,
30
+ alpha: bool | typing.Any | None = True,
31
+ generated_type: str | int | None = "BLANK",
32
+ float: bool | typing.Any | None = False,
33
+ domain: str | int | None = "POINT",
34
+ data_type: str | int | None = "FLOAT_COLOR",
39
35
  ):
40
36
  """Add a paint slot
41
37
 
42
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
43
- :type execution_context: typing.Optional[typing.Union[str, int]]
44
- :type undo: typing.Optional[bool]
38
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
39
+ :type execution_context: str | int | None
40
+ :type undo: bool | None
45
41
  :param type: Material Layer Type, Material layer type of new paint slot
46
- :type type: typing.Optional[typing.Any]
42
+ :type type: typing.Any | None
47
43
  :param slot_type: Slot Type, Type of new paint slot
48
- :type slot_type: typing.Optional[typing.Any]
44
+ :type slot_type: typing.Any | None
49
45
  :param name: Name, Name for new paint slot source
50
- :type name: typing.Union[str, typing.Any]
46
+ :type name: str | typing.Any
51
47
  :param color: Color, Default fill color
52
- :type color: typing.Optional[typing.Any]
48
+ :type color: typing.Any | None
53
49
  :param width: Width, Image width
54
- :type width: typing.Optional[typing.Any]
50
+ :type width: typing.Any | None
55
51
  :param height: Height, Image height
56
- :type height: typing.Optional[typing.Any]
52
+ :type height: typing.Any | None
57
53
  :param alpha: Alpha, Create an image with an alpha channel
58
- :type alpha: typing.Optional[typing.Union[bool, typing.Any]]
54
+ :type alpha: bool | typing.Any | None
59
55
  :param generated_type: Generated Type, Fill the image with a grid for UV map testing
60
- :type generated_type: typing.Optional[typing.Union[str, int]]
56
+ :type generated_type: str | int | None
61
57
  :param float: 32-bit Float, Create image with 32-bit floating-point bit depth
62
- :type float: typing.Optional[typing.Union[bool, typing.Any]]
58
+ :type float: bool | typing.Any | None
63
59
  :param domain: Domain, Type of element that attribute is stored on
64
- :type domain: typing.Optional[typing.Union[str, int]]
60
+ :type domain: str | int | None
65
61
  :param data_type: Data Type, Type of data stored in attribute
66
- :type data_type: typing.Optional[typing.Union[str, int]]
62
+ :type data_type: str | int | None
67
63
  """
68
64
 
69
65
  ...
70
66
 
71
67
  def brush_colors_flip(
72
- override_context: typing.Optional[
73
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
74
- ] = None,
75
- execution_context: typing.Optional[typing.Union[str, int]] = None,
76
- undo: typing.Optional[bool] = None,
68
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
69
+ execution_context: str | int | None = None,
70
+ undo: bool | None = None,
77
71
  ):
78
72
  """Swap primary and secondary brush colors
79
73
 
80
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
81
- :type execution_context: typing.Optional[typing.Union[str, int]]
82
- :type undo: typing.Optional[bool]
74
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
75
+ :type execution_context: str | int | None
76
+ :type undo: bool | None
83
77
  """
84
78
 
85
79
  ...
86
80
 
87
81
  def brush_select(
88
- override_context: typing.Optional[
89
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
90
- ] = None,
91
- execution_context: typing.Optional[typing.Union[str, int]] = None,
92
- undo: typing.Optional[bool] = None,
93
- sculpt_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
94
- vertex_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
95
- weight_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
96
- image_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
97
- gpencil_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
98
- gpencil_vertex_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
99
- gpencil_sculpt_tool: typing.Optional[typing.Union[str, int]] = "SMOOTH",
100
- gpencil_weight_tool: typing.Optional[typing.Union[str, int]] = "WEIGHT",
101
- curves_sculpt_tool: typing.Optional[typing.Union[str, int]] = "COMB",
102
- toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
103
- create_missing: typing.Optional[typing.Union[bool, typing.Any]] = False,
82
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
83
+ execution_context: str | int | None = None,
84
+ undo: bool | None = None,
85
+ sculpt_tool: str | int | None = "DRAW",
86
+ vertex_tool: str | int | None = "DRAW",
87
+ weight_tool: str | int | None = "DRAW",
88
+ image_tool: str | int | None = "DRAW",
89
+ gpencil_tool: str | int | None = "DRAW",
90
+ gpencil_vertex_tool: str | int | None = "DRAW",
91
+ gpencil_sculpt_tool: str | int | None = "SMOOTH",
92
+ gpencil_weight_tool: str | int | None = "WEIGHT",
93
+ curves_sculpt_tool: str | int | None = "COMB",
94
+ toggle: bool | typing.Any | None = False,
95
+ create_missing: bool | typing.Any | None = False,
104
96
  ):
105
97
  """Select a paint mode's brush by tool type
106
98
 
107
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
108
- :type execution_context: typing.Optional[typing.Union[str, int]]
109
- :type undo: typing.Optional[bool]
99
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
100
+ :type execution_context: str | int | None
101
+ :type undo: bool | None
110
102
  :param sculpt_tool: sculpt_tool
111
- :type sculpt_tool: typing.Optional[typing.Union[str, int]]
103
+ :type sculpt_tool: str | int | None
112
104
  :param vertex_tool: vertex_tool
113
- :type vertex_tool: typing.Optional[typing.Union[str, int]]
105
+ :type vertex_tool: str | int | None
114
106
  :param weight_tool: weight_tool
115
- :type weight_tool: typing.Optional[typing.Union[str, int]]
107
+ :type weight_tool: str | int | None
116
108
  :param image_tool: image_tool
117
- :type image_tool: typing.Optional[typing.Union[str, int]]
109
+ :type image_tool: str | int | None
118
110
  :param gpencil_tool: gpencil_tool
119
- :type gpencil_tool: typing.Optional[typing.Union[str, int]]
111
+ :type gpencil_tool: str | int | None
120
112
  :param gpencil_vertex_tool: gpencil_vertex_tool
121
- :type gpencil_vertex_tool: typing.Optional[typing.Union[str, int]]
113
+ :type gpencil_vertex_tool: str | int | None
122
114
  :param gpencil_sculpt_tool: gpencil_sculpt_tool
123
- :type gpencil_sculpt_tool: typing.Optional[typing.Union[str, int]]
115
+ :type gpencil_sculpt_tool: str | int | None
124
116
  :param gpencil_weight_tool: gpencil_weight_tool
125
- :type gpencil_weight_tool: typing.Optional[typing.Union[str, int]]
117
+ :type gpencil_weight_tool: str | int | None
126
118
  :param curves_sculpt_tool: curves_sculpt_tool
127
- :type curves_sculpt_tool: typing.Optional[typing.Union[str, int]]
119
+ :type curves_sculpt_tool: str | int | None
128
120
  :param toggle: Toggle, Toggle between two brushes rather than cycling
129
- :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
121
+ :type toggle: bool | typing.Any | None
130
122
  :param create_missing: Create Missing, If the requested brush type does not exist, create a new brush
131
- :type create_missing: typing.Optional[typing.Union[bool, typing.Any]]
123
+ :type create_missing: bool | typing.Any | None
132
124
  """
133
125
 
134
126
  ...
135
127
 
136
128
  def face_select_all(
137
- override_context: typing.Optional[
138
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
139
- ] = None,
140
- execution_context: typing.Optional[typing.Union[str, int]] = None,
141
- undo: typing.Optional[bool] = None,
142
- action: typing.Optional[typing.Any] = "TOGGLE",
129
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
130
+ execution_context: str | int | None = None,
131
+ undo: bool | None = None,
132
+ action: typing.Any | None = "TOGGLE",
143
133
  ):
144
134
  """Change selection for all faces
145
135
 
146
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
147
- :type execution_context: typing.Optional[typing.Union[str, int]]
148
- :type undo: typing.Optional[bool]
136
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
+ :type execution_context: str | int | None
138
+ :type undo: bool | None
149
139
  :param action: Action, Selection action to execute
150
140
 
151
141
  TOGGLE
@@ -159,193 +149,175 @@ def face_select_all(
159
149
 
160
150
  INVERT
161
151
  Invert -- Invert selection of all elements.
162
- :type action: typing.Optional[typing.Any]
152
+ :type action: typing.Any | None
163
153
  """
164
154
 
165
155
  ...
166
156
 
167
157
  def face_select_hide(
168
- override_context: typing.Optional[
169
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
170
- ] = None,
171
- execution_context: typing.Optional[typing.Union[str, int]] = None,
172
- undo: typing.Optional[bool] = None,
173
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
158
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
159
+ execution_context: str | int | None = None,
160
+ undo: bool | None = None,
161
+ unselected: bool | typing.Any | None = False,
174
162
  ):
175
163
  """Hide selected faces
176
164
 
177
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
178
- :type execution_context: typing.Optional[typing.Union[str, int]]
179
- :type undo: typing.Optional[bool]
165
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
166
+ :type execution_context: str | int | None
167
+ :type undo: bool | None
180
168
  :param unselected: Unselected, Hide unselected rather than selected objects
181
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
169
+ :type unselected: bool | typing.Any | None
182
170
  """
183
171
 
184
172
  ...
185
173
 
186
174
  def face_select_less(
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
- face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
175
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
176
+ execution_context: str | int | None = None,
177
+ undo: bool | None = None,
178
+ face_step: bool | typing.Any | None = True,
193
179
  ):
194
180
  """Deselect Faces connected to existing selection
195
181
 
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]
182
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
183
+ :type execution_context: str | int | None
184
+ :type undo: bool | None
199
185
  :param face_step: Face Step, Also deselect faces that only touch on a corner
200
- :type face_step: typing.Optional[typing.Union[bool, typing.Any]]
186
+ :type face_step: bool | typing.Any | None
201
187
  """
202
188
 
203
189
  ...
204
190
 
205
191
  def face_select_linked(
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,
192
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
193
+ execution_context: str | int | None = None,
194
+ undo: bool | None = None,
211
195
  ):
212
196
  """Select linked faces
213
197
 
214
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
215
- :type execution_context: typing.Optional[typing.Union[str, int]]
216
- :type undo: typing.Optional[bool]
198
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
199
+ :type execution_context: str | int | None
200
+ :type undo: bool | None
217
201
  """
218
202
 
219
203
  ...
220
204
 
221
205
  def face_select_linked_pick(
222
- override_context: typing.Optional[
223
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
224
- ] = None,
225
- execution_context: typing.Optional[typing.Union[str, int]] = None,
226
- undo: typing.Optional[bool] = None,
227
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
206
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
207
+ execution_context: str | int | None = None,
208
+ undo: bool | None = None,
209
+ deselect: bool | typing.Any | None = False,
228
210
  ):
229
211
  """Select linked faces under the cursor
230
212
 
231
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
232
- :type execution_context: typing.Optional[typing.Union[str, int]]
233
- :type undo: typing.Optional[bool]
213
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
214
+ :type execution_context: str | int | None
215
+ :type undo: bool | None
234
216
  :param deselect: Deselect, Deselect rather than select items
235
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
217
+ :type deselect: bool | typing.Any | None
236
218
  """
237
219
 
238
220
  ...
239
221
 
240
222
  def face_select_loop(
241
- override_context: typing.Optional[
242
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
243
- ] = None,
244
- execution_context: typing.Optional[typing.Union[str, int]] = None,
245
- undo: typing.Optional[bool] = None,
246
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
247
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
223
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
224
+ execution_context: str | int | None = None,
225
+ undo: bool | None = None,
226
+ select: bool | typing.Any | None = True,
227
+ extend: bool | typing.Any | None = False,
248
228
  ):
249
229
  """Select face loop under the cursor
250
230
 
251
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
252
- :type execution_context: typing.Optional[typing.Union[str, int]]
253
- :type undo: typing.Optional[bool]
231
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
232
+ :type execution_context: str | int | None
233
+ :type undo: bool | None
254
234
  :param select: Select, If false, faces will be deselected
255
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
235
+ :type select: bool | typing.Any | None
256
236
  :param extend: Extend, Extend the selection
257
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
237
+ :type extend: bool | typing.Any | None
258
238
  """
259
239
 
260
240
  ...
261
241
 
262
242
  def face_select_more(
263
- override_context: typing.Optional[
264
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
265
- ] = None,
266
- execution_context: typing.Optional[typing.Union[str, int]] = None,
267
- undo: typing.Optional[bool] = None,
268
- face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
243
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
244
+ execution_context: str | int | None = None,
245
+ undo: bool | None = None,
246
+ face_step: bool | typing.Any | None = True,
269
247
  ):
270
248
  """Select Faces connected to existing selection
271
249
 
272
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
273
- :type execution_context: typing.Optional[typing.Union[str, int]]
274
- :type undo: typing.Optional[bool]
250
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
251
+ :type execution_context: str | int | None
252
+ :type undo: bool | None
275
253
  :param face_step: Face Step, Also select faces that only touch on a corner
276
- :type face_step: typing.Optional[typing.Union[bool, typing.Any]]
254
+ :type face_step: bool | typing.Any | None
277
255
  """
278
256
 
279
257
  ...
280
258
 
281
259
  def face_vert_reveal(
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,
287
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
260
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
261
+ execution_context: str | int | None = None,
262
+ undo: bool | None = None,
263
+ select: bool | typing.Any | None = True,
288
264
  ):
289
265
  """Reveal hidden faces and vertices
290
266
 
291
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
292
- :type execution_context: typing.Optional[typing.Union[str, int]]
293
- :type undo: typing.Optional[bool]
267
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
268
+ :type execution_context: str | int | None
269
+ :type undo: bool | None
294
270
  :param select: Select, Specifies whether the newly revealed geometry should be selected
295
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
271
+ :type select: bool | typing.Any | None
296
272
  """
297
273
 
298
274
  ...
299
275
 
300
276
  def grab_clone(
301
- override_context: typing.Optional[
302
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
303
- ] = None,
304
- execution_context: typing.Optional[typing.Union[str, int]] = None,
305
- undo: typing.Optional[bool] = None,
306
- delta: typing.Optional[typing.Any] = (0.0, 0.0),
277
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
278
+ execution_context: str | int | None = None,
279
+ undo: bool | None = None,
280
+ delta: typing.Any | None = (0.0, 0.0),
307
281
  ):
308
282
  """Move the clone source image
309
283
 
310
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
311
- :type execution_context: typing.Optional[typing.Union[str, int]]
312
- :type undo: typing.Optional[bool]
284
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
285
+ :type execution_context: str | int | None
286
+ :type undo: bool | None
313
287
  :param delta: Delta, Delta offset of clone image in 0.0 to 1.0 coordinates
314
- :type delta: typing.Optional[typing.Any]
288
+ :type delta: typing.Any | None
315
289
  """
316
290
 
317
291
  ...
318
292
 
319
293
  def hide_show(
320
- override_context: typing.Optional[
321
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
322
- ] = None,
323
- execution_context: typing.Optional[typing.Union[str, int]] = None,
324
- undo: typing.Optional[bool] = None,
325
- xmin: typing.Optional[typing.Any] = 0,
326
- xmax: typing.Optional[typing.Any] = 0,
327
- ymin: typing.Optional[typing.Any] = 0,
328
- ymax: typing.Optional[typing.Any] = 0,
329
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
330
- action: typing.Optional[typing.Any] = "HIDE",
331
- area: typing.Optional[typing.Any] = "Inside",
332
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
294
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
295
+ execution_context: str | int | None = None,
296
+ undo: bool | None = None,
297
+ xmin: typing.Any | None = 0,
298
+ xmax: typing.Any | None = 0,
299
+ ymin: typing.Any | None = 0,
300
+ ymax: typing.Any | None = 0,
301
+ wait_for_input: bool | typing.Any | None = True,
302
+ action: typing.Any | None = "HIDE",
303
+ area: typing.Any | None = "Inside",
304
+ use_front_faces_only: bool | typing.Any | None = False,
333
305
  ):
334
306
  """Hide/show some vertices
335
307
 
336
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
337
- :type execution_context: typing.Optional[typing.Union[str, int]]
338
- :type undo: typing.Optional[bool]
308
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
309
+ :type execution_context: str | int | None
310
+ :type undo: bool | None
339
311
  :param xmin: X Min
340
- :type xmin: typing.Optional[typing.Any]
312
+ :type xmin: typing.Any | None
341
313
  :param xmax: X Max
342
- :type xmax: typing.Optional[typing.Any]
314
+ :type xmax: typing.Any | None
343
315
  :param ymin: Y Min
344
- :type ymin: typing.Optional[typing.Any]
316
+ :type ymin: typing.Any | None
345
317
  :param ymax: Y Max
346
- :type ymax: typing.Optional[typing.Any]
318
+ :type ymax: typing.Any | None
347
319
  :param wait_for_input: Wait for Input
348
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
320
+ :type wait_for_input: bool | typing.Any | None
349
321
  :param action: Visibility Action, Whether to hide or show vertices
350
322
 
351
323
  HIDE
@@ -353,7 +325,7 @@ def hide_show(
353
325
 
354
326
  SHOW
355
327
  Show -- Show vertices.
356
- :type action: typing.Optional[typing.Any]
328
+ :type action: typing.Any | None
357
329
  :param area: Visibility Area, Which vertices to hide or show
358
330
 
359
331
  OUTSIDE
@@ -361,26 +333,24 @@ def hide_show(
361
333
 
362
334
  Inside
363
335
  Inside -- Hide or show vertices inside the selection.
364
- :type area: typing.Optional[typing.Any]
336
+ :type area: typing.Any | None
365
337
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
366
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
338
+ :type use_front_faces_only: bool | typing.Any | None
367
339
  """
368
340
 
369
341
  ...
370
342
 
371
343
  def hide_show_all(
372
- override_context: typing.Optional[
373
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
374
- ] = None,
375
- execution_context: typing.Optional[typing.Union[str, int]] = None,
376
- undo: typing.Optional[bool] = None,
377
- action: typing.Optional[typing.Any] = "HIDE",
344
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
345
+ execution_context: str | int | None = None,
346
+ undo: bool | None = None,
347
+ action: typing.Any | None = "HIDE",
378
348
  ):
379
349
  """Hide/show all vertices
380
350
 
381
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
382
- :type execution_context: typing.Optional[typing.Union[str, int]]
383
- :type undo: typing.Optional[bool]
351
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
352
+ :type execution_context: str | int | None
353
+ :type undo: bool | None
384
354
  :param action: Visibility Action, Whether to hide or show vertices
385
355
 
386
356
  HIDE
@@ -388,31 +358,27 @@ def hide_show_all(
388
358
 
389
359
  SHOW
390
360
  Show -- Show vertices.
391
- :type action: typing.Optional[typing.Any]
361
+ :type action: typing.Any | None
392
362
  """
393
363
 
394
364
  ...
395
365
 
396
366
  def hide_show_lasso_gesture(
397
- override_context: typing.Optional[
398
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
399
- ] = None,
400
- execution_context: typing.Optional[typing.Union[str, int]] = None,
401
- undo: typing.Optional[bool] = None,
402
- path: typing.Optional[
403
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
404
- ] = None,
405
- action: typing.Optional[typing.Any] = "HIDE",
406
- area: typing.Optional[typing.Any] = "Inside",
407
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
367
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
368
+ execution_context: str | int | None = None,
369
+ undo: bool | None = None,
370
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
371
+ action: typing.Any | None = "HIDE",
372
+ area: typing.Any | None = "Inside",
373
+ use_front_faces_only: bool | typing.Any | None = False,
408
374
  ):
409
375
  """Hide/show some vertices
410
376
 
411
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
412
- :type execution_context: typing.Optional[typing.Union[str, int]]
413
- :type undo: typing.Optional[bool]
377
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
378
+ :type execution_context: str | int | None
379
+ :type undo: bool | None
414
380
  :param path: Path
415
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
381
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
416
382
  :param action: Visibility Action, Whether to hide or show vertices
417
383
 
418
384
  HIDE
@@ -420,7 +386,7 @@ def hide_show_lasso_gesture(
420
386
 
421
387
  SHOW
422
388
  Show -- Show vertices.
423
- :type action: typing.Optional[typing.Any]
389
+ :type action: typing.Any | None
424
390
  :param area: Visibility Area, Which vertices to hide or show
425
391
 
426
392
  OUTSIDE
@@ -428,47 +394,45 @@ def hide_show_lasso_gesture(
428
394
 
429
395
  Inside
430
396
  Inside -- Hide or show vertices inside the selection.
431
- :type area: typing.Optional[typing.Any]
397
+ :type area: typing.Any | None
432
398
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
433
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
399
+ :type use_front_faces_only: bool | typing.Any | None
434
400
  """
435
401
 
436
402
  ...
437
403
 
438
404
  def hide_show_line_gesture(
439
- override_context: typing.Optional[
440
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
441
- ] = None,
442
- execution_context: typing.Optional[typing.Union[str, int]] = None,
443
- undo: typing.Optional[bool] = None,
444
- xstart: typing.Optional[typing.Any] = 0,
445
- xend: typing.Optional[typing.Any] = 0,
446
- ystart: typing.Optional[typing.Any] = 0,
447
- yend: typing.Optional[typing.Any] = 0,
448
- flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
449
- cursor: typing.Optional[typing.Any] = 5,
450
- action: typing.Optional[typing.Any] = "HIDE",
451
- area: typing.Optional[typing.Any] = "Inside",
452
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
453
- use_limit_to_segment: typing.Optional[typing.Union[bool, typing.Any]] = False,
405
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
406
+ execution_context: str | int | None = None,
407
+ undo: bool | None = None,
408
+ xstart: typing.Any | None = 0,
409
+ xend: typing.Any | None = 0,
410
+ ystart: typing.Any | None = 0,
411
+ yend: typing.Any | None = 0,
412
+ flip: bool | typing.Any | None = False,
413
+ cursor: typing.Any | None = 5,
414
+ action: typing.Any | None = "HIDE",
415
+ area: typing.Any | None = "Inside",
416
+ use_front_faces_only: bool | typing.Any | None = False,
417
+ use_limit_to_segment: bool | typing.Any | None = False,
454
418
  ):
455
419
  """Hide/show some vertices
456
420
 
457
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
458
- :type execution_context: typing.Optional[typing.Union[str, int]]
459
- :type undo: typing.Optional[bool]
421
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
422
+ :type execution_context: str | int | None
423
+ :type undo: bool | None
460
424
  :param xstart: X Start
461
- :type xstart: typing.Optional[typing.Any]
425
+ :type xstart: typing.Any | None
462
426
  :param xend: X End
463
- :type xend: typing.Optional[typing.Any]
427
+ :type xend: typing.Any | None
464
428
  :param ystart: Y Start
465
- :type ystart: typing.Optional[typing.Any]
429
+ :type ystart: typing.Any | None
466
430
  :param yend: Y End
467
- :type yend: typing.Optional[typing.Any]
431
+ :type yend: typing.Any | None
468
432
  :param flip: Flip
469
- :type flip: typing.Optional[typing.Union[bool, typing.Any]]
433
+ :type flip: bool | typing.Any | None
470
434
  :param cursor: Cursor, Mouse cursor style to use during the modal operator
471
- :type cursor: typing.Optional[typing.Any]
435
+ :type cursor: typing.Any | None
472
436
  :param action: Visibility Action, Whether to hide or show vertices
473
437
 
474
438
  HIDE
@@ -476,7 +440,7 @@ def hide_show_line_gesture(
476
440
 
477
441
  SHOW
478
442
  Show -- Show vertices.
479
- :type action: typing.Optional[typing.Any]
443
+ :type action: typing.Any | None
480
444
  :param area: Visibility Area, Which vertices to hide or show
481
445
 
482
446
  OUTSIDE
@@ -484,28 +448,26 @@ def hide_show_line_gesture(
484
448
 
485
449
  Inside
486
450
  Inside -- Hide or show vertices inside the selection.
487
- :type area: typing.Optional[typing.Any]
451
+ :type area: typing.Any | None
488
452
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
489
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
453
+ :type use_front_faces_only: bool | typing.Any | None
490
454
  :param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
491
- :type use_limit_to_segment: typing.Optional[typing.Union[bool, typing.Any]]
455
+ :type use_limit_to_segment: bool | typing.Any | None
492
456
  """
493
457
 
494
458
  ...
495
459
 
496
460
  def hide_show_masked(
497
- override_context: typing.Optional[
498
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
499
- ] = None,
500
- execution_context: typing.Optional[typing.Union[str, int]] = None,
501
- undo: typing.Optional[bool] = None,
502
- action: typing.Optional[typing.Any] = "HIDE",
461
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
462
+ execution_context: str | int | None = None,
463
+ undo: bool | None = None,
464
+ action: typing.Any | None = "HIDE",
503
465
  ):
504
466
  """Hide/show all masked vertices above a threshold
505
467
 
506
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
507
- :type execution_context: typing.Optional[typing.Union[str, int]]
508
- :type undo: typing.Optional[bool]
468
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
469
+ :type execution_context: str | int | None
470
+ :type undo: bool | None
509
471
  :param action: Visibility Action, Whether to hide or show vertices
510
472
 
511
473
  HIDE
@@ -513,31 +475,27 @@ def hide_show_masked(
513
475
 
514
476
  SHOW
515
477
  Show -- Show vertices.
516
- :type action: typing.Optional[typing.Any]
478
+ :type action: typing.Any | None
517
479
  """
518
480
 
519
481
  ...
520
482
 
521
483
  def hide_show_polyline_gesture(
522
- override_context: typing.Optional[
523
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
524
- ] = None,
525
- execution_context: typing.Optional[typing.Union[str, int]] = None,
526
- undo: typing.Optional[bool] = None,
527
- path: typing.Optional[
528
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
529
- ] = None,
530
- action: typing.Optional[typing.Any] = "HIDE",
531
- area: typing.Optional[typing.Any] = "Inside",
532
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
484
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
485
+ execution_context: str | int | None = None,
486
+ undo: bool | None = None,
487
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
488
+ action: typing.Any | None = "HIDE",
489
+ area: typing.Any | None = "Inside",
490
+ use_front_faces_only: bool | typing.Any | None = False,
533
491
  ):
534
492
  """Hide/show some vertices
535
493
 
536
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
537
- :type execution_context: typing.Optional[typing.Union[str, int]]
538
- :type undo: typing.Optional[bool]
494
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
495
+ :type execution_context: str | int | None
496
+ :type undo: bool | None
539
497
  :param path: Path
540
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
498
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
541
499
  :param action: Visibility Action, Whether to hide or show vertices
542
500
 
543
501
  HIDE
@@ -545,7 +503,7 @@ def hide_show_polyline_gesture(
545
503
 
546
504
  SHOW
547
505
  Show -- Show vertices.
548
- :type action: typing.Optional[typing.Any]
506
+ :type action: typing.Any | None
549
507
  :param area: Visibility Area, Which vertices to hide or show
550
508
 
551
509
  OUTSIDE
@@ -553,50 +511,45 @@ def hide_show_polyline_gesture(
553
511
 
554
512
  Inside
555
513
  Inside -- Hide or show vertices inside the selection.
556
- :type area: typing.Optional[typing.Any]
514
+ :type area: typing.Any | None
557
515
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
558
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
516
+ :type use_front_faces_only: bool | typing.Any | None
559
517
  """
560
518
 
561
519
  ...
562
520
 
563
521
  def image_from_view(
564
- override_context: typing.Optional[
565
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
566
- ] = None,
567
- execution_context: typing.Optional[typing.Union[str, int]] = None,
568
- undo: typing.Optional[bool] = None,
569
- filepath: typing.Union[str, typing.Any] = "",
522
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
523
+ execution_context: str | int | None = None,
524
+ undo: bool | None = None,
525
+ filepath: str | typing.Any = "",
570
526
  ):
571
527
  """Make an image from biggest 3D view for reprojection
572
528
 
573
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
574
- :type execution_context: typing.Optional[typing.Union[str, int]]
575
- :type undo: typing.Optional[bool]
529
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
530
+ :type execution_context: str | int | None
531
+ :type undo: bool | None
576
532
  :param filepath: File Path, Name of the file
577
- :type filepath: typing.Union[str, typing.Any]
533
+ :type filepath: str | typing.Any
578
534
  """
579
535
 
580
536
  ...
581
537
 
582
538
  def image_paint(
583
- override_context: typing.Optional[
584
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
585
- ] = None,
586
- execution_context: typing.Optional[typing.Union[str, int]] = None,
587
- undo: typing.Optional[bool] = None,
588
- stroke: typing.Optional[
589
- bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
590
- ] = None,
591
- mode: typing.Optional[typing.Any] = "NORMAL",
539
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
540
+ execution_context: str | int | None = None,
541
+ undo: bool | None = None,
542
+ stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
543
+ | None = None,
544
+ mode: typing.Any | None = "NORMAL",
592
545
  ):
593
546
  """Paint a stroke into the image
594
547
 
595
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
596
- :type execution_context: typing.Optional[typing.Union[str, int]]
597
- :type undo: typing.Optional[bool]
548
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
549
+ :type execution_context: str | int | None
550
+ :type undo: bool | None
598
551
  :param stroke: Stroke
599
- :type stroke: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]]
552
+ :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
600
553
  :param mode: Stroke Mode, Action taken when a paint stroke is made
601
554
 
602
555
  NORMAL
@@ -607,43 +560,41 @@ def image_paint(
607
560
 
608
561
  SMOOTH
609
562
  Smooth -- Switch brush to smooth mode for duration of stroke.
610
- :type mode: typing.Optional[typing.Any]
563
+ :type mode: typing.Any | None
611
564
  """
612
565
 
613
566
  ...
614
567
 
615
568
  def mask_box_gesture(
616
- override_context: typing.Optional[
617
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
618
- ] = None,
619
- execution_context: typing.Optional[typing.Union[str, int]] = None,
620
- undo: typing.Optional[bool] = None,
621
- xmin: typing.Optional[typing.Any] = 0,
622
- xmax: typing.Optional[typing.Any] = 0,
623
- ymin: typing.Optional[typing.Any] = 0,
624
- ymax: typing.Optional[typing.Any] = 0,
625
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
626
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
627
- mode: typing.Optional[typing.Any] = "VALUE",
628
- value: typing.Optional[typing.Any] = 1.0,
569
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
570
+ execution_context: str | int | None = None,
571
+ undo: bool | None = None,
572
+ xmin: typing.Any | None = 0,
573
+ xmax: typing.Any | None = 0,
574
+ ymin: typing.Any | None = 0,
575
+ ymax: typing.Any | None = 0,
576
+ wait_for_input: bool | typing.Any | None = True,
577
+ use_front_faces_only: bool | typing.Any | None = False,
578
+ mode: typing.Any | None = "VALUE",
579
+ value: typing.Any | None = 1.0,
629
580
  ):
630
581
  """Mask within a rectangle defined by the cursor
631
582
 
632
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
633
- :type execution_context: typing.Optional[typing.Union[str, int]]
634
- :type undo: typing.Optional[bool]
583
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
584
+ :type execution_context: str | int | None
585
+ :type undo: bool | None
635
586
  :param xmin: X Min
636
- :type xmin: typing.Optional[typing.Any]
587
+ :type xmin: typing.Any | None
637
588
  :param xmax: X Max
638
- :type xmax: typing.Optional[typing.Any]
589
+ :type xmax: typing.Any | None
639
590
  :param ymin: Y Min
640
- :type ymin: typing.Optional[typing.Any]
591
+ :type ymin: typing.Any | None
641
592
  :param ymax: Y Max
642
- :type ymax: typing.Optional[typing.Any]
593
+ :type ymax: typing.Any | None
643
594
  :param wait_for_input: Wait for Input
644
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
595
+ :type wait_for_input: bool | typing.Any | None
645
596
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
646
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
597
+ :type use_front_faces_only: bool | typing.Any | None
647
598
  :param mode: Mode
648
599
 
649
600
  VALUE
@@ -654,27 +605,25 @@ def mask_box_gesture(
654
605
 
655
606
  INVERT
656
607
  Invert -- Invert the mask.
657
- :type mode: typing.Optional[typing.Any]
608
+ :type mode: typing.Any | None
658
609
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
659
- :type value: typing.Optional[typing.Any]
610
+ :type value: typing.Any | None
660
611
  """
661
612
 
662
613
  ...
663
614
 
664
615
  def mask_flood_fill(
665
- override_context: typing.Optional[
666
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
667
- ] = None,
668
- execution_context: typing.Optional[typing.Union[str, int]] = None,
669
- undo: typing.Optional[bool] = None,
670
- mode: typing.Optional[typing.Any] = "VALUE",
671
- value: typing.Optional[typing.Any] = 0.0,
616
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
617
+ execution_context: str | int | None = None,
618
+ undo: bool | None = None,
619
+ mode: typing.Any | None = "VALUE",
620
+ value: typing.Any | None = 0.0,
672
621
  ):
673
622
  """Fill the whole mask with a given value, or invert its values
674
623
 
675
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
676
- :type execution_context: typing.Optional[typing.Union[str, int]]
677
- :type undo: typing.Optional[bool]
624
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
625
+ :type execution_context: str | int | None
626
+ :type undo: bool | None
678
627
  :param mode: Mode
679
628
 
680
629
  VALUE
@@ -685,35 +634,31 @@ def mask_flood_fill(
685
634
 
686
635
  INVERT
687
636
  Invert -- Invert the mask.
688
- :type mode: typing.Optional[typing.Any]
637
+ :type mode: typing.Any | None
689
638
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
690
- :type value: typing.Optional[typing.Any]
639
+ :type value: typing.Any | None
691
640
  """
692
641
 
693
642
  ...
694
643
 
695
644
  def mask_lasso_gesture(
696
- override_context: typing.Optional[
697
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
698
- ] = None,
699
- execution_context: typing.Optional[typing.Union[str, int]] = None,
700
- undo: typing.Optional[bool] = None,
701
- path: typing.Optional[
702
- bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
703
- ] = None,
704
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
705
- mode: typing.Optional[typing.Any] = "VALUE",
706
- value: typing.Optional[typing.Any] = 1.0,
645
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
646
+ execution_context: str | int | None = None,
647
+ undo: bool | None = None,
648
+ path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
649
+ use_front_faces_only: bool | typing.Any | None = False,
650
+ mode: typing.Any | None = "VALUE",
651
+ value: typing.Any | None = 1.0,
707
652
  ):
708
653
  """Mask within a shape defined by the cursor
709
654
 
710
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
711
- :type execution_context: typing.Optional[typing.Union[str, int]]
712
- :type undo: typing.Optional[bool]
655
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
656
+ :type execution_context: str | int | None
657
+ :type undo: bool | None
713
658
  :param path: Path
714
- :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
659
+ :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
715
660
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
716
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
661
+ :type use_front_faces_only: bool | typing.Any | None
717
662
  :param mode: Mode
718
663
 
719
664
  VALUE
@@ -724,51 +669,49 @@ def mask_lasso_gesture(
724
669
 
725
670
  INVERT
726
671
  Invert -- Invert the mask.
727
- :type mode: typing.Optional[typing.Any]
672
+ :type mode: typing.Any | None
728
673
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
729
- :type value: typing.Optional[typing.Any]
674
+ :type value: typing.Any | None
730
675
  """
731
676
 
732
677
  ...
733
678
 
734
679
  def mask_line_gesture(
735
- override_context: typing.Optional[
736
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
737
- ] = None,
738
- execution_context: typing.Optional[typing.Union[str, int]] = None,
739
- undo: typing.Optional[bool] = None,
740
- xstart: typing.Optional[typing.Any] = 0,
741
- xend: typing.Optional[typing.Any] = 0,
742
- ystart: typing.Optional[typing.Any] = 0,
743
- yend: typing.Optional[typing.Any] = 0,
744
- flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
745
- cursor: typing.Optional[typing.Any] = 5,
746
- use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
747
- use_limit_to_segment: typing.Optional[typing.Union[bool, typing.Any]] = False,
748
- mode: typing.Optional[typing.Any] = "VALUE",
749
- value: typing.Optional[typing.Any] = 1.0,
680
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
681
+ execution_context: str | int | None = None,
682
+ undo: bool | None = None,
683
+ xstart: typing.Any | None = 0,
684
+ xend: typing.Any | None = 0,
685
+ ystart: typing.Any | None = 0,
686
+ yend: typing.Any | None = 0,
687
+ flip: bool | typing.Any | None = False,
688
+ cursor: typing.Any | None = 5,
689
+ use_front_faces_only: bool | typing.Any | None = False,
690
+ use_limit_to_segment: bool | typing.Any | None = False,
691
+ mode: typing.Any | None = "VALUE",
692
+ value: typing.Any | None = 1.0,
750
693
  ):
751
694
  """Mask to one side of a line defined by the cursor
752
695
 
753
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
754
- :type execution_context: typing.Optional[typing.Union[str, int]]
755
- :type undo: typing.Optional[bool]
696
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
697
+ :type execution_context: str | int | None
698
+ :type undo: bool | None
756
699
  :param xstart: X Start
757
- :type xstart: typing.Optional[typing.Any]
700
+ :type xstart: typing.Any | None
758
701
  :param xend: X End
759
- :type xend: typing.Optional[typing.Any]
702
+ :type xend: typing.Any | None
760
703
  :param ystart: Y Start
761
- :type ystart: typing.Optional[typing.Any]
704
+ :type ystart: typing.Any | None
762
705
  :param yend: Y End
763
- :type yend: typing.Optional[typing.Any]
706
+ :type yend: typing.Any | None
764
707
  :param flip: Flip
765
- :type flip: typing.Optional[typing.Union[bool, typing.Any]]
708
+ :type flip: bool | typing.Any | None
766
709
  :param cursor: Cursor, Mouse cursor style to use during the modal operator
767
- :type cursor: typing.Optional[typing.Any]
710
+ :type cursor: typing.Any | None
768
711
  :param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
769
- :type use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]]
712
+ :type use_front_faces_only: bool | typing.Any | None
770
713
  :param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
771
- :type use_limit_to_segment: typing.Optional[typing.Union[bool, typing.Any]]
714
+ :type use_limit_to_segment: bool | typing.Any | None
772
715
  :param mode: Mode
773
716
 
774
717
  VALUE
@@ -779,86 +722,78 @@ def mask_line_gesture(
779
722
 
780
723
  INVERT
781
724
  Invert -- Invert the mask.
782
- :type mode: typing.Optional[typing.Any]
725
+ :type mode: typing.Any | None
783
726
  :param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
784
- :type value: typing.Optional[typing.Any]
727
+ :type value: typing.Any | None
785
728
  """
786
729
 
787
730
  ...
788
731
 
789
732
  def project_image(
790
- override_context: typing.Optional[
791
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
792
- ] = None,
793
- execution_context: typing.Optional[typing.Union[str, int]] = None,
794
- undo: typing.Optional[bool] = None,
795
- image: typing.Optional[typing.Union[str, int, typing.Any]] = "",
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
+ image: str | int | typing.Any | None = "",
796
737
  ):
797
738
  """Project an edited render from the active camera back onto the object
798
739
 
799
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
800
- :type execution_context: typing.Optional[typing.Union[str, int]]
801
- :type undo: typing.Optional[bool]
740
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
741
+ :type execution_context: str | int | None
742
+ :type undo: bool | None
802
743
  :param image: Image
803
- :type image: typing.Optional[typing.Union[str, int, typing.Any]]
744
+ :type image: str | int | typing.Any | None
804
745
  """
805
746
 
806
747
  ...
807
748
 
808
749
  def sample_color(
809
- override_context: typing.Optional[
810
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
811
- ] = None,
812
- execution_context: typing.Optional[typing.Union[str, int]] = None,
813
- undo: typing.Optional[bool] = None,
814
- location: typing.Optional[typing.Any] = (0, 0),
815
- merged: typing.Optional[typing.Union[bool, typing.Any]] = False,
816
- palette: typing.Optional[typing.Union[bool, typing.Any]] = False,
750
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
751
+ execution_context: str | int | None = None,
752
+ undo: bool | None = None,
753
+ location: typing.Any | None = (0, 0),
754
+ merged: bool | typing.Any | None = False,
755
+ palette: bool | typing.Any | None = False,
817
756
  ):
818
757
  """Use the mouse to sample a color in the image
819
758
 
820
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
821
- :type execution_context: typing.Optional[typing.Union[str, int]]
822
- :type undo: typing.Optional[bool]
759
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
760
+ :type execution_context: str | int | None
761
+ :type undo: bool | None
823
762
  :param location: Location
824
- :type location: typing.Optional[typing.Any]
763
+ :type location: typing.Any | None
825
764
  :param merged: Sample Merged, Sample the output display color
826
- :type merged: typing.Optional[typing.Union[bool, typing.Any]]
765
+ :type merged: bool | typing.Any | None
827
766
  :param palette: Add to Palette
828
- :type palette: typing.Optional[typing.Union[bool, typing.Any]]
767
+ :type palette: bool | typing.Any | None
829
768
  """
830
769
 
831
770
  ...
832
771
 
833
772
  def texture_paint_toggle(
834
- override_context: typing.Optional[
835
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
836
- ] = None,
837
- execution_context: typing.Optional[typing.Union[str, int]] = None,
838
- undo: typing.Optional[bool] = None,
773
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
774
+ execution_context: str | int | None = None,
775
+ undo: bool | None = None,
839
776
  ):
840
777
  """Toggle texture paint mode in 3D view
841
778
 
842
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
843
- :type execution_context: typing.Optional[typing.Union[str, int]]
844
- :type undo: typing.Optional[bool]
779
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
780
+ :type execution_context: str | int | None
781
+ :type undo: bool | None
845
782
  """
846
783
 
847
784
  ...
848
785
 
849
786
  def vert_select_all(
850
- override_context: typing.Optional[
851
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
852
- ] = None,
853
- execution_context: typing.Optional[typing.Union[str, int]] = None,
854
- undo: typing.Optional[bool] = None,
855
- action: typing.Optional[typing.Any] = "TOGGLE",
787
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
788
+ execution_context: str | int | None = None,
789
+ undo: bool | None = None,
790
+ action: typing.Any | None = "TOGGLE",
856
791
  ):
857
792
  """Change selection for all vertices
858
793
 
859
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
860
- :type execution_context: typing.Optional[typing.Union[str, int]]
861
- :type undo: typing.Optional[bool]
794
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
795
+ :type execution_context: str | int | None
796
+ :type undo: bool | None
862
797
  :param action: Action, Selection action to execute
863
798
 
864
799
  TOGGLE
@@ -872,310 +807,279 @@ def vert_select_all(
872
807
 
873
808
  INVERT
874
809
  Invert -- Invert selection of all elements.
875
- :type action: typing.Optional[typing.Any]
810
+ :type action: typing.Any | None
876
811
  """
877
812
 
878
813
  ...
879
814
 
880
815
  def vert_select_hide(
881
- override_context: typing.Optional[
882
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
883
- ] = None,
884
- execution_context: typing.Optional[typing.Union[str, int]] = None,
885
- undo: typing.Optional[bool] = None,
886
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
816
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
817
+ execution_context: str | int | None = None,
818
+ undo: bool | None = None,
819
+ unselected: bool | typing.Any | None = False,
887
820
  ):
888
821
  """Hide selected vertices
889
822
 
890
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
891
- :type execution_context: typing.Optional[typing.Union[str, int]]
892
- :type undo: typing.Optional[bool]
823
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
824
+ :type execution_context: str | int | None
825
+ :type undo: bool | None
893
826
  :param unselected: Unselected, Hide unselected rather than selected vertices
894
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
827
+ :type unselected: bool | typing.Any | None
895
828
  """
896
829
 
897
830
  ...
898
831
 
899
832
  def vert_select_less(
900
- override_context: typing.Optional[
901
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
902
- ] = None,
903
- execution_context: typing.Optional[typing.Union[str, int]] = None,
904
- undo: typing.Optional[bool] = None,
905
- face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
833
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
834
+ execution_context: str | int | None = None,
835
+ undo: bool | None = None,
836
+ face_step: bool | typing.Any | None = True,
906
837
  ):
907
838
  """Deselect Vertices connected to existing selection
908
839
 
909
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
910
- :type execution_context: typing.Optional[typing.Union[str, int]]
911
- :type undo: typing.Optional[bool]
840
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
841
+ :type execution_context: str | int | None
842
+ :type undo: bool | None
912
843
  :param face_step: Face Step, Also deselect faces that only touch on a corner
913
- :type face_step: typing.Optional[typing.Union[bool, typing.Any]]
844
+ :type face_step: bool | typing.Any | None
914
845
  """
915
846
 
916
847
  ...
917
848
 
918
849
  def vert_select_linked(
919
- override_context: typing.Optional[
920
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
921
- ] = None,
922
- execution_context: typing.Optional[typing.Union[str, int]] = None,
923
- undo: typing.Optional[bool] = None,
850
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
851
+ execution_context: str | int | None = None,
852
+ undo: bool | None = None,
924
853
  ):
925
854
  """Select linked vertices
926
855
 
927
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
928
- :type execution_context: typing.Optional[typing.Union[str, int]]
929
- :type undo: typing.Optional[bool]
856
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
857
+ :type execution_context: str | int | None
858
+ :type undo: bool | None
930
859
  """
931
860
 
932
861
  ...
933
862
 
934
863
  def vert_select_linked_pick(
935
- override_context: typing.Optional[
936
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
937
- ] = None,
938
- execution_context: typing.Optional[typing.Union[str, int]] = None,
939
- undo: typing.Optional[bool] = None,
940
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
864
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
865
+ execution_context: str | int | None = None,
866
+ undo: bool | None = None,
867
+ select: bool | typing.Any | None = True,
941
868
  ):
942
869
  """Select linked vertices under the cursor
943
870
 
944
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
945
- :type execution_context: typing.Optional[typing.Union[str, int]]
946
- :type undo: typing.Optional[bool]
871
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
872
+ :type execution_context: str | int | None
873
+ :type undo: bool | None
947
874
  :param select: Select, Whether to select or deselect linked vertices under the cursor
948
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
875
+ :type select: bool | typing.Any | None
949
876
  """
950
877
 
951
878
  ...
952
879
 
953
880
  def vert_select_more(
954
- override_context: typing.Optional[
955
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
956
- ] = None,
957
- execution_context: typing.Optional[typing.Union[str, int]] = None,
958
- undo: typing.Optional[bool] = None,
959
- face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
881
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
882
+ execution_context: str | int | None = None,
883
+ undo: bool | None = None,
884
+ face_step: bool | typing.Any | None = True,
960
885
  ):
961
886
  """Select Vertices connected to existing selection
962
887
 
963
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
964
- :type execution_context: typing.Optional[typing.Union[str, int]]
965
- :type undo: typing.Optional[bool]
888
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
889
+ :type execution_context: str | int | None
890
+ :type undo: bool | None
966
891
  :param face_step: Face Step, Also select faces that only touch on a corner
967
- :type face_step: typing.Optional[typing.Union[bool, typing.Any]]
892
+ :type face_step: bool | typing.Any | None
968
893
  """
969
894
 
970
895
  ...
971
896
 
972
897
  def vert_select_ungrouped(
973
- override_context: typing.Optional[
974
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
975
- ] = None,
976
- execution_context: typing.Optional[typing.Union[str, int]] = None,
977
- undo: typing.Optional[bool] = None,
978
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
898
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
899
+ execution_context: str | int | None = None,
900
+ undo: bool | None = None,
901
+ extend: bool | typing.Any | None = False,
979
902
  ):
980
903
  """Select vertices without a group
981
904
 
982
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
983
- :type execution_context: typing.Optional[typing.Union[str, int]]
984
- :type undo: typing.Optional[bool]
905
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
906
+ :type execution_context: str | int | None
907
+ :type undo: bool | None
985
908
  :param extend: Extend, Extend the selection
986
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
909
+ :type extend: bool | typing.Any | None
987
910
  """
988
911
 
989
912
  ...
990
913
 
991
914
  def vertex_color_brightness_contrast(
992
- override_context: typing.Optional[
993
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
994
- ] = None,
995
- execution_context: typing.Optional[typing.Union[str, int]] = None,
996
- undo: typing.Optional[bool] = None,
997
- brightness: typing.Optional[typing.Any] = 0.0,
998
- contrast: typing.Optional[typing.Any] = 0.0,
915
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
916
+ execution_context: str | int | None = None,
917
+ undo: bool | None = None,
918
+ brightness: typing.Any | None = 0.0,
919
+ contrast: typing.Any | None = 0.0,
999
920
  ):
1000
921
  """Adjust vertex color brightness/contrast
1001
922
 
1002
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1003
- :type execution_context: typing.Optional[typing.Union[str, int]]
1004
- :type undo: typing.Optional[bool]
923
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
924
+ :type execution_context: str | int | None
925
+ :type undo: bool | None
1005
926
  :param brightness: Brightness
1006
- :type brightness: typing.Optional[typing.Any]
927
+ :type brightness: typing.Any | None
1007
928
  :param contrast: Contrast
1008
- :type contrast: typing.Optional[typing.Any]
929
+ :type contrast: typing.Any | None
1009
930
  """
1010
931
 
1011
932
  ...
1012
933
 
1013
934
  def vertex_color_dirt(
1014
- override_context: typing.Optional[
1015
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1016
- ] = None,
1017
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1018
- undo: typing.Optional[bool] = None,
1019
- blur_strength: typing.Optional[typing.Any] = 1.0,
1020
- blur_iterations: typing.Optional[typing.Any] = 1,
1021
- clean_angle: typing.Optional[typing.Any] = 3.14159,
1022
- dirt_angle: typing.Optional[typing.Any] = 0.0,
1023
- dirt_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
1024
- normalize: typing.Optional[typing.Union[bool, typing.Any]] = True,
935
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
936
+ execution_context: str | int | None = None,
937
+ undo: bool | None = None,
938
+ blur_strength: typing.Any | None = 1.0,
939
+ blur_iterations: typing.Any | None = 1,
940
+ clean_angle: typing.Any | None = 3.14159,
941
+ dirt_angle: typing.Any | None = 0.0,
942
+ dirt_only: bool | typing.Any | None = False,
943
+ normalize: bool | typing.Any | None = True,
1025
944
  ):
1026
945
  """Generate a dirt map gradient based on cavity
1027
946
 
1028
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1029
- :type execution_context: typing.Optional[typing.Union[str, int]]
1030
- :type undo: typing.Optional[bool]
947
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
948
+ :type execution_context: str | int | None
949
+ :type undo: bool | None
1031
950
  :param blur_strength: Blur Strength, Blur strength per iteration
1032
- :type blur_strength: typing.Optional[typing.Any]
951
+ :type blur_strength: typing.Any | None
1033
952
  :param blur_iterations: Blur Iterations, Number of times to blur the colors (higher blurs more)
1034
- :type blur_iterations: typing.Optional[typing.Any]
953
+ :type blur_iterations: typing.Any | None
1035
954
  :param clean_angle: Highlight Angle, Less than 90 limits the angle used in the tonal range
1036
- :type clean_angle: typing.Optional[typing.Any]
955
+ :type clean_angle: typing.Any | None
1037
956
  :param dirt_angle: Dirt Angle, Less than 90 limits the angle used in the tonal range
1038
- :type dirt_angle: typing.Optional[typing.Any]
957
+ :type dirt_angle: typing.Any | None
1039
958
  :param dirt_only: Dirt Only, Don't calculate cleans for convex areas
1040
- :type dirt_only: typing.Optional[typing.Union[bool, typing.Any]]
959
+ :type dirt_only: bool | typing.Any | None
1041
960
  :param normalize: Normalize, Normalize the colors, increasing the contrast
1042
- :type normalize: typing.Optional[typing.Union[bool, typing.Any]]
961
+ :type normalize: bool | typing.Any | None
1043
962
  """
1044
963
 
1045
964
  ...
1046
965
 
1047
966
  def vertex_color_from_weight(
1048
- override_context: typing.Optional[
1049
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1050
- ] = None,
1051
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1052
- undo: typing.Optional[bool] = None,
967
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
968
+ execution_context: str | int | None = None,
969
+ undo: bool | None = None,
1053
970
  ):
1054
971
  """Convert active weight into gray scale vertex colors
1055
972
 
1056
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1057
- :type execution_context: typing.Optional[typing.Union[str, int]]
1058
- :type undo: typing.Optional[bool]
973
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
974
+ :type execution_context: str | int | None
975
+ :type undo: bool | None
1059
976
  """
1060
977
 
1061
978
  ...
1062
979
 
1063
980
  def vertex_color_hsv(
1064
- override_context: typing.Optional[
1065
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1066
- ] = None,
1067
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1068
- undo: typing.Optional[bool] = None,
1069
- h: typing.Optional[typing.Any] = 0.5,
1070
- s: typing.Optional[typing.Any] = 1.0,
1071
- v: typing.Optional[typing.Any] = 1.0,
981
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
982
+ execution_context: str | int | None = None,
983
+ undo: bool | None = None,
984
+ h: typing.Any | None = 0.5,
985
+ s: typing.Any | None = 1.0,
986
+ v: typing.Any | None = 1.0,
1072
987
  ):
1073
988
  """Adjust vertex color Hue/Saturation/Value
1074
989
 
1075
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1076
- :type execution_context: typing.Optional[typing.Union[str, int]]
1077
- :type undo: typing.Optional[bool]
990
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
991
+ :type execution_context: str | int | None
992
+ :type undo: bool | None
1078
993
  :param h: Hue
1079
- :type h: typing.Optional[typing.Any]
994
+ :type h: typing.Any | None
1080
995
  :param s: Saturation
1081
- :type s: typing.Optional[typing.Any]
996
+ :type s: typing.Any | None
1082
997
  :param v: Value
1083
- :type v: typing.Optional[typing.Any]
998
+ :type v: typing.Any | None
1084
999
  """
1085
1000
 
1086
1001
  ...
1087
1002
 
1088
1003
  def vertex_color_invert(
1089
- override_context: typing.Optional[
1090
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1091
- ] = None,
1092
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1093
- undo: typing.Optional[bool] = None,
1004
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1005
+ execution_context: str | int | None = None,
1006
+ undo: bool | None = None,
1094
1007
  ):
1095
1008
  """Invert RGB values
1096
1009
 
1097
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1098
- :type execution_context: typing.Optional[typing.Union[str, int]]
1099
- :type undo: typing.Optional[bool]
1010
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1011
+ :type execution_context: str | int | None
1012
+ :type undo: bool | None
1100
1013
  """
1101
1014
 
1102
1015
  ...
1103
1016
 
1104
1017
  def vertex_color_levels(
1105
- override_context: typing.Optional[
1106
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1107
- ] = None,
1108
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1109
- undo: typing.Optional[bool] = None,
1110
- offset: typing.Optional[typing.Any] = 0.0,
1111
- gain: typing.Optional[typing.Any] = 1.0,
1018
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1019
+ execution_context: str | int | None = None,
1020
+ undo: bool | None = None,
1021
+ offset: typing.Any | None = 0.0,
1022
+ gain: typing.Any | None = 1.0,
1112
1023
  ):
1113
1024
  """Adjust levels of vertex colors
1114
1025
 
1115
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1116
- :type execution_context: typing.Optional[typing.Union[str, int]]
1117
- :type undo: typing.Optional[bool]
1026
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1027
+ :type execution_context: str | int | None
1028
+ :type undo: bool | None
1118
1029
  :param offset: Offset, Value to add to colors
1119
- :type offset: typing.Optional[typing.Any]
1030
+ :type offset: typing.Any | None
1120
1031
  :param gain: Gain, Value to multiply colors by
1121
- :type gain: typing.Optional[typing.Any]
1032
+ :type gain: typing.Any | None
1122
1033
  """
1123
1034
 
1124
1035
  ...
1125
1036
 
1126
1037
  def vertex_color_set(
1127
- override_context: typing.Optional[
1128
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1129
- ] = None,
1130
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1131
- undo: typing.Optional[bool] = None,
1132
- use_alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
1038
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1039
+ execution_context: str | int | None = None,
1040
+ undo: bool | None = None,
1041
+ use_alpha: bool | typing.Any | None = True,
1133
1042
  ):
1134
1043
  """Fill the active vertex color layer with the current paint color
1135
1044
 
1136
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1137
- :type execution_context: typing.Optional[typing.Union[str, int]]
1138
- :type undo: typing.Optional[bool]
1045
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1046
+ :type execution_context: str | int | None
1047
+ :type undo: bool | None
1139
1048
  :param use_alpha: Affect Alpha, Set color completely opaque instead of reusing existing alpha
1140
- :type use_alpha: typing.Optional[typing.Union[bool, typing.Any]]
1049
+ :type use_alpha: bool | typing.Any | None
1141
1050
  """
1142
1051
 
1143
1052
  ...
1144
1053
 
1145
1054
  def vertex_color_smooth(
1146
- override_context: typing.Optional[
1147
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1148
- ] = None,
1149
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1150
- undo: typing.Optional[bool] = None,
1055
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1056
+ execution_context: str | int | None = None,
1057
+ undo: bool | None = None,
1151
1058
  ):
1152
1059
  """Smooth colors across vertices
1153
1060
 
1154
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1155
- :type execution_context: typing.Optional[typing.Union[str, int]]
1156
- :type undo: typing.Optional[bool]
1061
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1062
+ :type execution_context: str | int | None
1063
+ :type undo: bool | None
1157
1064
  """
1158
1065
 
1159
1066
  ...
1160
1067
 
1161
1068
  def vertex_paint(
1162
- override_context: typing.Optional[
1163
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1164
- ] = None,
1165
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1166
- undo: typing.Optional[bool] = None,
1167
- stroke: typing.Optional[
1168
- bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1169
- ] = None,
1170
- mode: typing.Optional[typing.Any] = "NORMAL",
1069
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1070
+ execution_context: str | int | None = None,
1071
+ undo: bool | None = None,
1072
+ stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1073
+ | None = None,
1074
+ mode: typing.Any | None = "NORMAL",
1171
1075
  ):
1172
1076
  """Paint a stroke in the active color attribute layer
1173
1077
 
1174
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1175
- :type execution_context: typing.Optional[typing.Union[str, int]]
1176
- :type undo: typing.Optional[bool]
1078
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1079
+ :type execution_context: str | int | None
1080
+ :type undo: bool | None
1177
1081
  :param stroke: Stroke
1178
- :type stroke: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]]
1082
+ :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
1179
1083
  :param mode: Stroke Mode, Action taken when a paint stroke is made
1180
1084
 
1181
1085
  NORMAL
@@ -1186,56 +1090,50 @@ def vertex_paint(
1186
1090
 
1187
1091
  SMOOTH
1188
1092
  Smooth -- Switch brush to smooth mode for duration of stroke.
1189
- :type mode: typing.Optional[typing.Any]
1093
+ :type mode: typing.Any | None
1190
1094
  """
1191
1095
 
1192
1096
  ...
1193
1097
 
1194
1098
  def vertex_paint_toggle(
1195
- override_context: typing.Optional[
1196
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1197
- ] = None,
1198
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1199
- undo: typing.Optional[bool] = None,
1099
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1100
+ execution_context: str | int | None = None,
1101
+ undo: bool | None = None,
1200
1102
  ):
1201
1103
  """Toggle the vertex paint mode in 3D view
1202
1104
 
1203
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1204
- :type execution_context: typing.Optional[typing.Union[str, int]]
1205
- :type undo: typing.Optional[bool]
1105
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1106
+ :type execution_context: str | int | None
1107
+ :type undo: bool | None
1206
1108
  """
1207
1109
 
1208
1110
  ...
1209
1111
 
1210
1112
  def visibility_invert(
1211
- override_context: typing.Optional[
1212
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1213
- ] = None,
1214
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1215
- undo: typing.Optional[bool] = None,
1113
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1114
+ execution_context: str | int | None = None,
1115
+ undo: bool | None = None,
1216
1116
  ):
1217
1117
  """Invert the visibility of all vertices
1218
1118
 
1219
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1220
- :type execution_context: typing.Optional[typing.Union[str, int]]
1221
- :type undo: typing.Optional[bool]
1119
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1120
+ :type execution_context: str | int | None
1121
+ :type undo: bool | None
1222
1122
  """
1223
1123
 
1224
1124
  ...
1225
1125
 
1226
1126
  def weight_from_bones(
1227
- override_context: typing.Optional[
1228
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1229
- ] = None,
1230
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1231
- undo: typing.Optional[bool] = None,
1232
- type: typing.Optional[typing.Any] = "AUTOMATIC",
1127
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1128
+ execution_context: str | int | None = None,
1129
+ undo: bool | None = None,
1130
+ type: typing.Any | None = "AUTOMATIC",
1233
1131
  ):
1234
1132
  """Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
1235
1133
 
1236
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1237
- :type execution_context: typing.Optional[typing.Union[str, int]]
1238
- :type undo: typing.Optional[bool]
1134
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1135
+ :type execution_context: str | int | None
1136
+ :type undo: bool | None
1239
1137
  :param type: Type, Method to use for assigning weights
1240
1138
 
1241
1139
  AUTOMATIC
@@ -1243,66 +1141,61 @@ def weight_from_bones(
1243
1141
 
1244
1142
  ENVELOPES
1245
1143
  From Envelopes -- Weights from envelopes with user defined radius.
1246
- :type type: typing.Optional[typing.Any]
1144
+ :type type: typing.Any | None
1247
1145
  """
1248
1146
 
1249
1147
  ...
1250
1148
 
1251
1149
  def weight_gradient(
1252
- override_context: typing.Optional[
1253
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1254
- ] = None,
1255
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1256
- undo: typing.Optional[bool] = None,
1257
- type: typing.Optional[typing.Any] = "LINEAR",
1258
- xstart: typing.Optional[typing.Any] = 0,
1259
- xend: typing.Optional[typing.Any] = 0,
1260
- ystart: typing.Optional[typing.Any] = 0,
1261
- yend: typing.Optional[typing.Any] = 0,
1262
- flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
1263
- cursor: typing.Optional[typing.Any] = 5,
1150
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1151
+ execution_context: str | int | None = None,
1152
+ undo: bool | None = None,
1153
+ type: typing.Any | None = "LINEAR",
1154
+ xstart: typing.Any | None = 0,
1155
+ xend: typing.Any | None = 0,
1156
+ ystart: typing.Any | None = 0,
1157
+ yend: typing.Any | None = 0,
1158
+ flip: bool | typing.Any | None = False,
1159
+ cursor: typing.Any | None = 5,
1264
1160
  ):
1265
1161
  """Draw a line to apply a weight gradient to selected vertices
1266
1162
 
1267
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1268
- :type execution_context: typing.Optional[typing.Union[str, int]]
1269
- :type undo: typing.Optional[bool]
1163
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1164
+ :type execution_context: str | int | None
1165
+ :type undo: bool | None
1270
1166
  :param type: Type
1271
- :type type: typing.Optional[typing.Any]
1167
+ :type type: typing.Any | None
1272
1168
  :param xstart: X Start
1273
- :type xstart: typing.Optional[typing.Any]
1169
+ :type xstart: typing.Any | None
1274
1170
  :param xend: X End
1275
- :type xend: typing.Optional[typing.Any]
1171
+ :type xend: typing.Any | None
1276
1172
  :param ystart: Y Start
1277
- :type ystart: typing.Optional[typing.Any]
1173
+ :type ystart: typing.Any | None
1278
1174
  :param yend: Y End
1279
- :type yend: typing.Optional[typing.Any]
1175
+ :type yend: typing.Any | None
1280
1176
  :param flip: Flip
1281
- :type flip: typing.Optional[typing.Union[bool, typing.Any]]
1177
+ :type flip: bool | typing.Any | None
1282
1178
  :param cursor: Cursor, Mouse cursor style to use during the modal operator
1283
- :type cursor: typing.Optional[typing.Any]
1179
+ :type cursor: typing.Any | None
1284
1180
  """
1285
1181
 
1286
1182
  ...
1287
1183
 
1288
1184
  def weight_paint(
1289
- override_context: typing.Optional[
1290
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1291
- ] = None,
1292
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1293
- undo: typing.Optional[bool] = None,
1294
- stroke: typing.Optional[
1295
- bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1296
- ] = None,
1297
- mode: typing.Optional[typing.Any] = "NORMAL",
1185
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1186
+ execution_context: str | int | None = None,
1187
+ undo: bool | None = None,
1188
+ stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
1189
+ | None = None,
1190
+ mode: typing.Any | None = "NORMAL",
1298
1191
  ):
1299
1192
  """Paint a stroke in the current vertex group's weights
1300
1193
 
1301
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1302
- :type execution_context: typing.Optional[typing.Union[str, int]]
1303
- :type undo: typing.Optional[bool]
1194
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1195
+ :type execution_context: str | int | None
1196
+ :type undo: bool | None
1304
1197
  :param stroke: Stroke
1305
- :type stroke: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]]
1198
+ :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
1306
1199
  :param mode: Stroke Mode, Action taken when a paint stroke is made
1307
1200
 
1308
1201
  NORMAL
@@ -1313,71 +1206,63 @@ def weight_paint(
1313
1206
 
1314
1207
  SMOOTH
1315
1208
  Smooth -- Switch brush to smooth mode for duration of stroke.
1316
- :type mode: typing.Optional[typing.Any]
1209
+ :type mode: typing.Any | None
1317
1210
  """
1318
1211
 
1319
1212
  ...
1320
1213
 
1321
1214
  def weight_paint_toggle(
1322
- override_context: typing.Optional[
1323
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1324
- ] = None,
1325
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1326
- undo: typing.Optional[bool] = None,
1215
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1216
+ execution_context: str | int | None = None,
1217
+ undo: bool | None = None,
1327
1218
  ):
1328
1219
  """Toggle weight paint mode in 3D view
1329
1220
 
1330
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1331
- :type execution_context: typing.Optional[typing.Union[str, int]]
1332
- :type undo: typing.Optional[bool]
1221
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1222
+ :type execution_context: str | int | None
1223
+ :type undo: bool | None
1333
1224
  """
1334
1225
 
1335
1226
  ...
1336
1227
 
1337
1228
  def weight_sample(
1338
- override_context: typing.Optional[
1339
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1340
- ] = None,
1341
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1342
- undo: typing.Optional[bool] = None,
1229
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1230
+ execution_context: str | int | None = None,
1231
+ undo: bool | None = None,
1343
1232
  ):
1344
1233
  """Use the mouse to sample a weight in the 3D view
1345
1234
 
1346
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1347
- :type execution_context: typing.Optional[typing.Union[str, int]]
1348
- :type undo: typing.Optional[bool]
1235
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1236
+ :type execution_context: str | int | None
1237
+ :type undo: bool | None
1349
1238
  """
1350
1239
 
1351
1240
  ...
1352
1241
 
1353
1242
  def weight_sample_group(
1354
- override_context: typing.Optional[
1355
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1356
- ] = None,
1357
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1358
- undo: typing.Optional[bool] = None,
1243
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1244
+ execution_context: str | int | None = None,
1245
+ undo: bool | None = None,
1359
1246
  ):
1360
1247
  """Select one of the vertex groups available under current mouse position
1361
1248
 
1362
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1363
- :type execution_context: typing.Optional[typing.Union[str, int]]
1364
- :type undo: typing.Optional[bool]
1249
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1250
+ :type execution_context: str | int | None
1251
+ :type undo: bool | None
1365
1252
  """
1366
1253
 
1367
1254
  ...
1368
1255
 
1369
1256
  def weight_set(
1370
- override_context: typing.Optional[
1371
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1372
- ] = None,
1373
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1374
- undo: typing.Optional[bool] = None,
1257
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1258
+ execution_context: str | int | None = None,
1259
+ undo: bool | None = None,
1375
1260
  ):
1376
1261
  """Fill the active vertex group with the current paint weight
1377
1262
 
1378
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1379
- :type execution_context: typing.Optional[typing.Union[str, int]]
1380
- :type undo: typing.Optional[bool]
1263
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1264
+ :type execution_context: str | int | None
1265
+ :type undo: bool | None
1381
1266
  """
1382
1267
 
1383
1268
  ...