fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +11 -25
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -980
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +5 -36
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93285 -103831
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260201.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +22 -29
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250317.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -1,6 +1,8 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
4
6
  import bl_ui.properties_grease_pencil_common
5
7
  import bl_ui.utils
6
8
  import bpy.types
@@ -8,7 +10,7 @@ import bpy.types
8
10
  class CompositorDenoisePerformanceButtonsPanel:
9
11
  bl_label: typing.Any
10
12
 
11
- def draw(self, context):
13
+ def draw(self, context) -> None:
12
14
  """
13
15
 
14
16
  :param context:
@@ -17,13 +19,13 @@ class CompositorDenoisePerformanceButtonsPanel:
17
19
  class CompositorPerformanceButtonsPanel:
18
20
  bl_label: typing.Any
19
21
 
20
- def draw(self, context):
22
+ def draw(self, context) -> None:
21
23
  """
22
24
 
23
25
  :param context:
24
26
  """
25
27
 
26
- class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
28
+ class RENDER_PT_color_management(RenderButtonsPanel, _bpy_types.Panel):
27
29
  COMPAT_ENGINES: typing.Any
28
30
  bl_context: typing.Any
29
31
  bl_label: typing.Any
@@ -38,23 +40,21 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
38
40
  """
39
41
 
40
42
  :return: The RNA type or default when not found.
41
- :rtype: bpy.types.Struct
42
43
  """
43
44
 
44
45
  def bl_rna_get_subclass_py(self) -> typing.Any:
45
46
  """
46
47
 
47
48
  :return: The class or default when not found.
48
- :rtype: typing.Any
49
49
  """
50
50
 
51
- def draw(self, context):
51
+ def draw(self, context) -> None:
52
52
  """
53
53
 
54
54
  :param context:
55
55
  """
56
56
 
57
- class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
57
+ class RENDER_PT_color_management_advanced(RenderButtonsPanel, _bpy_types.Panel):
58
58
  COMPAT_ENGINES: typing.Any
59
59
  bl_context: typing.Any
60
60
  bl_label: typing.Any
@@ -69,29 +69,21 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
69
69
  """
70
70
 
71
71
  :return: The RNA type or default when not found.
72
- :rtype: bpy.types.Struct
73
72
  """
74
73
 
75
74
  def bl_rna_get_subclass_py(self) -> typing.Any:
76
75
  """
77
76
 
78
77
  :return: The class or default when not found.
79
- :rtype: typing.Any
80
78
  """
81
79
 
82
- def draw(self, context):
80
+ def draw(self, context) -> None:
83
81
  """
84
82
 
85
83
  :param context:
86
84
  """
87
85
 
88
- def draw_header(self, context):
89
- """
90
-
91
- :param context:
92
- """
93
-
94
- class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.Panel):
86
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
95
87
  COMPAT_ENGINES: typing.Any
96
88
  bl_context: typing.Any
97
89
  bl_label: typing.Any
@@ -106,23 +98,27 @@ class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.
106
98
  """
107
99
 
108
100
  :return: The RNA type or default when not found.
109
- :rtype: bpy.types.Struct
110
101
  """
111
102
 
112
103
  def bl_rna_get_subclass_py(self) -> typing.Any:
113
104
  """
114
105
 
115
106
  :return: The class or default when not found.
116
- :rtype: typing.Any
117
107
  """
118
108
 
119
- def draw(self, context):
109
+ def draw(self, context) -> None:
110
+ """
111
+
112
+ :param context:
113
+ """
114
+
115
+ def draw_header(self, context) -> None:
120
116
  """
121
117
 
122
118
  :param context:
123
119
  """
124
120
 
125
- class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Panel):
121
+ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, _bpy_types.Panel):
126
122
  COMPAT_ENGINES: typing.Any
127
123
  bl_context: typing.Any
128
124
  bl_label: typing.Any
@@ -137,36 +133,34 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Pan
137
133
  """
138
134
 
139
135
  :return: The RNA type or default when not found.
140
- :rtype: bpy.types.Struct
141
136
  """
142
137
 
143
138
  def bl_rna_get_subclass_py(self) -> typing.Any:
144
139
  """
145
140
 
146
141
  :return: The class or default when not found.
147
- :rtype: typing.Any
148
142
  """
149
143
 
150
- def draw(self, context):
144
+ def draw(self, context) -> None:
151
145
  """
152
146
 
153
147
  :param context:
154
148
  """
155
149
 
156
- def draw_header(self, context):
150
+ def draw_header(self, context) -> None:
157
151
  """
158
152
 
159
153
  :param context:
160
154
  """
161
155
 
162
- def draw_header_preset(self, context):
156
+ def draw_header_preset(self, context) -> None:
163
157
  """
164
158
 
165
159
  :param context:
166
160
  """
167
161
 
168
162
  class RENDER_PT_color_management_white_balance_presets(
169
- bl_ui.utils.PresetPanel, bpy.types.Panel
163
+ bl_ui.utils.PresetPanel, _bpy_types.Panel
170
164
  ):
171
165
  bl_label: typing.Any
172
166
  bl_region_type: typing.Any
@@ -181,20 +175,20 @@ class RENDER_PT_color_management_white_balance_presets(
181
175
  """
182
176
 
183
177
  :return: The RNA type or default when not found.
184
- :rtype: bpy.types.Struct
185
178
  """
186
179
 
187
180
  def bl_rna_get_subclass_py(self) -> typing.Any:
188
181
  """
189
182
 
190
183
  :return: The class or default when not found.
191
- :rtype: typing.Any
192
184
  """
193
185
 
194
- class RENDER_PT_context(bpy.types.Panel):
186
+ class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Panel):
187
+ COMPAT_ENGINES: typing.Any
195
188
  bl_context: typing.Any
196
189
  bl_label: typing.Any
197
190
  bl_options: typing.Any
191
+ bl_parent_id: typing.Any
198
192
  bl_region_type: typing.Any
199
193
  bl_rna: typing.Any
200
194
  bl_space_type: typing.Any
@@ -204,25 +198,21 @@ class RENDER_PT_context(bpy.types.Panel):
204
198
  """
205
199
 
206
200
  :return: The RNA type or default when not found.
207
- :rtype: bpy.types.Struct
208
201
  """
209
202
 
210
203
  def bl_rna_get_subclass_py(self) -> typing.Any:
211
204
  """
