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,105 +4,93 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def delete(
7
- override_context: typing.Optional[
8
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
9
- ] = None,
10
- execution_context: typing.Optional[typing.Union[str, int]] = None,
11
- undo: typing.Optional[bool] = None,
7
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
8
+ execution_context: str | int | None = None,
9
+ undo: bool | None = None,
12
10
  ):
13
11
  """Delete active scene
14
12
 
15
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
16
- :type execution_context: typing.Optional[typing.Union[str, int]]
17
- :type undo: typing.Optional[bool]
13
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
14
+ :type execution_context: str | int | None
15
+ :type undo: bool | None
18
16
  """
19
17
 
20
18
  ...
21
19
 
22
20
  def freestyle_add_edge_marks_to_keying_set(
23
- override_context: typing.Optional[
24
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
25
- ] = None,
26
- execution_context: typing.Optional[typing.Union[str, int]] = None,
27
- undo: typing.Optional[bool] = None,
21
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
22
+ execution_context: str | int | None = None,
23
+ undo: bool | None = None,
28
24
  ):
29
25
  """Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
30
26
 
31
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
32
- :type execution_context: typing.Optional[typing.Union[str, int]]
33
- :type undo: typing.Optional[bool]
27
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
28
+ :type execution_context: str | int | None
29
+ :type undo: bool | None
34
30
  """
35
31
 
36
32
  ...
37
33
 
38
34
  def freestyle_add_face_marks_to_keying_set(
39
- override_context: typing.Optional[
40
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
41
- ] = None,
42
- execution_context: typing.Optional[typing.Union[str, int]] = None,
43
- undo: typing.Optional[bool] = None,
35
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
36
+ execution_context: str | int | None = None,
37
+ undo: bool | None = None,
44
38
  ):
45
39
  """Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
46
40
 
47
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
48
- :type execution_context: typing.Optional[typing.Union[str, int]]
49
- :type undo: typing.Optional[bool]
41
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
42
+ :type execution_context: str | int | None
43
+ :type undo: bool | None
50
44
  """
51
45
 
52
46
  ...
53
47
 
54
48
  def freestyle_alpha_modifier_add(
55
- override_context: typing.Optional[
56
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
57
- ] = None,
58
- execution_context: typing.Optional[typing.Union[str, int]] = None,
59
- undo: typing.Optional[bool] = None,
60
- type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
49
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
50
+ execution_context: str | int | None = None,
51
+ undo: bool | None = None,
52
+ type: str | int | None = "ALONG_STROKE",
61
53
  ):
62
54
  """Add an alpha transparency modifier to the line style associated with the active lineset
63
55
 
64
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
65
- :type execution_context: typing.Optional[typing.Union[str, int]]
66
- :type undo: typing.Optional[bool]
56
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
57
+ :type execution_context: str | int | None
58
+ :type undo: bool | None
67
59
  :param type: Type
68
- :type type: typing.Optional[typing.Union[str, int]]
60
+ :type type: str | int | None
69
61
  """
70
62
 
71
63
  ...
72
64
 
73
65
  def freestyle_color_modifier_add(
74
- override_context: typing.Optional[
75
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
76
- ] = None,
77
- execution_context: typing.Optional[typing.Union[str, int]] = None,
78
- undo: typing.Optional[bool] = None,
79
- type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
66
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
67
+ execution_context: str | int | None = None,
68
+ undo: bool | None = None,
69
+ type: str | int | None = "ALONG_STROKE",
80
70
  ):
81
71
  """Add a line color modifier to the line style associated with the active lineset
82
72
 
83
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
84
- :type execution_context: typing.Optional[typing.Union[str, int]]
85
- :type undo: typing.Optional[bool]
73
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
74
+ :type execution_context: str | int | None
75
+ :type undo: bool | None
86
76
  :param type: Type
87
- :type type: typing.Optional[typing.Union[str, int]]
77
+ :type type: str | int | None
88
78
  """
89
79
 
90
80
  ...
91
81
 
