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,37 +4,33 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def action_set(
7
- override_context: typing.Optional[
8
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
9
- ] = None,
10
- execution_context: typing.Optional[typing.Union[str, int]] = None,
11
- undo: typing.Optional[bool] = None,
12
- action: typing.Optional[typing.Union[str, int, typing.Any]] = "",
7
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
8
+ execution_context: str | int | None = None,
9
+ undo: bool | None = None,
10
+ action: str | int | typing.Any | None = "",
13
11
  ):
14
12
  """Change the active action used
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
  :param action: Action
20
- :type action: typing.Optional[typing.Union[str, int, typing.Any]]
18
+ :type action: str | int | typing.Any | None
21
19
  """
22
20
 
23
21
  ...
24
22
 
25
23
  def animdata_operation(
26
- override_context: typing.Optional[
27
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
28
- ] = None,
29
- execution_context: typing.Optional[typing.Union[str, int]] = None,
30
- undo: typing.Optional[bool] = None,
31
- type: typing.Optional[typing.Any] = "CLEAR_ANIMDATA",
24
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
25
+ execution_context: str | int | None = None,
26
+ undo: bool | None = None,
27
+ type: typing.Any | None = "CLEAR_ANIMDATA",
32
28
  ):
33
29
  """Undocumented, consider contributing.
34
30
 
35
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
36
- :type execution_context: typing.Optional[typing.Union[str, int]]
37
- :type undo: typing.Optional[bool]
31
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
32
+ :type execution_context: str | int | None
33
+ :type undo: bool | None
38
34
  :param type: Animation Operation
39
35
 
40
36
  CLEAR_ANIMDATA
@@ -51,618 +47,544 @@ def animdata_operation(
51
47
 
52
48
  CLEAR_DRIVERS
53
49
  Clear Drivers.
54
- :type type: typing.Optional[typing.Any]
50
+ :type type: typing.Any | None
55
51
  """
56
52
 
57
53
  ...
58
54
 
59
55
  def collection_color_tag_set(
60
- override_context: typing.Optional[
61
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
62
- ] = None,
63
- execution_context: typing.Optional[typing.Union[str, int]] = None,
64
- undo: typing.Optional[bool] = None,
65
- color: typing.Optional[typing.Union[str, int]] = "NONE",
56
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
57
+ execution_context: str | int | None = None,
58
+ undo: bool | None = None,
59
+ color: str | int | None = "NONE",
66
60
  ):
67
61
  """Set a color tag for the selected collections
68
62
 
69
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
70
- :type execution_context: typing.Optional[typing.Union[str, int]]
71
- :type undo: typing.Optional[bool]
63
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
64
+ :type execution_context: str | int | None
65
+ :type undo: bool | None
72
66
  :param color: Color Tag
73
- :type color: typing.Optional[typing.Union[str, int]]
67
+ :type color: str | int | None
74
68
  """
75
69
 
76
70
  ...
77
71
 
78
72
  def collection_disable(
79
- override_context: typing.Optional[
80
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
81
- ] = None,
82
- execution_context: typing.Optional[typing.Union[str, int]] = None,
83
- undo: typing.Optional[bool] = None,
73
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
74
+ execution_context: str | int | None = None,
75
+ undo: bool | None = None,
84
76
  ):
85
77
  """Disable viewport display in the view layers
86
78
 
87
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
88
- :type execution_context: typing.Optional[typing.Union[str, int]]
89
- :type undo: typing.Optional[bool]
79
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
80
+ :type execution_context: str | int | None
81
+ :type undo: bool | None
90
82
  """
91
83
 
92
84
  ...
93
85
 
94
86
  def collection_disable_render(
95
- override_context: typing.Optional[
96
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
97
- ] = None,
98
- execution_context: typing.Optional[typing.Union[str, int]] = None,
99
- undo: typing.Optional[bool] = None,
87
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
88
+ execution_context: str | int | None = None,
89
+ undo: bool | None = None,
100
90
  ):
101
91
  """Do not render this collection
102
92
 
103
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
104
- :type execution_context: typing.Optional[typing.Union[str, int]]
105
- :type undo: typing.Optional[bool]
93
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
94
+ :type execution_context: str | int | None
95
+ :type undo: bool | None
106
96
  """
107
97
 
108
98
  ...
109
99
 
110
100
  def collection_drop(
111
- override_context: typing.Optional[
112
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
113
- ] = None,
114
- execution_context: typing.Optional[typing.Union[str, int]] = None,
115
- undo: typing.Optional[bool] = None,
101
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
102
+ execution_context: str | int | None = None,
103
+ undo: bool | None = None,
116
104
  ):
117
105
  """Drag to move to collection in Outliner
118
106
 
119
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
120
- :type execution_context: typing.Optional[typing.Union[str, int]]
121
- :type undo: typing.Optional[bool]
107
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
108
+ :type execution_context: str | int | None
109
+ :type undo: bool | None
122
110
  """
123
111
 
124
112
  ...
125
113
 
126
114
  def collection_duplicate(
127
- override_context: typing.Optional[
128
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
129
- ] = None,
130
- execution_context: typing.Optional[typing.Union[str, int]] = None,
131
- undo: typing.Optional[bool] = None,
115
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
116
+ execution_context: str | int | None = None,
117
+ undo: bool | None = None,
132
118
  ):
133
119
  """Recursively duplicate the collection, all its children, objects and object data
134
120
 
135
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
136
- :type execution_context: typing.Optional[typing.Union[str, int]]
137
- :type undo: typing.Optional[bool]
121
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
122
+ :type execution_context: str | int | None
123
+ :type undo: bool | None
138
124
  """
139
125
 
140
126
  ...
141
127
 
142
128
  def collection_duplicate_linked(
143
- override_context: typing.Optional[
144
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
145
- ] = None,
146
- execution_context: typing.Optional[typing.Union[str, int]] = None,
147
- undo: typing.Optional[bool] = None,
129
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
130
+ execution_context: str | int | None = None,
131
+ undo: bool | None = None,
148
132
  ):
149
133
  """Recursively duplicate the collection, all its children and objects, with linked object data
150
134
 
151
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
152
- :type execution_context: typing.Optional[typing.Union[str, int]]
153
- :type undo: typing.Optional[bool]
135
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
136
+ :type execution_context: str | int | None
137
+ :type undo: bool | None
154
138
  """
155
139
 
156
140
  ...
157
141
 
158
142
  def collection_enable(
159
- override_context: typing.Optional[
160
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
161
- ] = None,
162
- execution_context: typing.Optional[typing.Union[str, int]] = None,
163
- undo: typing.Optional[bool] = None,
143
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
144
+ execution_context: str | int | None = None,
145
+ undo: bool | None = None,
164
146
  ):
165
147
  """Enable viewport display in the view layers
166
148
 
167
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
168
- :type execution_context: typing.Optional[typing.Union[str, int]]
169
- :type undo: typing.Optional[bool]
149
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
150
+ :type execution_context: str | int | None
151
+ :type undo: bool | None
170
152
  """
171
153
 
172
154
  ...
173
155
 
174
156
  def collection_enable_render(
175
- override_context: typing.Optional[
176
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
177
- ] = None,
178
- execution_context: typing.Optional[typing.Union[str, int]] = None,
179
- undo: typing.Optional[bool] = None,
157
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
158
+ execution_context: str | int | None = None,
159
+ undo: bool | None = None,
180
160
  ):
