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
@@ -5,56 +5,50 @@ import bpy.types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def align(
8
- override_context: typing.Optional[
9
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
10
- ] = None,
11
- execution_context: typing.Optional[typing.Union[str, int]] = None,
12
- undo: typing.Optional[bool] = None,
8
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
9
+ execution_context: str | int | None = None,
10
+ undo: bool | None = None,
13
11
  ):
14
12
  """Align selected bones to the active bone (or to their parent)
15
13
 
16
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
17
- :type execution_context: typing.Optional[typing.Union[str, int]]
18
- :type undo: typing.Optional[bool]
14
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
15
+ :type execution_context: str | int | None
16
+ :type undo: bool | None
19
17
  """
20
18
 
21
19
  ...
22
20
 
23
21
  def assign_to_collection(
24
- override_context: typing.Optional[
25
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
26
- ] = None,
27
- execution_context: typing.Optional[typing.Union[str, int]] = None,
28
- undo: typing.Optional[bool] = None,
29
- collection_index: typing.Optional[typing.Any] = -1,
30
- new_collection_name: typing.Union[str, typing.Any] = "",
22
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
23
+ execution_context: str | int | None = None,
24
+ undo: bool | None = None,
25
+ collection_index: typing.Any | None = -1,
26
+ new_collection_name: str | typing.Any = "",
31
27
  ):
32
28
  """Assign all selected bones to a collection, or unassign them, depending on whether the active bone is already assigned or not
33
29
 
34
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
35
- :type execution_context: typing.Optional[typing.Union[str, int]]
36
- :type undo: typing.Optional[bool]
30
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
31
+ :type execution_context: str | int | None
32
+ :type undo: bool | None
37
33
  :param collection_index: Collection Index, Index of the collection to assign selected bones to. When the operator should create a new bone collection, use new_collection_name to define the collection name, and set this parameter to the parent index of the new bone collection
38
- :type collection_index: typing.Optional[typing.Any]
34
+ :type collection_index: typing.Any | None
39
35
  :param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and assign the selected bones to it. To assign to an existing collection, do not include this parameter and use collection_index
40
- :type new_collection_name: typing.Union[str, typing.Any]
36
+ :type new_collection_name: str | typing.Any
41
37
  """
42
38
 
43
39
  ...
44
40
 
45
41
  def autoside_names(
46
- override_context: typing.Optional[
47
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
48
- ] = None,
49
- execution_context: typing.Optional[typing.Union[str, int]] = None,
50
- undo: typing.Optional[bool] = None,
51
- type: typing.Optional[typing.Any] = "XAXIS",
42
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
43
+ execution_context: str | int | None = None,
44
+ undo: bool | None = None,
45
+ type: typing.Any | None = "XAXIS",
52
46
  ):
53
47
  """Automatically renames the selected bones according to which side of the target axis they fall on
54
48
 
55
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
56
- :type execution_context: typing.Optional[typing.Union[str, int]]
57
- :type undo: typing.Optional[bool]
49
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
50
+ :type execution_context: str | int | None
51
+ :type undo: bool | None
58
52
  :param type: Axis, Axis to tag names with
59
53
 
60
54
  XAXIS
@@ -65,294 +59,262 @@ def autoside_names(
65
59
 
66
60
  ZAXIS
67
61
  Z-Axis -- Top/Bottom.
68
- :type type: typing.Optional[typing.Any]
62
+ :type type: typing.Any | None
69
63
  """
70
64
 
71
65
  ...
72
66
 
73
67
  def bone_primitive_add(
74
- override_context: typing.Optional[
75
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
76
- ] = None,
77
- execution_context: typing.Optional[typing.Union[str, int]] = None,
78
- undo: typing.Optional[bool] = None,
79
- name: typing.Union[str, typing.Any] = "",
68
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
69
+ execution_context: str | int | None = None,
70
+ undo: bool | None = None,
71
+ name: str | typing.Any = "",
80
72
  ):
81
73
  """Add a new bone located at the 3D cursor
82
74
 
83
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
84
- :type execution_context: typing.Optional[typing.Union[str, int]]
85
- :type undo: typing.Optional[bool]
75
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
76
+ :type execution_context: str | int | None
77
+ :type undo: bool | None
86
78
  :param name: Name, Name of the newly created bone
87
- :type name: typing.Union[str, typing.Any]
79
+ :type name: str | typing.Any
88
80
  """
89
81
 
90
82
  ...
91
83
 
92
84
  def calculate_roll(
93
- override_context: typing.Optional[
94
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
95
- ] = None,
96
- execution_context: typing.Optional[typing.Union[str, int]] = None,
97
- undo: typing.Optional[bool] = None,
98
- type: typing.Optional[typing.Any] = "POS_X",
99
- axis_flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
100
- axis_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
85
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
86
+ execution_context: str | int | None = None,
87
+ undo: bool | None = None,
88
+ type: typing.Any | None = "POS_X",
89
+ axis_flip: bool | typing.Any | None = False,
90
+ axis_only: bool | typing.Any | None = False,
101
91
  ):
102
92
  """Automatically fix alignment of select bones' axes
103
93
 
104
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
105
- :type execution_context: typing.Optional[typing.Union[str, int]]
106
- :type undo: typing.Optional[bool]
94
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
95
+ :type execution_context: str | int | None
96
+ :type undo: bool | None
107
97
  :param type: Type
108
- :type type: typing.Optional[typing.Any]
98
+ :type type: typing.Any | None
109
99
  :param axis_flip: Flip Axis, Negate the alignment axis
110
- :type axis_flip: typing.Optional[typing.Union[bool, typing.Any]]
100
+ :type axis_flip: bool | typing.Any | None
111
101
  :param axis_only: Shortest Rotation, Ignore the axis direction, use the shortest rotation to align
112
- :type axis_only: typing.Optional[typing.Union[bool, typing.Any]]
102
+ :type axis_only: bool | typing.Any | None
113
103
  """