92
82
  def freestyle_fill_range_by_selection(
93
- override_context: typing.Optional[
94
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
95
- ] = None,
96
- execution_context: typing.Optional[typing.Union[str, int]] = None,
97
- undo: typing.Optional[bool] = None,
98
- type: typing.Optional[typing.Any] = "COLOR",
99
- name: typing.Union[str, typing.Any] = "",
83
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
+ execution_context: str | int | None = None,
85
+ undo: bool | None = None,
86
+ type: typing.Any | None = "COLOR",
87
+ name: str | typing.Any = "",
100
88
  ):
101
89
  """Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)
102
90
 
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]
91
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
92
+ :type execution_context: str | int | None
93
+ :type undo: bool | None
106
94
  :param type: Type, Type of the modifier to work on
107
95
 
108
96
  COLOR
@@ -113,372 +101,332 @@ def freestyle_fill_range_by_selection(
113
101
 
114
102
  THICKNESS
115
103
  Thickness -- Thickness modifier type.
116
- :type type: typing.Optional[typing.Any]
104
+ :type type: typing.Any | None
117
105
  :param name: Name, Name of the modifier to work on
118
- :type name: typing.Union[str, typing.Any]
106
+ :type name: str | typing.Any
119
107
  """
120
108
 
121
109
  ...
122
110
 
123
111
  def freestyle_geometry_modifier_add(
124
- override_context: typing.Optional[
125
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
126
- ] = None,
127
- execution_context: typing.Optional[typing.Union[str, int]] = None,
128
- undo: typing.Optional[bool] = None,
129
- type: typing.Optional[typing.Union[str, int]] = "2D_OFFSET",
112
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
113
+ execution_context: str | int | None = None,
114
+ undo: bool | None = None,
115
+ type: str | int | None = "2D_OFFSET",
130
116
  ):
131
117
  """Add a stroke geometry modifier to the line style associated with the active lineset
132
118
 
133
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
134
- :type execution_context: typing.Optional[typing.Union[str, int]]
135
- :type undo: typing.Optional[bool]
119
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
120
+ :type execution_context: str | int | None
121
+ :type undo: bool | None
136
122
  :param type: Type
137
- :type type: typing.Optional[typing.Union[str, int]]
123
+ :type type: str | int | None
138
124
  """
139
125
 
140
126
  ...
141
127
 