181
161
  """Render the collection
182
162
 
183
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
184
- :type execution_context: typing.Optional[typing.Union[str, int]]
185
- :type undo: typing.Optional[bool]
163
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
164
+ :type execution_context: str | int | None
165
+ :type undo: bool | None
186
166
  """
187
167
 
188
168
  ...
189
169
 
190
170
  def collection_exclude_clear(
191
- override_context: typing.Optional[
192
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
193
- ] = None,
194
- execution_context: typing.Optional[typing.Union[str, int]] = None,
195
- undo: typing.Optional[bool] = None,
171
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
172
+ execution_context: str | int | None = None,
173
+ undo: bool | None = None,
196
174
  ):
197
175
  """Include collection in the active view layer
198
176
 
199
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
200
- :type execution_context: typing.Optional[typing.Union[str, int]]
201
- :type undo: typing.Optional[bool]
177
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
178
+ :type execution_context: str | int | None
179
+ :type undo: bool | None
202
180
  """
203
181
 
204
182
  ...
205
183
 
206
184
  def collection_exclude_set(
207
- override_context: typing.Optional[
208
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
209
- ] = None,
210
- execution_context: typing.Optional[typing.Union[str, int]] = None,
211
- undo: typing.Optional[bool] = None,
185
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
186
+ execution_context: str | int | None = None,
187
+ undo: bool | None = None,
212
188
  ):
213
189
  """Exclude collection from the active view layer
214
190
 
215
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
216
- :type execution_context: typing.Optional[typing.Union[str, int]]
217
- :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
218
194
  """
219
195
 
220
196
  ...
221
197
 
222
198
  def collection_hide(
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,
199
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
200
+ execution_context: str | int | None = None,
201
+ undo: bool | None = None,
228
202
  ):
229
203
  """Hide the collection in this view layer
230
204
 
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]
205
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
206
+ :type execution_context: str | int | None
207
+ :type undo: bool | None
234
208
  """
235
209
 
236
210
  ...
237
211
 
238
212
  def collection_hide_inside(
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,
213
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
214
+ execution_context: str | int | None = None,
215
+ undo: bool | None = None,
244
216
  ):
245
217
  """Hide all the objects and collections inside the collection
246
218
 
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]
219
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
220
+ :type execution_context: str | int | None
221
+ :type undo: bool | None
250
222
  """
251
223
 
252
224
  ...
253
225
 
254
226
  def collection_hierarchy_delete(
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,
227
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
228
+ execution_context: str | int | None = None,
229
+ undo: bool | None = None,
260
230
  ):
261
231
  """Delete selected collection hierarchies
262
232
 
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]
233
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
234
+ :type execution_context: str | int | None
235
+ :type undo: bool | None
266
236
  """
267
237
 
268
238
  ...
269
239
 
270
240
  def collection_holdout_clear(
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,
241
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
242
+ execution_context: str | int | None = None,
243
+ undo: bool | None = None,
276
244
  ):
277
245
  """Clear masking of collection in the active view layer
278
246
 
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]
247
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
248
+ :type execution_context: str | int | None
249
+ :type undo: bool | None
282
250
  """
283
251
 
284
252
  ...
285
253
 
286
254
  def collection_holdout_set(
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,
255
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
256
+ execution_context: str | int | None = None,
257
+ undo: bool | None = None,
292
258
  ):
293
259
  """Mask collection in the active view layer
294
260
 
295
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
296
- :type execution_context: typing.Optional[typing.Union[str, int]]
297
- :type undo: typing.Optional[bool]
261
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
262
+ :type execution_context: str | int | None
263
+ :type undo: bool | None
298
264
  """
299
265
 
300
266
  ...
301
267
 
302
268
  def collection_indirect_only_clear(
303
- override_context: typing.Optional[
304
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
305
- ] = None,
306
- execution_context: typing.Optional[typing.Union[str, int]] = None,
307
- undo: typing.Optional[bool] = None,
269
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
270
+ execution_context: str | int | None = None,
271
+ undo: bool | None = None,
308
272
  ):
309
273
  """Clear collection contributing only indirectly in the view layer
310
274
 
311
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
312
- :type execution_context: typing.Optional[typing.Union[str, int]]
313
- :type undo: typing.Optional[bool]
275
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
276
+ :type execution_context: str | int | None
277
+ :type undo: bool | None
314
278
  """
315
279
 
316
280
  ...
317
281
 
318
282
  def collection_indirect_only_set(
319
- override_context: typing.Optional[
320
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
321
- ] = None,
322
- execution_context: typing.Optional[typing.Union[str, int]] = None,
323
- undo: typing.Optional[bool] = None,
283
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
284
+ execution_context: str | int | None = None,
285
+ undo: bool | None = None,
324
286
  ):
325
287
  """Set collection to only contribute indirectly (through shadows and reflections) in the view layer
326
288
 
327
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
328
- :type execution_context: typing.Optional[typing.Union[str, int]]
329
- :type undo: typing.Optional[bool]
289
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
290
+ :type execution_context: str | int | None
291
+ :type undo: bool | None
330
292
  """
331
293
 
332
294
  ...
333
295
 
334
296
  def collection_instance(
335
- override_context: typing.Optional[
336
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
337
- ] = None,
338
- execution_context: typing.Optional[typing.Union[str, int]] = None,
339
- undo: typing.Optional[bool] = None,
297
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
298
+ execution_context: str | int | None = None,
299
+ undo: bool | None = None,
340
300
  ):
341
301
  """Instance selected collections to active scene
342
302
 
343
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
344
- :type execution_context: typing.Optional[typing.Union[str, int]]
345
- :type undo: typing.Optional[bool]
303
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
304
+ :type execution_context: str | int | None
305
+ :type undo: bool | None
346
306
  """
347
307
 
348
308
  ...
349
309
 
350
310
  def collection_isolate(
351
- override_context: typing.Optional[
352
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
353
- ] = None,
354
- execution_context: typing.Optional[typing.Union[str, int]] = None,
355
- undo: typing.Optional[bool] = None,
356
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
311
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
312
+ execution_context: str | int | None = None,
313
+ undo: bool | None = None,
314
+ extend: bool | typing.Any | None = False,
357
315
  ):
358
316
  """Hide all but this collection and its parents
359
317
 
360
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
361
- :type execution_context: typing.Optional[typing.Union[str, int]]
362
- :type undo: typing.Optional[bool]
318
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
319
+ :type execution_context: str | int | None
320
+ :type undo: bool | None
363
321
  :param extend: Extend, Extend current visible collections
364
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
322
+ :type extend: bool | typing.Any | None
365
323
  """
366
324
 
367
325
  ...
368
326
 
369
327
  def collection_link(
370
- override_context: typing.Optional[
371
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
372
- ] = None,
373
- execution_context: typing.Optional[typing.Union[str, int]] = None,
374
- undo: typing.Optional[bool] = None,
328
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
329
+ execution_context: str | int | None = None,
330
+ undo: bool | None = None,
375
331
  ):
376
332
  """Link selected collections to active scene
377
333
 
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]
334
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
335
+ :type execution_context: str | int | None
336
+ :type undo: bool | None
381
337
  """
382
338
 
383
339
  ...
384
340
 