114
104
 
115
105
  ...
116
106
 
117
107
  def click_extrude(
118
- override_context: typing.Optional[
119
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
120
- ] = None,
121
- execution_context: typing.Optional[typing.Union[str, int]] = None,
122
- undo: typing.Optional[bool] = None,
108
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
109
+ execution_context: str | int | None = None,
110
+ undo: bool | None = None,
123
111
  ):
124
112
  """Create a new bone going from the last selected joint to the mouse position
125
113
 
126
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
127
- :type execution_context: typing.Optional[typing.Union[str, int]]
128
- :type undo: typing.Optional[bool]
114
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
115
+ :type execution_context: str | int | None
116
+ :type undo: bool | None
129
117
  """
130
118
 
131
119
  ...
132
120
 
133
121
  def collection_add(
134
- override_context: typing.Optional[
135
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
136
- ] = None,
137
- execution_context: typing.Optional[typing.Union[str, int]] = None,
138
- undo: typing.Optional[bool] = None,
122
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
123
+ execution_context: str | int | None = None,
124
+ undo: bool | None = None,
139
125
  ):
140
126
  """Add a new bone collection
141
127
 
142
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
143
- :type execution_context: typing.Optional[typing.Union[str, int]]
144
- :type undo: typing.Optional[bool]
128
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
129
+ :type execution_context: str | int | None
130
+ :type undo: bool | None
145
131
  """
146
132
 
147
133
  ...
148
134
 
149
135
  def collection_assign(
150
- override_context: typing.Optional[
151
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
152
- ] = None,
153
- execution_context: typing.Optional[typing.Union[str, int]] = None,
154
- undo: typing.Optional[bool] = None,
155
- name: typing.Union[str, typing.Any] = "",
136
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
+ execution_context: str | int | None = None,
138
+ undo: bool | None = None,
139
+ name: str | typing.Any = "",
156
140
  ):
157
141
  """Add selected bones to the chosen bone collection
158
142
 
159
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
160
- :type execution_context: typing.Optional[typing.Union[str, int]]
161
- :type undo: typing.Optional[bool]
143
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
144
+ :type execution_context: str | int | None
145
+ :type undo: bool | None
162
146
  :param name: Bone Collection, Name of the bone collection to assign this bone to; empty to assign to the active bone collection
163
- :type name: typing.Union[str, typing.Any]
147
+ :type name: str | typing.Any
164
148
  """
165
149
 
166
150
  ...
167
151
 
168
152
  def collection_create_and_assign(
169
- override_context: typing.Optional[
170
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
171
- ] = None,
172
- execution_context: typing.Optional[typing.Union[str, int]] = None,
173
- undo: typing.Optional[bool] = None,
174
- name: typing.Union[str, typing.Any] = "",
153
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
154
+ execution_context: str | int | None = None,
155
+ undo: bool | None = None,
156
+ name: str | typing.Any = "",
175
157
  ):
176
158
  """Create a new bone collection and assign all selected bones
177
159
 
178
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
179
- :type execution_context: typing.Optional[typing.Union[str, int]]
180
- :type undo: typing.Optional[bool]
160
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
161
+ :type execution_context: str | int | None
162
+ :type undo: bool | None
181
163
  :param name: Bone Collection, Name of the bone collection to create
182
- :type name: typing.Union[str, typing.Any]
164
+ :type name: str | typing.Any
183
165
  """
184
166
 
185
167
  ...
186
168
 
187
169
  def collection_deselect(
188
- override_context: typing.Optional[
189
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
190
- ] = None,
191
- execution_context: typing.Optional[typing.Union[str, int]] = None,
192
- undo: typing.Optional[bool] = None,
170
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
171
+ execution_context: str | int | None = None,
172
+ undo: bool | None = None,
193
173
  ):
194
174
  """Deselect bones of active Bone Collection
195
175
 
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]
176
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
177
+ :type execution_context: str | int | None
178
+ :type undo: bool | None
199
179
  """
200
180
 
201
181
  ...
202
182
 
203
183
  def collection_move(
204
- override_context: typing.Optional[
205
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
206
- ] = None,
207
- execution_context: typing.Optional[typing.Union[str, int]] = None,
208
- undo: typing.Optional[bool] = None,
209
- direction: typing.Optional[typing.Any] = "UP",
184
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
185
+ execution_context: str | int | None = None,
186
+ undo: bool | None = None,
187
+ direction: typing.Any | None = "UP",
210
188
  ):
211
189
  """Change position of active Bone Collection in list of Bone collections
212
190
 
213
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
214
- :type execution_context: typing.Optional[typing.Union[str, int]]
215
- :type undo: typing.Optional[bool]
191
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
192
+ :type execution_context: str | int | None
193
+ :type undo: bool | None
216
194
  :param direction: Direction, Direction to move the active Bone Collection towards
217
- :type direction: typing.Optional[typing.Any]
195
+ :type direction: typing.Any | None
218
196
  """
219
197
 
220
198
  ...
221
199
 
222
200
  def collection_remove(
223
- override_context: typing.Optional[
224
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
225
- ] = None,
226
- execution_context: typing.Optional[typing.Union[str, int]] = None,
227
- undo: typing.Optional[bool] = None,
201
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
202
+ execution_context: str | int | None = None,
203
+ undo: bool | None = None,
228
204
  ):
229
205
  """Remove the active bone collection
230
206
 
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]
207
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
208
+ :type execution_context: str | int | None
209
+ :type undo: bool | None
234
210
  """