212
205
 
213
206
  :return: The class or default when not found.
214
- :rtype: typing.Any
215
207
  """
216
208
 
217
- @classmethod
218
- def poll(cls, context):
209
+ def draw(self, context) -> None:
219
210
  """
220
211
 
221
212
  :param context:
222
213
  """
223
214
 
224
- class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
225
- COMPAT_ENGINES: typing.Any
215
+ class RENDER_PT_context(_bpy_types.Panel):
226
216
  bl_context: typing.Any
227
217
  bl_label: typing.Any
228
218
  bl_options: typing.Any
@@ -235,30 +225,22 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
235
225
  """
236
226
 
237
227
  :return: The RNA type or default when not found.
238
- :rtype: bpy.types.Struct
239
228
  """
240
229
 
241
230
  def bl_rna_get_subclass_py(self) -> typing.Any:
242
231
  """
243
232
 
244
233
  :return: The class or default when not found.
245
- :rtype: typing.Any
246
- """
247
-
248
- def draw(self, context):
249
- """
250
-
251
- :param context:
252
234
  """
253
235
 
254
236
  @classmethod
255
- def poll(cls, context):
237
+ def poll(cls, context) -> None:
256
238
  """
257
239
 
258
240
  :param context:
259
241
  """
260
242
 
261
- class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
243
+ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
262
244
  COMPAT_ENGINES: typing.Any
263
245
  bl_context: typing.Any
264
246
  bl_label: typing.Any
@@ -272,30 +254,28 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
272
254
  """
273
255
 
274
256
  :return: The RNA type or default when not found.
275
- :rtype: bpy.types.Struct
276
257
  """
277
258
 
278
259
  def bl_rna_get_subclass_py(self) -> typing.Any:
279
260
  """
280
261
 
281
262
  :return: The class or default when not found.
282
- :rtype: typing.Any
283
263
  """
284
264
 
285
- def draw(self, context):
265
+ def draw(self, context) -> None:
286
266
  """
287
267
 
288
268
  :param context:
289
269
  """
290
270
 
291
271
  @classmethod
292
- def poll(cls, context):
272
+ def poll(cls, context) -> None:
293
273
  """
294
274
 
295
275
  :param context:
296
276
  """
297
277
 
298
- class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
278
+ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
299
279
  COMPAT_ENGINES: typing.Any
300
280
  bl_context: typing.Any
301
281
  bl_label: typing.Any
@@ -309,30 +289,28 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel)
309
289
  """
310
290
 
311
291
  :return: The RNA type or default when not found.
312
- :rtype: bpy.types.Struct
313
292
  """
314
293
 
315
294
  def bl_rna_get_subclass_py(self) -> typing.Any:
316
295
  """
317
296
 
318
297
  :return: The class or default when not found.
319
- :rtype: typing.Any
320
298
  """
321
299
 
322
- def draw(self, context):
300
+ def draw(self, context) -> None:
323
301
  """
324
302
 
325
303
  :param context:
326
304
  """
327
305
 
328
306
  @classmethod
329
- def poll(cls, context):
307
+ def poll(cls, context) -> None:
330
308
  """
331
309
 
332
310
  :param context:
333
311
  """
334
312
 
335
- class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
313
+ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
336
314
  COMPAT_ENGINES: typing.Any
337
315
  bl_context: typing.Any
338
316
  bl_label: typing.Any
@@ -346,30 +324,28 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
346
324
  """
347
325
 
348
326
  :return: The RNA type or default when not found.
349
- :rtype: bpy.types.Struct
350
327
  """
351
328
 
352
329
  def bl_rna_get_subclass_py(self) -> typing.Any:
353
330
  """
354
331
 
355
332
  :return: The class or default when not found.
356
- :rtype: typing.Any
357
333
  """
358
334
 
359
- def draw(self, context):
335
+ def draw(self, context) -> None:
360
336
  """
361
337
 
362
338
  :param context:
363
339
  """
364
340
 
365
341
  @classmethod
366
- def poll(cls, context):
342
+ def poll(cls, context) -> None:
367
343
  """
368
344
 
369
345
  :param context:
370
346
  """
371
347
 
372
- class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
348
+ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
373
349
  COMPAT_ENGINES: typing.Any
374
350
  bl_context: typing.Any
375
351
  bl_label: typing.Any
@@ -384,36 +360,34 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
384
360
  """
385
361
 
386
362
  :return: The RNA type or default when not found.
387
- :rtype: bpy.types.Struct
388
363
  """
389
364
 
390
365
  def bl_rna_get_subclass_py(self) -> typing.Any:
391
366
  """
392
367
 
393
368
  :return: The class or default when not found.
394
- :rtype: typing.Any
395
369
  """
396
370
 
397
- def draw(self, context):
371
+ def draw(self, context) -> None:
398
372
  """
399
373
 
400
374
  :param context:
401
375
  """
402
376
 
403
- def draw_header(self, context):
377
+ def draw_header(self, context) -> None:
404
378
  """
405
379
 
406
380
  :param context:
407
381
  """
408
382
 
409
383
  @classmethod
410
- def poll(cls, context):
384
+ def poll(cls, context) -> None:
411
385
  """
412
386
 
413
387
  :param context:
414
388
  """
415
389
 
416
- class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
390
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
417
391
  COMPAT_ENGINES: typing.Any
418
392
  bl_context: typing.Any
419
393
  bl_label: typing.Any
@@ -427,30 +401,28 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
427
401
  """
428
402
 
429
403
  :return: The RNA type or default when not found.
430
- :rtype: bpy.types.Struct
431
404
  """
432
405
 
433
406
  def bl_rna_get_subclass_py(self) -> typing.Any:
434
407
  """
435
408
 
436
409
  :return: The class or default when not found.
437
- :rtype: typing.Any
438
410
  """
439
411
 
440
- def draw(self, context):
412
+ def draw(self, context) -> None:
441
413
  """
442
414
 
443
415
  :param context:
444
416
  """
445
417
 
446
418
  @classmethod
447
- def poll(cls, context):
419
+ def poll(cls, context) -> None:
448
420
  """
449
421
 
450
422
  :param context:
451
423
  """
452
424
 
453
- class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
425
+ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
454
426
  COMPAT_ENGINES: typing.Any
455
427
  bl_context: typing.Any
456
428
  bl_label: typing.Any
@@ -464,30 +436,28 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
464
436
  """