385
341
  def collection_new(
386
- override_context: typing.Optional[
387
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
388
- ] = None,
389
- execution_context: typing.Optional[typing.Union[str, int]] = None,
390
- undo: typing.Optional[bool] = None,
391
- nested: typing.Optional[typing.Union[bool, typing.Any]] = True,
342
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
343
+ execution_context: str | int | None = None,
344
+ undo: bool | None = None,
345
+ nested: bool | typing.Any | None = True,
392
346
  ):
393
347
  """Add a new collection inside selected collection
394
348
 
395
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
396
- :type execution_context: typing.Optional[typing.Union[str, int]]
397
- :type undo: typing.Optional[bool]
349
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
350
+ :type execution_context: str | int | None
351
+ :type undo: bool | None
398
352
  :param nested: Nested, Add as child of selected collection
399
- :type nested: typing.Optional[typing.Union[bool, typing.Any]]
353
+ :type nested: bool | typing.Any | None
400
354
  """
401
355
 
402
356
  ...
403
357
 
404
358
  def collection_objects_deselect(
405
- override_context: typing.Optional[
406
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
407
- ] = None,
408
- execution_context: typing.Optional[typing.Union[str, int]] = None,
409
- undo: typing.Optional[bool] = None,
359
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
360
+ execution_context: str | int | None = None,
361
+ undo: bool | None = None,
410
362
  ):
411
363
  """Deselect objects in collection
412
364
 
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]
365
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
366
+ :type execution_context: str | int | None
367
+ :type undo: bool | None
416
368
  """
417
369
 
418
370
  ...
419
371
 
420
372
  def collection_objects_select(
421
- override_context: typing.Optional[
422
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
423
- ] = None,
424
- execution_context: typing.Optional[typing.Union[str, int]] = None,
425
- undo: typing.Optional[bool] = None,
373
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
374
+ execution_context: str | int | None = None,
375
+ undo: bool | None = None,
426
376
  ):
427
377
  """Select objects in collection
428
378
 
429
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
430
- :type execution_context: typing.Optional[typing.Union[str, int]]
431
- :type undo: typing.Optional[bool]
379
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
380
+ :type execution_context: str | int | None
381
+ :type undo: bool | None
432
382
  """
433
383
 
434
384
  ...
435
385
 
436
386
  def collection_show(
437
- override_context: typing.Optional[
438
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
439
- ] = None,
440
- execution_context: typing.Optional[typing.Union[str, int]] = None,
441
- undo: typing.Optional[bool] = None,
387
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
388
+ execution_context: str | int | None = None,
389
+ undo: bool | None = None,
442
390
  ):
443
391
  """Show the collection in this view layer
444
392
 
445
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
446
- :type execution_context: typing.Optional[typing.Union[str, int]]
447
- :type undo: typing.Optional[bool]
393
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
394
+ :type execution_context: str | int | None
395
+ :type undo: bool | None
448
396
  """
449
397
 
450
398
  ...
451
399
 
452
400
  def collection_show_inside(
453
- override_context: typing.Optional[
454
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
455
- ] = None,
456
- execution_context: typing.Optional[typing.Union[str, int]] = None,
457
- undo: typing.Optional[bool] = None,
401
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
402
+ execution_context: str | int | None = None,
403
+ undo: bool | None = None,
458
404
  ):
459
405
  """Show all the objects and collections inside the collection
460
406
 
461
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
462
- :type execution_context: typing.Optional[typing.Union[str, int]]
463
- :type undo: typing.Optional[bool]
407
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
408
+ :type execution_context: str | int | None
409
+ :type undo: bool | None
464
410
  """
465
411
 
466
412
  ...
467
413
 
468
414
  def constraint_operation(
469
- override_context: typing.Optional[
470
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
471
- ] = None,
472
- execution_context: typing.Optional[typing.Union[str, int]] = None,
473
- undo: typing.Optional[bool] = None,
474
- type: typing.Optional[typing.Any] = "ENABLE",
415
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
416
+ execution_context: str | int | None = None,
417
+ undo: bool | None = None,
418
+ type: typing.Any | None = "ENABLE",
475
419
  ):
476
420
  """Undocumented, consider contributing.
477
421
 
478
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
479
- :type execution_context: typing.Optional[typing.Union[str, int]]
480
- :type undo: typing.Optional[bool]
422
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
423
+ :type execution_context: str | int | None
424
+ :type undo: bool | None
481
425
  :param type: Constraint Operation
482
- :type type: typing.Optional[typing.Any]
426
+ :type type: typing.Any | None
483
427
  """
484
428
 
485
429
  ...
486
430
 
487
431
  def data_operation(
488
- override_context: typing.Optional[
489
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
490
- ] = None,
491
- execution_context: typing.Optional[typing.Union[str, int]] = None,
492
- undo: typing.Optional[bool] = None,
493
- type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
432
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
433
+ execution_context: str | int | None = None,
434
+ undo: bool | None = None,
435
+ type: str | int | typing.Any | None = "DEFAULT",
494
436
  ):
495
437
  """Undocumented, consider contributing.
496
438
 
497
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
498
- :type execution_context: typing.Optional[typing.Union[str, int]]
499
- :type undo: typing.Optional[bool]
439
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
440
+ :type execution_context: str | int | None
441
+ :type undo: bool | None
500
442
  :param type: Data Operation
501
- :type type: typing.Optional[typing.Union[str, int, typing.Any]]
443
+ :type type: str | int | typing.Any | None
502
444
  """
503
445
 
504
446
  ...
505
447
 
506
448
  def datastack_drop(
507
- override_context: typing.Optional[
508
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
509
- ] = None,
510
- execution_context: typing.Optional[typing.Union[str, int]] = None,
511
- undo: typing.Optional[bool] = None,
449
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
450
+ execution_context: str | int | None = None,
451
+ undo: bool | None = None,
512
452
  ):
513
453
  """Copy or reorder modifiers, constraints, and effects
514
454
 
515
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
516
- :type execution_context: typing.Optional[typing.Union[str, int]]
517
- :type undo: typing.Optional[bool]
455
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
456
+ :type execution_context: str | int | None
457
+ :type undo: bool | None
518
458
  """
519
459
 
520
460
  ...
521
461
 
522
462
  def delete(
523
- override_context: typing.Optional[
524
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
525
- ] = None,
526
- execution_context: typing.Optional[typing.Union[str, int]] = None,
527
- undo: typing.Optional[bool] = None,
528
- hierarchy: typing.Optional[typing.Union[bool, typing.Any]] = False,
463
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
464
+ execution_context: str | int | None = None,
465
+ undo: bool | None = None,
466
+ hierarchy: bool | typing.Any | None = False,
529
467
  ):
530
468
  """Delete selected objects and collections
531
469
 
532
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
533
- :type execution_context: typing.Optional[typing.Union[str, int]]
534
- :type undo: typing.Optional[bool]
470
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
471
+ :type execution_context: str | int | None
472
+ :type undo: bool | None
535
473
  :param hierarchy: Hierarchy, Delete child objects and collections
536
- :type hierarchy: typing.Optional[typing.Union[bool, typing.Any]]
474
+ :type hierarchy: bool | typing.Any | None
537
475
  """
538
476
 
539
477
  ...
540
478
 
541
479
  def drivers_add_selected(
542
- override_context: typing.Optional[
543
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
544
- ] = None,
545
- execution_context: typing.Optional[typing.Union[str, int]] = None,
546
- undo: typing.Optional[bool] = None,
480
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
481
+ execution_context: str | int | None = None,
482
+ undo: bool | None = None,
547
483
  ):