235
211
 
236
212
  ...
237
213
 
238
214
  def collection_remove_unused(
239
- override_context: typing.Optional[
240
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
241
- ] = None,
242
- execution_context: typing.Optional[typing.Union[str, int]] = None,
243
- undo: typing.Optional[bool] = None,
215
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
216
+ execution_context: str | int | None = None,
217
+ undo: bool | None = None,
244
218
  ):
245
219
  """Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed
246
220
 
247
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
248
- :type execution_context: typing.Optional[typing.Union[str, int]]
249
- :type undo: typing.Optional[bool]
221
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
222
+ :type execution_context: str | int | None
223
+ :type undo: bool | None
250
224
  """
251
225
 
252
226
  ...
253
227
 
254
228
  def collection_select(
255
- override_context: typing.Optional[
256
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
257
- ] = None,
258
- execution_context: typing.Optional[typing.Union[str, int]] = None,
259
- undo: typing.Optional[bool] = None,
229
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
230
+ execution_context: str | int | None = None,
231
+ undo: bool | None = None,
260
232
  ):
261
233
  """Select bones in active Bone Collection
262
234
 
263
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
264
- :type execution_context: typing.Optional[typing.Union[str, int]]
265
- :type undo: typing.Optional[bool]
235
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
236
+ :type execution_context: str | int | None
237
+ :type undo: bool | None
266
238
  """
267
239
 
268
240
  ...
269
241
 
270
242
  def collection_show_all(
271
- override_context: typing.Optional[
272
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
273
- ] = None,
274
- execution_context: typing.Optional[typing.Union[str, int]] = None,
275
- undo: typing.Optional[bool] = None,
243
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
244
+ execution_context: str | int | None = None,
245
+ undo: bool | None = None,
276
246
  ):
277
247
  """Show all bone collections
278
248
 
279
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
280
- :type execution_context: typing.Optional[typing.Union[str, int]]
281
- :type undo: typing.Optional[bool]
249
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
250
+ :type execution_context: str | int | None
251
+ :type undo: bool | None
282
252
  """
283
253
 
284
254
  ...
285
255
 
286
256
  def collection_unassign(
287
- override_context: typing.Optional[
288
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
289
- ] = None,
290
- execution_context: typing.Optional[typing.Union[str, int]] = None,
291
- undo: typing.Optional[bool] = None,
292
- name: typing.Union[str, typing.Any] = "",
257
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
258
+ execution_context: str | int | None = None,
259
+ undo: bool | None = None,
260
+ name: str | typing.Any = "",
293
261
  ):
294
262
  """Remove selected bones from the active bone collection
295
263
 
296
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
297
- :type execution_context: typing.Optional[typing.Union[str, int]]
298
- :type undo: typing.Optional[bool]
264
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
265
+ :type execution_context: str | int | None
266
+ :type undo: bool | None
299
267
  :param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
300
- :type name: typing.Union[str, typing.Any]
268
+ :type name: str | typing.Any
301
269
  """
302
270
 
303
271
  ...
304
272
 
305
273
  def collection_unassign_named(
306
- override_context: typing.Optional[
307
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
308
- ] = None,
309
- execution_context: typing.Optional[typing.Union[str, int]] = None,
310
- undo: typing.Optional[bool] = None,
311
- name: typing.Union[str, typing.Any] = "",
312
- bone_name: typing.Union[str, typing.Any] = "",
274
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
275
+ execution_context: str | int | None = None,
276
+ undo: bool | None = None,
277
+ name: str | typing.Any = "",
278
+ bone_name: str | typing.Any = "",
313
279
  ):
314
280
  """Unassign the named bone from this bone collection
315
281
 
316
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
317
- :type execution_context: typing.Optional[typing.Union[str, int]]
318
- :type undo: typing.Optional[bool]
282
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
283
+ :type execution_context: str | int | None
284
+ :type undo: bool | None
319
285
  :param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
320
- :type name: typing.Union[str, typing.Any]
286
+ :type name: str | typing.Any
321
287
  :param bone_name: Bone Name, Name of the bone to unassign from the collection; empty to use the active bone
322
- :type bone_name: typing.Union[str, typing.Any]
288
+ :type bone_name: str | typing.Any
323
289
  """
324
290
 
325
291
  ...
326
292
 
327
293
  def collection_unsolo_all(
328
- override_context: typing.Optional[
329
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
330
- ] = None,
331
- execution_context: typing.Optional[typing.Union[str, int]] = None,
332
- undo: typing.Optional[bool] = None,
294
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
295
+ execution_context: str | int | None = None,
296
+ undo: bool | None = None,
333
297
  ):
334
298
  """Clear the 'solo' setting on all bone collections
335
299
 
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]
300
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
301
+ :type execution_context: str | int | None
302
+ :type undo: bool | None
339
303
  """
340
304
 
341
305
  ...
342
306
 
343
307
  def copy_bone_color_to_selected(
344
- override_context: typing.Optional[
345
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
346
- ] = None,
347
- execution_context: typing.Optional[typing.Union[str, int]] = None,
348
- undo: typing.Optional[bool] = None,
349
- bone_type: typing.Optional[typing.Any] = "EDIT",
308
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
309
+ execution_context: str | int | None = None,
310
+ undo: bool | None = None,
311
+ bone_type: typing.Any | None = "EDIT",
350
312
  ):
351
313
  """Copy the bone color of the active bone to all selected bones
352
314
 
353
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
354
- :type execution_context: typing.Optional[typing.Union[str, int]]
355
- :type undo: typing.Optional[bool]
315
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
316
+ :type execution_context: str | int | None
317
+ :type undo: bool | None
356
318
  :param bone_type: Type
357
319
 
358
320
  EDIT
@@ -360,315 +322,283 @@ def copy_bone_color_to_selected(
360
322
 
361
323
  POSE
362
324
  Pose Bone -- Copy Pose Bone colors from the active pose bone to all selected pose bones.
363
- :type bone_type: typing.Optional[typing.Any]
325
+ :type bone_type: typing.Any | None
364
326
  """