465
437
 
466
438
  :return: The RNA type or default when not found.
467
- :rtype: bpy.types.Struct
468
439
  """
469
440
 
470
441
  def bl_rna_get_subclass_py(self) -> typing.Any:
471
442
  """
472
443
 
473
444
  :return: The class or default when not found.
474
- :rtype: typing.Any
475
445
  """
476
446
 
477
- def draw(self, context):
447
+ def draw(self, context) -> None:
478
448
  """
479
449
 
480
450
  :param context:
481
451
  """
482
452
 
483
453
  @classmethod
484
- def poll(cls, context):
454
+ def poll(cls, context) -> None:
485
455
  """
486
456
 
487
457
  :param context:
488
458
  """
489
459
 
490
- class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
460
+ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
491
461
  COMPAT_ENGINES: typing.Any
492
462
  bl_context: typing.Any
493
463
  bl_label: typing.Any
@@ -502,36 +472,34 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel)
502
472
  """
503
473
 
504
474
  :return: The RNA type or default when not found.
505
- :rtype: bpy.types.Struct
506
475
  """
507
476
 
508
477
  def bl_rna_get_subclass_py(self) -> typing.Any:
509
478
  """
510
479
 
511
480
  :return: The class or default when not found.
512
- :rtype: typing.Any
513
481
  """
514
482
 
515
- def draw(self, context):
483
+ def draw(self, context) -> None:
516
484
  """
517
485
 
518
486
  :param context:
519
487
  """
520
488
 
521
- def draw_header(self, context):
489
+ def draw_header(self, context) -> None:
522
490
  """
523
491
 
524
492
  :param context:
525
493
  """
526
494
 
527
495
  @classmethod
528
- def poll(cls, context):
496
+ def poll(cls, context) -> None:
529
497
  """
530
498
 
531
499
  :param context:
532
500
  """
533
501
 
534
- class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
502
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
535
503
  COMPAT_ENGINES: typing.Any
536
504
  bl_context: typing.Any
537
505
  bl_label: typing.Any
@@ -545,41 +513,32 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
545
513
  """
546
514
 
547
515
  :return: The RNA type or default when not found.
548
- :rtype: bpy.types.Struct
549
516
  """
550
517
 
551
518
  def bl_rna_get_subclass_py(self) -> typing.Any:
552
519
  """
553
520
 
554
521
  :return: The class or default when not found.
555
- :rtype: typing.Any
556
- """
557
-
558
- def draw(self, context):
559
- """
560
-
561
- :param context:
562
522
  """
563
523
 
564
- def draw_header(self, context):
524
+ def draw(self, context) -> None:
565
525
  """
566
526
 
567
527
  :param context:
568
528
  """
569
529
 
570
530
  @classmethod
571
- def poll(cls, context):
531
+ def poll(cls, context) -> None:
572
532
  """
573
533
 
574
534
  :param context:
575
535
  """
576
536
 
577
- class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
537
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
578
538
  COMPAT_ENGINES: typing.Any
579
539
  bl_context: typing.Any
580
540
  bl_label: typing.Any
581
541
  bl_options: typing.Any
582
- bl_parent_id: typing.Any
583
542
  bl_region_type: typing.Any
584
543
  bl_rna: typing.Any
585
544
  bl_space_type: typing.Any
@@ -589,27 +548,39 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel
589
548
  """
590
549
 
591
550
  :return: The RNA type or default when not found.
592
- :rtype: bpy.types.Struct
593
551
  """
594
552
 
595
553
  def bl_rna_get_subclass_py(self) -> typing.Any:
596
554
  """
597
555
 
598
556
  :return: The class or default when not found.
599
- :rtype: typing.Any
600
557
  """
601
558
 
602
- def draw(self, context):
559
+ def draw(self, context) -> None:
560
+ """
561
+
562
+ :param context:
563
+ """
564
+
565
+ def draw_header(self, context) -> None:
603
566
  """
604
567
 
605
568
  :param context:
606
569
  """
607
570
 
608
- class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
571
+ @classmethod
572
+ def poll(cls, context) -> None:
573
+ """
574
+
575
+ :param context:
576
+ """
577
+
578
+ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
609
579
  COMPAT_ENGINES: typing.Any
610
580
  bl_context: typing.Any
611
581
  bl_label: typing.Any
612
582
  bl_options: typing.Any
583
+ bl_parent_id: typing.Any
613
584
  bl_region_type: typing.Any
614
585
  bl_rna: typing.Any
615
586
  bl_space_type: typing.Any
@@ -619,69 +590,88 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
619
590
  """
620
591
 
621
592
  :return: The RNA type or default when not found.
622
- :rtype: bpy.types.Struct
623
593
  """
624
594
 
625
595
  def bl_rna_get_subclass_py(self) -> typing.Any:
626
596
  """
627
597
 
628
598
  :return: The class or default when not found.
629
- :rtype: typing.Any
630
599
  """
631
600
 
632
- def draw(self, context):
601
+ def draw(self, context) -> None:
633
602
  """
634
603
 
635
604
  :param context:
636
605
  """
637
606
 
638
- def draw_header(self, context):
607
+ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
608
+ COMPAT_ENGINES: typing.Any
609
+ bl_context: typing.Any
610
+ bl_label: typing.Any
611
+ bl_options: typing.Any
612
+ bl_region_type: typing.Any
613
+ bl_rna: typing.Any
614
+ bl_space_type: typing.Any
615
+ id_data: typing.Any
616
+
617
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
639
618
  """
640
619
 
641
- :param context:
620
+ :return: The RNA type or default when not found.
642
621
  """
643
622
 
644
- def draw_header_preset(self, _context):
623
+ def bl_rna_get_subclass_py(self) -> typing.Any:
645
624
  """
646
625
 
647
- :param _context:
626
+ :return: The class or default when not found.
627
+ """
628
+
629
+ def draw(self, context) -> None:
630
+ """
631
+
632
+ :param context:
648
633
  """
649
634
 
650
635
  @classmethod
651
- def poll(cls, context):
636
+ def poll(cls, context) -> None:
652
637
  """
653
638
 
654
639
  :param context:
655
640
  """
656
641
 
657
- class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
642
+ class RENDER_PT_eevee_performance_compositor(
643
+ CompositorPerformanceButtonsPanel, RenderButtonsPanel, _bpy_types.Panel
644
+ ):
645
+ COMPAT_ENGINES: typing.Any
646
+ bl_context: typing.Any
658
647
  bl_label: typing.Any
648
+ bl_options: typing.Any
649
+ bl_parent_id: typing.Any
659
650
  bl_region_type: typing.Any
660
651
  bl_rna: typing.Any
661
652
  bl_space_type: typing.Any
662
653
  id_data: typing.Any
663
- preset_add_operator: typing.Any
664
- preset_operator: typing.Any
665
- preset_subdir: typing.Any
666
654
 
667
655
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
668
656
  """
669
657
 
670
658
  :return: The RNA type or default when not found.
671
- :rtype: bpy.types.Struct
672
659
  """
673
660
 
674
661
  def bl_rna_get_subclass_py(self) -> typing.Any:
675
662
  """
676
663
 
677
664
  :return: The class or default when not found.
678
- :rtype: typing.Any
679
665
  """
680
666
 
681
- class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
667
+ class RENDER_PT_eevee_performance_compositor_denoise_settings(
668
+ CompositorDenoisePerformanceButtonsPanel, RenderButtonsPanel, _bpy_types.Panel
669
+ ):
682
670
  COMPAT_ENGINES: typing.Any
683
671
  bl_context: typing.Any
684
672
  bl_label: typing.Any
673
+ bl_options: typing.Any
674
+ bl_parent_id: typing.Any
685
675
  bl_region_type: typing.Any
686
676
  bl_rna: typing.Any
687
677
  bl_space_type: typing.Any
@@ -691,30 +681,15 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
691
681
  """
692
682
 
693
683
  :return: The RNA type or default when not found.
694
- :rtype: bpy.types.Struct
695
684
  """
696
685
 
697
686
  def bl_rna_get_subclass_py(self) -> typing.Any:
698
687
  """
699
688
 
700
689
  :return: The class or default when not found.
701
- :rtype: typing.Any
702
- """
703
-
704
- def draw(self, context):
705
- """
706
-
707
- :param context:
708
- """
709
-
710
- @classmethod
711
- def poll(cls, context):
712
- """
713
-
714
- :param context:
715
690
  """
716
691
 
717
- class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
692
+ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
718
693
  COMPAT_ENGINES: typing.Any
719
694
  bl_context: typing.Any
720
695
  bl_label: typing.Any
@@ -729,33 +704,32 @@ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel
729
704
  """
730
705
 
731
706
  :return: The RNA type or default when not found.
732
- :rtype: bpy.types.Struct
733
707
  """
734
708
 
735
709
  def bl_rna_get_subclass_py(self) -> typing.Any:
736
710
  """
737
711
 
738
712
  :return: The class or default when not found.
739
- :rtype: typing.Any
740
713
  """
741
714
 
742
- def draw(self, context):
715
+ def draw(self, context) -> None:
743
716
  """
744
717
 
745
718
  :param context:
746
719
  """
747
720
 
748
721
  @classmethod
749
- def poll(cls, context):
722
+ def poll(cls, context) -> None:
750
723
  """
751
724
 
752
725
  :param context:
753
726
  """
754
727
 
755
- class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
728
+ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel):
756
729
  COMPAT_ENGINES: typing.Any
757
730
  bl_context: typing.Any
758
731
  bl_label: typing.Any
732
+ bl_options: typing.Any
759
733
  bl_parent_id: typing.Any
760
734
  bl_region_type: typing.Any
761
735
  bl_rna: typing.Any
@@ -766,35 +740,32 @@ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
766
740
  """
767
741
 
768
742
  :return: The RNA type or default when not found.
769
- :rtype: bpy.types.Struct
770
743
  """
771
744
 
772
745
  def bl_rna_get_subclass_py(self) -> typing.Any:
773
746
  """
774
747
 
775
748
  :return: The class or default when not found.
776
- :rtype: typing.Any
777
749
  """
778
750
 
779
- def draw(self, context):
751
+ def draw(self, context) -> None:
780
752
  """
781
753
 
782
754
  :param context:
783
755
  """
784
756
 
785
757
  @classmethod
786
- def poll(cls, context):
758
+ def poll(cls, context) -> None:
787
759
  """
788
760
 
789
761
  :param context:
790
762
  """
791
763
 
792
- class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
764
+ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
793
765
  COMPAT_ENGINES: typing.Any
794
766
  bl_context: typing.Any
795
767
  bl_label: typing.Any
796
768
  bl_options: typing.Any
797
- bl_parent_id: typing.Any
798
769
  bl_region_type: typing.Any
799
770
  bl_rna: typing.Any
800
771
  bl_space_type: typing.Any
@@ -804,40 +775,65 @@ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel)
804
775
  """
805
776
 
806
777
  :return: The RNA type or default when not found.
807
- :rtype: bpy.types.Struct
808
778
  """
809
779
 
810
780
  def bl_rna_get_subclass_py(self) -> typing.Any:
811
781
  """
812
782
 
813
783
  :return: The class or default when not found.
814
- :rtype: typing.Any
815
784
  """
816
785
 
817
- def draw(self, context):
786
+ def draw(self, context) -> None:
818
787
  """
819
788
 
820
789
  :param context:
821
790
  """
822
791
 
823
- def draw_header(self, context):
792
+ def draw_header(self, context) -> None:
824
793
  """
825
794
 
826
795
  :param context:
827
796
  """
828
797
 
798
+ def draw_header_preset(self, _context) -> None:
799
+ """
800
+
801
+ :param _context:
802
+ """
803
+
829
804
  @classmethod
830
- def poll(cls, context):
805
+ def poll(cls, context) -> None:
831
806
  """
832
807
 
833
808
  :param context:
834
809
  """
835
810
 
836
- class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
811
+ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
812
+ bl_label: typing.Any
813
+ bl_region_type: typing.Any
814
+ bl_rna: typing.Any
815
+ bl_space_type: typing.Any
816
+ id_data: typing.Any
817
+ preset_add_operator: typing.Any
818
+ preset_operator: typing.Any
819
+ preset_subdir: typing.Any
820
+
821
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
822
+ """
823
+
824
+ :return: The RNA type or default when not found.
825
+ """
826
+
827
+ def bl_rna_get_subclass_py(self) -> typing.Any:
828
+ """
829
+
830
+ :return: The class or default when not found.
831
+ """
832
+
833
+ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
837
834
  COMPAT_ENGINES: typing.Any
838
835
  bl_context: typing.Any
839
836
  bl_label: typing.Any
840
- bl_parent_id: typing.Any
841
837
  bl_region_type: typing.Any
842
838
  bl_rna: typing.Any
843
839
  bl_space_type: typing.Any
@@ -847,30 +843,28 @@ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel
847
843
  """