548
484
  """Add drivers to selected items
549
485
 
550
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
551
- :type execution_context: typing.Optional[typing.Union[str, int]]
552
- :type undo: typing.Optional[bool]
486
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
487
+ :type execution_context: str | int | None
488
+ :type undo: bool | None
553
489
  """
554
490
 
555
491
  ...
556
492
 
557
493
  def drivers_delete_selected(
558
- override_context: typing.Optional[
559
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
560
- ] = None,
561
- execution_context: typing.Optional[typing.Union[str, int]] = None,
562
- undo: typing.Optional[bool] = None,
494
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
495
+ execution_context: str | int | None = None,
496
+ undo: bool | None = None,
563
497
  ):
564
498
  """Delete drivers assigned to selected items
565
499
 
566
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
567
- :type execution_context: typing.Optional[typing.Union[str, int]]
568
- :type undo: typing.Optional[bool]
500
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
501
+ :type execution_context: str | int | None
502
+ :type undo: bool | None
569
503
  """
570
504
 
571
505
  ...
572
506
 
573
507
  def expanded_toggle(
574
- override_context: typing.Optional[
575
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
576
- ] = None,
577
- execution_context: typing.Optional[typing.Union[str, int]] = None,
578
- undo: typing.Optional[bool] = None,
508
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
509
+ execution_context: str | int | None = None,
510
+ undo: bool | None = None,
579
511
  ):
580
512
  """Expand/Collapse all items
581
513
 
582
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
583
- :type execution_context: typing.Optional[typing.Union[str, int]]
584
- :type undo: typing.Optional[bool]
514
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
515
+ :type execution_context: str | int | None
516
+ :type undo: bool | None
585
517
  """
586
518
 
587
519
  ...
588
520
 
589
521
  def hide(
590
- override_context: typing.Optional[
591
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
592
- ] = None,
593
- execution_context: typing.Optional[typing.Union[str, int]] = None,
594
- undo: typing.Optional[bool] = None,
522
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
523
+ execution_context: str | int | None = None,
524
+ undo: bool | None = None,
595
525
  ):
596
526
  """Hide selected objects and collections
597
527
 
598
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
599
- :type execution_context: typing.Optional[typing.Union[str, int]]
600
- :type undo: typing.Optional[bool]
528
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
529
+ :type execution_context: str | int | None
530
+ :type undo: bool | None
601
531
  """
602
532
 
603
533
  ...
604
534
 
605
535
  def highlight_update(
606
- override_context: typing.Optional[
607
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
608
- ] = None,
609
- execution_context: typing.Optional[typing.Union[str, int]] = None,
610
- undo: typing.Optional[bool] = None,
536
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
537
+ execution_context: str | int | None = None,
538
+ undo: bool | None = None,
611
539
  ):
612
540
  """Update the item highlight based on the current mouse position
613
541
 
614
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
615
- :type execution_context: typing.Optional[typing.Union[str, int]]
616
- :type undo: typing.Optional[bool]
542
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
543
+ :type execution_context: str | int | None
544
+ :type undo: bool | None
617
545
  """
618
546
 
619
547
  ...
620
548
 
621
549
  def id_copy(
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,
550
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
551
+ execution_context: str | int | None = None,
552
+ undo: bool | None = None,
627
553
  ):
628
554
  """Copy the selected data-blocks to the internal clipboard
629
555
 
630
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
631
- :type execution_context: typing.Optional[typing.Union[str, int]]
632
- :type undo: typing.Optional[bool]
556
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
557
+ :type execution_context: str | int | None
558
+ :type undo: bool | None
633
559
  """
634
560
 
635
561
  ...
636
562
 
637
563
  def id_delete(
638
- override_context: typing.Optional[
639
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
640
- ] = None,
641
- execution_context: typing.Optional[typing.Union[str, int]] = None,
642
- undo: typing.Optional[bool] = None,
564
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
565
+ execution_context: str | int | None = None,
566
+ undo: bool | None = None,
643
567
  ):
644
568
  """Delete the ID under cursor
645
569
 
646
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
647
- :type execution_context: typing.Optional[typing.Union[str, int]]
648
- :type undo: typing.Optional[bool]
570
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
571
+ :type execution_context: str | int | None
572
+ :type undo: bool | None
649
573
  """
650
574
 
651
575
  ...
652
576
 
653
577
  def id_operation(
654
- override_context: typing.Optional[
655
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
656
- ] = None,
657
- execution_context: typing.Optional[typing.Union[str, int]] = None,
658
- undo: typing.Optional[bool] = None,
659
- type: typing.Optional[typing.Any] = "UNLINK",
578
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
579
+ execution_context: str | int | None = None,
580
+ undo: bool | None = None,
581
+ type: typing.Any | None = "UNLINK",
660
582
  ):
661
583
  """General data-block management operations
662
584
 
663
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
664
- :type execution_context: typing.Optional[typing.Union[str, int]]
665
- :type undo: typing.Optional[bool]
585
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
586
+ :type execution_context: str | int | None
587
+ :type undo: bool | None
666
588
  :param type: ID Data Operation
667
589
 
668
590
  UNLINK
@@ -697,179 +619,161 @@ def id_operation(
697
619
 
698
620
  SELECT_LINKED
699
621
  Select Linked.
700
- :type type: typing.Optional[typing.Any]
622
+ :type type: typing.Any | None
701
623
  """
702
624
 
703
625
  ...
704
626
 
705
627
  def id_paste(
706
- override_context: typing.Optional[
707
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
708
- ] = None,
709
- execution_context: typing.Optional[typing.Union[str, int]] = None,
710
- undo: typing.Optional[bool] = None,
628
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
629
+ execution_context: str | int | None = None,
630
+ undo: bool | None = None,
711
631
  ):
712
632
  """Paste data-blocks from the internal clipboard
713
633
 
714
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
715
- :type execution_context: typing.Optional[typing.Union[str, int]]
716
- :type undo: typing.Optional[bool]
634
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
635
+ :type execution_context: str | int | None
636
+ :type undo: bool | None
717
637
  """
718
638
 
719
639
  ...
720
640
 
721
641
  def id_remap(
722
- override_context: typing.Optional[
723
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
724
- ] = None,
725
- execution_context: typing.Optional[typing.Union[str, int]] = None,
726
- undo: typing.Optional[bool] = None,
727
- id_type: typing.Optional[typing.Union[str, int]] = "OBJECT",
728
- old_id: typing.Optional[typing.Union[str, int, typing.Any]] = "",
729
- new_id: typing.Optional[typing.Union[str, int, typing.Any]] = "",
642
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
643
+ execution_context: str | int | None = None,
644
+ undo: bool | None = None,
645
+ id_type: str | int | None = "OBJECT",
646
+ old_id: str | int | typing.Any | None = "",
647
+ new_id: str | int | typing.Any | None = "",
730
648
  ):