365
327
 
366
328
  ...
367
329
 
368
330
  def delete(
369
- override_context: typing.Optional[
370
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
371
- ] = None,
372
- execution_context: typing.Optional[typing.Union[str, int]] = None,
373
- undo: typing.Optional[bool] = None,
374
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
331
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
332
+ execution_context: str | int | None = None,
333
+ undo: bool | None = None,
334
+ confirm: bool | typing.Any | None = True,
375
335
  ):
376
336
  """Remove selected bones from the armature
377
337
 
378
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
379
- :type execution_context: typing.Optional[typing.Union[str, int]]
380
- :type undo: typing.Optional[bool]
338
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
339
+ :type execution_context: str | int | None
340
+ :type undo: bool | None
381
341
  :param confirm: Confirm, Prompt for confirmation
382
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
342
+ :type confirm: bool | typing.Any | None
383
343
  """
384
344
 
385
345
  ...
386
346
 
387
347
  def dissolve(
388
- override_context: typing.Optional[
389
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
390
- ] = None,
391
- execution_context: typing.Optional[typing.Union[str, int]] = None,
392
- undo: typing.Optional[bool] = None,
348
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
349
+ execution_context: str | int | None = None,
350
+ undo: bool | None = None,
393
351
  ):
394
352
  """Dissolve selected bones from the armature
395
353
 
396
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
397
- :type execution_context: typing.Optional[typing.Union[str, int]]
398
- :type undo: typing.Optional[bool]
354
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
355
+ :type execution_context: str | int | None
356
+ :type undo: bool | None
399
357
  """
400
358
 
401
359
  ...
402
360
 
403
361
  def duplicate(
404
- override_context: typing.Optional[
405
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
406
- ] = None,
407
- execution_context: typing.Optional[typing.Union[str, int]] = None,
408
- undo: typing.Optional[bool] = None,
409
- do_flip_names: typing.Optional[typing.Union[bool, typing.Any]] = False,
362
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
363
+ execution_context: str | int | None = None,
364
+ undo: bool | None = None,
365
+ do_flip_names: bool | typing.Any | None = False,
410
366
  ):
411
367
  """Make copies of the selected bones within the same armature
412
368
 
413
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
414
- :type execution_context: typing.Optional[typing.Union[str, int]]
415
- :type undo: typing.Optional[bool]
369
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
370
+ :type execution_context: str | int | None
371
+ :type undo: bool | None
416
372
  :param do_flip_names: Flip Names, Try to flip names of the bones, if possible, instead of adding a number extension
417
- :type do_flip_names: typing.Optional[typing.Union[bool, typing.Any]]
373
+ :type do_flip_names: bool | typing.Any | None
418
374
  """
419
375
 
420
376
  ...
421
377
 
422
378
  def duplicate_move(
423
- override_context: typing.Optional[
424
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
425
- ] = None,
426
- execution_context: typing.Optional[typing.Union[str, int]] = None,
427
- undo: typing.Optional[bool] = None,
428
- ARMATURE_OT_duplicate: typing.Optional[duplicate] = None,
429
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
379
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
380
+ execution_context: str | int | None = None,
381
+ undo: bool | None = None,
382
+ ARMATURE_OT_duplicate: duplicate | None = None,
383
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
430
384
  ):
431
385
  """Make copies of the selected bones within the same armature and move them
432
386
 
433
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
434
- :type execution_context: typing.Optional[typing.Union[str, int]]
435
- :type undo: typing.Optional[bool]
387
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
388
+ :type execution_context: str | int | None
389
+ :type undo: bool | None
436
390
  :param ARMATURE_OT_duplicate: Duplicate Selected Bone(s), Make copies of the selected bones within the same armature
437
- :type ARMATURE_OT_duplicate: typing.Optional[duplicate]
391
+ :type ARMATURE_OT_duplicate: duplicate | None
438
392
  :param TRANSFORM_OT_translate: Move, Move selected items
439
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
393
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
440
394
  """
441
395
 
442
396
  ...
443
397
 
444
398
  def extrude(
445
- override_context: typing.Optional[
446
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
447
- ] = None,
448
- execution_context: typing.Optional[typing.Union[str, int]] = None,
449
- undo: typing.Optional[bool] = None,
450
- forked: typing.Optional[typing.Union[bool, typing.Any]] = False,
399
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
400
+ execution_context: str | int | None = None,
401
+ undo: bool | None = None,
402
+ forked: bool | typing.Any | None = False,
451
403
  ):
452
404
  """Create new bones from the selected joints
453
405
 
454
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
455
- :type execution_context: typing.Optional[typing.Union[str, int]]
456
- :type undo: typing.Optional[bool]
406
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
407
+ :type execution_context: str | int | None
408
+ :type undo: bool | None
457
409
  :param forked: Forked
458
- :type forked: typing.Optional[typing.Union[bool, typing.Any]]
410
+ :type forked: bool | typing.Any | None
459
411
  """
460
412
 
461
413
  ...
462
414
 
463
415
  def extrude_forked(
464
- override_context: typing.Optional[
465
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
466
- ] = None,
467
- execution_context: typing.Optional[typing.Union[str, int]] = None,
468
- undo: typing.Optional[bool] = None,
469
- ARMATURE_OT_extrude: typing.Optional[extrude] = None,
470
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
416
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
417
+ execution_context: str | int | None = None,
418
+ undo: bool | None = None,
419
+ ARMATURE_OT_extrude: extrude | None = None,
420
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
471
421
  ):