848
844
 
849
845
  :return: The RNA type or default when not found.
850
- :rtype: bpy.types.Struct
851
846
  """
852
847
 
853
848
  def bl_rna_get_subclass_py(self) -> typing.Any:
854
849
  """
855
850
 
856
851
  :return: The class or default when not found.
857
- :rtype: typing.Any
858
852
  """
859
853
 
860
- def draw(self, context):
854
+ def draw(self, context) -> None:
861
855
  """
862
856
 
863
857
  :param context:
864
858
  """
865
859
 
866
860
  @classmethod
867
- def poll(cls, context):
861
+ def poll(cls, context) -> None:
868
862
  """
869
863
 
870
864
  :param context:
871
865
  """
872
866
 
873
- class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
867
+ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
874
868
  COMPAT_ENGINES: typing.Any
875
869
  bl_context: typing.Any
876
870
  bl_label: typing.Any
@@ -885,34 +879,32 @@ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
885
879
  """
886
880
 
887
881
  :return: The RNA type or default when not found.
888
- :rtype: bpy.types.Struct
889
882
  """
890
883
 
891
884
  def bl_rna_get_subclass_py(self) -> typing.Any:
892
885
  """
893
886
 
894
887
  :return: The class or default when not found.
895
- :rtype: typing.Any
896
888
  """
897
889
 
898
- def draw(self, context):
890
+ def draw(self, context) -> None:
899
891
  """
900
892
 
901
893
  :param context:
902
894
  """
903
895
 
904
896
  @classmethod
905
- def poll(cls, context):
897
+ def poll(cls, context) -> None:
906
898
  """
907
899
 
908
900
  :param context:
909
901
  """
910
902
 
911
- class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
903
+ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
912
904
  COMPAT_ENGINES: typing.Any
913
905
  bl_context: typing.Any
914
906
  bl_label: typing.Any
915
- bl_options: typing.Any
907
+ bl_parent_id: typing.Any
916
908
  bl_region_type: typing.Any
917
909
  bl_rna: typing.Any
918
910
  bl_space_type: typing.Any
@@ -922,30 +914,28 @@ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
922
914
  """
923
915
 
924
916
  :return: The RNA type or default when not found.
925
- :rtype: bpy.types.Struct
926
917
  """
927
918
 
928
919
  def bl_rna_get_subclass_py(self) -> typing.Any:
929
920
  """
930
921
 
931
922
  :return: The class or default when not found.
932
- :rtype: typing.Any
933
923
  """
934
924
 
935
- def draw(self, context):
925
+ def draw(self, context) -> None:
936
926
  """
937
927
 
938
928
  :param context:
939
929
  """
940
930
 
941
931
  @classmethod
942
- def poll(cls, context):
932
+ def poll(cls, context) -> None:
943
933
  """
944
934
 
945
935
  :param context:
946
936
  """
947
937
 
948
- class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
938
+ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
949
939
  COMPAT_ENGINES: typing.Any
950
940
  bl_context: typing.Any
951
941
  bl_label: typing.Any
@@ -960,40 +950,38 @@ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
960
950
  """
961
951
 
962
952
  :return: The RNA type or default when not found.
963
- :rtype: bpy.types.Struct
964
953
  """
965
954
 
966
955
  def bl_rna_get_subclass_py(self) -> typing.Any:
967
956
  """
968
957
 
969
958
  :return: The class or default when not found.
970
- :rtype: typing.Any
971
959
  """
972
960
 
973
- def draw(self, context):
961
+ def draw(self, context) -> None:
974
962
  """
975
963
 
976
964
  :param context:
977
965
  """
978
966
 
979
- def draw_header(self, context):
967
+ def draw_header(self, context) -> None:
980
968
  """
981
969
 
982
970
  :param context:
983
971
  """
984
972
 
985
973
  @classmethod
986
- def poll(cls, context):
974
+ def poll(cls, context) -> None:
987
975
  """
988
976
 
989
977
  :param context:
990
978
  """
991
979
 
992
- class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
980
+ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
993
981
  COMPAT_ENGINES: typing.Any
994
982
  bl_context: typing.Any
995
983
  bl_label: typing.Any
996
- bl_options: typing.Any
984
+ bl_parent_id: typing.Any
997
985
  bl_region_type: typing.Any
998
986
  bl_rna: typing.Any
999
987
  bl_space_type: typing.Any
@@ -1003,32 +991,28 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1003
991
  """
1004
992
 
1005
993
  :return: The RNA type or default when not found.
1006
- :rtype: bpy.types.Struct
1007
994
  """
1008
995
 
1009
996
  def bl_rna_get_subclass_py(self) -> typing.Any:
1010
997
  """
1011
998
 
1012
999
  :return: The class or default when not found.
1013
- :rtype: typing.Any
1014
1000
  """
1015
1001
 
1016
- def draw(self, context):
1002
+ def draw(self, context) -> None:
1017
1003
  """
1018
1004
 
1019
1005
  :param context:
1020
1006
  """
1021
1007
 
1022
1008
  @classmethod
1023
- def poll(cls, context):
1009
+ def poll(cls, context) -> None:
1024
1010
  """
1025
1011
 
1026
1012
  :param context:
1027
1013
  """
1028
1014
 
1029
- class RENDER_PT_eevee_performance_compositor(
1030
- CompositorPerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
1031
- ):
1015
+ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
1032
1016
  COMPAT_ENGINES: typing.Any
1033
1017
  bl_context: typing.Any
1034
1018
  bl_label: typing.Any
@@ -1043,24 +1027,32 @@ class RENDER_PT_eevee_performance_compositor(
1043
1027
  """
1044
1028
 
1045
1029
  :return: The RNA type or default when not found.
1046
- :rtype: bpy.types.Struct
1047
1030
  """
1048
1031
 
1049
1032
  def bl_rna_get_subclass_py(self) -> typing.Any:
1050
1033
  """
1051
1034
 
1052
1035
  :return: The class or default when not found.