731
649
  """Undocumented, consider contributing.
732
650
 
733
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
734
- :type execution_context: typing.Optional[typing.Union[str, int]]
735
- :type undo: typing.Optional[bool]
651
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
652
+ :type execution_context: str | int | None
653
+ :type undo: bool | None
736
654
  :param id_type: ID Type
737
- :type id_type: typing.Optional[typing.Union[str, int]]
655
+ :type id_type: str | int | None
738
656
  :param old_id: Old ID, Old ID to replace
739
- :type old_id: typing.Optional[typing.Union[str, int, typing.Any]]
657
+ :type old_id: str | int | typing.Any | None
740
658
  :param new_id: New ID, New ID to remap all selected IDs' users to
741
- :type new_id: typing.Optional[typing.Union[str, int, typing.Any]]
659
+ :type new_id: str | int | typing.Any | None
742
660
  """
743
661
 
744
662
  ...
745
663
 
746
664
  def item_activate(
747
- override_context: typing.Optional[
748
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
749
- ] = None,
750
- execution_context: typing.Optional[typing.Union[str, int]] = None,
751
- undo: typing.Optional[bool] = None,
752
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
753
- extend_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
754
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
755
- recurse: typing.Optional[typing.Union[bool, typing.Any]] = False,
665
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
666
+ execution_context: str | int | None = None,
667
+ undo: bool | None = None,
668
+ extend: bool | typing.Any | None = False,
669
+ extend_range: bool | typing.Any | None = False,
670
+ deselect_all: bool | typing.Any | None = False,
671
+ recurse: bool | typing.Any | None = False,
756
672
  ):
757
673
  """Handle mouse clicks to select and activate items
758
674
 
759
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
760
- :type execution_context: typing.Optional[typing.Union[str, int]]
761
- :type undo: typing.Optional[bool]
675
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
676
+ :type execution_context: str | int | None
677
+ :type undo: bool | None
762
678
  :param extend: Extend, Extend selection for activation
763
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
679
+ :type extend: bool | typing.Any | None
764
680
  :param extend_range: Extend Range, Select a range from active element
765
- :type extend_range: typing.Optional[typing.Union[bool, typing.Any]]
681
+ :type extend_range: bool | typing.Any | None
766
682
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
767
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
683
+ :type deselect_all: bool | typing.Any | None
768
684
  :param recurse: Recurse, Select objects recursively from active element
769
- :type recurse: typing.Optional[typing.Union[bool, typing.Any]]
685
+ :type recurse: bool | typing.Any | None
770
686
  """
771
687
 
772
688
  ...
773
689
 
774
690
  def item_drag_drop(
775
- override_context: typing.Optional[
776
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
777
- ] = None,
778
- execution_context: typing.Optional[typing.Union[str, int]] = None,
779
- undo: typing.Optional[bool] = None,
691
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
692
+ execution_context: str | int | None = None,
693
+ undo: bool | None = None,
780
694
  ):
781
695
  """Drag and drop element to another place
782
696
 
783
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
784
- :type execution_context: typing.Optional[typing.Union[str, int]]
785
- :type undo: typing.Optional[bool]
697
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
698
+ :type execution_context: str | int | None
699
+ :type undo: bool | None
786
700
  """
787
701
 
788
702
  ...
789
703
 
790
704
  def item_openclose(
791
- override_context: typing.Optional[
792
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
793
- ] = None,
794
- execution_context: typing.Optional[typing.Union[str, int]] = None,
795
- undo: typing.Optional[bool] = None,
796
- all: typing.Optional[typing.Union[bool, typing.Any]] = False,
705
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
706
+ execution_context: str | int | None = None,
707
+ undo: bool | None = None,
708
+ all: bool | typing.Any | None = False,
797
709
  ):
798
710
  """Toggle whether item under cursor is enabled or closed
799
711
 
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]
712
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
713
+ :type execution_context: str | int | None
714
+ :type undo: bool | None
803
715
  :param all: All, Close or open all items
804
- :type all: typing.Optional[typing.Union[bool, typing.Any]]
716
+ :type all: bool | typing.Any | None
805
717
  """
806
718
 
807
719
  ...
808
720
 
809
721
  def item_rename(
810
- override_context: typing.Optional[
811
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
812
- ] = None,
813
- execution_context: typing.Optional[typing.Union[str, int]] = None,
814
- undo: typing.Optional[bool] = None,
815
- use_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
722
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
723
+ execution_context: str | int | None = None,
724
+ undo: bool | None = None,
725
+ use_active: bool | typing.Any | None = False,
816
726
  ):
817
727
  """Rename the active element
818
728
 
819
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
820
- :type execution_context: typing.Optional[typing.Union[str, int]]
821
- :type undo: typing.Optional[bool]
729
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
730
+ :type execution_context: str | int | None
731
+ :type undo: bool | None
822
732
  :param use_active: Use Active, Rename the active item, rather than the one the mouse is over
823
- :type use_active: typing.Optional[typing.Union[bool, typing.Any]]
733
+ :type use_active: bool | typing.Any | None
824
734
  """
825
735
 
826
736
  ...
827
737
 
828
738
  def keyingset_add_selected(
829
- override_context: typing.Optional[
830
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
831
- ] = None,
832
- execution_context: typing.Optional[typing.Union[str, int]] = None,
833
- undo: typing.Optional[bool] = None,
739
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
740
+ execution_context: str | int | None = None,
741
+ undo: bool | None = None,
834
742
  ):
835
743
  """Add selected items (blue-gray rows) to active Keying Set
836
744
 
837
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
838
- :type execution_context: typing.Optional[typing.Union[str, int]]
839
- :type undo: typing.Optional[bool]
745
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
746
+ :type execution_context: str | int | None
747
+ :type undo: bool | None
840
748
  """
841
749
 
842
750
  ...
843
751
 
844
752
  def keyingset_remove_selected(
845
- override_context: typing.Optional[
846
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
847
- ] = None,
848
- execution_context: typing.Optional[typing.Union[str, int]] = None,
849
- undo: typing.Optional[bool] = None,
753
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
754
+ execution_context: str | int | None = None,
755
+ undo: bool | None = None,
850
756
  ):
851
757
  """Remove selected items (blue-gray rows) from active Keying Set
852
758
 
853
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
854
- :type execution_context: typing.Optional[typing.Union[str, int]]
855
- :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
856
762
  """
857
763
 
858
764
  ...
859
765
 
860
766
  def lib_operation(
861
- override_context: typing.Optional[
862
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
863
- ] = None,
864
- execution_context: typing.Optional[typing.Union[str, int]] = None,
865
- undo: typing.Optional[bool] = None,
866
- type: typing.Optional[typing.Any] = "DELETE",
767
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
768
+ execution_context: str | int | None = None,
769
+ undo: bool | None = None,
770
+ type: typing.Any | None = "DELETE",
867
771
  ):
868
772
  """Undocumented, consider contributing.
869
773
 
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]
774
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
775
+ :type execution_context: str | int | None
776
+ :type undo: bool | None
873
777
  :param type: Library Operation
874
778
 
875
779
  DELETE
@@ -881,41 +785,37 @@ def lib_operation(
881
785
 
882
786
  RELOAD
883
787
  Reload -- Reload all data from this library.
884
- :type type: typing.Optional[typing.Any]
788
+ :type type: typing.Any | None
885
789
  """
886
790
 
887
791
  ...
888
792
 
889
793
  def lib_relocate(
890
- override_context: typing.Optional[
891
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
892
- ] = None,
893
- execution_context: typing.Optional[typing.Union[str, int]] = None,
894
- undo: typing.Optional[bool] = None,
794
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
795
+ execution_context: str | int | None = None,
796
+ undo: bool | None = None,
895
797
  ):
