fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -4,13 +4,11 @@ import bl_ui.utils
4
4
  import bpy.types
5
5
  import bpy_types
6
6
 
7
- GenericType = typing.TypeVar("GenericType")
7
+ GenericType1 = typing.TypeVar("GenericType1")
8
+ GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
10
  class CompositorPerformanceButtonsPanel:
10
- """ """
11
-
12
11
  bl_label: typing.Any
13
- """ """
14
12
 
15
13
  def draw(self, context):
16
14
  """
@@ -20,16 +18,9 @@ class CompositorPerformanceButtonsPanel:
20
18
  ...
21
19
 
22
20
  class RenderButtonsPanel:
23
- """ """
24
-
25
21
  bl_context: typing.Any
26
- """ """
27
-
28
22
  bl_region_type: typing.Any
29
- """ """
30
-
31
23
  bl_space_type: typing.Any
32
- """ """
33
24
 
34
25
  def poll(self, context):
35
26
  """
@@ -39,28 +30,13 @@ class RenderButtonsPanel:
39
30
  ...
40
31
 
41
32
  class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
42
- """ """
43
-
44
33
  bl_context: typing.Any
45
- """ """
46
-
47
34
  bl_label: typing.Any
48
- """ """
49
-
50
35
  bl_options: typing.Any
51
- """ """
52
-
53
36
  bl_region_type: typing.Any
54
- """ """
55
-
56
37
  bl_rna: typing.Any
57
- """ """
58
-
59
38
  bl_space_type: typing.Any
60
- """ """
61
-
62
39
  id_data: typing.Any
63
- """ """
64
40
 
65
41
  def append(self, draw_func):
66
42
  """Append a draw function to this menu,
@@ -145,10 +121,7 @@ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
145
121
  """
146
122
  ...
147
123
 
148
- def is_extended(self):
149
- """ """
150
- ...
151
-
124
+ def is_extended(self): ...
152
125
  def is_property_hidden(self) -> bool:
153
126
  """Check if a property is hidden.
154
127
 
@@ -286,31 +259,14 @@ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
286
259
  class RENDER_PT_eevee_next_raytracing_presets(
287
260
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
288
261
  ):
289
- """ """
290
-
291
262
  bl_label: typing.Any
292
- """ """
293
-
294
263
  bl_region_type: typing.Any
295
- """ """
296
-
297
264
  bl_rna: typing.Any
298
- """ """
299
-
300
265
  bl_space_type: typing.Any
301
- """ """
302
-
303
266
  id_data: typing.Any
304
- """ """
305
-
306
267
  preset_add_operator: typing.Any
307
- """ """
308
-
309
268
  preset_operator: typing.Any
310
- """ """
311
-
312
269
  preset_subdir: typing.Any
313
- """ """
314
270
 
315
271
  def append(self, draw_func):
316
272
  """Append a draw function to this menu,