1053
- :rtype: typing.Any
1054
1036
  """
1055
1037
 
1056
- class RENDER_PT_eevee_performance_compositor_denoise_settings(
1057
- CompositorDenoisePerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
1058
- ):
1038
+ def draw(self, context) -> None:
1039
+ """
1040
+
1041
+ :param context:
1042
+ """
1043
+
1044
+ @classmethod
1045
+ def poll(cls, context) -> None:
1046
+ """
1047
+
1048
+ :param context:
1049
+ """
1050
+
1051
+ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
1059
1052
  COMPAT_ENGINES: typing.Any
1060
1053
  bl_context: typing.Any
1061
1054
  bl_label: typing.Any
1062
1055
  bl_options: typing.Any
1063
- bl_parent_id: typing.Any
1064
1056
  bl_region_type: typing.Any
1065
1057
  bl_rna: typing.Any
1066
1058
  bl_space_type: typing.Any
@@ -1070,17 +1062,28 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
1070
1062
  """
1071
1063
 
1072
1064
  :return: The RNA type or default when not found.
1073
- :rtype: bpy.types.Struct
1074
1065
  """
1075
1066
 
1076
1067
  def bl_rna_get_subclass_py(self) -> typing.Any:
1077
1068
  """
1078
1069
 
1079
1070
  :return: The class or default when not found.
1080
- :rtype: typing.Any
1081
1071
  """
1082
1072
 
1083
- class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1073
+ def draw(self, context) -> None:
1074
+ """
1075
+
1076
+ :param context:
1077
+ """
1078
+
1079
+ @classmethod
1080
+ def poll(cls, context) -> None:
1081
+ """
1082
+
1083
+ :param context:
1084
+ """
1085
+
1086
+ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
1084
1087
  COMPAT_ENGINES: typing.Any
1085
1088
  bl_context: typing.Any
1086
1089
  bl_label: typing.Any
@@ -1095,35 +1098,37 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1095
1098
  """
1096
1099
 
1097
1100
  :return: The RNA type or default when not found.
1098
- :rtype: bpy.types.Struct
1099
1101
  """
1100
1102
 
1101
1103
  def bl_rna_get_subclass_py(self) -> typing.Any:
1102
1104
  """
1103
1105
 
1104
1106
  :return: The class or default when not found.
1105
- :rtype: typing.Any
1106
1107
  """
1107
1108
 
1108
- def draw(self, context):
1109
+ def draw(self, context) -> None:
1110
+ """
1111
+
1112
+ :param context:
1113
+ """
1114
+
1115
+ def draw_header(self, context) -> None:
1109
1116
  """
1110
1117
 
1111
1118
  :param context:
1112
1119
  """
1113
1120
 
1114
1121
  @classmethod
1115
- def poll(cls, context):
1122
+ def poll(cls, context) -> None:
1116
1123
  """
1117
1124
 
1118
1125
  :param context:
1119
1126
  """
1120
1127
 
1121
- class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1128
+ class RENDER_PT_game_debug(RenderButtonsPanel, _bpy_types.Panel):
1122
1129
  COMPAT_ENGINES: typing.Any
1123
1130
  bl_context: typing.Any
1124
1131
  bl_label: typing.Any
1125
- bl_options: typing.Any
1126
- bl_parent_id: typing.Any
1127
1132
  bl_region_type: typing.Any
1128
1133
  bl_rna: typing.Any
1129
1134
  bl_space_type: typing.Any
@@ -1133,33 +1138,53 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1133
1138
  """
1134
1139
 
1135
1140
  :return: The RNA type or default when not found.
1136
- :rtype: bpy.types.Struct
1137
1141
  """
1138
1142
 
1139
1143
  def bl_rna_get_subclass_py(self) -> typing.Any:
1140
1144
  """
1141
1145
 
1142
1146
  :return: The class or default when not found.
1143
- :rtype: typing.Any
1144
1147
  """
1145
1148
 
1146
- def draw(self, context):
1149
+ def draw(self, context) -> None:
1147
1150
  """
1148
1151
 
1149
1152
  :param context:
1150
1153
  """
1151
1154
 
1152
- @classmethod
1153
- def poll(cls, context):
1155
+ class RENDER_PT_game_resolution(RenderButtonsPanel, _bpy_types.Panel):
1156
+ COMPAT_ENGINES: typing.Any
1157
+ bl_context: typing.Any
1158
+ bl_label: typing.Any
1159
+ bl_region_type: typing.Any
1160
+ bl_rna: typing.Any
1161
+ bl_space_type: typing.Any
1162
+ id_data: typing.Any
1163
+
1164
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1165
+ """
1166
+
1167
+ :return: The RNA type or default when not found.
1168
+ """
1169
+
1170
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1171
+ """
1172
+
1173
+ :return: The class or default when not found.
1174
+ """
1175
+
1176
+ def draw(self, context) -> None:
1154
1177
  """
1155
1178
 
1156
1179
  :param context:
1157
1180
  """
1158
1181
 
1159
- class RENDER_PT_game_debug(RenderButtonsPanel, bpy.types.Panel):
1182
+ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
1160
1183
  COMPAT_ENGINES: typing.Any
1161
1184
  bl_context: typing.Any
1162
1185
  bl_label: typing.Any
1186
+ bl_options: typing.Any
1187
+ bl_order: typing.Any
1163
1188
  bl_region_type: typing.Any
1164
1189
  bl_rna: typing.Any
1165
1190
  bl_space_type: typing.Any
@@ -1169,26 +1194,33 @@ class RENDER_PT_game_debug(RenderButtonsPanel, bpy.types.Panel):
1169
1194
  """
1170
1195
 
1171
1196
  :return: The RNA type or default when not found.
1172
- :rtype: bpy.types.Struct
1173
1197
  """
1174
1198
 
1175
1199
  def bl_rna_get_subclass_py(self) -> typing.Any:
1176
1200
  """
1177
1201
 
1178
1202
  :return: The class or default when not found.
1179
- :rtype: typing.Any
1180
1203
  """
1181
1204
 
1182
- def draw(self, context):
1205
+ def draw(self, context) -> None:
1183
1206
  """
1184
1207
 
1185
1208
  :param context:
1186
1209
  """
1187
1210
 
1188
- class RENDER_PT_game_resolution(RenderButtonsPanel, bpy.types.Panel):
1211
+ @classmethod
1212
+ def poll(cls, context) -> None:
1213
+ """
1214
+
1215
+ :param context:
1216
+ """
1217
+
1218
+ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
1189
1219
  COMPAT_ENGINES: typing.Any
1190
1220
  bl_context: typing.Any
1191
1221
  bl_label: typing.Any
1222
+ bl_options: typing.Any
1223
+ bl_parent_id: typing.Any
1192
1224
  bl_region_type: typing.Any
1193
1225
  bl_rna: typing.Any
1194
1226
  bl_space_type: typing.Any
@@ -1198,28 +1230,26 @@ class RENDER_PT_game_resolution(RenderButtonsPanel, bpy.types.Panel):
1198
1230
  """
1199
1231
 
1200
1232
  :return: The RNA type or default when not found.
1201
- :rtype: bpy.types.Struct
1202
1233
  """
1203
1234
 
1204
1235
  def bl_rna_get_subclass_py(self) -> typing.Any:
1205
1236
  """
1206
1237
 
1207
1238
  :return: The class or default when not found.
1208
- :rtype: typing.Any
1209
1239
  """
1210
1240
 
1211
- def draw(self, context):
1241
+ def draw(self, context) -> None:
1212
1242
  """
1213
1243
 
1214
1244
  :param context:
1215
1245
  """
1216
1246
 
1217
- class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1247
+ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
1218
1248
  COMPAT_ENGINES: typing.Any
1219
1249
  bl_context: typing.Any
1220
1250
  bl_label: typing.Any
1221
1251
  bl_options: typing.Any
1222
- bl_order: typing.Any
1252
+ bl_parent_id: typing.Any
1223
1253
  bl_region_type: typing.Any
1224
1254
  bl_rna: typing.Any
1225
1255
  bl_space_type: typing.Any
@@ -1229,23 +1259,21 @@ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1229
1259
  """
1230
1260
 
1231
1261
  :return: The RNA type or default when not found.
1232
- :rtype: bpy.types.Struct
1233
1262
  """
1234
1263
 
1235
1264
  def bl_rna_get_subclass_py(self) -> typing.Any:
1236
1265
  """
1237
1266
 
1238
1267
  :return: The class or default when not found.
1239
- :rtype: typing.Any
1240
1268
  """
1241
1269
 
1242
- def draw(self, context):
1270
+ def draw(self, context) -> None:
1243
1271
  """
1244
1272
 
1245
1273
  :param context:
1246
1274
  """
1247
1275
 
1248
- class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1276
+ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
1249
1277
  COMPAT_ENGINES: typing.Any
1250
1278
  bl_context: typing.Any
1251
1279
  bl_label: typing.Any
@@ -1260,30 +1288,28 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1260
1288
  """
1261
1289
 
1262
1290
  :return: The RNA type or default when not found.
1263
- :rtype: bpy.types.Struct
1264
1291
  """
1265
1292
 
1266
1293
  def bl_rna_get_subclass_py(self) -> typing.Any:
1267
1294
  """
1268
1295
 
1269
1296
  :return: The class or default when not found.
1270
- :rtype: typing.Any
1271
1297
  """
1272
1298
 
1273
- def draw(self, context):
1299
+ def draw(self, context) -> None:
1274
1300
  """
1275
1301
 
1276
1302
  :param context:
1277
1303
  """
1278
1304
 
1279
1305
  @classmethod
1280
- def poll(cls, context):
1306
+ def poll(cls, context) -> None:
1281
1307
  """
1282
1308
 
1283
1309
  :param context:
1284
1310
  """
1285
1311
 
1286
- class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1312
+ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
1287
1313
  COMPAT_ENGINES: typing.Any
1288
1314
  bl_context: typing.Any
1289
1315
  bl_label: typing.Any
@@ -1296,30 +1322,28 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1296
1322
  """
1297
1323
 
1298
1324
  :return: The RNA type or default when not found.
1299
- :rtype: bpy.types.Struct
1300
1325
  """
1301
1326
 
1302
1327
  def bl_rna_get_subclass_py(self) -> typing.Any:
1303
1328
  """
1304
1329
 
1305
1330
  :return: The class or default when not found.
1306
- :rtype: typing.Any
1307
1331
  """
1308
1332
 
1309
- def draw(self, context):
1333
+ def draw(self, context) -> None:
1310
1334
  """
1311
1335
 
1312
1336
  :param context:
1313
1337
  """
1314
1338
 
1315
1339
  @classmethod
1316
- def poll(cls, context):
1340
+ def poll(cls, context) -> None:
1317
1341
  """
1318
1342
 
1319
1343
  :param context:
1320
1344
  """
1321
1345
 
1322
- class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1346
+ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
1323
1347
  COMPAT_ENGINES: typing.Any
1324
1348
  bl_context: typing.Any
1325
1349
  bl_label: typing.Any
@@ -1333,23 +1357,21 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1333
1357
  """
1334
1358
 
1335
1359
  :return: The RNA type or default when not found.
1336
- :rtype: bpy.types.Struct
1337
1360
  """
1338
1361
 
1339
1362
  def bl_rna_get_subclass_py(self) -> typing.Any:
1340
1363
  """
1341
1364
 
1342
1365
  :return: The class or default when not found.
1343
- :rtype: typing.Any
1344
1366
  """
1345
1367
 
1346
- def draw(self, context):
1368
+ def draw(self, context) -> None:
1347
1369
  """
1348
1370
 
1349
1371
  :param context:
1350
1372
  """
1351
1373
 
1352
- class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1374
+ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
1353
1375
  COMPAT_ENGINES: typing.Any
1354
1376
  bl_context: typing.Any
1355
1377
  bl_label: typing.Any
@@ -1362,30 +1384,28 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1362
1384
  """
1363
1385
 
1364
1386
  :return: The RNA type or default when not found.
1365
- :rtype: bpy.types.Struct
1366
1387
  """
1367
1388
 
1368
1389
  def bl_rna_get_subclass_py(self) -> typing.Any:
1369
1390
  """
1370
1391
 
1371
1392
  :return: The class or default when not found.
1372
- :rtype: typing.Any
1373
1393
  """
1374
1394
 
1375
- def draw(self, context):
1395
+ def draw(self, context) -> None:
1376
1396
  """
1377
1397
 
1378
1398
  :param context:
1379
1399
  """
1380
1400
 
1381
1401
  @classmethod
1382
- def poll(cls, context):
1402
+ def poll(cls, context) -> None:
1383
1403
  """