896
798
  """Relocate the library under cursor
897
799
 
898
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
899
- :type execution_context: typing.Optional[typing.Union[str, int]]
900
- :type undo: typing.Optional[bool]
800
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
801
+ :type execution_context: str | int | None
802
+ :type undo: bool | None
901
803
  """
902
804
 
903
805
  ...
904
806
 
905
807
  def liboverride_operation(
906
- override_context: typing.Optional[
907
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
908
- ] = None,
909
- execution_context: typing.Optional[typing.Union[str, int]] = None,
910
- undo: typing.Optional[bool] = None,
911
- type: typing.Optional[typing.Any] = "OVERRIDE_LIBRARY_CREATE_HIERARCHY",
912
- selection_set: typing.Optional[typing.Any] = "SELECTED",
808
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
809
+ execution_context: str | int | None = None,
810
+ undo: bool | None = None,
811
+ type: typing.Any | None = "OVERRIDE_LIBRARY_CREATE_HIERARCHY",
812
+ selection_set: typing.Any | None = "SELECTED",
913
813
  ):
914
814
  """Create, reset or clear library override hierarchies
915
815
 
916
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
917
- :type execution_context: typing.Optional[typing.Union[str, int]]
918
- :type undo: typing.Optional[bool]
816
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
817
+ :type execution_context: str | int | None
818
+ :type undo: bool | None
919
819
  :param type: Library Override Operation
920
820
 
921
821
  OVERRIDE_LIBRARY_CREATE_HIERARCHY
@@ -926,7 +826,7 @@ def liboverride_operation(
926
826
 
927
827
  OVERRIDE_LIBRARY_CLEAR_SINGLE
928
828
  Clear -- Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable.
929
- :type type: typing.Optional[typing.Any]
829
+ :type type: typing.Any | None
930
830
  :param selection_set: Selection Set, Over which part of the tree items to apply the operation
931
831
 
932
832
  SELECTED
@@ -937,25 +837,23 @@ def liboverride_operation(
937
837
 
938
838
  SELECTED_AND_CONTENT
939
839
  Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
940
- :type selection_set: typing.Optional[typing.Any]
840
+ :type selection_set: typing.Any | None
941
841
  """
942
842
 
943
843
  ...
944
844
 
945
845
  def liboverride_troubleshoot_operation(
946
- override_context: typing.Optional[
947
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
948
- ] = None,
949
- execution_context: typing.Optional[typing.Union[str, int]] = None,
950
- undo: typing.Optional[bool] = None,
951
- type: typing.Optional[typing.Any] = "OVERRIDE_LIBRARY_RESYNC_HIERARCHY",
952
- selection_set: typing.Optional[typing.Any] = "SELECTED",
846
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
847
+ execution_context: str | int | None = None,
848
+ undo: bool | None = None,
849
+ type: typing.Any | None = "OVERRIDE_LIBRARY_RESYNC_HIERARCHY",
850
+ selection_set: typing.Any | None = "SELECTED",
953
851
  ):
954
852
  """Advanced operations over library override to help fix broken hierarchies
955
853
 
956
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
957
- :type execution_context: typing.Optional[typing.Union[str, int]]
958
- :type undo: typing.Optional[bool]
854
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
855
+ :type execution_context: str | int | None
856
+ :type undo: bool | None
959
857
  :param type: Library Override Troubleshoot Operation
960
858
 
961
859
  OVERRIDE_LIBRARY_RESYNC_HIERARCHY
@@ -966,7 +864,7 @@ def liboverride_troubleshoot_operation(
966
864
 
967
865
  OVERRIDE_LIBRARY_DELETE_HIERARCHY
968
866
  Delete -- Delete the selected local overrides (including their hierarchies of override dependencies) and relink their usages to the linked data-blocks.
969
- :type type: typing.Optional[typing.Any]
867
+ :type type: typing.Any | None
970
868
  :param selection_set: Selection Set, Over which part of the tree items to apply the operation
971
869
 
972
870
  SELECTED
@@ -977,59 +875,53 @@ def liboverride_troubleshoot_operation(
977
875
 
978
876
  SELECTED_AND_CONTENT
979
877
  Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
980
- :type selection_set: typing.Optional[typing.Any]
878
+ :type selection_set: typing.Any | None
981
879
  """
982
880
 
983
881
  ...
984
882
 
985
883
  def material_drop(
986
- override_context: typing.Optional[
987
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
988
- ] = None,
989
- execution_context: typing.Optional[typing.Union[str, int]] = None,
990
- undo: typing.Optional[bool] = None,
884
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
885
+ execution_context: str | int | None = None,
886
+ undo: bool | None = None,
991
887
  ):
992
888
  """Drag material to object in Outliner
993
889
 
994
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
995
- :type execution_context: typing.Optional[typing.Union[str, int]]
996
- :type undo: typing.Optional[bool]
890
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
891
+ :type execution_context: str | int | None
892
+ :type undo: bool | None
997
893
  """
998
894
 
999
895
  ...
1000
896
 
1001
897
  def modifier_operation(
1002
- override_context: typing.Optional[
1003
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1004
- ] = None,
1005
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1006
- undo: typing.Optional[bool] = None,
1007
- type: typing.Optional[typing.Any] = "APPLY",
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
+ type: typing.Any | None = "APPLY",
1008
902
  ):
1009
903
  """Undocumented, consider contributing.
1010
904
 
1011
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1012
- :type execution_context: typing.Optional[typing.Union[str, int]]
1013
- :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
1014
908
  :param type: Modifier Operation
1015
- :type type: typing.Optional[typing.Any]
909
+ :type type: typing.Any | None
1016
910
  """
1017
911
 
1018
912
  ...
1019
913
 
1020
914
  def object_operation(
1021
- override_context: typing.Optional[
1022
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1023
- ] = None,
1024
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1025
- undo: typing.Optional[bool] = None,
1026
- type: typing.Optional[typing.Any] = "SELECT",
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
+ type: typing.Any | None = "SELECT",
1027
919
  ):
1028
920
  """Undocumented, consider contributing.
1029
921
 
1030
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1031
- :type execution_context: typing.Optional[typing.Union[str, int]]
1032
- :type undo: typing.Optional[bool]
922
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
923
+ :type execution_context: str | int | None
924
+ :type undo: bool | None
1033
925
  :param type: Object Operation
1034
926
 
1035
927
  SELECT
@@ -1046,167 +938,149 @@ def object_operation(
1046
938
 
1047
939
  RENAME
1048
940
  Rename.
1049
- :type type: typing.Optional[typing.Any]
941
+ :type type: typing.Any | None
1050
942
  """
1051
943
 
1052
944
  ...
1053
945
 
1054
946
  def operation(
1055
- override_context: typing.Optional[
1056
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1057
- ] = None,
1058
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1059
- undo: typing.Optional[bool] = None,
947
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
948
+ execution_context: str | int | None = None,
949
+ undo: bool | None = None,
1060
950
  ):
1061
951
  """Context menu for item operations
1062
952
 
1063
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1064
- :type execution_context: typing.Optional[typing.Union[str, int]]
1065
- :type undo: typing.Optional[bool]
953
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
954
+ :type execution_context: str | int | None
955
+ :type undo: bool | None
1066
956
  """
1067
957
 
1068
958
  ...
1069
959
 