472
422
  """Create new bones from the selected joints and move them
473
423
 
474
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
475
- :type execution_context: typing.Optional[typing.Union[str, int]]
476
- :type undo: typing.Optional[bool]
424
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
425
+ :type execution_context: str | int | None
426
+ :type undo: bool | None
477
427
  :param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
478
- :type ARMATURE_OT_extrude: typing.Optional[extrude]
428
+ :type ARMATURE_OT_extrude: extrude | None
479
429
  :param TRANSFORM_OT_translate: Move, Move selected items
480
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
430
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
481
431
  """
482
432
 
483
433
  ...
484
434
 
485
435
  def extrude_move(
486
- override_context: typing.Optional[
487
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
488
- ] = None,
489
- execution_context: typing.Optional[typing.Union[str, int]] = None,
490
- undo: typing.Optional[bool] = None,
491
- ARMATURE_OT_extrude: typing.Optional[extrude] = None,
492
- TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
436
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
437
+ execution_context: str | int | None = None,
438
+ undo: bool | None = None,
439
+ ARMATURE_OT_extrude: extrude | None = None,
440
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
493
441
  ):
494
442
  """Create new bones from the selected joints and move them
495
443
 
496
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
497
- :type execution_context: typing.Optional[typing.Union[str, int]]
498
- :type undo: typing.Optional[bool]
444
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
445
+ :type execution_context: str | int | None
446
+ :type undo: bool | None
499
447
  :param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
500
- :type ARMATURE_OT_extrude: typing.Optional[extrude]
448
+ :type ARMATURE_OT_extrude: extrude | None
501
449
  :param TRANSFORM_OT_translate: Move, Move selected items
502
- :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
450
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
503
451
  """
504
452
 
505
453
  ...
506
454
 
507
455
  def fill(
508
- override_context: typing.Optional[
509
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
510
- ] = None,
511
- execution_context: typing.Optional[typing.Union[str, int]] = None,
512
- undo: typing.Optional[bool] = None,
456
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
457
+ execution_context: str | int | None = None,
458
+ undo: bool | None = None,
513
459
  ):
514
460
  """Add bone between selected joint(s) and/or 3D cursor
515
461
 
516
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
517
- :type execution_context: typing.Optional[typing.Union[str, int]]
518
- :type undo: typing.Optional[bool]
462
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
463
+ :type execution_context: str | int | None
464
+ :type undo: bool | None
519
465
  """
520
466
 
521
467
  ...
522
468
 
523
469
  def flip_names(
524
- override_context: typing.Optional[
525
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
526
- ] = None,
527
- execution_context: typing.Optional[typing.Union[str, int]] = None,
528
- undo: typing.Optional[bool] = None,
529
- do_strip_numbers: typing.Optional[typing.Union[bool, typing.Any]] = False,
470
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
471
+ execution_context: str | int | None = None,
472
+ undo: bool | None = None,
473
+ do_strip_numbers: bool | typing.Any | None = False,
530
474
  ):
531
475
  """Flips (and corrects) the axis suffixes of the names of selected bones
532
476
 
533
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
534
- :type execution_context: typing.Optional[typing.Union[str, int]]
535
- :type undo: typing.Optional[bool]
477
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
478
+ :type execution_context: str | int | None
479
+ :type undo: bool | None
536
480
  :param do_strip_numbers: Strip Numbers, Try to remove right-most dot-number from flipped names.Warning: May result in incoherent naming in some cases
537
- :type do_strip_numbers: typing.Optional[typing.Union[bool, typing.Any]]
481
+ :type do_strip_numbers: bool | typing.Any | None
538
482
  """
539
483
 
540
484
  ...
541
485
 
542
486
  def hide(
543
- override_context: typing.Optional[
544
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
545
- ] = None,
546
- execution_context: typing.Optional[typing.Union[str, int]] = None,
547
- undo: typing.Optional[bool] = None,
548
- unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
487
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
488
+ execution_context: str | int | None = None,
489
+ undo: bool | None = None,
490
+ unselected: bool | typing.Any | None = False,
549
491
  ):
550
492
  """Tag selected bones to not be visible in Edit Mode
551
493
 
552
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
553
- :type execution_context: typing.Optional[typing.Union[str, int]]
554
- :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
555
497
  :param unselected: Unselected, Hide unselected rather than selected
556
- :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
498
+ :type unselected: bool | typing.Any | None
557
499
  """
558
500
 
559
501
  ...
560
502
 
561
503
  def move_to_collection(
562
- override_context: typing.Optional[
563
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
564
- ] = None,
565
- execution_context: typing.Optional[typing.Union[str, int]] = None,
566
- undo: typing.Optional[bool] = None,
567
- collection_index: typing.Optional[typing.Any] = -1,
568
- new_collection_name: typing.Union[str, typing.Any] = "",
504
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
505
+ execution_context: str | int | None = None,
506
+ undo: bool | None = None,
507
+ collection_index: typing.Any | None = -1,
508
+ new_collection_name: str | typing.Any = "",
569
509
  ):
570
510
  """Move bones to a collection
571
511
 
572
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
573
- :type execution_context: typing.Optional[typing.Union[str, int]]
574
- :type undo: typing.Optional[bool]
512
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
513
+ :type execution_context: str | int | None
514
+ :type undo: bool | None
575
515
  :param collection_index: Collection Index, Index of the collection to move selected bones to. When the operator should create a new bone collection, do not include this parameter and pass new_collection_name
576
- :type collection_index: typing.Optional[typing.Any]
516
+ :type collection_index: typing.Any | None
577
517
  :param new_collection_name: Name, Name of a to-be-added bone collection. Only pass this if you want to create a new bone collection and move the selected bones to it. To move to an existing collection, do not include this parameter and use collection_index
578
- :type new_collection_name: typing.Union[str, typing.Any]
518
+ :type new_collection_name: str | typing.Any
579
519
  """