1384
1404
 
1385
1405
  :param context:
1386
1406
  """
1387
1407
 
1388
- class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
1408
+ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
1389
1409
  COMPAT_ENGINES: typing.Any
1390
1410
  bl_context: typing.Any
1391
1411
  bl_label: typing.Any
@@ -1398,30 +1418,28 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
1398
1418
  """
1399
1419
 
1400
1420
  :return: The RNA type or default when not found.
1401
- :rtype: bpy.types.Struct
1402
1421
  """
1403
1422
 
1404
1423
  def bl_rna_get_subclass_py(self) -> typing.Any:
1405
1424
  """
1406
1425
 
1407
1426
  :return: The class or default when not found.
1408
- :rtype: typing.Any
1409
1427
  """
1410
1428
 
1411
- def draw(self, context):
1429
+ def draw(self, context) -> None:
1412
1430
  """
1413
1431
 
1414
1432
  :param context:
1415
1433
  """
1416
1434
 
1417
1435
  @classmethod
1418
- def poll(cls, context):
1436
+ def poll(cls, context) -> None:
1419
1437
  """
1420
1438
 
1421
1439
  :param context:
1422
1440
  """
1423
1441
 
1424
- class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
1442
+ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
1425
1443
  COMPAT_ENGINES: typing.Any
1426
1444
  bl_context: typing.Any
1427
1445
  bl_label: typing.Any
@@ -1434,30 +1452,28 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
1434
1452
  """
1435
1453
 
1436
1454
  :return: The RNA type or default when not found.
1437
- :rtype: bpy.types.Struct
1438
1455
  """
1439
1456
 
1440
1457
  def bl_rna_get_subclass_py(self) -> typing.Any:
1441
1458
  """
1442
1459
 
1443
1460
  :return: The class or default when not found.
1444
- :rtype: typing.Any
1445
1461
  """
1446
1462
 
1447
- def draw(self, context):
1463
+ def draw(self, context) -> None:
1448
1464
  """
1449
1465
 
1450
1466
  :param context:
1451
1467
  """
1452
1468
 
1453
1469
  @classmethod
1454
- def poll(cls, context):
1470
+ def poll(cls, context) -> None:
1455
1471
  """
1456
1472
 
1457
1473
  :param context:
1458
1474
  """
1459
1475
 
1460
- class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
1476
+ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
1461
1477
  COMPAT_ENGINES: typing.Any
1462
1478
  bl_context: typing.Any
1463
1479
  bl_label: typing.Any
@@ -1471,30 +1487,28 @@ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
1471
1487
  """
1472
1488
 
1473
1489
  :return: The RNA type or default when not found.
1474
- :rtype: bpy.types.Struct
1475
1490
  """
1476
1491
 
1477
1492
  def bl_rna_get_subclass_py(self) -> typing.Any:
1478
1493
  """
1479
1494
 
1480
1495
  :return: The class or default when not found.
1481
- :rtype: typing.Any
1482
1496
  """
1483
1497
 
1484
- def draw(self, context):
1498
+ def draw(self, context) -> None:
1485
1499
  """
1486
1500
 
1487
1501
  :param context:
1488
1502
  """
1489
1503
 
1490
- def draw_header(self, context):
1504
+ def draw_header(self, context) -> None:
1491
1505
  """
1492
1506
 
1493
1507
  :param context:
1494
1508
  """
1495
1509
 
1496
1510
  class RENDER_PT_simplify_greasepencil(
1497
- bpy.types.Panel,
1511
+ _bpy_types.Panel,
1498
1512
  RenderButtonsPanel,
1499
1513
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
1500
1514
  ):
@@ -1512,17 +1526,15 @@ class RENDER_PT_simplify_greasepencil(
1512
1526
  """
1513
1527
 
1514
1528
  :return: The RNA type or default when not found.
1515
- :rtype: bpy.types.Struct
1516
1529
  """
1517
1530
 
1518
1531
  def bl_rna_get_subclass_py(self) -> typing.Any:
1519
1532
  """
1520
1533
 
1521
1534
  :return: The class or default when not found.
1522
- :rtype: typing.Any
1523
1535
  """
1524
1536
 
1525
- class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
1537
+ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
1526
1538
  COMPAT_ENGINES: typing.Any
1527
1539
  bl_context: typing.Any
1528
1540
  bl_label: typing.Any
@@ -1536,23 +1548,21 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
1536
1548
  """
1537
1549
 
1538
1550
  :return: The RNA type or default when not found.
1539
- :rtype: bpy.types.Struct
1540
1551
  """
1541
1552
 
1542
1553
  def bl_rna_get_subclass_py(self) -> typing.Any:
1543
1554
  """
1544
1555
 
1545
1556
  :return: The class or default when not found.
1546
- :rtype: typing.Any
1547
1557
  """
1548
1558
 
1549
- def draw(self, context):
1559
+ def draw(self, context) -> None:
1550
1560
  """
1551
1561
 
1552
1562
  :param context:
1553
1563
  """
1554
1564
 
1555
- class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
1565
+ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
1556
1566
  COMPAT_ENGINES: typing.Any
1557
1567
  bl_context: typing.Any
1558
1568
  bl_label: typing.Any
@@ -1566,17 +1576,15 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
1566
1576
  """
1567
1577
 
1568
1578
  :return: The RNA type or default when not found.
1569
- :rtype: bpy.types.Struct
1570
1579
  """
1571
1580
 
1572
1581
  def bl_rna_get_subclass_py(self) -> typing.Any:
1573
1582
  """
1574
1583
 
1575
1584
  :return: The class or default when not found.
1576
- :rtype: typing.Any
1577
1585
  """
1578
1586
 
1579
- def draw(self, context):
1587
+ def draw(self, context) -> None:
1580
1588
  """
1581
1589
 
1582
1590
  :param context:
@@ -1588,10 +1596,10 @@ class RenderButtonsPanel:
1588
1596
  bl_space_type: typing.Any
1589
1597
 
1590
1598
  @classmethod
1591
- def poll(cls, context):
1599
+ def poll(cls, context) -> None:
1592
1600
  """
1593
1601
 
1594
1602
  :param context:
1595
1603
  """
1596
1604
 
1597
- def draw_curves_settings(self_, context): ...
1605
+ def draw_curves_settings(self_, context) -> None: ...