1070
960
  def orphans_manage(
1071
- override_context: typing.Optional[
1072
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1073
- ] = None,
1074
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1075
- undo: typing.Optional[bool] = None,
961
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
962
+ execution_context: str | int | None = None,
963
+ undo: bool | None = None,
1076
964
  ):
1077
965
  """Open a window to manage unused data
1078
966
 
1079
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1080
- :type execution_context: typing.Optional[typing.Union[str, int]]
1081
- :type undo: typing.Optional[bool]
967
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
968
+ :type execution_context: str | int | None
969
+ :type undo: bool | None
1082
970
  """
1083
971
 
1084
972
  ...
1085
973
 
1086
974
  def orphans_purge(
1087
- override_context: typing.Optional[
1088
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1089
- ] = None,
1090
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1091
- undo: typing.Optional[bool] = None,
1092
- do_local_ids: typing.Optional[typing.Union[bool, typing.Any]] = True,
1093
- do_linked_ids: typing.Optional[typing.Union[bool, typing.Any]] = True,
1094
- do_recursive: typing.Optional[typing.Union[bool, typing.Any]] = True,
975
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
976
+ execution_context: str | int | None = None,
977
+ undo: bool | None = None,
978
+ do_local_ids: bool | typing.Any | None = True,
979
+ do_linked_ids: bool | typing.Any | None = True,
980
+ do_recursive: bool | typing.Any | None = True,
1095
981
  ):
1096
982
  """Clear all orphaned data-blocks without any users from the file
1097
983
 
1098
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1099
- :type execution_context: typing.Optional[typing.Union[str, int]]
1100
- :type undo: typing.Optional[bool]
984
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
985
+ :type execution_context: str | int | None
986
+ :type undo: bool | None
1101
987
  :param do_local_ids: Local Data-blocks, Include unused local data-blocks into deletion
1102
- :type do_local_ids: typing.Optional[typing.Union[bool, typing.Any]]
988
+ :type do_local_ids: bool | typing.Any | None
1103
989
  :param do_linked_ids: Linked Data-blocks, Include unused linked data-blocks into deletion
1104
- :type do_linked_ids: typing.Optional[typing.Union[bool, typing.Any]]
990
+ :type do_linked_ids: bool | typing.Any | None
1105
991
  :param do_recursive: Recursive Delete, Recursively check for indirectly unused data-blocks, ensuring that no orphaned data-blocks remain after execution
1106
- :type do_recursive: typing.Optional[typing.Union[bool, typing.Any]]
992
+ :type do_recursive: bool | typing.Any | None
1107
993
  """
1108
994
 
1109
995
  ...
1110
996
 
1111
997
  def parent_clear(
1112
- override_context: typing.Optional[
1113
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1114
- ] = None,
1115
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1116
- undo: typing.Optional[bool] = None,
998
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
999
+ execution_context: str | int | None = None,
1000
+ undo: bool | None = None,
1117
1001
  ):
1118
1002
  """Drag to clear parent in Outliner
1119
1003
 
1120
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1121
- :type execution_context: typing.Optional[typing.Union[str, int]]
1122
- :type undo: typing.Optional[bool]
1004
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1005
+ :type execution_context: str | int | None
1006
+ :type undo: bool | None
1123
1007
  """
1124
1008
 
1125
1009
  ...
1126
1010
 
1127
1011
  def parent_drop(
1128
- override_context: typing.Optional[
1129
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1130
- ] = None,
1131
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1132
- undo: typing.Optional[bool] = None,
1012
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1013
+ execution_context: str | int | None = None,
1014
+ undo: bool | None = None,
1133
1015
  ):
1134
1016
  """Drag to parent in Outliner
1135
1017
 
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]
1018
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1019
+ :type execution_context: str | int | None
1020
+ :type undo: bool | None
1139
1021
  """
1140
1022
 
1141
1023
  ...
1142
1024
 
1143
1025
  def scene_drop(
1144
- override_context: typing.Optional[
1145
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1146
- ] = None,
1147
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1148
- undo: typing.Optional[bool] = None,
1026
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1027
+ execution_context: str | int | None = None,
1028
+ undo: bool | None = None,
1149
1029
  ):
1150
1030
  """Drag object to scene in Outliner
1151
1031
 
1152
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1153
- :type execution_context: typing.Optional[typing.Union[str, int]]
1154
- :type undo: typing.Optional[bool]
1032
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1033
+ :type execution_context: str | int | None
1034
+ :type undo: bool | None
1155
1035
  """
1156
1036
 
1157
1037
  ...
1158
1038
 
1159
1039
  def scene_operation(
1160
- override_context: typing.Optional[
1161
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1162
- ] = None,
1163
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1164
- undo: typing.Optional[bool] = None,
1165
- type: typing.Optional[typing.Union[str, int, typing.Any]] = "DELETE",
1040
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1041
+ execution_context: str | int | None = None,
1042
+ undo: bool | None = None,
1043
+ type: str | int | typing.Any | None = "DELETE",
1166
1044
  ):
1167
1045
  """Context menu for scene operations
1168
1046
 
1169
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1170
- :type execution_context: typing.Optional[typing.Union[str, int]]
1171
- :type undo: typing.Optional[bool]
1047
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1048
+ :type execution_context: str | int | None
1049
+ :type undo: bool | None
1172
1050
  :param type: Scene Operation
1173
- :type type: typing.Optional[typing.Union[str, int, typing.Any]]
1051
+ :type type: str | int | typing.Any | None
1174
1052
  """
1175
1053
 
1176
1054
  ...
1177
1055
 
1178
1056
  def scroll_page(
1179
- override_context: typing.Optional[
1180
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1181
- ] = None,
1182
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1183
- undo: typing.Optional[bool] = None,
1184
- up: typing.Optional[typing.Union[bool, typing.Any]] = False,
1057
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1058
+ execution_context: str | int | None = None,
1059
+ undo: bool | None = None,
1060
+ up: bool | typing.Any | None = False,
1185
1061
  ):
1186
1062
  """Scroll page up or down
1187
1063
 
1188
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1189
- :type execution_context: typing.Optional[typing.Union[str, int]]
1190
- :type undo: typing.Optional[bool]
1064
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1065
+ :type execution_context: str | int | None
1066
+ :type undo: bool | None
1191
1067
  :param up: Up, Scroll up one page
1192
- :type up: typing.Optional[typing.Union[bool, typing.Any]]
1068
+ :type up: bool | typing.Any | None
1193
1069
  """
1194
1070
 
1195
1071
  ...
1196
1072
 
1197
1073
  def select_all(
1198
- override_context: typing.Optional[
1199
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1200
- ] = None,
1201
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1202
- undo: typing.Optional[bool] = None,
1203
- action: typing.Optional[typing.Any] = "TOGGLE",
1074
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1075
+ execution_context: str | int | None = None,
1076
+ undo: bool | None = None,
1077
+ action: typing.Any | None = "TOGGLE",
1204
1078
  ):
1205
1079
  """Toggle the Outliner selection of items
1206
1080
 
1207
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1208
- :type execution_context: typing.Optional[typing.Union[str, int]]
1209
- :type undo: typing.Optional[bool]
1081
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1082
+ :type execution_context: str | int | None
1083
+ :type undo: bool | None
1210
1084
  :param action: Action, Selection action to execute
1211
1085
 
1212
1086
  TOGGLE
@@ -1220,42 +1094,40 @@ def select_all(
1220
1094
 
1221
1095
  INVERT
1222
1096
  Invert -- Invert selection of all elements.
1223
- :type action: typing.Optional[typing.Any]
1097
+ :type action: typing.Any | None
1224
1098
  """