@@ -410,10 +366,7 @@ class RENDER_PT_eevee_next_raytracing_presets(
410
366
  """
411
367
  ...
412
368
 
413
- def is_extended(self):
414
- """ """
415
- ...
416
-
369
+ def is_extended(self): ...
417
370
  def is_property_hidden(self) -> bool:
418
371
  """Check if a property is hidden.
419
372
 
@@ -578,34 +531,15 @@ class RENDER_PT_eevee_next_raytracing_presets(
578
531
  class RENDER_PT_color_management(
579
532
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
580
533
  ):
581
- """ """
582
-
583
534
  COMPAT_ENGINES: typing.Any
584
- """ """
585
-
586
535
  bl_context: typing.Any
587
- """ """
588
-
589
536
  bl_label: typing.Any
590
- """ """
591
-
592
537
  bl_options: typing.Any
593
- """ """
594
-
595
538
  bl_order: typing.Any
596
- """ """
597
-
598
539
  bl_region_type: typing.Any
599
- """ """
600
-
601
540
  bl_rna: typing.Any
602
- """ """
603
-
604
541
  bl_space_type: typing.Any
605
- """ """
606
-
607
542
  id_data: typing.Any
608
- """ """
609
543
 
610
544
  def append(self, draw_func):
611
545
  """Append a draw function to this menu,
@@ -690,10 +624,7 @@ class RENDER_PT_color_management(
690
624
  """
691
625
  ...
692
626
 
693
- def is_extended(self):
694
- """ """
695
- ...
696
-
627
+ def is_extended(self): ...
697
628
  def is_property_hidden(self) -> bool:
698
629
  """Check if a property is hidden.
699
630
 
@@ -831,34 +762,15 @@ class RENDER_PT_color_management(
831
762
  class RENDER_PT_color_management_curves(
832
763
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
833
764
  ):
834
- """ """
835
-
836
765
  COMPAT_ENGINES: typing.Any
837
- """ """
838
-
839
766
  bl_context: typing.Any
840
- """ """
841
-
842
767
  bl_label: typing.Any
843
- """ """
844
-
845
768
  bl_options: typing.Any
846
- """ """
847
-
848
769
  bl_parent_id: typing.Any
849
- """ """
850
-
851
770
  bl_region_type: typing.Any
852
- """ """
853
-
854
771
  bl_rna: typing.Any
855
- """ """
856
-
857
772
  bl_space_type: typing.Any
858
- """ """
859
-
860
773
  id_data: typing.Any
861
- """ """
862
774
 
863
775
  def append(self, draw_func):
864
776
  """Append a draw function to this menu,
@@ -950,10 +862,7 @@ class RENDER_PT_color_management_curves(
950
862
  """
951
863
  ...
952
864
 
953
- def is_extended(self):
954
- """ """
955
- ...
956
-
865
+ def is_extended(self): ...
957
866
  def is_property_hidden(self) -> bool:
958
867
  """Check if a property is hidden.
959
868
 
@@ -1091,34 +1000,15 @@ class RENDER_PT_color_management_curves(
1091
1000
  class RENDER_PT_color_management_display_settings(
1092
1001
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1093
1002
  ):
1094
- """ """
1095
-
1096
1003
  COMPAT_ENGINES: typing.Any
1097
- """ """
1098
-
1099
1004
  bl_context: typing.Any
1100
- """ """
1101
-
1102
1005
  bl_label: typing.Any
1103
- """ """
1104
-
1105
1006
  bl_options: typing.Any
1106
- """ """
1107
-
1108
1007
  bl_parent_id: typing.Any
1109
- """ """
1110
-
1111
1008
  bl_region_type: typing.Any
1112
- """ """
1113
-
1114
1009
  bl_rna: typing.Any
1115
- """ """
1116
-
1117
1010
  bl_space_type: typing.Any
1118
- """ """
1119
-
1120
1011
  id_data: typing.Any
1121
- """ """
1122
1012
 
1123
1013
  def append(self, draw_func):
1124
1014
  """Append a draw function to this menu,
@@ -1203,10 +1093,7 @@ class RENDER_PT_color_management_display_settings(
1203
1093
  """
1204
1094
  ...
1205
1095
 
1206
- def is_extended(self):
1207
- """ """
1208
- ...
1209
-
1096
+ def is_extended(self): ...
1210
1097
  def is_property_hidden(self) -> bool:
1211
1098
  """Check if a property is hidden.
1212
1099
 
@@ -1344,31 +1231,14 @@ class RENDER_PT_color_management_display_settings(
1344
1231
  class RENDER_PT_eevee_ambient_occlusion(
1345
1232
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1346
1233
  ):
1347
- """ """
1348
-
1349
1234
  COMPAT_ENGINES: typing.Any
1350
- """ """
1351
-
1352
1235
  bl_context: typing.Any
1353
- """ """
1354
-
1355
1236
  bl_label: typing.Any
1356
- """ """
1357
-
1358
1237
  bl_options: typing.Any
1359
- """ """
1360
-
1361
1238
  bl_region_type: typing.Any
1362
- """ """
1363
-
1364
1239
  bl_rna: typing.Any
1365
- """ """
1366
-
1367
1240
  bl_space_type: typing.Any
1368
- """ """
1369
-
1370
1241
  id_data: typing.Any
1371
- """ """
1372
1242
 
1373
1243
  def append(self, draw_func):
1374
1244
  """Append a draw function to this menu,
@@ -1460,10 +1330,7 @@ class RENDER_PT_eevee_ambient_occlusion(
1460
1330
  """
1461
1331
  ...
1462
1332
 
1463
- def is_extended(self):
1464
- """ """
1465
- ...
1466
-
1333
+ def is_extended(self): ...
1467
1334
  def is_property_hidden(self) -> bool:
1468
1335
  """Check if a property is hidden.
1469
1336
 
@@ -1599,31 +1466,14 @@ class RENDER_PT_eevee_ambient_occlusion(
1599
1466
  ...
1600
1467
 
1601
1468
  class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1602
- """ """
1603
-
1604
1469
  COMPAT_ENGINES: typing.Any
1605
- """ """
1606
-
1607
1470
  bl_context: typing.Any
1608
- """ """
1609
-
1610
1471
  bl_label: typing.Any
1611
- """ """
1612
-
1613
1472
  bl_options: typing.Any
1614
- """ """
1615
-
1616
1473
  bl_region_type: typing.Any
1617
- """ """
1618
-
1619
1474
  bl_rna: typing.Any
1620
- """ """
1621
-
1622
1475
  bl_space_type: typing.Any
1623
- """ """
1624
-
1625
1476
  id_data: typing.Any
1626
- """ """
1627
1477
 
1628
1478
  def append(self, draw_func):
1629
1479
  """Append a draw function to this menu,
@@ -1715,10 +1565,7 @@ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
1715
1565
  """
1716
1566
  ...
1717
1567
 
1718
- def is_extended(self):
1719
- """ """
1720
- ...
1721
-
1568
+ def is_extended(self): ...
1722
1569
  def is_property_hidden(self) -> bool:
1723
1570
  """Check if a property is hidden.
1724
1571
 
@@ -1856,31 +1703,14 @@ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
1856
1703
  class RENDER_PT_eevee_depth_of_field(
1857
1704
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1858
1705
  ):
1859
- """ """
1860
-
1861
1706
  COMPAT_ENGINES: typing.Any
1862
- """ """
1863
-
1864
1707
  bl_context: typing.Any
1865
- """ """
1866
-
1867
1708
  bl_label: typing.Any
1868
- """ """
1869
-
1870
1709
  bl_options: typing.Any
1871
- """ """
1872
-
1873
1710
  bl_region_type: typing.Any
1874
- """ """
1875
-
1876
1711
  bl_rna: typing.Any
1877
- """ """
1878
-
1879
1712
  bl_space_type: typing.Any
1880
- """ """
1881
-
1882
1713
  id_data: typing.Any
1883
- """ """
1884
1714
 
1885
1715
  def append(self, draw_func):
1886
1716
  """Append a draw function to this menu,
@@ -1965,10 +1795,7 @@ class RENDER_PT_eevee_depth_of_field(
1965
1795
  """
1966
1796
  ...
1967
1797
 
1968
- def is_extended(self):
1969
- """ """
1970
- ...
1971
-
1798
+ def is_extended(self): ...
1972
1799
  def is_property_hidden(self) -> bool:
1973
1800
  """Check if a property is hidden.
1974
1801
 
@@ -2104,31 +1931,14 @@ class RENDER_PT_eevee_depth_of_field(
2104
1931
  ...
2105
1932
 
2106
1933
  class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2107
- """ """
2108
-
2109
1934
  COMPAT_ENGINES: typing.Any
2110
- """ """
2111
-
2112
1935
  bl_context: typing.Any
2113
- """ """
2114
-
2115
1936
  bl_label: typing.Any
2116
- """ """
2117
-
2118
1937
  bl_options: typing.Any
2119
- """ """
2120
-
2121
1938
  bl_region_type: typing.Any
2122
- """ """
2123
-
2124
1939
  bl_rna: typing.Any
2125
- """ """
2126
-
2127
1940
  bl_space_type: typing.Any
2128
- """ """
2129
-
2130
1941
  id_data: typing.Any
2131
- """ """
2132
1942
 
2133
1943
  def append(self, draw_func):
2134
1944
  """Append a draw function to this menu,
@@ -2213,10 +2023,7 @@ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2213
2023
  """
2214
2024
  ...
2215
2025
 
2216
- def is_extended(self):
2217
- """ """
2218
- ...
2219
-
2026
+ def is_extended(self): ...
2220
2027
  def is_property_hidden(self) -> bool:
2221
2028
  """Check if a property is hidden.
2222
2029
 
@@ -2352,31 +2159,14 @@ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2352
2159
  ...
2353
2160
 
2354
2161
  class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2355
- """ """
2356
-
2357
2162
  COMPAT_ENGINES: typing.Any
2358
- """ """
2359
-
2360
2163
  bl_context: typing.Any
2361
- """ """
2362
-
2363
2164
  bl_label: typing.Any
2364
- """ """
2365
-
2366
2165
  bl_options: typing.Any
2367
- """ """
2368
-
2369
2166
  bl_region_type: typing.Any
2370
- """ """
2371
-
2372
2167
  bl_rna: typing.Any
2373
- """ """
2374
-
2375
2168
  bl_space_type: typing.Any
2376
- """ """
2377
-
2378
2169
  id_data: typing.Any
2379
- """ """
2380
2170
 
2381
2171
  def append(self, draw_func):
2382
2172
  """Append a draw function to this menu,
@@ -2461,10 +2251,7 @@ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2461
2251
  """
2462
2252
  ...
2463
2253
 
2464
- def is_extended(self):
2465
- """ """
2466
- ...
2467
-
2254
+ def is_extended(self): ...
2468
2255
  def is_property_hidden(self) -> bool:
2469
2256
  """Check if a property is hidden.
2470
2257
 
@@ -2602,31 +2389,14 @@ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2602
2389
  class RENDER_PT_eevee_indirect_lighting(
2603
2390
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2604
2391
  ):
2605
- """ """
2606
-
2607
2392
  COMPAT_ENGINES: typing.Any
2608
- """ """
2609
-
2610
2393
  bl_context: typing.Any
2611
- """ """
2612
-
2613
2394
  bl_label: typing.Any
2614
- """ """
2615
-
2616
2395
  bl_options: typing.Any
2617
- """ """
2618
-
2619
2396
  bl_region_type: typing.Any
2620
- """ """
2621
-
2622
2397
  bl_rna: typing.Any
2623
- """ """
2624
-
2625
2398
  bl_space_type: typing.Any
2626
- """ """
2627
-
2628
2399
  id_data: typing.Any
2629
- """ """
2630
2400
 
2631
2401
  def append(self, draw_func):
2632
2402
  """Append a draw function to this menu,
@@ -2711,10 +2481,7 @@ class RENDER_PT_eevee_indirect_lighting(
2711
2481
  """
2712
2482
  ...
2713
2483
 
2714
- def is_extended(self):
2715
- """ """
2716
- ...
2717
-
2484
+ def is_extended(self): ...
2718
2485
  def is_property_hidden(self) -> bool:
2719
2486
  """Check if a property is hidden.
2720
2487
 
@@ -2852,31 +2619,14 @@ class RENDER_PT_eevee_indirect_lighting(
2852
2619
  class RENDER_PT_eevee_indirect_lighting_display(
2853
2620
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2854
2621
  ):
2855
- """ """
2856
-
2857
2622
  COMPAT_ENGINES: typing.Any
2858
- """ """
2859
-
2860
2623
  bl_context: typing.Any
2861
- """ """
2862
-
2863
2624
  bl_label: typing.Any
2864
- """ """
2865
-
2866
2625
  bl_parent_id: typing.Any
2867
- """ """
2868
-
2869
2626
  bl_region_type: typing.Any
2870
- """ """
2871
-
2872
2627
  bl_rna: typing.Any
2873
- """ """
2874
-
2875
2628
  bl_space_type: typing.Any
2876
- """ """
2877
-
2878
2629
  id_data: typing.Any
2879
- """ """
2880
2630
 
2881
2631
  def append(self, draw_func):
2882
2632
  """Append a draw function to this menu,
@@ -2961,10 +2711,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
2961
2711
  """
2962
2712
  ...
2963
2713
 
2964
- def is_extended(self):
2965
- """ """
2966
- ...
2967
-
2714
+ def is_extended(self): ...
2968
2715
  def is_property_hidden(self) -> bool:
2969
2716
  """Check if a property is hidden.
2970
2717
 
@@ -3102,31 +2849,14 @@ class RENDER_PT_eevee_indirect_lighting_display(
3102
2849
  class RENDER_PT_eevee_motion_blur(
3103
2850
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3104
2851
  ):
3105
- """ """
3106
-
3107
2852
  COMPAT_ENGINES: typing.Any
3108
- """ """
3109
-
3110
2853
  bl_context: typing.Any
3111
- """ """
3112
-
3113
2854
  bl_label: typing.Any
3114
- """ """
3115
-
3116
2855
  bl_options: typing.Any
3117
- """ """
3118
-
3119
2856
  bl_region_type: typing.Any
3120
- """ """
3121
-
3122
2857
  bl_rna: typing.Any
3123
- """ """
3124
-
3125
2858
  bl_space_type: typing.Any
3126
- """ """
3127
-
3128
2859
  id_data: typing.Any
3129
- """ """
3130
2860
 
3131
2861
  def append(self, draw_func):
3132
2862
  """Append a draw function to this menu,
@@ -3218,10 +2948,7 @@ class RENDER_PT_eevee_motion_blur(
3218
2948
  """
3219
2949
  ...
3220
2950
 
3221
- def is_extended(self):
3222
- """ """
3223
- ...
3224
-
2951
+ def is_extended(self): ...
3225
2952
  def is_property_hidden(self) -> bool:
3226
2953
  """Check if a property is hidden.
3227
2954
 
@@ -3359,31 +3086,14 @@ class RENDER_PT_eevee_motion_blur(
3359
3086
  class RENDER_PT_eevee_next_clamping(
3360
3087
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3361
3088
  ):
3362
- """ """
3363
-
3364
3089
  COMPAT_ENGINES: typing.Any
3365
- """ """
3366
-
3367
3090
  bl_context: typing.Any
3368
- """ """
3369
-
3370
3091
  bl_label: typing.Any
3371
- """ """
3372
-
3373
3092
  bl_options: typing.Any
3374
- """ """
3375
-
3376
3093
  bl_region_type: typing.Any
3377
- """ """
3378
-
3379
3094
  bl_rna: typing.Any
3380
- """ """
3381
-
3382
3095
  bl_space_type: typing.Any
3383
- """ """
3384
-
3385
3096
  id_data: typing.Any
3386
- """ """
3387
3097
 
3388
3098
  def append(self, draw_func):
3389
3099
  """Append a draw function to this menu,
@@ -3468,10 +3178,7 @@ class RENDER_PT_eevee_next_clamping(
3468
3178
  """
3469
3179
  ...
3470
3180
 
3471
- def is_extended(self):
3472
- """ """
3473
- ...
3474
-
3181
+ def is_extended(self): ...
3475
3182
  def is_property_hidden(self) -> bool:
3476
3183
  """Check if a property is hidden.
3477
3184
 
@@ -3609,31 +3316,14 @@ class RENDER_PT_eevee_next_clamping(
3609
3316
  class RENDER_PT_eevee_next_clamping_surface(
3610
3317
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3611
3318
  ):
3612
- """ """
3613
-
3614
3319
  COMPAT_ENGINES: typing.Any
3615
- """ """
3616
-
3617
3320
  bl_context: typing.Any
3618
- """ """
3619
-
3620
3321
  bl_label: typing.Any
3621
- """ """
3622
-
3623
3322
  bl_parent_id: typing.Any
3624
- """ """
3625
-
3626
3323
  bl_region_type: typing.Any
3627
- """ """
3628
-
3629
3324
  bl_rna: typing.Any
3630
- """ """
3631
-
3632
3325
  bl_space_type: typing.Any
3633
- """ """
3634
-
3635
3326
  id_data: typing.Any
3636
- """ """
3637
3327
 
3638
3328
  def append(self, draw_func):
3639
3329
  """Append a draw function to this menu,
@@ -3718,10 +3408,7 @@ class RENDER_PT_eevee_next_clamping_surface(
3718
3408
  """
3719
3409
  ...
3720
3410
 
3721
- def is_extended(self):
3722
- """ """
3723
- ...
3724
-
3411
+ def is_extended(self): ...
3725
3412
  def is_property_hidden(self) -> bool:
3726
3413
  """Check if a property is hidden.
3727
3414
 
@@ -3859,31 +3546,14 @@ class RENDER_PT_eevee_next_clamping_surface(
3859
3546
  class RENDER_PT_eevee_next_clamping_volume(
3860
3547
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3861
3548
  ):
3862
- """ """
3863
-
3864
3549
  COMPAT_ENGINES: typing.Any
3865
- """ """
3866
-
3867
3550
  bl_context: typing.Any
3868
- """ """
3869
-
3870
3551
  bl_label: typing.Any
3871
- """ """
3872
-
3873
3552
  bl_parent_id: typing.Any
3874
- """ """
3875
-
3876
3553
  bl_region_type: typing.Any
3877
- """ """
3878
-
3879
3554
  bl_rna: typing.Any
3880
- """ """
3881
-
3882
3555
  bl_space_type: typing.Any
3883
- """ """
3884
-
3885
3556
  id_data: typing.Any
3886
- """ """
3887
3557
 
3888
3558
  def append(self, draw_func):
3889
3559
  """Append a draw function to this menu,
@@ -3968,10 +3638,7 @@ class RENDER_PT_eevee_next_clamping_volume(
3968
3638
  """
3969
3639
  ...
3970
3640
 
3971
- def is_extended(self):
3972
- """ """
3973
- ...
3974
-
3641
+ def is_extended(self): ...
3975
3642
  def is_property_hidden(self) -> bool:
3976
3643
  """Check if a property is hidden.
3977
3644
 
@@ -4109,34 +3776,15 @@ class RENDER_PT_eevee_next_clamping_volume(
4109
3776
  class RENDER_PT_eevee_next_denoise(
4110
3777
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4111
3778
  ):
4112
- """ """
4113
-
4114
3779
  COMPAT_ENGINES: typing.Any
4115
- """ """
4116
-
4117
3780
  bl_context: typing.Any
4118
- """ """
4119
-
4120
3781
  bl_label: typing.Any
4121
- """ """
4122
-
4123
3782
  bl_options: typing.Any
4124
- """ """
4125
-
4126
3783
  bl_parent_id: typing.Any
4127
- """ """
4128
-
4129
3784
  bl_region_type: typing.Any
4130
- """ """
4131
-
4132
3785
  bl_rna: typing.Any
4133
- """ """
4134
-
4135
3786
  bl_space_type: typing.Any
4136
- """ """
4137
-
4138
3787
  id_data: typing.Any
4139
- """ """
4140
3788
 
4141
3789
  def append(self, draw_func):
4142
3790
  """Append a draw function to this menu,
@@ -4228,10 +3876,7 @@ class RENDER_PT_eevee_next_denoise(
4228
3876
  """
4229
3877
  ...
4230
3878
 
4231
- def is_extended(self):
4232
- """ """
4233
- ...
4234
-
3879
+ def is_extended(self): ...
4235
3880
  def is_property_hidden(self) -> bool:
4236
3881
  """Check if a property is hidden.
4237
3882
 
@@ -4369,31 +4014,14 @@ class RENDER_PT_eevee_next_denoise(
4369
4014
  class RENDER_PT_eevee_next_depth_of_field(
4370
4015
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4371
4016
  ):
4372
- """ """
4373
-
4374
4017
  COMPAT_ENGINES: typing.Any
4375
- """ """
4376
-
4377
4018
  bl_context: typing.Any
4378
- """ """
4379
-
4380
4019
  bl_label: typing.Any
4381
- """ """
4382
-
4383
4020
  bl_options: typing.Any
4384
- """ """
4385
-
4386
4021
  bl_region_type: typing.Any
4387
- """ """
4388
-
4389
4022
  bl_rna: typing.Any
4390
- """ """
4391
-
4392
4023
  bl_space_type: typing.Any
4393
- """ """
4394
-
4395
4024
  id_data: typing.Any
4396
- """ """
4397
4025
 
4398
4026
  def append(self, draw_func):
4399
4027
  """Append a draw function to this menu,
@@ -4478,10 +4106,7 @@ class RENDER_PT_eevee_next_depth_of_field(
4478
4106
  """
4479
4107
  ...
4480
4108
 
4481
- def is_extended(self):
4482
- """ """
4483
- ...
4484
-
4109
+ def is_extended(self): ...
4485
4110
  def is_property_hidden(self) -> bool:
4486
4111
  """Check if a property is hidden.
4487
4112
 
@@ -4619,31 +4244,14 @@ class RENDER_PT_eevee_next_depth_of_field(
4619
4244
  class RENDER_PT_eevee_next_film(
4620
4245
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4621
4246
  ):
4622
- """ """
4623
-
4624
4247
  COMPAT_ENGINES: typing.Any
4625
- """ """
4626
-
4627
4248
  bl_context: typing.Any
4628
- """ """
4629
-
4630
4249
  bl_label: typing.Any
4631
- """ """
4632
-
4633
4250
  bl_options: typing.Any
4634
- """ """
4635
-
4636
4251
  bl_region_type: typing.Any
4637
- """ """
4638
-
4639
4252
  bl_rna: typing.Any
4640
- """ """
4641
-
4642
4253
  bl_space_type: typing.Any
4643
- """ """
4644
-
4645
4254
  id_data: typing.Any
4646
- """ """
4647
4255
 
4648
4256
  def append(self, draw_func):
4649
4257
  """Append a draw function to this menu,
@@ -4728,10 +4336,7 @@ class RENDER_PT_eevee_next_film(
4728
4336
  """
4729
4337
  ...
4730
4338
 
4731
- def is_extended(self):
4732
- """ """
4733
- ...
4734
-
4339
+ def is_extended(self): ...
4735
4340
  def is_property_hidden(self) -> bool:
4736
4341
  """Check if a property is hidden.
4737
4342
 
@@ -4869,34 +4474,15 @@ class RENDER_PT_eevee_next_film(
4869
4474
  class RENDER_PT_eevee_next_horizon_scan(
4870
4475
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4871
4476
  ):
4872
- """ """
4873
-
4874
4477
  COMPAT_ENGINES: typing.Any
4875
- """ """
4876
-
4877
4478
  bl_context: typing.Any
4878
- """ """
4879
-
4880
4479
  bl_label: typing.Any
4881
- """ """
4882
-
4883
4480
  bl_options: typing.Any
4884
- """ """
4885
-
4886
4481
  bl_parent_id: typing.Any
4887
- """ """
4888
-
4889
4482
  bl_region_type: typing.Any
4890
- """ """
4891
-
4892
4483
  bl_rna: typing.Any
4893
- """ """
4894
-
4895
4484
  bl_space_type: typing.Any
4896
- """ """
4897
-
4898
4485
  id_data: typing.Any
4899
- """ """
4900
4486
 
4901
4487
  def append(self, draw_func):
4902
4488
  """Append a draw function to this menu,
@@ -4981,10 +4567,7 @@ class RENDER_PT_eevee_next_horizon_scan(
4981
4567
  """
4982
4568
  ...
4983
4569
 
4984
- def is_extended(self):
4985
- """ """
4986
- ...
4987
-
4570
+ def is_extended(self): ...
4988
4571
  def is_property_hidden(self) -> bool:
4989
4572
  """Check if a property is hidden.
4990
4573
 
@@ -5122,31 +4705,14 @@ class RENDER_PT_eevee_next_horizon_scan(
5122
4705
  class RENDER_PT_eevee_next_motion_blur(
5123
4706
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5124
4707
  ):
5125
- """ """
5126
-
5127
4708
  COMPAT_ENGINES: typing.Any
5128
- """ """
5129
-
5130
4709
  bl_context: typing.Any
5131
- """ """
5132
-
5133
4710
  bl_label: typing.Any
5134
- """ """
5135
-
5136
4711
  bl_options: typing.Any
5137
- """ """
5138
-
5139
4712
  bl_region_type: typing.Any
5140
- """ """
5141
-
5142
4713
  bl_rna: typing.Any
5143
- """ """
5144
-
5145
4714
  bl_space_type: typing.Any
5146
- """ """
5147
-
5148
4715
  id_data: typing.Any
5149
- """ """
5150
4716
 
5151
4717
  def append(self, draw_func):
5152
4718
  """Append a draw function to this menu,
@@ -5238,10 +4804,7 @@ class RENDER_PT_eevee_next_motion_blur(
5238
4804
  """
5239
4805
  ...
5240
4806
 
5241
- def is_extended(self):
5242
- """ """
5243
- ...
5244
-
4807
+ def is_extended(self): ...
5245
4808
  def is_property_hidden(self) -> bool:
5246
4809
  """Check if a property is hidden.
5247
4810
 
@@ -5379,34 +4942,15 @@ class RENDER_PT_eevee_next_motion_blur(
5379
4942
  class RENDER_PT_eevee_next_motion_blur_curve(
5380
4943
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5381
4944
  ):
5382
- """ """
5383
-
5384
4945
  COMPAT_ENGINES: typing.Any
5385
- """ """
5386
-
5387
4946
  bl_context: typing.Any
5388
- """ """
5389
-
5390
4947
  bl_label: typing.Any
5391
- """ """
5392
-
5393
4948
  bl_options: typing.Any
5394
- """ """
5395
-
5396
4949
  bl_parent_id: typing.Any
5397
- """ """
5398
-
5399
4950
  bl_region_type: typing.Any
5400
- """ """
5401
-
5402
4951
  bl_rna: typing.Any
5403
- """ """
5404
-
5405
4952
  bl_space_type: typing.Any
5406
- """ """
5407
-
5408
4953
  id_data: typing.Any
5409
- """ """
5410
4954
 
5411
4955
  def append(self, draw_func):
5412
4956
  """Append a draw function to this menu,
@@ -5491,10 +5035,7 @@ class RENDER_PT_eevee_next_motion_blur_curve(
5491
5035
  """
5492
5036
  ...
5493
5037
 
5494
- def is_extended(self):
5495
- """ """
5496
- ...
5497
-
5038
+ def is_extended(self): ...
5498
5039
  def is_property_hidden(self) -> bool:
5499
5040
  """Check if a property is hidden.
5500
5041
 
@@ -5632,31 +5173,14 @@ class RENDER_PT_eevee_next_motion_blur_curve(
5632
5173
  class RENDER_PT_eevee_next_raytracing(
5633
5174
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5634
5175
  ):
5635
- """ """
5636
-
5637
5176
  COMPAT_ENGINES: typing.Any
5638
- """ """
5639
-
5640
5177
  bl_context: typing.Any
5641
- """ """
5642
-
5643
5178
  bl_label: typing.Any
5644
- """ """
5645
-
5646
5179
  bl_options: typing.Any
5647
- """ """
5648
-
5649
5180
  bl_region_type: typing.Any
5650
- """ """
5651
-
5652
5181
  bl_rna: typing.Any
5653
- """ """
5654
-
5655
5182
  bl_space_type: typing.Any
5656
- """ """
5657
-
5658
5183
  id_data: typing.Any
5659
- """ """
5660
5184
 
5661
5185
  def append(self, draw_func):
5662
5186
  """Append a draw function to this menu,
@@ -5755,10 +5279,7 @@ class RENDER_PT_eevee_next_raytracing(
5755
5279
  """
5756
5280
  ...
5757
5281
 
5758
- def is_extended(self):
5759
- """ """
5760
- ...
5761
-
5282
+ def is_extended(self): ...
5762
5283
  def is_property_hidden(self) -> bool:
5763
5284
  """Check if a property is hidden.
5764
5285
 
@@ -5896,28 +5417,13 @@ class RENDER_PT_eevee_next_raytracing(
5896
5417
  class RENDER_PT_eevee_next_sampling(
5897
5418
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5898
5419
  ):
5899
- """ """
5900
-
5901
5420
  COMPAT_ENGINES: typing.Any
5902
- """ """
5903
-
5904
5421
  bl_context: typing.Any
5905
- """ """
5906
-
5907
5422
  bl_label: typing.Any
5908
- """ """
5909
-
5910
5423
  bl_region_type: typing.Any
5911
- """ """
5912
-
5913
5424
  bl_rna: typing.Any
5914
- """ """
5915
-
5916
5425
  bl_space_type: typing.Any
5917
- """ """
5918
-
5919
5426
  id_data: typing.Any
5920
- """ """
5921
5427
 
5922
5428
  def append(self, draw_func):
5923
5429
  """Append a draw function to this menu,
@@ -6002,10 +5508,7 @@ class RENDER_PT_eevee_next_sampling(
6002
5508
  """
6003
5509
  ...
6004
5510
 
6005
- def is_extended(self):
6006
- """ """
6007
- ...
6008
-
5511
+ def is_extended(self): ...
6009
5512
  def is_property_hidden(self) -> bool:
6010
5513
  """Check if a property is hidden.
6011
5514
 
@@ -6143,34 +5646,15 @@ class RENDER_PT_eevee_next_sampling(
6143
5646
  class RENDER_PT_eevee_next_sampling_advanced(
6144
5647
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6145
5648
  ):
6146
- """ """
6147
-
6148
5649
  COMPAT_ENGINES: typing.Any
6149
- """ """
6150
-
6151
5650
  bl_context: typing.Any
6152
- """ """
6153
-
6154
5651
  bl_label: typing.Any
6155
- """ """
6156
-
6157
5652
  bl_options: typing.Any
6158
- """ """
6159
-
6160
5653
  bl_parent_id: typing.Any
6161
- """ """
6162
-
6163
5654
  bl_region_type: typing.Any
6164
- """ """
6165
-
6166
5655
  bl_rna: typing.Any
6167
- """ """
6168
-
6169
5656
  bl_space_type: typing.Any
6170
- """ """
6171
-
6172
5657
  id_data: typing.Any
6173
- """ """
6174
5658
 
6175
5659
  def append(self, draw_func):
6176
5660
  """Append a draw function to this menu,
@@ -6255,10 +5739,7 @@ class RENDER_PT_eevee_next_sampling_advanced(
6255
5739
  """
6256
5740
  ...
6257
5741
 
6258
- def is_extended(self):
6259
- """ """
6260
- ...
6261
-
5742
+ def is_extended(self): ...
6262
5743
  def is_property_hidden(self) -> bool:
6263
5744
  """Check if a property is hidden.
6264
5745
 
@@ -6396,31 +5877,14 @@ class RENDER_PT_eevee_next_sampling_advanced(
6396
5877
  class RENDER_PT_eevee_next_sampling_render(
6397
5878
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6398
5879
  ):
6399
- """ """
6400
-
6401
5880
  COMPAT_ENGINES: typing.Any
6402
- """ """
6403
-
6404
5881
  bl_context: typing.Any
6405
- """ """
6406
-
6407
5882
  bl_label: typing.Any
6408
- """ """
6409
-
6410
5883
  bl_parent_id: typing.Any
6411
- """ """
6412
-
6413
5884
  bl_region_type: typing.Any
6414
- """ """
6415
-
6416
5885
  bl_rna: typing.Any
6417
- """ """
6418
-
6419
5886
  bl_space_type: typing.Any
6420
- """ """
6421
-
6422
5887
  id_data: typing.Any
6423
- """ """
6424
5888
 
6425
5889
  def append(self, draw_func):
6426
5890
  """Append a draw function to this menu,
@@ -6505,10 +5969,7 @@ class RENDER_PT_eevee_next_sampling_render(
6505
5969
  """
6506
5970
  ...
6507
5971
 
6508
- def is_extended(self):
6509
- """ """
6510
- ...
6511
-
5972
+ def is_extended(self): ...
6512
5973
  def is_property_hidden(self) -> bool:
6513
5974
  """Check if a property is hidden.
6514
5975
 
@@ -6646,34 +6107,15 @@ class RENDER_PT_eevee_next_sampling_render(
6646
6107
  class RENDER_PT_eevee_next_sampling_shadows(
6647
6108
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6648
6109
  ):
6649
- """ """
6650
-
6651
6110
  COMPAT_ENGINES: typing.Any
6652
- """ """
6653
-
6654
6111
  bl_context: typing.Any
6655
- """ """
6656
-
6657
6112
  bl_label: typing.Any
6658
- """ """
6659
-
6660
6113
  bl_options: typing.Any
6661
- """ """
6662
-
6663
6114
  bl_parent_id: typing.Any
6664
- """ """
6665
-
6666
6115
  bl_region_type: typing.Any
6667
- """ """
6668
-
6669
6116
  bl_rna: typing.Any
6670
- """ """
6671
-
6672
6117
  bl_space_type: typing.Any
6673
- """ """
6674
-
6675
6118
  id_data: typing.Any
6676
- """ """
6677
6119
 
6678
6120
  def append(self, draw_func):
6679
6121
  """Append a draw function to this menu,
@@ -6765,10 +6207,7 @@ class RENDER_PT_eevee_next_sampling_shadows(
6765
6207
  """
6766
6208
  ...
6767
6209
 
6768
- def is_extended(self):
6769
- """ """
6770
- ...
6771
-
6210
+ def is_extended(self): ...
6772
6211
  def is_property_hidden(self) -> bool:
6773
6212
  """Check if a property is hidden.
6774
6213
 
@@ -6906,31 +6345,14 @@ class RENDER_PT_eevee_next_sampling_shadows(
6906
6345
  class RENDER_PT_eevee_next_sampling_viewport(
6907
6346
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6908
6347
  ):
6909
- """ """
6910
-
6911
6348
  COMPAT_ENGINES: typing.Any
6912
- """ """
6913
-
6914
6349
  bl_context: typing.Any
6915
- """ """
6916
-
6917
6350
  bl_label: typing.Any
6918
- """ """
6919
-
6920
6351
  bl_parent_id: typing.Any
6921
- """ """
6922
-
6923
6352
  bl_region_type: typing.Any
6924
- """ """
6925
-
6926
6353
  bl_rna: typing.Any
6927
- """ """
6928
-
6929
6354
  bl_space_type: typing.Any
6930
- """ """
6931
-
6932
6355
  id_data: typing.Any
6933
- """ """
6934
6356
 
6935
6357
  def append(self, draw_func):
6936
6358
  """Append a draw function to this menu,
@@ -7015,10 +6437,7 @@ class RENDER_PT_eevee_next_sampling_viewport(
7015
6437
  """
7016
6438
  ...
7017
6439
 
7018
- def is_extended(self):
7019
- """ """
7020
- ...
7021
-
6440
+ def is_extended(self): ...
7022
6441
  def is_property_hidden(self) -> bool:
7023
6442
  """Check if a property is hidden.
7024
6443
 
@@ -7156,34 +6575,15 @@ class RENDER_PT_eevee_next_sampling_viewport(
7156
6575
  class RENDER_PT_eevee_next_screen_trace(
7157
6576
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7158
6577
  ):
7159
- """ """
7160
-
7161
6578
  COMPAT_ENGINES: typing.Any
7162
- """ """
7163
-
7164
6579
  bl_context: typing.Any
7165
- """ """
7166
-
7167
6580
  bl_label: typing.Any
7168
- """ """
7169
-
7170
6581
  bl_options: typing.Any
7171
- """ """
7172
-
7173
6582
  bl_parent_id: typing.Any
7174
- """ """
7175
-
7176
6583
  bl_region_type: typing.Any
7177
- """ """
7178
-
7179
6584
  bl_rna: typing.Any
7180
- """ """
7181
-
7182
6585
  bl_space_type: typing.Any
7183
- """ """
7184
-
7185
6586
  id_data: typing.Any
7186
- """ """
7187
6587
 
7188
6588
  def append(self, draw_func):
7189
6589
  """Append a draw function to this menu,
@@ -7268,10 +6668,7 @@ class RENDER_PT_eevee_next_screen_trace(
7268
6668
  """
7269
6669
  ...
7270
6670
 
7271
- def is_extended(self):
7272
- """ """
7273
- ...
7274
-
6671
+ def is_extended(self): ...
7275
6672
  def is_property_hidden(self) -> bool:
7276
6673
  """Check if a property is hidden.
7277
6674
 
@@ -7409,31 +6806,14 @@ class RENDER_PT_eevee_next_screen_trace(
7409
6806
  class RENDER_PT_eevee_next_volumes(
7410
6807
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7411
6808
  ):
7412
- """ """
7413
-
7414
6809
  COMPAT_ENGINES: typing.Any
7415
- """ """
7416
-
7417
6810
  bl_context: typing.Any
7418
- """ """
7419
-
7420
6811
  bl_label: typing.Any
7421
- """ """
7422
-
7423
6812
  bl_options: typing.Any
7424
- """ """
7425
-
7426
6813
  bl_region_type: typing.Any
7427
- """ """
7428
-
7429
6814
  bl_rna: typing.Any
7430
- """ """
7431
-
7432
6815
  bl_space_type: typing.Any
7433
- """ """
7434
-
7435
6816
  id_data: typing.Any
7436
- """ """
7437
6817
 
7438
6818
  def append(self, draw_func):
7439
6819
  """Append a draw function to this menu,
@@ -7518,10 +6898,7 @@ class RENDER_PT_eevee_next_volumes(
7518
6898
  """
7519
6899
  ...
7520
6900
 
7521
- def is_extended(self):
7522
- """ """
7523
- ...
7524
-
6901
+ def is_extended(self): ...
7525
6902
  def is_property_hidden(self) -> bool:
7526
6903
  """Check if a property is hidden.
7527
6904
 
@@ -7659,34 +7036,15 @@ class RENDER_PT_eevee_next_volumes(
7659
7036
  class RENDER_PT_eevee_next_volumes_range(
7660
7037
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7661
7038
  ):
7662
- """ """
7663
-
7664
7039
  COMPAT_ENGINES: typing.Any
7665
- """ """
7666
-
7667
7040
  bl_context: typing.Any
7668
- """ """
7669
-
7670
7041
  bl_label: typing.Any
7671
- """ """
7672
-
7673
7042
  bl_options: typing.Any
7674
- """ """
7675
-
7676
7043
  bl_parent_id: typing.Any
7677
- """ """
7678
-
7679
7044
  bl_region_type: typing.Any
7680
- """ """
7681
-
7682
7045
  bl_rna: typing.Any
7683
- """ """
7684
-
7685
7046
  bl_space_type: typing.Any
7686
- """ """
7687
-
7688
7047
  id_data: typing.Any
7689
- """ """
7690
7048
 
7691
7049
  def append(self, draw_func):
7692
7050
  """Append a draw function to this menu,
@@ -7778,10 +7136,7 @@ class RENDER_PT_eevee_next_volumes_range(
7778
7136
  """
7779
7137
  ...
7780
7138
 
7781
- def is_extended(self):
7782
- """ """
7783
- ...
7784
-
7139
+ def is_extended(self): ...
7785
7140
  def is_property_hidden(self) -> bool:
7786
7141
  """Check if a property is hidden.
7787
7142
 
@@ -7919,31 +7274,14 @@ class RENDER_PT_eevee_next_volumes_range(
7919
7274
  class RENDER_PT_eevee_performance(
7920
7275
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7921
7276
  ):
7922
- """ """
7923
-
7924
7277
  COMPAT_ENGINES: typing.Any
7925
- """ """
7926
-
7927
7278
  bl_context: typing.Any
7928
- """ """
7929
-
7930
7279
  bl_label: typing.Any
7931
- """ """
7932
-
7933
7280
  bl_options: typing.Any
7934
- """ """
7935
-
7936
7281
  bl_region_type: typing.Any
7937
- """ """
7938
-
7939
7282
  bl_rna: typing.Any
7940
- """ """
7941
-
7942
7283
  bl_space_type: typing.Any
7943
- """ """
7944
-
7945
7284
  id_data: typing.Any
7946
- """ """
7947
7285
 
7948
7286
  def append(self, draw_func):
7949
7287
  """Append a draw function to this menu,
@@ -8028,10 +7366,7 @@ class RENDER_PT_eevee_performance(
8028
7366
  """
8029
7367
  ...
8030
7368
 
8031
- def is_extended(self):
8032
- """ """
8033
- ...
8034
-
7369
+ def is_extended(self): ...
8035
7370
  def is_property_hidden(self) -> bool:
8036
7371
  """Check if a property is hidden.
8037
7372
 
@@ -8172,34 +7507,15 @@ class RENDER_PT_eevee_performance_compositor(
8172
7507
  CompositorPerformanceButtonsPanel,
8173
7508
  bpy_types._GenericUI,
8174
7509
  ):
8175
- """ """
8176
-
8177
7510
  COMPAT_ENGINES: typing.Any
8178
- """ """
8179
-
8180
7511
  bl_context: typing.Any
8181
- """ """
8182
-
8183
7512
  bl_label: typing.Any
8184
- """ """
8185
-
8186
7513
  bl_options: typing.Any
8187
- """ """
8188
-
8189
7514
  bl_parent_id: typing.Any
8190
- """ """
8191
-
8192
7515
  bl_region_type: typing.Any
8193
- """ """
8194
-
8195
7516
  bl_rna: typing.Any
8196
- """ """
8197
-
8198
7517
  bl_space_type: typing.Any
8199
- """ """
8200
-
8201
7518
  id_data: typing.Any
8202
- """ """
8203
7519
 
8204
7520
  def append(self, draw_func):
8205
7521
  """Append a draw function to this menu,
@@ -8284,10 +7600,7 @@ class RENDER_PT_eevee_performance_compositor(
8284
7600
  """
8285
7601
  ...
8286
7602
 
8287
- def is_extended(self):
8288
- """ """
8289
- ...
8290
-
7603
+ def is_extended(self): ...
8291
7604
  def is_property_hidden(self) -> bool:
8292
7605
  """Check if a property is hidden.
8293
7606
 
@@ -8425,34 +7738,15 @@ class RENDER_PT_eevee_performance_compositor(
8425
7738
  class RENDER_PT_eevee_performance_memory(
8426
7739
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8427
7740
  ):
8428
- """ """
8429
-
8430
7741
  COMPAT_ENGINES: typing.Any
8431
- """ """
8432
-
8433
7742
  bl_context: typing.Any
8434
- """ """
8435
-
8436
7743
  bl_label: typing.Any
8437
- """ """
8438
-
8439
7744
  bl_options: typing.Any
8440
- """ """
8441
-
8442
7745
  bl_parent_id: typing.Any
8443
- """ """
8444
-
8445
7746
  bl_region_type: typing.Any
8446
- """ """
8447
-
8448
7747
  bl_rna: typing.Any
8449
- """ """
8450
-
8451
7748
  bl_space_type: typing.Any
8452
- """ """
8453
-
8454
7749
  id_data: typing.Any
8455
- """ """
8456
7750
 
8457
7751
  def append(self, draw_func):
8458
7752
  """Append a draw function to this menu,
@@ -8537,10 +7831,7 @@ class RENDER_PT_eevee_performance_memory(
8537
7831
  """
8538
7832
  ...
8539
7833
 
8540
- def is_extended(self):
8541
- """ """
8542
- ...
8543
-
7834
+ def is_extended(self): ...
8544
7835
  def is_property_hidden(self) -> bool:
8545
7836
  """Check if a property is hidden.
8546
7837
 
@@ -8678,34 +7969,15 @@ class RENDER_PT_eevee_performance_memory(
8678
7969
  class RENDER_PT_eevee_performance_viewport(
8679
7970
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8680
7971
  ):
8681
- """ """
8682
-
8683
7972
  COMPAT_ENGINES: typing.Any
8684
- """ """
8685
-
8686
7973
  bl_context: typing.Any
8687
- """ """
8688
-
8689
7974
  bl_label: typing.Any
8690
- """ """
8691
-
8692
7975
  bl_options: typing.Any
8693
- """ """
8694
-
8695
7976
  bl_parent_id: typing.Any
8696
- """ """
8697
-
8698
7977
  bl_region_type: typing.Any
8699
- """ """
8700
-
8701
7978
  bl_rna: typing.Any
8702
- """ """
8703
-
8704
7979
  bl_space_type: typing.Any
8705
- """ """
8706
-
8707
7980
  id_data: typing.Any
8708
- """ """
8709
7981
 
8710
7982
  def append(self, draw_func):
8711
7983
  """Append a draw function to this menu,
@@ -8790,10 +8062,7 @@ class RENDER_PT_eevee_performance_viewport(
8790
8062
  """
8791
8063
  ...
8792
8064
 
8793
- def is_extended(self):
8794
- """ """
8795
- ...
8796
-
8065
+ def is_extended(self): ...
8797
8066
  def is_property_hidden(self) -> bool:
8798
8067
  """Check if a property is hidden.
8799
8068
 
@@ -8931,28 +8200,13 @@ class RENDER_PT_eevee_performance_viewport(
8931
8200
  class RENDER_PT_eevee_sampling(
8932
8201
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8933
8202
  ):
8934
- """ """
8935
-
8936
8203
  COMPAT_ENGINES: typing.Any
8937
- """ """
8938
-
8939
8204
  bl_context: typing.Any
8940
- """ """
8941
-
8942
8205
  bl_label: typing.Any
8943
- """ """
8944
-
8945
8206
  bl_region_type: typing.Any
8946
- """ """
8947
-
8948
8207
  bl_rna: typing.Any
8949
- """ """
8950
-
8951
8208
  bl_space_type: typing.Any
8952
- """ """
8953
-
8954
8209
  id_data: typing.Any
8955
- """ """
8956
8210
 
8957
8211
  def append(self, draw_func):
8958
8212
  """Append a draw function to this menu,
@@ -9037,10 +8291,7 @@ class RENDER_PT_eevee_sampling(
9037
8291
  """
9038
8292
  ...
9039
8293
 
9040
- def is_extended(self):
9041
- """ """
9042
- ...
9043
-
8294
+ def is_extended(self): ...
9044
8295
  def is_property_hidden(self) -> bool:
9045
8296
  """Check if a property is hidden.
9046
8297
 
@@ -9178,31 +8429,14 @@ class RENDER_PT_eevee_sampling(
9178
8429
  class RENDER_PT_eevee_screen_space_reflections(
9179
8430
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9180
8431
  ):
9181
- """ """
9182
-
9183
8432
  COMPAT_ENGINES: typing.Any
9184
- """ """
9185
-
9186
8433
  bl_context: typing.Any
9187
- """ """
9188
-
9189
8434
  bl_label: typing.Any
9190
- """ """
9191
-
9192
8435
  bl_options: typing.Any
9193
- """ """
9194
-
9195
8436
  bl_region_type: typing.Any
9196
- """ """
9197
-
9198
8437
  bl_rna: typing.Any
9199
- """ """
9200
-
9201
8438
  bl_space_type: typing.Any
9202
- """ """
9203
-
9204
8439
  id_data: typing.Any
9205
- """ """
9206
8440
 
9207
8441
  def append(self, draw_func):
9208
8442
  """Append a draw function to this menu,
@@ -9294,10 +8528,7 @@ class RENDER_PT_eevee_screen_space_reflections(
9294
8528
  """
9295
8529
  ...
9296
8530
 
9297
- def is_extended(self):
9298
- """ """
9299
- ...
9300
-
8531
+ def is_extended(self): ...
9301
8532
  def is_property_hidden(self) -> bool:
9302
8533
  """Check if a property is hidden.
9303
8534
 
@@ -9435,31 +8666,14 @@ class RENDER_PT_eevee_screen_space_reflections(
9435
8666
  class RENDER_PT_eevee_shadows(
9436
8667
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9437
8668
  ):
9438
- """ """
9439
-
9440
8669
  COMPAT_ENGINES: typing.Any
9441
- """ """
9442
-
9443
8670
  bl_context: typing.Any
9444
- """ """
9445
-
9446
8671
  bl_label: typing.Any
9447
- """ """
9448
-
9449
8672
  bl_options: typing.Any
9450
- """ """
9451
-
9452
8673
  bl_region_type: typing.Any
9453
- """ """
9454
-
9455
8674
  bl_rna: typing.Any
9456
- """ """
9457
-
9458
8675
  bl_space_type: typing.Any
9459
- """ """
9460
-
9461
8676
  id_data: typing.Any
9462
- """ """
9463
8677
 
9464
8678
  def append(self, draw_func):
9465
8679
  """Append a draw function to this menu,
@@ -9544,10 +8758,7 @@ class RENDER_PT_eevee_shadows(
9544
8758
  """
9545
8759
  ...
9546
8760
 
9547
- def is_extended(self):
9548
- """ """
9549
- ...
9550
-
8761
+ def is_extended(self): ...
9551
8762
  def is_property_hidden(self) -> bool:
9552
8763
  """Check if a property is hidden.
9553
8764
 
@@ -9685,31 +8896,14 @@ class RENDER_PT_eevee_shadows(
9685
8896
  class RENDER_PT_eevee_subsurface_scattering(
9686
8897
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9687
8898
  ):
9688
- """ """
9689
-
9690
8899
  COMPAT_ENGINES: typing.Any
9691
- """ """
9692
-
9693
8900
  bl_context: typing.Any
9694
- """ """
9695
-
9696
8901
  bl_label: typing.Any
9697
- """ """
9698
-
9699
8902
  bl_options: typing.Any
9700
- """ """
9701
-
9702
8903
  bl_region_type: typing.Any
9703
- """ """
9704
-
9705
8904
  bl_rna: typing.Any
9706
- """ """
9707
-
9708
8905
  bl_space_type: typing.Any
9709
- """ """
9710
-
9711
8906
  id_data: typing.Any
9712
- """ """
9713
8907
 
9714
8908
  def append(self, draw_func):
9715
8909
  """Append a draw function to this menu,
@@ -9794,10 +8988,7 @@ class RENDER_PT_eevee_subsurface_scattering(
9794
8988
  """
9795
8989
  ...
9796
8990
 
9797
- def is_extended(self):
9798
- """ """
9799
- ...
9800
-
8991
+ def is_extended(self): ...
9801
8992
  def is_property_hidden(self) -> bool:
9802
8993
  """Check if a property is hidden.
9803
8994
 
@@ -9935,31 +9126,14 @@ class RENDER_PT_eevee_subsurface_scattering(
9935
9126
  class RENDER_PT_eevee_volumetric(
9936
9127
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9937
9128
  ):
9938
- """ """
9939
-
9940
9129
  COMPAT_ENGINES: typing.Any
9941
- """ """
9942
-
9943
9130
  bl_context: typing.Any
9944
- """ """
9945
-
9946
9131
  bl_label: typing.Any
9947
- """ """
9948
-
9949
9132
  bl_options: typing.Any
9950
- """ """
9951
-
9952
9133
  bl_region_type: typing.Any
9953
- """ """
9954
-
9955
9134
  bl_rna: typing.Any
9956
- """ """
9957
-
9958
9135
  bl_space_type: typing.Any
9959
- """ """
9960
-
9961
9136
  id_data: typing.Any
9962
- """ """
9963
9137
 
9964
9138
  def append(self, draw_func):
9965
9139
  """Append a draw function to this menu,
@@ -10044,10 +9218,7 @@ class RENDER_PT_eevee_volumetric(
10044
9218
  """
10045
9219
  ...
10046
9220
 
10047
- def is_extended(self):
10048
- """ """
10049
- ...
10050
-
9221
+ def is_extended(self): ...
10051
9222
  def is_property_hidden(self) -> bool:
10052
9223
  """Check if a property is hidden.
10053
9224
 
@@ -10185,31 +9356,14 @@ class RENDER_PT_eevee_volumetric(
10185
9356
  class RENDER_PT_eevee_volumetric_lighting(
10186
9357
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10187
9358
  ):
10188
- """ """
10189
-
10190
9359
  COMPAT_ENGINES: typing.Any
10191
- """ """
10192
-
10193
9360
  bl_context: typing.Any
10194
- """ """
10195
-
10196
9361
  bl_label: typing.Any
10197
- """ """
10198
-
10199
9362
  bl_parent_id: typing.Any
10200
- """ """
10201
-
10202
9363
  bl_region_type: typing.Any
10203
- """ """
10204
-
10205
9364
  bl_rna: typing.Any
10206
- """ """
10207
-
10208
9365
  bl_space_type: typing.Any
10209
- """ """
10210
-
10211
9366
  id_data: typing.Any
10212
- """ """
10213
9367
 
10214
9368
  def append(self, draw_func):
10215
9369
  """Append a draw function to this menu,
@@ -10301,10 +9455,7 @@ class RENDER_PT_eevee_volumetric_lighting(
10301
9455
  """
10302
9456
  ...
10303
9457
 
10304
- def is_extended(self):
10305
- """ """
10306
- ...
10307
-
9458
+ def is_extended(self): ...
10308
9459
  def is_property_hidden(self) -> bool:
10309
9460
  """Check if a property is hidden.
10310
9461
 
@@ -10442,31 +9593,14 @@ class RENDER_PT_eevee_volumetric_lighting(
10442
9593
  class RENDER_PT_eevee_volumetric_shadows(
10443
9594
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10444
9595
  ):
10445
- """ """
10446
-
10447
9596
  COMPAT_ENGINES: typing.Any
10448
- """ """
10449
-
10450
9597
  bl_context: typing.Any
10451
- """ """
10452
-
10453
9598
  bl_label: typing.Any
10454
- """ """
10455
-
10456
9599
  bl_parent_id: typing.Any
10457
- """ """
10458
-
10459
9600
  bl_region_type: typing.Any
10460
- """ """
10461
-
10462
9601
  bl_rna: typing.Any
10463
- """ """
10464
-
10465
9602
  bl_space_type: typing.Any
10466
- """ """
10467
-
10468
9603
  id_data: typing.Any
10469
- """ """
10470
9604
 
10471
9605
  def append(self, draw_func):
10472
9606
  """Append a draw function to this menu,
@@ -10558,10 +9692,7 @@ class RENDER_PT_eevee_volumetric_shadows(
10558
9692
  """
10559
9693
  ...
10560
9694
 
10561
- def is_extended(self):
10562
- """ """
10563
- ...
10564
-
9695
+ def is_extended(self): ...
10565
9696
  def is_property_hidden(self) -> bool:
10566
9697
  """Check if a property is hidden.
10567
9698
 
@@ -10697,34 +9828,15 @@ class RENDER_PT_eevee_volumetric_shadows(
10697
9828
  ...
10698
9829
 
10699
9830
  class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10700
- """ """
10701
-
10702
9831
  COMPAT_ENGINES: typing.Any
10703
- """ """
10704
-
10705
9832
  bl_context: typing.Any
10706
- """ """
10707
-
10708
9833
  bl_label: typing.Any
10709
- """ """
10710
-
10711
9834
  bl_options: typing.Any
10712
- """ """
10713
-
10714
9835
  bl_order: typing.Any
10715
- """ """
10716
-
10717
9836
  bl_region_type: typing.Any
10718
- """ """
10719
-
10720
9837
  bl_rna: typing.Any
10721
- """ """
10722
-
10723
9838
  bl_space_type: typing.Any
10724
- """ """
10725
-
10726
9839
  id_data: typing.Any
10727
- """ """
10728
9840
 
10729
9841
  def append(self, draw_func):
10730
9842
  """Append a draw function to this menu,
@@ -10809,10 +9921,7 @@ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericU
10809
9921
  """
10810
9922
  ...
10811
9923
 
10812
- def is_extended(self):
10813
- """ """
10814
- ...
10815
-
9924
+ def is_extended(self): ...
10816
9925
  def is_property_hidden(self) -> bool:
10817
9926
  """Check if a property is hidden.
10818
9927
 
@@ -10948,34 +10057,15 @@ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericU
10948
10057
  ...
10949
10058
 
10950
10059
  class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10951
- """ """
10952
-
10953
10060
  COMPAT_ENGINES: typing.Any
10954
- """ """
10955
-
10956
10061
  bl_context: typing.Any
10957
- """ """
10958
-
10959
10062
  bl_label: typing.Any
10960
- """ """
10961
-
10962
10063
  bl_options: typing.Any
10963
- """ """
10964
-
10965
10064
  bl_order: typing.Any
10966
- """ """
10967
-
10968
10065
  bl_region_type: typing.Any
10969
- """ """
10970
-
10971
10066
  bl_rna: typing.Any
10972
- """ """
10973
-
10974
10067
  bl_space_type: typing.Any
10975
- """ """
10976
-
10977
10068
  id_data: typing.Any
10978
- """ """
10979
10069
 
10980
10070
  def append(self, draw_func):
10981
10071
  """Append a draw function to this menu,
@@ -11060,10 +10150,7 @@ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11060
10150
  """
11061
10151
  ...
11062
10152
 
11063
- def is_extended(self):
11064
- """ """
11065
- ...
11066
-
10153
+ def is_extended(self): ...
11067
10154
  def is_property_hidden(self) -> bool:
11068
10155
  """Check if a property is hidden.
11069
10156
 
@@ -11199,28 +10286,13 @@ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11199
10286
  ...
11200
10287
 
11201
10288
  class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
11202
- """ """
11203
-
11204
10289
  COMPAT_ENGINES: typing.Any
11205
- """ """
11206
-
11207
10290
  bl_context: typing.Any
11208
- """ """
11209
-
11210
10291
  bl_label: typing.Any
11211
- """ """
11212
-
11213
10292
  bl_region_type: typing.Any
11214
- """ """
11215
-
11216
10293
  bl_rna: typing.Any
11217
- """ """
11218
-
11219
10294
  bl_space_type: typing.Any
11220
- """ """
11221
-
11222
10295
  id_data: typing.Any
11223
- """ """
11224
10296
 
11225
10297
  def append(self, draw_func):
11226
10298
  """Append a draw function to this menu,
@@ -11305,10 +10377,7 @@ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gen
11305
10377
  """
11306
10378
  ...
11307
10379
 
11308
- def is_extended(self):
11309
- """ """
11310
- ...
11311
-
10380
+ def is_extended(self): ...
11312
10381
  def is_property_hidden(self) -> bool:
11313
10382
  """Check if a property is hidden.
11314
10383
 
@@ -11444,31 +10513,14 @@ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gen
11444
10513
  ...
11445
10514
 
11446
10515
  class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
11447
- """ """
11448
-
11449
10516
  COMPAT_ENGINES: typing.Any
11450
- """ """
11451
-
11452
10517
  bl_context: typing.Any
11453
- """ """
11454
-
11455
10518
  bl_label: typing.Any
11456
- """ """
11457
-
11458
10519
  bl_options: typing.Any
11459
- """ """
11460
-
11461
10520
  bl_region_type: typing.Any
11462
- """ """
11463
-
11464
10521
  bl_rna: typing.Any
11465
- """ """
11466
-
11467
10522
  bl_space_type: typing.Any
11468
- """ """
11469
-
11470
10523
  id_data: typing.Any
11471
- """ """
11472
10524
 
11473
10525
  def append(self, draw_func):
11474
10526
  """Append a draw function to this menu,
@@ -11553,10 +10605,7 @@ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11553
10605
  """
11554
10606
  ...
11555
10607
 
11556
- def is_extended(self):
11557
- """ """
11558
- ...
11559
-
10608
+ def is_extended(self): ...
11560
10609
  def is_property_hidden(self) -> bool:
11561
10610
  """Check if a property is hidden.
11562
10611
 
@@ -11694,28 +10743,13 @@ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11694
10743
  class RENDER_PT_opengl_lighting(
11695
10744
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11696
10745
  ):
11697
- """ """
11698
-
11699
10746
  COMPAT_ENGINES: typing.Any
11700
- """ """
11701
-
11702
10747
  bl_context: typing.Any
11703
- """ """
11704
-
11705
10748
  bl_label: typing.Any
11706
- """ """
11707
-
11708
10749
  bl_region_type: typing.Any
11709
- """ """
11710
-
11711
10750
  bl_rna: typing.Any
11712
- """ """
11713
-
11714
10751
  bl_space_type: typing.Any
11715
- """ """
11716
-
11717
10752
  id_data: typing.Any
11718
- """ """
11719
10753
 
11720
10754
  def append(self, draw_func):
11721
10755
  """Append a draw function to this menu,
@@ -11800,10 +10834,7 @@ class RENDER_PT_opengl_lighting(
11800
10834
  """
11801
10835
  ...
11802
10836
 
11803
- def is_extended(self):
11804
- """ """
11805
- ...
11806
-
10837
+ def is_extended(self): ...
11807
10838
  def is_property_hidden(self) -> bool:
11808
10839
  """Check if a property is hidden.
11809
10840
 
@@ -11941,28 +10972,13 @@ class RENDER_PT_opengl_lighting(
11941
10972
  class RENDER_PT_opengl_options(
11942
10973
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11943
10974
  ):
11944
- """ """
11945
-
11946
10975
  COMPAT_ENGINES: typing.Any
11947
- """ """
11948
-
11949
10976
  bl_context: typing.Any
11950
- """ """
11951
-
11952
10977
  bl_label: typing.Any
11953
- """ """
11954
-
11955
10978
  bl_region_type: typing.Any
11956
- """ """
11957
-
11958
10979
  bl_rna: typing.Any
11959
- """ """
11960
-
11961
10980
  bl_space_type: typing.Any
11962
- """ """
11963
-
11964
10981
  id_data: typing.Any
11965
- """ """
11966
10982
 
11967
10983
  def append(self, draw_func):
11968
10984
  """Append a draw function to this menu,
@@ -12047,10 +11063,7 @@ class RENDER_PT_opengl_options(
12047
11063
  """
12048
11064
  ...
12049
11065
 
12050
- def is_extended(self):
12051
- """ """
12052
- ...
12053
-
11066
+ def is_extended(self): ...
12054
11067
  def is_property_hidden(self) -> bool:
12055
11068
  """Check if a property is hidden.
12056
11069
 
@@ -12188,28 +11201,13 @@ class RENDER_PT_opengl_options(
12188
11201
  class RENDER_PT_opengl_sampling(
12189
11202
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
12190
11203
  ):
12191
- """ """
12192
-
12193
11204
  COMPAT_ENGINES: typing.Any
12194
- """ """
12195
-
12196
11205
  bl_context: typing.Any
12197
- """ """
12198
-
12199
11206
  bl_label: typing.Any
12200
- """ """
12201
-
12202
11207
  bl_region_type: typing.Any
12203
- """ """
12204
-
12205
11208
  bl_rna: typing.Any
12206
- """ """
12207
-
12208
11209
  bl_space_type: typing.Any
12209
- """ """
12210
-
12211
11210
  id_data: typing.Any
12212
- """ """
12213
11211
 
12214
11212
  def append(self, draw_func):
12215
11213
  """Append a draw function to this menu,
@@ -12294,10 +11292,7 @@ class RENDER_PT_opengl_sampling(
12294
11292
  """
12295
11293
  ...
12296
11294
 
12297
- def is_extended(self):
12298
- """ """
12299
- ...
12300
-
11295
+ def is_extended(self): ...
12301
11296
  def is_property_hidden(self) -> bool:
12302
11297
  """Check if a property is hidden.
12303
11298
 
@@ -12433,31 +11428,14 @@ class RENDER_PT_opengl_sampling(
12433
11428
  ...
12434
11429
 
12435
11430
  class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
12436
- """ """
12437
-
12438
11431
  COMPAT_ENGINES: typing.Any
12439
- """ """
12440
-
12441
11432
  bl_context: typing.Any
12442
- """ """
12443
-
12444
11433
  bl_label: typing.Any
12445
- """ """
12446
-
12447
11434
  bl_options: typing.Any
12448
- """ """
12449
-
12450
11435
  bl_region_type: typing.Any
12451
- """ """
12452
-
12453
11436
  bl_rna: typing.Any
12454
- """ """
12455
-
12456
11437
  bl_space_type: typing.Any
12457
- """ """
12458
-
12459
11438
  id_data: typing.Any
12460
- """ """
12461
11439
 
12462
11440
  def append(self, draw_func):
12463
11441
  """Append a draw function to this menu,
@@ -12549,10 +11527,7 @@ class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._Generic
12549
11527
  """
12550
11528
  ...
12551
11529
 
12552
- def is_extended(self):
12553
- """ """
12554
- ...
12555
-
11530
+ def is_extended(self): ...
12556
11531
  def is_property_hidden(self) -> bool:
12557
11532
  """Check if a property is hidden.
12558
11533
 
@@ -12693,34 +11668,15 @@ class RENDER_PT_simplify_greasepencil(
12693
11668
  bpy_types.Panel,
12694
11669
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
12695
11670
  ):
12696
- """ """
12697
-
12698
11671
  COMPAT_ENGINES: typing.Any
12699
- """ """
12700
-
12701
11672
  bl_context: typing.Any
12702
- """ """
12703
-
12704
11673
  bl_label: typing.Any
12705
- """ """
12706
-
12707
11674
  bl_options: typing.Any
12708
- """ """
12709
-
12710
11675
  bl_parent_id: typing.Any
12711
- """ """
12712
-
12713
11676
  bl_region_type: typing.Any
12714
- """ """
12715
-
12716
11677
  bl_rna: typing.Any
12717
- """ """
12718
-
12719
11678
  bl_space_type: typing.Any
12720
- """ """
12721
-
12722
11679
  id_data: typing.Any
12723
- """ """
12724
11680
 
12725
11681
  def append(self, draw_func):
12726
11682
  """Append a draw function to this menu,
@@ -12812,10 +11768,7 @@ class RENDER_PT_simplify_greasepencil(
12812
11768
  """
12813
11769
  ...
12814
11770
 
12815
- def is_extended(self):
12816
- """ """
12817
- ...
12818
-
11771
+ def is_extended(self): ...
12819
11772
  def is_property_hidden(self) -> bool:
12820
11773
  """Check if a property is hidden.
12821
11774
 
@@ -12953,31 +11906,14 @@ class RENDER_PT_simplify_greasepencil(
12953
11906
  class RENDER_PT_simplify_render(
12954
11907
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
12955
11908
  ):
12956
- """ """
12957
-
12958
11909
  COMPAT_ENGINES: typing.Any
12959
- """ """
12960
-
12961
11910
  bl_context: typing.Any
12962
- """ """
12963
-
12964
11911
  bl_label: typing.Any
12965
- """ """
12966
-
12967
11912
  bl_parent_id: typing.Any
12968
- """ """
12969
-
12970
11913
  bl_region_type: typing.Any
12971
- """ """
12972
-
12973
11914
  bl_rna: typing.Any
12974
- """ """
12975
-
12976
11915
  bl_space_type: typing.Any
12977
- """ """
12978
-
12979
11916
  id_data: typing.Any
12980
- """ """
12981
11917
 
12982
11918
  def append(self, draw_func):
12983
11919
  """Append a draw function to this menu,
@@ -13062,10 +11998,7 @@ class RENDER_PT_simplify_render(
13062
11998
  """
13063
11999
  ...
13064
12000
 
13065
- def is_extended(self):
13066
- """ """
13067
- ...
13068
-
12001
+ def is_extended(self): ...
13069
12002
  def is_property_hidden(self) -> bool:
13070
12003
  """Check if a property is hidden.
13071
12004
 
@@ -13203,31 +12136,14 @@ class RENDER_PT_simplify_render(
13203
12136
  class RENDER_PT_simplify_viewport(
13204
12137
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
13205
12138
  ):
13206
- """ """
13207
-
13208
12139
  COMPAT_ENGINES: typing.Any
13209
- """ """
13210
-
13211
12140
  bl_context: typing.Any
13212
- """ """
13213
-
13214
12141
  bl_label: typing.Any
13215
- """ """
13216
-
13217
12142
  bl_parent_id: typing.Any
13218
- """ """
13219
-
13220
12143
  bl_region_type: typing.Any
13221
- """ """
13222
-
13223
12144
  bl_rna: typing.Any
13224
- """ """
13225
-
13226
12145
  bl_space_type: typing.Any
13227
- """ """
13228
-
13229
12146
  id_data: typing.Any
13230
- """ """
13231
12147
 
13232
12148
  def append(self, draw_func):
13233
12149
  """Append a draw function to this menu,
@@ -13312,10 +12228,7 @@ class RENDER_PT_simplify_viewport(
13312
12228
  """
13313
12229
  ...
13314
12230
 
13315
- def is_extended(self):
13316
- """ """
13317
- ...
13318
-
12231
+ def is_extended(self): ...
13319
12232
  def is_property_hidden(self) -> bool:
13320
12233
  """Check if a property is hidden.
13321
12234
 
@@ -13450,7 +12363,4 @@ class RENDER_PT_simplify_viewport(
13450
12363
  """
13451
12364
  ...
13452
12365
 
13453
- def draw_curves_settings(context):
13454
- """ """
13455
-
13456
- ...
12366
+ def draw_curves_settings(context): ...