142
128
  def freestyle_lineset_add(
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
  """Add a line set into the list of line sets
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 freestyle_lineset_copy(
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
  """Copy the active line set to the internal clipboard
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 freestyle_lineset_move(
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,
180
- direction: typing.Optional[typing.Any] = "UP",
157
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
158
+ execution_context: str | int | None = None,
159
+ undo: bool | None = None,
160
+ direction: typing.Any | None = "UP",
181
161
  ):
182
162
  """Change the position of the active line set within the list of line sets
183
163
 
184
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
185
- :type execution_context: typing.Optional[typing.Union[str, int]]
186
- :type undo: typing.Optional[bool]
164
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
165
+ :type execution_context: str | int | None
166
+ :type undo: bool | None
187
167
  :param direction: Direction, Direction to move the active line set towards
188
- :type direction: typing.Optional[typing.Any]
168
+ :type direction: typing.Any | None
189
169
  """
190
170
 
191
171
  ...
192
172
 
193
173
  def freestyle_lineset_paste(
194
- override_context: typing.Optional[
195
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
196
- ] = None,
197
- execution_context: typing.Optional[typing.Union[str, int]] = None,
198
- undo: typing.Optional[bool] = None,
174
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
175
+ execution_context: str | int | None = None,
176
+ undo: bool | None = None,
199
177
  ):
200
178
  """Paste the internal clipboard content to the active line set
201
179
 
202
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
203
- :type execution_context: typing.Optional[typing.Union[str, int]]
204
- :type undo: typing.Optional[bool]
180
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
181
+ :type execution_context: str | int | None
182
+ :type undo: bool | None
205
183
  """
206
184
 
207
185
  ...
208
186
 
209
187
  def freestyle_lineset_remove(
210
- override_context: typing.Optional[
211
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
212
- ] = None,
213
- execution_context: typing.Optional[typing.Union[str, int]] = None,
214
- undo: typing.Optional[bool] = None,
188
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
189
+ execution_context: str | int | None = None,
190
+ undo: bool | None = None,
215
191
  ):
216
192
  """Remove the active line set from the list of line sets
217
193
 
218
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
219
- :type execution_context: typing.Optional[typing.Union[str, int]]
220
- :type undo: typing.Optional[bool]
194
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
195
+ :type execution_context: str | int | None
196
+ :type undo: bool | None
221
197
  """
222
198
 
223
199
  ...
224
200
 
225
201
  def freestyle_linestyle_new(
226
- override_context: typing.Optional[
227
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
228
- ] = None,
229
- execution_context: typing.Optional[typing.Union[str, int]] = None,
230
- undo: typing.Optional[bool] = None,
202
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
203
+ execution_context: str | int | None = None,
204
+ undo: bool | None = None,
231
205
  ):
232
206
  """Create a new line style, reusable by multiple line sets
233
207
 
234
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
235
- :type execution_context: typing.Optional[typing.Union[str, int]]
236
- :type undo: typing.Optional[bool]
208
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
209
+ :type execution_context: str | int | None
210
+ :type undo: bool | None
237
211
  """
238
212
 
239
213
  ...
240
214
 
241
215
  def freestyle_modifier_copy(
242
- override_context: typing.Optional[
243
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
244
- ] = None,
245
- execution_context: typing.Optional[typing.Union[str, int]] = None,
246
- undo: typing.Optional[bool] = None,
216
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
217
+ execution_context: str | int | None = None,
218
+ undo: bool | None = None,
247
219
  ):
248
220
  """Duplicate the modifier within the list of modifiers
249
221
 
250
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
251
- :type execution_context: typing.Optional[typing.Union[str, int]]
252
- :type undo: typing.Optional[bool]
222
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
223
+ :type execution_context: str | int | None
224
+ :type undo: bool | None
253
225
  """
254
226
 
255
227
  ...
256
228
 
257
229
  def freestyle_modifier_move(
258
- override_context: typing.Optional[
259
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
260
- ] = None,
261
- execution_context: typing.Optional[typing.Union[str, int]] = None,
262
- undo: typing.Optional[bool] = None,
263
- direction: typing.Optional[typing.Any] = "UP",
230
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
231
+ execution_context: str | int | None = None,
232
+ undo: bool | None = None,
233
+ direction: typing.Any | None = "UP",
264
234
  ):
265
235
  """Move the modifier within the list of modifiers
266
236
 
267
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
268
- :type execution_context: typing.Optional[typing.Union[str, int]]
269
- :type undo: typing.Optional[bool]
237
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
238
+ :type execution_context: str | int | None
239
+ :type undo: bool | None
270
240
  :param direction: Direction, Direction to move the chosen modifier towards
271
- :type direction: typing.Optional[typing.Any]
241
+ :type direction: typing.Any | None
272
242
  """
273
243
 
274
244
  ...
275
245
 
276
246
  def freestyle_modifier_remove(
277
- override_context: typing.Optional[
278
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
279
- ] = None,
280
- execution_context: typing.Optional[typing.Union[str, int]] = None,
281
- undo: typing.Optional[bool] = None,
247
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
248
+ execution_context: str | int | None = None,
249
+ undo: bool | None = None,
282
250
  ):
283
251
  """Remove the modifier from the list of modifiers
284
252
 
285
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
286
- :type execution_context: typing.Optional[typing.Union[str, int]]
287
- :type undo: typing.Optional[bool]
253
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
254
+ :type execution_context: str | int | None
255
+ :type undo: bool | None
288
256
  """
289
257
 
290
258
  ...
291
259
 
292
260
  def freestyle_module_add(
293
- override_context: typing.Optional[
294
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
295
- ] = None,
296
- execution_context: typing.Optional[typing.Union[str, int]] = None,
297
- undo: typing.Optional[bool] = None,
261
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
262
+ execution_context: str | int | None = None,
263
+ undo: bool | None = None,
298
264
  ):
299
265
  """Add a style module into the list of modules
300
266
 
301
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
302
- :type execution_context: typing.Optional[typing.Union[str, int]]
303
- :type undo: typing.Optional[bool]
267
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
268
+ :type execution_context: str | int | None
269
+ :type undo: bool | None
304
270
  """
305
271
 
306
272
  ...
307
273
 
308
274
  def freestyle_module_move(
309
- override_context: typing.Optional[
310
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
311
- ] = None,
312
- execution_context: typing.Optional[typing.Union[str, int]] = None,
313
- undo: typing.Optional[bool] = None,
314
- direction: typing.Optional[typing.Any] = "UP",
275
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
276
+ execution_context: str | int | None = None,
277
+ undo: bool | None = None,
278
+ direction: typing.Any | None = "UP",
315
279
  ):
316
280
  """Change the position of the style module within in the list of style modules
317
281
 
318
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
319
- :type execution_context: typing.Optional[typing.Union[str, int]]
320
- :type undo: typing.Optional[bool]
282
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
283
+ :type execution_context: str | int | None
284
+ :type undo: bool | None
321
285
  :param direction: Direction, Direction to move the chosen style module towards
322
- :type direction: typing.Optional[typing.Any]
286
+ :type direction: typing.Any | None
323
287
  """
324
288
 
325
289
  ...
326
290
 
327
291
  def freestyle_module_open(
328
- override_context: typing.Optional[
329
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
330
- ] = None,
331
- execution_context: typing.Optional[typing.Union[str, int]] = None,
332
- undo: typing.Optional[bool] = None,
333
- filepath: typing.Union[str, typing.Any] = "",
334
- make_internal: typing.Optional[typing.Union[bool, typing.Any]] = True,
292
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
293
+ execution_context: str | int | None = None,
294
+ undo: bool | None = None,
295
+ filepath: str | typing.Any = "",
296
+ make_internal: bool | typing.Any | None = True,
335
297
  ):
336
298
  """Open a style module file
337
299
 
338
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
339
- :type execution_context: typing.Optional[typing.Union[str, int]]
340
- :type undo: typing.Optional[bool]
300
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
301
+ :type execution_context: str | int | None
302
+ :type undo: bool | None
341
303
  :param filepath: filepath
342
- :type filepath: typing.Union[str, typing.Any]
304
+ :type filepath: str | typing.Any
343
305
  :param make_internal: Make internal, Make module file internal after loading
344
- :type make_internal: typing.Optional[typing.Union[bool, typing.Any]]
306
+ :type make_internal: bool | typing.Any | None
345
307
  """
346
308
 
347
309
  ...
348
310
 
349
311
  def freestyle_module_remove(
350
- override_context: typing.Optional[
351
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
352
- ] = None,
353
- execution_context: typing.Optional[typing.Union[str, int]] = None,
354
- undo: typing.Optional[bool] = None,
312
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
+ execution_context: str | int | None = None,
314
+ undo: bool | None = None,
355
315
  ):
356
316
  """Remove the style module from the stack
357
317
 
358
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
359
- :type execution_context: typing.Optional[typing.Union[str, int]]
360
- :type undo: typing.Optional[bool]
318
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
319
+ :type execution_context: str | int | None
320
+ :type undo: bool | None
361
321
  """
362
322
 
363
323
  ...
364
324
 
365
325
  def freestyle_stroke_material_create(
366
- override_context: typing.Optional[
367
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
368
- ] = None,
369
- execution_context: typing.Optional[typing.Union[str, int]] = None,
370
- undo: typing.Optional[bool] = None,
326
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
327
+ execution_context: str | int | None = None,
328
+ undo: bool | None = None,
371
329
  ):
372
330
  """Create Freestyle stroke material for testing
373
331
 
374
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
375
- :type execution_context: typing.Optional[typing.Union[str, int]]
376
- :type undo: typing.Optional[bool]
332
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
333
+ :type execution_context: str | int | None
334
+ :type undo: bool | None
377
335
  """
378
336
 
379
337
  ...
380
338
 
381
339
  def freestyle_thickness_modifier_add(
382
- override_context: typing.Optional[
383
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
384
- ] = None,
385
- execution_context: typing.Optional[typing.Union[str, int]] = None,
386
- undo: typing.Optional[bool] = None,
387
- type: typing.Optional[typing.Union[str, int]] = "ALONG_STROKE",
340
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
341
+ execution_context: str | int | None = None,
342
+ undo: bool | None = None,
343
+ type: str | int | None = "ALONG_STROKE",
388
344
  ):
389
345
  """Add a line thickness modifier to the line style associated with the active lineset
390
346
 
391
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
392
- :type execution_context: typing.Optional[typing.Union[str, int]]
393
- :type undo: typing.Optional[bool]
347
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
348
+ :type execution_context: str | int | None
349
+ :type undo: bool | None
394
350
  :param type: Type
395
- :type type: typing.Optional[typing.Union[str, int]]
351
+ :type type: str | int | None
396
352
  """
397
353
 
398
354
  ...
399
355
 
400
356
  def gltf2_action_filter_refresh(
401
- override_context: typing.Optional[
402
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
403
- ] = None,
404
- execution_context: typing.Optional[typing.Union[str, int]] = None,
405
- undo: typing.Optional[bool] = None,
357
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
358
+ execution_context: str | int | None = None,
359
+ undo: bool | None = None,
406
360
  ):
407
361
  """Refresh list of actions
408
362
 
409
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
410
- :type execution_context: typing.Optional[typing.Union[str, int]]
411
- :type undo: typing.Optional[bool]
363
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
364
+ :type execution_context: str | int | None
365
+ :type undo: bool | None
412
366
  """
413
367
 
414
368
  ...
415
369
 
416
370
  def gpencil_brush_preset_add(
417
- override_context: typing.Optional[
418
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
419
- ] = None,
420
- execution_context: typing.Optional[typing.Union[str, int]] = None,
421
- undo: typing.Optional[bool] = None,
422
- name: typing.Union[str, typing.Any] = "",
423
- remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
424
- remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
371
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
372
+ execution_context: str | int | None = None,
373
+ undo: bool | None = None,
374
+ name: str | typing.Any = "",
375
+ remove_name: bool | typing.Any | None = False,
376
+ remove_active: bool | typing.Any | None = False,
425
377
  ):
426
378
  """Add or remove grease pencil brush preset
427
379
 
428
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
429
- :type execution_context: typing.Optional[typing.Union[str, int]]
430
- :type undo: typing.Optional[bool]
380
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
381
+ :type execution_context: str | int | None
382
+ :type undo: bool | None
431
383
  :param name: Name, Name of the preset, used to make the path name
432
- :type name: typing.Union[str, typing.Any]
384
+ :type name: str | typing.Any
433
385
  :param remove_name: remove_name
434
- :type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
386
+ :type remove_name: bool | typing.Any | None
435
387
  :param remove_active: remove_active
436
- :type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
388
+ :type remove_active: bool | typing.Any | None
437
389
  """
438
390
 
439
391
  ...
440
392
 
441
393
  def gpencil_material_preset_add(
442
- override_context: typing.Optional[
443
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
444
- ] = None,
445
- execution_context: typing.Optional[typing.Union[str, int]] = None,
446
- undo: typing.Optional[bool] = None,
447
- name: typing.Union[str, typing.Any] = "",
448
- remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
449
- remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
394
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
395
+ execution_context: str | int | None = None,
396
+ undo: bool | None = None,
397
+ name: str | typing.Any = "",
398
+ remove_name: bool | typing.Any | None = False,
399
+ remove_active: bool | typing.Any | None = False,
450
400
  ):
451
401
  """Add or remove grease pencil material preset
452
402
 
453
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
454
- :type execution_context: typing.Optional[typing.Union[str, int]]
455
- :type undo: typing.Optional[bool]
403
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
404
+ :type execution_context: str | int | None
405
+ :type undo: bool | None
456
406
  :param name: Name, Name of the preset, used to make the path name
457
- :type name: typing.Union[str, typing.Any]
407
+ :type name: str | typing.Any
458
408
  :param remove_name: remove_name
459
- :type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
409
+ :type remove_name: bool | typing.Any | None
460
410
  :param remove_active: remove_active
461
- :type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
411
+ :type remove_active: bool | typing.Any | None
462
412
  """
463
413
 
464
414
  ...
465
415
 
466
416
  def light_cache_bake(
467
- override_context: typing.Optional[
468
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
469
- ] = None,
470
- execution_context: typing.Optional[typing.Union[str, int]] = None,
471
- undo: typing.Optional[bool] = None,
472
- delay: typing.Optional[typing.Any] = 0,
473
- subset: typing.Optional[typing.Any] = "ALL",
417
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
418
+ execution_context: str | int | None = None,
419
+ undo: bool | None = None,
420
+ delay: typing.Any | None = 0,
421
+ subset: typing.Any | None = "ALL",
474
422
  ):
475
423
  """Bake the active view layer lighting
476
424
 
477
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
478
- :type execution_context: typing.Optional[typing.Union[str, int]]
479
- :type undo: typing.Optional[bool]
425
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
+ :type execution_context: str | int | None
427
+ :type undo: bool | None
480
428
  :param delay: Delay, Delay in millisecond before baking starts
481
- :type delay: typing.Optional[typing.Any]
429
+ :type delay: typing.Any | None
482
430
  :param subset: Subset, Subset of probes to update
483
431
 
484
432
  ALL
@@ -489,40 +437,36 @@ def light_cache_bake(
489
437
 
490
438
  CUBEMAPS
491
439
  Cubemaps Only -- Try to only bake reflection cubemaps if irradiance grids are up to date.
492
- :type subset: typing.Optional[typing.Any]
440
+ :type subset: typing.Any | None
493
441
  """
494
442
 
495
443
  ...
496
444
 
497
445
  def light_cache_free(
498
- override_context: typing.Optional[
499
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
500
- ] = None,
501
- execution_context: typing.Optional[typing.Union[str, int]] = None,
502
- undo: typing.Optional[bool] = None,
446
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
447
+ execution_context: str | int | None = None,
448
+ undo: bool | None = None,
503
449
  ):
504
450
  """Delete cached indirect lighting
505
451
 
506
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
507
- :type execution_context: typing.Optional[typing.Union[str, int]]
508
- :type undo: typing.Optional[bool]
452
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
453
+ :type execution_context: str | int | None
454
+ :type undo: bool | None
509
455
  """
510
456
 
511
457
  ...
512
458
 
513
459
  def new(
514
- override_context: typing.Optional[
515
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
516
- ] = None,
517
- execution_context: typing.Optional[typing.Union[str, int]] = None,
518
- undo: typing.Optional[bool] = None,
519
- type: typing.Optional[typing.Any] = "NEW",
460
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
461
+ execution_context: str | int | None = None,
462
+ undo: bool | None = None,
463
+ type: typing.Any | None = "NEW",
520
464
  ):
521
465
  """Add new scene by type
522
466
 
523
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
524
- :type execution_context: typing.Optional[typing.Union[str, int]]
525
- :type undo: typing.Optional[bool]
467
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
468
+ :type execution_context: str | int | None
469
+ :type undo: bool | None
526
470
  :param type: Type
527
471
 
528
472
  NEW
@@ -536,24 +480,22 @@ def new(
536
480
 
537
481
  FULL_COPY
538
482
  Full Copy -- Make a full copy of the current scene.
539
- :type type: typing.Optional[typing.Any]
483
+ :type type: typing.Any | None
540
484
  """
541
485
 
542
486
  ...
543
487
 
544
488
  def new_sequencer(
545
- override_context: typing.Optional[
546
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
547
- ] = None,
548
- execution_context: typing.Optional[typing.Union[str, int]] = None,
549
- undo: typing.Optional[bool] = None,
550
- type: typing.Optional[typing.Any] = "NEW",
489
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
490
+ execution_context: str | int | None = None,
491
+ undo: bool | None = None,
492
+ type: typing.Any | None = "NEW",
551
493
  ):
552
494
  """Add new scene by type in the sequence editor and assign to active strip
553
495
 
554
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
555
- :type execution_context: typing.Optional[typing.Union[str, int]]
556
- :type undo: typing.Optional[bool]
496
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
497
+ :type execution_context: str | int | None
498
+ :type undo: bool | None
557
499
  :param type: Type
558
500
 
559
501
  NEW
@@ -567,56 +509,50 @@ def new_sequencer(
567
509
 
568
510
  FULL_COPY
569
511
  Full Copy -- Make a full copy of the current scene.
570
- :type type: typing.Optional[typing.Any]
512
+ :type type: typing.Any | None
571
513
  """
572
514
 
573
515
  ...
574
516
 
575
517
  def render_view_add(
576
- override_context: typing.Optional[
577
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
578
- ] = None,
579
- execution_context: typing.Optional[typing.Union[str, int]] = None,
580
- undo: typing.Optional[bool] = None,
518
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
519
+ execution_context: str | int | None = None,
520
+ undo: bool | None = None,
581
521
  ):
582
522
  """Add a render view
583
523
 
584
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
585
- :type execution_context: typing.Optional[typing.Union[str, int]]
586
- :type undo: typing.Optional[bool]
524
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
525
+ :type execution_context: str | int | None
526
+ :type undo: bool | None
587
527
  """
588
528
 
589
529
  ...
590
530
 
591
531
  def render_view_remove(
592
- override_context: typing.Optional[
593
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
594
- ] = None,
595
- execution_context: typing.Optional[typing.Union[str, int]] = None,
596
- undo: typing.Optional[bool] = None,
532
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
533
+ execution_context: str | int | None = None,
534
+ undo: bool | None = None,
597
535
  ):
598
536
  """Remove the selected render view
599
537
 
600
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
601
- :type execution_context: typing.Optional[typing.Union[str, int]]
602
- :type undo: typing.Optional[bool]
538
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
539
+ :type execution_context: str | int | None
540
+ :type undo: bool | None
603
541
  """
604
542
 
605
543
  ...
606
544
 
607
545
  def view_layer_add(
608
- override_context: typing.Optional[
609
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
610
- ] = None,
611
- execution_context: typing.Optional[typing.Union[str, int]] = None,
612
- undo: typing.Optional[bool] = None,
613
- type: typing.Optional[typing.Any] = "NEW",
546
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
547
+ execution_context: str | int | None = None,
548
+ undo: bool | None = None,
549
+ type: typing.Any | None = "NEW",
614
550
  ):
615
551
  """Add a view layer
616
552
 
617
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
618
- :type execution_context: typing.Optional[typing.Union[str, int]]
619
- :type undo: typing.Optional[bool]
553
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
554
+ :type execution_context: str | int | None
555
+ :type undo: bool | None
620
556
  :param type: Type
621
557
 
622
558
  NEW
@@ -627,122 +563,108 @@ def view_layer_add(
627
563
 
628
564
  EMPTY
629
565
  Blank -- Add a new view layer with all collections disabled.
630
- :type type: typing.Optional[typing.Any]
566
+ :type type: typing.Any | None
631
567
  """
632
568
 
633
569
  ...
634
570
 
635
571
  def view_layer_add_aov(
636
- override_context: typing.Optional[
637
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
638
- ] = None,
639
- execution_context: typing.Optional[typing.Union[str, int]] = None,
640
- undo: typing.Optional[bool] = None,
572
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
573
+ execution_context: str | int | None = None,
574
+ undo: bool | None = None,
641
575
  ):
642
576
  """Add a Shader AOV
643
577
 
644
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
645
- :type execution_context: typing.Optional[typing.Union[str, int]]
646
- :type undo: typing.Optional[bool]
578
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
579
+ :type execution_context: str | int | None
580
+ :type undo: bool | None
647
581
  """
648
582
 
649
583
  ...
650
584
 
651
585
  def view_layer_add_lightgroup(
652
- override_context: typing.Optional[
653
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
654
- ] = None,
655
- execution_context: typing.Optional[typing.Union[str, int]] = None,
656
- undo: typing.Optional[bool] = None,
657
- name: typing.Union[str, typing.Any] = "",
586
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
587
+ execution_context: str | int | None = None,
588
+ undo: bool | None = None,
589
+ name: str | typing.Any = "",
658
590
  ):
659
591
  """Add a Light Group
660
592
 
661
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
662
- :type execution_context: typing.Optional[typing.Union[str, int]]
663
- :type undo: typing.Optional[bool]
593
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
594
+ :type execution_context: str | int | None
595
+ :type undo: bool | None
664
596
  :param name: Name, Name of newly created lightgroup
665
- :type name: typing.Union[str, typing.Any]
597
+ :type name: str | typing.Any
666
598
  """
667
599
 
668
600
  ...
669
601
 
670
602
  def view_layer_add_used_lightgroups(
671
- override_context: typing.Optional[
672
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
673
- ] = None,
674
- execution_context: typing.Optional[typing.Union[str, int]] = None,
675
- undo: typing.Optional[bool] = None,
603
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
604
+ execution_context: str | int | None = None,
605
+ undo: bool | None = None,
676
606
  ):
677
607
  """Add all used Light Groups
678
608
 
679
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
680
- :type execution_context: typing.Optional[typing.Union[str, int]]
681
- :type undo: typing.Optional[bool]
609
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
610
+ :type execution_context: str | int | None
611
+ :type undo: bool | None
682
612
  """
683
613
 
684
614
  ...
685
615
 
686
616
  def view_layer_remove(
687
- override_context: typing.Optional[
688
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
689
- ] = None,
690
- execution_context: typing.Optional[typing.Union[str, int]] = None,
691
- undo: typing.Optional[bool] = None,
617
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
618
+ execution_context: str | int | None = None,
619
+ undo: bool | None = None,
692
620
  ):
693
621
  """Remove the selected view layer
694
622
 
695
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
696
- :type execution_context: typing.Optional[typing.Union[str, int]]
697
- :type undo: typing.Optional[bool]
623
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
624
+ :type execution_context: str | int | None
625
+ :type undo: bool | None
698
626
  """
699
627
 
700
628
  ...
701
629
 
702
630
  def view_layer_remove_aov(
703
- override_context: typing.Optional[
704
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
705
- ] = None,
706
- execution_context: typing.Optional[typing.Union[str, int]] = None,
707
- undo: typing.Optional[bool] = None,
631
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
632
+ execution_context: str | int | None = None,
633
+ undo: bool | None = None,
708
634
  ):
709
635
  """Remove Active AOV
710
636
 
711
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
712
- :type execution_context: typing.Optional[typing.Union[str, int]]
713
- :type undo: typing.Optional[bool]
637
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
638
+ :type execution_context: str | int | None
639
+ :type undo: bool | None
714
640
  """
715
641
 
716
642
  ...
717
643
 
718
644
  def view_layer_remove_lightgroup(
719
- override_context: typing.Optional[
720
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
721
- ] = None,
722
- execution_context: typing.Optional[typing.Union[str, int]] = None,
723
- undo: typing.Optional[bool] = None,
645
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
646
+ execution_context: str | int | None = None,
647
+ undo: bool | None = None,
724
648
  ):
725
649
  """Remove Active Lightgroup
726
650
 
727
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
728
- :type execution_context: typing.Optional[typing.Union[str, int]]
729
- :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
730
654
  """
731
655
 
732
656
  ...
733
657
 
734
658
  def view_layer_remove_unused_lightgroups(
735
- override_context: typing.Optional[
736
- typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
737
- ] = None,
738
- execution_context: typing.Optional[typing.Union[str, int]] = None,
739
- undo: typing.Optional[bool] = None,
659
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
660
+ execution_context: str | int | None = None,
661
+ undo: bool | None = None,
740
662
  ):
741
663
  """Remove all unused Light Groups
742
664
 
743
- :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
744
- :type execution_context: typing.Optional[typing.Union[str, int]]
745
- :type undo: typing.Optional[bool]
665
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
666
+ :type execution_context: str | int | None
667
+ :type undo: bool | None
746
668
  """
747
669
 
748
670
  ...