580
520
 
581
521
  ...
582
522
 
583
523
  def parent_clear(
584
- override_context: typing.Optional[
585
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
586
- ] = None,
587
- execution_context: typing.Optional[typing.Union[str, int]] = None,
588
- undo: typing.Optional[bool] = None,
589
- type: typing.Optional[typing.Any] = "CLEAR",
524
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
525
+ execution_context: str | int | None = None,
526
+ undo: bool | None = None,
527
+ type: typing.Any | None = "CLEAR",
590
528
  ):
591
529
  """Remove the parent-child relationship between selected bones and their parents
592
530
 
593
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
594
- :type execution_context: typing.Optional[typing.Union[str, int]]
595
- :type undo: typing.Optional[bool]
531
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
532
+ :type execution_context: str | int | None
533
+ :type undo: bool | None
596
534
  :param type: Clear Type, What way to clear parenting
597
- :type type: typing.Optional[typing.Any]
535
+ :type type: typing.Any | None
598
536
  """
599
537
 
600
538
  ...
601
539
 
602
540
  def parent_set(
603
- override_context: typing.Optional[
604
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
605
- ] = None,
606
- execution_context: typing.Optional[typing.Union[str, int]] = None,
607
- undo: typing.Optional[bool] = None,
608
- type: typing.Optional[typing.Any] = "CONNECTED",
541
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
542
+ execution_context: str | int | None = None,
543
+ undo: bool | None = None,
544
+ type: typing.Any | None = "CONNECTED",
609
545
  ):
610
546
  """Set the active bone as the parent of the selected bones
611
547
 
612
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
613
- :type execution_context: typing.Optional[typing.Union[str, int]]
614
- :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
615
551
  :param type: Parent Type, Type of parenting
616
- :type type: typing.Optional[typing.Any]
552
+ :type type: typing.Any | None
617
553
  """
618
554
 
619
555
  ...
620
556
 
621
557
  def reveal(
622
- override_context: typing.Optional[
623
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
624
- ] = None,
625
- execution_context: typing.Optional[typing.Union[str, int]] = None,
626
- undo: typing.Optional[bool] = None,
627
- select: typing.Optional[typing.Union[bool, typing.Any]] = True,
558
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
559
+ execution_context: str | int | None = None,
560
+ undo: bool | None = None,
561
+ select: bool | typing.Any | None = True,
628
562
  ):
629
563
  """Reveal all bones hidden in Edit Mode
630
564
 
631
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
632
- :type execution_context: typing.Optional[typing.Union[str, int]]
633
- :type undo: typing.Optional[bool]
565
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
566
+ :type execution_context: str | int | None
567
+ :type undo: bool | None
634
568
  :param select: Select
635
- :type select: typing.Optional[typing.Union[bool, typing.Any]]
569
+ :type select: bool | typing.Any | None
636
570
  """
637
571
 
638
572
  ...
639
573
 
640
574
  def roll_clear(
641
- override_context: typing.Optional[
642
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
643
- ] = None,
644
- execution_context: typing.Optional[typing.Union[str, int]] = None,
645
- undo: typing.Optional[bool] = None,
646
- roll: typing.Optional[typing.Any] = 0.0,
575
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
576
+ execution_context: str | int | None = None,
577
+ undo: bool | None = None,
578
+ roll: typing.Any | None = 0.0,
647
579
  ):
648
580
  """Clear roll for selected bones
649
581
 
650
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
651
- :type execution_context: typing.Optional[typing.Union[str, int]]
652
- :type undo: typing.Optional[bool]
582
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
583
+ :type execution_context: str | int | None
584
+ :type undo: bool | None
653
585
  :param roll: Roll
654
- :type roll: typing.Optional[typing.Any]
586
+ :type roll: typing.Any | None
655
587
  """
656
588
 
657
589
  ...
658
590
 
659
591
  def select_all(
660
- override_context: typing.Optional[
661
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
662
- ] = None,
663
- execution_context: typing.Optional[typing.Union[str, int]] = None,
664
- undo: typing.Optional[bool] = None,
665
- action: typing.Optional[typing.Any] = "TOGGLE",
592
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
593
+ execution_context: str | int | None = None,
594
+ undo: bool | None = None,
595
+ action: typing.Any | None = "TOGGLE",
666
596
  ):
667
597
  """Toggle selection status of all bones
668
598
 
669
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
670
- :type execution_context: typing.Optional[typing.Union[str, int]]
671
- :type undo: typing.Optional[bool]
599
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
600
+ :type execution_context: str | int | None
601
+ :type undo: bool | None
672
602
  :param action: Action, Selection action to execute
673
603
 
674
604
  TOGGLE
@@ -682,248 +612,222 @@ def select_all(
682
612
 
683
613
  INVERT
684
614
  Invert -- Invert selection of all elements.
685
- :type action: typing.Optional[typing.Any]
615
+ :type action: typing.Any | None
686
616
  """
687
617
 
688
618
  ...
689
619
 
690
620
  def select_hierarchy(
691
- override_context: typing.Optional[
692
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
693
- ] = None,
694
- execution_context: typing.Optional[typing.Union[str, int]] = None,
695
- undo: typing.Optional[bool] = None,
696
- direction: typing.Optional[typing.Any] = "PARENT",
697
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
621
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
622
+ execution_context: str | int | None = None,
623
+ undo: bool | None = None,
624
+ direction: typing.Any | None = "PARENT",
625
+ extend: bool | typing.Any | None = False,
698
626
  ):