1225
1099
 
1226
1100
  ...
1227
1101
 
1228
1102
  def select_box(
1229
- override_context: typing.Optional[
1230
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1231
- ] = None,
1232
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1233
- undo: typing.Optional[bool] = None,
1234
- tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
1235
- xmin: typing.Optional[typing.Any] = 0,
1236
- xmax: typing.Optional[typing.Any] = 0,
1237
- ymin: typing.Optional[typing.Any] = 0,
1238
- ymax: typing.Optional[typing.Any] = 0,
1239
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1240
- mode: typing.Optional[typing.Any] = "SET",
1103
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1104
+ execution_context: str | int | None = None,
1105
+ undo: bool | None = None,
1106
+ tweak: bool | typing.Any | None = False,
1107
+ xmin: typing.Any | None = 0,
1108
+ xmax: typing.Any | None = 0,
1109
+ ymin: typing.Any | None = 0,
1110
+ ymax: typing.Any | None = 0,
1111
+ wait_for_input: bool | typing.Any | None = True,
1112
+ mode: typing.Any | None = "SET",
1241
1113
  ):
1242
1114
  """Use box selection to select tree elements
1243
1115
 
1244
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1245
- :type execution_context: typing.Optional[typing.Union[str, int]]
1246
- :type undo: typing.Optional[bool]
1116
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1117
+ :type execution_context: str | int | None
1118
+ :type undo: bool | None
1247
1119
  :param tweak: Tweak, Tweak gesture from empty space for box selection
1248
- :type tweak: typing.Optional[typing.Union[bool, typing.Any]]
1120
+ :type tweak: bool | typing.Any | None
1249
1121
  :param xmin: X Min
1250
- :type xmin: typing.Optional[typing.Any]
1122
+ :type xmin: typing.Any | None
1251
1123
  :param xmax: X Max
1252
- :type xmax: typing.Optional[typing.Any]
1124
+ :type xmax: typing.Any | None
1253
1125
  :param ymin: Y Min
1254
- :type ymin: typing.Optional[typing.Any]
1126
+ :type ymin: typing.Any | None
1255
1127
  :param ymax: Y Max
1256
- :type ymax: typing.Optional[typing.Any]
1128
+ :type ymax: typing.Any | None
1257
1129
  :param wait_for_input: Wait for Input
1258
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1130
+ :type wait_for_input: bool | typing.Any | None
1259
1131
  :param mode: Mode
1260
1132
 
1261
1133
  SET
@@ -1266,99 +1138,89 @@ def select_box(
1266
1138
 
1267
1139
  SUB
1268
1140
  Subtract -- Subtract existing selection.
1269
- :type mode: typing.Optional[typing.Any]
1141
+ :type mode: typing.Any | None
1270
1142
  """
1271
1143
 
1272
1144
  ...
1273
1145
 
1274
1146
  def select_walk(
1275
- override_context: typing.Optional[
1276
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1277
- ] = None,
1278
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1279
- undo: typing.Optional[bool] = None,
1280
- direction: typing.Optional[typing.Any] = "UP",
1281
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1282
- toggle_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
1147
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1148
+ execution_context: str | int | None = None,
1149
+ undo: bool | None = None,
1150
+ direction: typing.Any | None = "UP",
1151
+ extend: bool | typing.Any | None = False,
1152
+ toggle_all: bool | typing.Any | None = False,
1283
1153
  ):
1284
1154
  """Use walk navigation to select tree elements
1285
1155
 
1286
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1287
- :type execution_context: typing.Optional[typing.Union[str, int]]
1288
- :type undo: typing.Optional[bool]
1156
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1157
+ :type execution_context: str | int | None
1158
+ :type undo: bool | None
1289
1159
  :param direction: Walk Direction, Select/Deselect element in this direction
1290
- :type direction: typing.Optional[typing.Any]
1160
+ :type direction: typing.Any | None
1291
1161
  :param extend: Extend, Extend selection on walk
1292
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1162
+ :type extend: bool | typing.Any | None
1293
1163
  :param toggle_all: Toggle All, Toggle open/close hierarchy
1294
- :type toggle_all: typing.Optional[typing.Union[bool, typing.Any]]
1164
+ :type toggle_all: bool | typing.Any | None
1295
1165
  """
1296
1166
 
1297
1167
  ...
1298
1168
 
1299
1169
  def show_active(
1300
- override_context: typing.Optional[
1301
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1302
- ] = None,
1303
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1304
- undo: typing.Optional[bool] = None,
1170
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1171
+ execution_context: str | int | None = None,
1172
+ undo: bool | None = None,
1305
1173
  ):
1306
1174
  """Open up the tree and adjust the view so that the active object is shown centered
1307
1175
 
1308
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1309
- :type execution_context: typing.Optional[typing.Union[str, int]]
1310
- :type undo: typing.Optional[bool]
1176
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1177
+ :type execution_context: str | int | None
1178
+ :type undo: bool | None
1311
1179
  """
1312
1180
 
1313
1181
  ...
1314
1182
 
1315
1183
  def show_hierarchy(
1316
- override_context: typing.Optional[
1317
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1318
- ] = None,
1319
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1320
- undo: typing.Optional[bool] = None,
1184
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1185
+ execution_context: str | int | None = None,
1186
+ undo: bool | None = None,
1321
1187
  ):
1322
1188
  """Open all object entries and close all others
1323
1189
 
1324
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1325
- :type execution_context: typing.Optional[typing.Union[str, int]]
1326
- :type undo: typing.Optional[bool]
1190
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1191
+ :type execution_context: str | int | None
1192
+ :type undo: bool | None
1327
1193
  """
1328
1194
 
1329
1195
  ...
1330
1196
 
1331
1197
  def show_one_level(
1332
- override_context: typing.Optional[
1333
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1334
- ] = None,
1335
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1336
- undo: typing.Optional[bool] = None,
1337
- open: typing.Optional[typing.Union[bool, typing.Any]] = True,
1198
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1199
+ execution_context: str | int | None = None,
1200
+ undo: bool | None = None,
1201
+ open: bool | typing.Any | None = True,
1338
1202
  ):
1339
1203
  """Expand/collapse all entries by one level
1340
1204
 
1341
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1342
- :type execution_context: typing.Optional[typing.Union[str, int]]
1343
- :type undo: typing.Optional[bool]
1205
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1206
+ :type execution_context: str | int | None
1207
+ :type undo: bool | None
1344
1208
  :param open: Open, Expand all entries one level deep
1345
- :type open: typing.Optional[typing.Union[bool, typing.Any]]
1209
+ :type open: bool | typing.Any | None
1346
1210
  """
1347
1211
 
1348
1212
  ...
1349
1213
 
1350
1214
  def unhide_all(
1351
- override_context: typing.Optional[
1352
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1353
- ] = None,
1354
- execution_context: typing.Optional[typing.Union[str, int]] = None,
1355
- 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,
1356
1218
  ):
1357
1219
  """Unhide all objects and collections
1358
1220
 
1359
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1360
- :type execution_context: typing.Optional[typing.Union[str, int]]
1361
- :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
1362
1224
  """
1363
1225
 
1364
1226
  ...