699
627
  """Select immediate parent/children of selected bones
700
628
 
701
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
702
- :type execution_context: typing.Optional[typing.Union[str, int]]
703
- :type undo: typing.Optional[bool]
629
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
630
+ :type execution_context: str | int | None
631
+ :type undo: bool | None
704
632
  :param direction: Direction
705
- :type direction: typing.Optional[typing.Any]
633
+ :type direction: typing.Any | None
706
634
  :param extend: Extend, Extend the selection
707
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
635
+ :type extend: bool | typing.Any | None
708
636
  """
709
637
 
710
638
  ...
711
639
 
712
640
  def select_less(
713
- override_context: typing.Optional[
714
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
715
- ] = None,
716
- execution_context: typing.Optional[typing.Union[str, int]] = None,
717
- undo: typing.Optional[bool] = None,
641
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
642
+ execution_context: str | int | None = None,
643
+ undo: bool | None = None,
718
644
  ):
719
645
  """Deselect those bones at the boundary of each selection region
720
646
 
721
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
722
- :type execution_context: typing.Optional[typing.Union[str, int]]
723
- :type undo: typing.Optional[bool]
647
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
648
+ :type execution_context: str | int | None
649
+ :type undo: bool | None
724
650
  """
725
651
 
726
652
  ...
727
653
 
728
654
  def select_linked(
729
- override_context: typing.Optional[
730
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
731
- ] = None,
732
- execution_context: typing.Optional[typing.Union[str, int]] = None,
733
- undo: typing.Optional[bool] = None,
734
- all_forks: typing.Optional[typing.Union[bool, typing.Any]] = False,
655
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
656
+ execution_context: str | int | None = None,
657
+ undo: bool | None = None,
658
+ all_forks: bool | typing.Any | None = False,
735
659
  ):
736
660
  """Select all bones linked by parent/child connections to the current selection
737
661
 
738
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
739
- :type execution_context: typing.Optional[typing.Union[str, int]]
740
- :type undo: typing.Optional[bool]
662
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
663
+ :type execution_context: str | int | None
664
+ :type undo: bool | None
741
665
  :param all_forks: All Forks, Follow forks in the parents chain
742
- :type all_forks: typing.Optional[typing.Union[bool, typing.Any]]
666
+ :type all_forks: bool | typing.Any | None
743
667
  """
744
668
 
745
669
  ...
746
670
 
747
671
  def select_linked_pick(
748
- override_context: typing.Optional[
749
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
750
- ] = None,
751
- execution_context: typing.Optional[typing.Union[str, int]] = None,
752
- undo: typing.Optional[bool] = None,
753
- deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
754
- all_forks: typing.Optional[typing.Union[bool, typing.Any]] = False,
672
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
673
+ execution_context: str | int | None = None,
674
+ undo: bool | None = None,
675
+ deselect: bool | typing.Any | None = False,
676
+ all_forks: bool | typing.Any | None = False,
755
677
  ):
756
678
  """(De)select bones linked by parent/child connections under the mouse cursor
757
679
 
758
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
759
- :type execution_context: typing.Optional[typing.Union[str, int]]
760
- :type undo: typing.Optional[bool]
680
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
681
+ :type execution_context: str | int | None
682
+ :type undo: bool | None
761
683
  :param deselect: Deselect
762
- :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
684
+ :type deselect: bool | typing.Any | None
763
685
  :param all_forks: All Forks, Follow forks in the parents chain
764
- :type all_forks: typing.Optional[typing.Union[bool, typing.Any]]
686
+ :type all_forks: bool | typing.Any | None
765
687
  """
766
688
 
767
689
  ...
768
690
 
769
691
  def select_mirror(
770
- override_context: typing.Optional[
771
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
772
- ] = None,
773
- execution_context: typing.Optional[typing.Union[str, int]] = None,
774
- undo: typing.Optional[bool] = None,
775
- only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
776
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
692
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
693
+ execution_context: str | int | None = None,
694
+ undo: bool | None = None,
695
+ only_active: bool | typing.Any | None = False,
696
+ extend: bool | typing.Any | None = False,
777
697
  ):
778
698
  """Mirror the bone selection
779
699
 
780
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
781
- :type execution_context: typing.Optional[typing.Union[str, int]]
782
- :type undo: typing.Optional[bool]
700
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
701
+ :type execution_context: str | int | None
702
+ :type undo: bool | None
783
703
  :param only_active: Active Only, Only operate on the active bone
784
- :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
704
+ :type only_active: bool | typing.Any | None
785
705
  :param extend: Extend, Extend the selection
786
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
706
+ :type extend: bool | typing.Any | None
787
707
  """
788
708
 
789
709
  ...
790
710
 
791
711
  def select_more(
792
- override_context: typing.Optional[
793
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
794
- ] = None,
795
- execution_context: typing.Optional[typing.Union[str, int]] = None,
796
- undo: typing.Optional[bool] = None,
712
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
713
+ execution_context: str | int | None = None,
714
+ undo: bool | None = None,
797
715
  ):
798
716
  """Select those bones connected to the initial selection
799
717
 
800
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
801
- :type execution_context: typing.Optional[typing.Union[str, int]]
802
- :type undo: typing.Optional[bool]
718
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
719
+ :type execution_context: str | int | None
720
+ :type undo: bool | None
803
721
  """
804
722
 
805
723
  ...
806
724
 
807
725
  def select_similar(
808
- override_context: typing.Optional[
809
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
810
- ] = None,
811
- execution_context: typing.Optional[typing.Union[str, int]] = None,
812
- undo: typing.Optional[bool] = None,
813
- type: typing.Optional[typing.Any] = "LENGTH",
814
- threshold: typing.Optional[typing.Any] = 0.1,
726
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
727
+ execution_context: str | int | None = None,
728
+ undo: bool | None = None,
729
+ type: typing.Any | None = "LENGTH",
730
+ threshold: typing.Any | None = 0.1,
815
731
  ):
816
732
  """Select similar bones by property types
817
733
 
818
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
819
- :type execution_context: typing.Optional[typing.Union[str, int]]
820
- :type undo: typing.Optional[bool]
734
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
735
+ :type execution_context: str | int | None
736
+ :type undo: bool | None
821
737
  :param type: Type
822
- :type type: typing.Optional[typing.Any]
738
+ :type type: typing.Any | None
823
739
  :param threshold: Threshold
824
- :type threshold: typing.Optional[typing.Any]
740
+ :type threshold: typing.Any | None
825
741
  """
826
742
 
827
743
  ...
828
744
 
829
745
  def separate(
830
- override_context: typing.Optional[
831
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
832
- ] = None,
833
- execution_context: typing.Optional[typing.Union[str, int]] = None,
834
- undo: typing.Optional[bool] = None,
746
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
747
+ execution_context: str | int | None = None,
748
+ undo: bool | None = None,
835
749
  ):
836
750
  """Isolate selected bones into a separate armature
837
751
 
838
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
839
- :type execution_context: typing.Optional[typing.Union[str, int]]
840
- :type undo: typing.Optional[bool]
752
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
753
+ :type execution_context: str | int | None
754
+ :type undo: bool | None
841
755
  """
842
756
 
843
757
  ...
844
758
 
845
759
  def shortest_path_pick(
846
- override_context: typing.Optional[
847
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
848
- ] = None,
849
- execution_context: typing.Optional[typing.Union[str, int]] = None,
850
- undo: typing.Optional[bool] = None,
760
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
761
+ execution_context: str | int | None = None,
762
+ undo: bool | None = None,
851
763
  ):
852
764
  """Select shortest path between two bones
853
765
 
854
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
855
- :type execution_context: typing.Optional[typing.Union[str, int]]
856
- :type undo: typing.Optional[bool]
766
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
767
+ :type execution_context: str | int | None
768
+ :type undo: bool | None
857
769
  """
858
770
 
859
771
  ...
860
772
 
861
773
  def split(
862
- override_context: typing.Optional[
863
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
864
- ] = None,
865
- execution_context: typing.Optional[typing.Union[str, int]] = None,
866
- undo: typing.Optional[bool] = None,
774
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
775
+ execution_context: str | int | None = None,
776
+ undo: bool | None = None,
867
777
  ):
868
778
  """Split off selected bones from connected unselected bones
869
779
 
870
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
871
- :type execution_context: typing.Optional[typing.Union[str, int]]
872
- :type undo: typing.Optional[bool]
780
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
781
+ :type execution_context: str | int | None
782
+ :type undo: bool | None
873
783
  """
874
784
 
875
785
  ...
876
786
 
877
787
  def subdivide(
878
- override_context: typing.Optional[
879
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
880
- ] = None,
881
- execution_context: typing.Optional[typing.Union[str, int]] = None,
882
- undo: typing.Optional[bool] = None,
883
- number_cuts: typing.Optional[typing.Any] = 1,
788
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
789
+ execution_context: str | int | None = None,
790
+ undo: bool | None = None,
791
+ number_cuts: typing.Any | None = 1,
884
792
  ):
885
793
  """Break selected bones into chains of smaller bones
886
794
 
887
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
888
- :type execution_context: typing.Optional[typing.Union[str, int]]
889
- :type undo: typing.Optional[bool]
795
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
796
+ :type execution_context: str | int | None
797
+ :type undo: bool | None
890
798
  :param number_cuts: Number of Cuts
891
- :type number_cuts: typing.Optional[typing.Any]
799
+ :type number_cuts: typing.Any | None
892
800
  """
893
801
 
894
802
  ...
895
803
 
896
804
  def switch_direction(
897
- override_context: typing.Optional[
898
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
899
- ] = None,
900
- execution_context: typing.Optional[typing.Union[str, int]] = None,
901
- undo: typing.Optional[bool] = None,
805
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
806
+ execution_context: str | int | None = None,
807
+ undo: bool | None = None,
902
808
  ):
903
809
  """Change the direction that a chain of bones points in (head and tail swap)
904
810
 
905
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
906
- :type execution_context: typing.Optional[typing.Union[str, int]]
907
- :type undo: typing.Optional[bool]
811
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
812
+ :type execution_context: str | int | None
813
+ :type undo: bool | None
908
814
  """
909
815
 
910
816
  ...
911
817
 
912
818
  def symmetrize(
913
- override_context: typing.Optional[
914
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
915
- ] = None,
916
- execution_context: typing.Optional[typing.Union[str, int]] = None,
917
- undo: typing.Optional[bool] = None,
918
- direction: typing.Optional[typing.Any] = "NEGATIVE_X",
819
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
820
+ execution_context: str | int | None = None,
821
+ undo: bool | None = None,
822
+ direction: typing.Any | None = "NEGATIVE_X",
919
823
  ):
920
824
  """Enforce symmetry, make copies of the selection or use existing
921
825
 
922
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
923
- :type execution_context: typing.Optional[typing.Union[str, int]]
924
- :type undo: typing.Optional[bool]
826
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
827
+ :type execution_context: str | int | None
828
+ :type undo: bool | None
925
829
  :param direction: Direction, Which sides to copy from and to (when both are selected)
926
- :type direction: typing.Optional[typing.Any]
830
+ :type direction: typing.Any | None
927
831
  """
928
832
 
929
833
  ...