fake-bpy-module 20240915__py3-none-any.whl → 20240916__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -5,8 +5,8 @@ import bl_ui.properties_grease_pencil_common
5
5
  import bl_ui.utils
6
6
  import bpy.types
7
7
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
8
+ _GenericType1 = typing.TypeVar("_GenericType1")
9
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
10
 
11
11
  class CompositorPerformanceButtonsPanel:
12
12
  bl_label: typing.Any
@@ -16,7 +16,6 @@ class CompositorPerformanceButtonsPanel:
16
16
 
17
17
  :param context:
18
18
  """
19
- ...
20
19
 
21
20
  class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
22
21
  COMPAT_ENGINES: typing.Any
@@ -35,7 +34,6 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
35
34
  :return: The RNA type or default when not found.
36
35
  :rtype: bpy.types.Struct
37
36
  """
38
- ...
39
37
 
40
38
  def bl_rna_get_subclass_py(self) -> typing.Any:
41
39
  """
@@ -43,14 +41,12 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
43
41
  :return: The class or default when not found.
44
42
  :rtype: typing.Any
45
43
  """
46
- ...
47
44
 
48
45
  def draw(self, context):
49
46
  """
50
47
 
51
48
  :param context:
52
49
  """
53
- ...
54
50
 
55
51
  class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
56
52
  COMPAT_ENGINES: typing.Any
@@ -69,7 +65,6 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
69
65
  :return: The RNA type or default when not found.
70
66
  :rtype: bpy.types.Struct
71
67
  """
72
- ...
73
68
 
74
69
  def bl_rna_get_subclass_py(self) -> typing.Any:
75
70
  """
@@ -77,21 +72,18 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
77
72
  :return: The class or default when not found.
78
73
  :rtype: typing.Any
79
74
  """
80
- ...
81
75
 
82
76
  def draw(self, context):
83
77
  """
84
78
 
85
79
  :param context:
86
80
  """
87
- ...
88
81
 
89
82
  def draw_header(self, context):
90
83
  """
91
84
 
92
85
  :param context:
93
86
  """
94
- ...
95
87
 
96
88
  class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.Panel):
97
89
  COMPAT_ENGINES: typing.Any
@@ -110,7 +102,6 @@ class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.
110
102
  :return: The RNA type or default when not found.
111
103
  :rtype: bpy.types.Struct
112
104
  """
113
- ...
114
105
 
115
106
  def bl_rna_get_subclass_py(self) -> typing.Any:
116
107
  """
@@ -118,14 +109,12 @@ class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.
118
109
  :return: The class or default when not found.
119
110
  :rtype: typing.Any
120
111
  """
121
- ...
122
112
 
123
113
  def draw(self, context):
124
114
  """
125
115
 
126
116
  :param context:
127
117
  """
128
- ...
129
118
 
130
119
  class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Panel):
131
120
  COMPAT_ENGINES: typing.Any
@@ -144,7 +133,6 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Pan
144
133
  :return: The RNA type or default when not found.
145
134
  :rtype: bpy.types.Struct
146
135
  """
147
- ...
148
136
 
149
137
  def bl_rna_get_subclass_py(self) -> typing.Any:
150
138
  """
@@ -152,28 +140,24 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Pan
152
140
  :return: The class or default when not found.
153
141
  :rtype: typing.Any
154
142
  """
155
- ...
156
143
 
157
144
  def draw(self, context):
158
145
  """
159
146
 
160
147
  :param context:
161
148
  """
162
- ...
163
149
 
164
150
  def draw_header(self, context):
165
151
  """
166
152
 
167
153
  :param context:
168
154
  """
169
- ...
170
155
 
171
156
  def draw_header_preset(self, context):
172
157
  """
173
158
 
174
159
  :param context:
175
160
  """
176
- ...
177
161
 
178
162
  class RENDER_PT_color_management_white_balance_presets(
179
163
  bl_ui.utils.PresetPanel, bpy.types.Panel
@@ -193,7 +177,6 @@ class RENDER_PT_color_management_white_balance_presets(
193
177
  :return: The RNA type or default when not found.
194
178
  :rtype: bpy.types.Struct
195
179
  """
196
- ...
197
180
 
198
181
  def bl_rna_get_subclass_py(self) -> typing.Any:
199
182
  """
@@ -201,7 +184,6 @@ class RENDER_PT_color_management_white_balance_presets(
201
184
  :return: The class or default when not found.
202
185
  :rtype: typing.Any
203
186
  """
204
- ...
205
187
 
206
188
  class RENDER_PT_context(bpy.types.Panel):
207
189
  bl_context: typing.Any
@@ -218,7 +200,6 @@ class RENDER_PT_context(bpy.types.Panel):
218
200
  :return: The RNA type or default when not found.
219
201
  :rtype: bpy.types.Struct
220
202
  """
221
- ...
222
203
 
223
204
  def bl_rna_get_subclass_py(self) -> typing.Any:
224
205
  """
@@ -226,7 +207,6 @@ class RENDER_PT_context(bpy.types.Panel):
226
207
  :return: The class or default when not found.
227
208
  :rtype: typing.Any
228
209
  """
229
- ...
230
210
 
231
211
  @classmethod
232
212
  def poll(cls, context):
@@ -234,7 +214,6 @@ class RENDER_PT_context(bpy.types.Panel):
234
214
 
235
215
  :param context:
236
216
  """
237
- ...
238
217
 
239
218
  class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
240
219
  COMPAT_ENGINES: typing.Any
@@ -252,7 +231,6 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
252
231
  :return: The RNA type or default when not found.
253
232
  :rtype: bpy.types.Struct
254
233
  """
255
- ...
256
234
 
257
235
  def bl_rna_get_subclass_py(self) -> typing.Any:
258
236
  """
@@ -260,21 +238,18 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
260
238
  :return: The class or default when not found.
261
239
  :rtype: typing.Any
262
240
  """
263
- ...
264
241
 
265
242
  def draw(self, context):
266
243
  """
267
244
 
268
245
  :param context:
269
246
  """
270
- ...
271
247
 
272
248
  def draw_header(self, context):
273
249
  """
274
250
 
275
251
  :param context:
276
252
  """
277
- ...
278
253
 
279
254
  @classmethod
280
255
  def poll(cls, context):
@@ -282,7 +257,6 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
282
257
 
283
258
  :param context:
284
259
  """
285
- ...
286
260
 
287
261
  class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
288
262
  COMPAT_ENGINES: typing.Any
@@ -300,7 +274,6 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
300
274
  :return: The RNA type or default when not found.
301
275
  :rtype: bpy.types.Struct
302
276
  """
303
- ...
304
277
 
305
278
  def bl_rna_get_subclass_py(self) -> typing.Any:
306
279
  """
@@ -308,21 +281,18 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
308
281
  :return: The class or default when not found.
309
282
  :rtype: typing.Any
310
283
  """
311
- ...
312
284
 
313
285
  def draw(self, context):
314
286
  """
315
287
 
316
288
  :param context:
317
289
  """
318
- ...
319
290
 
320
291
  def draw_header(self, context):
321
292
  """
322
293
 
323
294
  :param context:
324
295
  """
325
- ...
326
296
 
327
297
  @classmethod
328
298
  def poll(cls, context):
@@ -330,7 +300,6 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
330
300
 
331
301
  :param context:
332
302
  """
333
- ...
334
303
 
335
304
  class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
336
305
  COMPAT_ENGINES: typing.Any
@@ -348,7 +317,6 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
348
317
  :return: The RNA type or default when not found.
349
318
  :rtype: bpy.types.Struct
350
319
  """
351
- ...
352
320
 
353
321
  def bl_rna_get_subclass_py(self) -> typing.Any:
354
322
  """
@@ -356,14 +324,12 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
356
324
  :return: The class or default when not found.
357
325
  :rtype: typing.Any
358
326
  """
359
- ...
360
327
 
361
328
  def draw(self, context):
362
329
  """
363
330
 
364
331
  :param context:
365
332
  """
366
- ...
367
333
 
368
334
  @classmethod
369
335
  def poll(cls, context):
@@ -371,7 +337,6 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
371
337
 
372
338
  :param context:
373
339
  """
374
- ...
375
340
 
376
341
  class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
377
342
  COMPAT_ENGINES: typing.Any
@@ -389,7 +354,6 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
389
354
  :return: The RNA type or default when not found.
390
355
  :rtype: bpy.types.Struct
391
356
  """
392
- ...
393
357
 
394
358
  def bl_rna_get_subclass_py(self) -> typing.Any:
395
359
  """
@@ -397,14 +361,12 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
397
361
  :return: The class or default when not found.
398
362
  :rtype: typing.Any
399
363
  """
400
- ...
401
364
 
402
365
  def draw(self, context):
403
366
  """
404
367
 
405
368
  :param context:
406
369
  """
407
- ...
408
370
 
409
371
  @classmethod
410
372
  def poll(cls, context):
@@ -412,7 +374,6 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
412
374
 
413
375
  :param context:
414
376
  """
415
- ...
416
377
 
417
378
  class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
418
379
  COMPAT_ENGINES: typing.Any
@@ -430,7 +391,6 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
430
391
  :return: The RNA type or default when not found.
431
392
  :rtype: bpy.types.Struct
432
393
  """
433
- ...
434
394
 
435
395
  def bl_rna_get_subclass_py(self) -> typing.Any:
436
396
  """
@@ -438,14 +398,12 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
438
398
  :return: The class or default when not found.
439
399
  :rtype: typing.Any
440
400
  """
441
- ...
442
401
 
443
402
  def draw(self, context):
444
403
  """
445
404
 
446
405
  :param context:
447
406
  """
448
- ...
449
407
 
450
408
  @classmethod
451
409
  def poll(cls, context):
@@ -453,7 +411,6 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
453
411
 
454
412
  :param context:
455
413
  """
456
- ...
457
414
 
458
415
  class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
459
416
  COMPAT_ENGINES: typing.Any
@@ -471,7 +428,6 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
471
428
  :return: The RNA type or default when not found.
472
429
  :rtype: bpy.types.Struct
473
430
  """
474
- ...
475
431
 
476
432
  def bl_rna_get_subclass_py(self) -> typing.Any:
477
433
  """
@@ -479,14 +435,12 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
479
435
  :return: The class or default when not found.
480
436
  :rtype: typing.Any
481
437
  """
482
- ...
483
438
 
484
439
  def draw(self, context):
485
440
  """
486
441
 
487
442
  :param context:
488
443
  """
489
- ...
490
444
 
491
445
  @classmethod
492
446
  def poll(cls, context):
@@ -494,7 +448,6 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
494
448
 
495
449
  :param context:
496
450
  """
497
- ...
498
451
 
499
452
  class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Panel):
500
453
  COMPAT_ENGINES: typing.Any
@@ -512,7 +465,6 @@ class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Pa
512
465
  :return: The RNA type or default when not found.
513
466
  :rtype: bpy.types.Struct
514
467
  """
515
- ...
516
468
 
517
469
  def bl_rna_get_subclass_py(self) -> typing.Any:
518
470
  """
@@ -520,14 +472,12 @@ class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Pa
520
472
  :return: The class or default when not found.
521
473
  :rtype: typing.Any
522
474
  """
523
- ...
524
475
 
525
476
  def draw(self, context):
526
477
  """
527
478
 
528
479
  :param context:
529
480
  """
530
- ...
531
481
 
532
482
  @classmethod
533
483
  def poll(cls, context):
@@ -535,7 +485,6 @@ class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Pa
535
485
 
536
486
  :param context:
537
487
  """
538
- ...
539
488
 
540
489
  class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
541
490
  COMPAT_ENGINES: typing.Any
@@ -553,7 +502,6 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
553
502
  :return: The RNA type or default when not found.
554
503
  :rtype: bpy.types.Struct
555
504
  """
556
- ...
557
505
 
558
506
  def bl_rna_get_subclass_py(self) -> typing.Any:
559
507
  """
@@ -561,21 +509,18 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
561
509
  :return: The class or default when not found.
562
510
  :rtype: typing.Any
563
511
  """
564
- ...
565
512
 
566
513
  def draw(self, context):
567
514
  """
568
515
 
569
516
  :param context:
570
517
  """
571
- ...
572
518
 
573
519
  def draw_header(self, context):
574
520
  """
575
521
 
576
522
  :param context:
577
523
  """
578
- ...
579
524
 
580
525
  @classmethod
581
526
  def poll(cls, context):
@@ -583,7 +528,6 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
583
528
 
584
529
  :param context:
585
530
  """
586
- ...
587
531
 
588
532
  class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
589
533
  COMPAT_ENGINES: typing.Any
@@ -601,7 +545,6 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
601
545
  :return: The RNA type or default when not found.
602
546
  :rtype: bpy.types.Struct
603
547
  """
604
- ...
605
548
 
606
549
  def bl_rna_get_subclass_py(self) -> typing.Any:
607
550
  """
@@ -609,14 +552,12 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
609
552
  :return: The class or default when not found.
610
553
  :rtype: typing.Any
611
554
  """
612
- ...
613
555
 
614
556
  def draw(self, context):
615
557
  """
616
558
 
617
559
  :param context:
618
560
  """
619
- ...
620
561
 
621
562
  @classmethod
622
563
  def poll(cls, context):
@@ -624,7 +565,6 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
624
565
 
625
566
  :param context:
626
567
  """
627
- ...
628
568
 
629
569
  class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
630
570
  COMPAT_ENGINES: typing.Any
@@ -642,7 +582,6 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel)
642
582
  :return: The RNA type or default when not found.
643
583
  :rtype: bpy.types.Struct
644
584
  """
645
- ...
646
585
 
647
586
  def bl_rna_get_subclass_py(self) -> typing.Any:
648
587
  """
@@ -650,14 +589,12 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel)
650
589
  :return: The class or default when not found.
651
590
  :rtype: typing.Any
652
591
  """
653
- ...
654
592
 
655
593
  def draw(self, context):
656
594
  """
657
595
 
658
596
  :param context:
659
597
  """
660
- ...
661
598
 
662
599
  @classmethod
663
600
  def poll(cls, context):
@@ -665,7 +602,6 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel)
665
602
 
666
603
  :param context:
667
604
  """
668
- ...
669
605
 
670
606
  class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
671
607
  COMPAT_ENGINES: typing.Any
@@ -683,7 +619,6 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
683
619
  :return: The RNA type or default when not found.
684
620
  :rtype: bpy.types.Struct
685
621
  """
686
- ...
687
622
 
688
623
  def bl_rna_get_subclass_py(self) -> typing.Any:
689
624
  """
@@ -691,14 +626,12 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
691
626
  :return: The class or default when not found.
692
627
  :rtype: typing.Any
693
628
  """
694
- ...
695
629
 
696
630
  def draw(self, context):
697
631
  """
698
632
 
699
633
  :param context:
700
634
  """
701
- ...
702
635
 
703
636
  @classmethod
704
637
  def poll(cls, context):
@@ -706,7 +639,6 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
706
639
 
707
640
  :param context:
708
641
  """
709
- ...
710
642
 
711
643
  class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
712
644
  COMPAT_ENGINES: typing.Any
@@ -725,7 +657,6 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
725
657
  :return: The RNA type or default when not found.
726
658
  :rtype: bpy.types.Struct
727
659
  """
728
- ...
729
660
 
730
661
  def bl_rna_get_subclass_py(self) -> typing.Any:
731
662
  """
@@ -733,21 +664,18 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
733
664
  :return: The class or default when not found.
734
665
  :rtype: typing.Any
735
666
  """
736
- ...
737
667
 
738
668
  def draw(self, context):
739
669
  """
740
670
 
741
671
  :param context:
742
672
  """
743
- ...
744
673
 
745
674
  def draw_header(self, context):
746
675
  """
747
676
 
748
677
  :param context:
749
678
  """
750
- ...
751
679
 
752
680
  @classmethod
753
681
  def poll(cls, context):
@@ -755,7 +683,6 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
755
683
 
756
684
  :param context:
757
685
  """
758
- ...
759
686
 
760
687
  class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
761
688
  COMPAT_ENGINES: typing.Any
@@ -773,7 +700,6 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
773
700
  :return: The RNA type or default when not found.
774
701
  :rtype: bpy.types.Struct
775
702
  """
776
- ...
777
703
 
778
704
  def bl_rna_get_subclass_py(self) -> typing.Any:
779
705
  """
@@ -781,14 +707,12 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
781
707
  :return: The class or default when not found.
782
708
  :rtype: typing.Any
783
709
  """
784
- ...
785
710
 
786
711
  def draw(self, context):
787
712
  """
788
713
 
789
714
  :param context:
790
715
  """
791
- ...
792
716
 
793
717
  @classmethod
794
718
  def poll(cls, context):
@@ -796,7 +720,6 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
796
720
 
797
721
  :param context:
798
722
  """
799
- ...
800
723
 
801
724
  class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
802
725
  COMPAT_ENGINES: typing.Any
@@ -814,7 +737,6 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
814
737
  :return: The RNA type or default when not found.
815
738
  :rtype: bpy.types.Struct
816
739
  """
817
- ...
818
740
 
819
741
  def bl_rna_get_subclass_py(self) -> typing.Any:
820
742
  """
@@ -822,14 +744,12 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
822
744
  :return: The class or default when not found.
823
745
  :rtype: typing.Any
824
746
  """
825
- ...
826
747
 
827
748
  def draw(self, context):
828
749
  """
829
750
 
830
751
  :param context:
831
752
  """
832
- ...
833
753
 
834
754
  @classmethod
835
755
  def poll(cls, context):
@@ -837,7 +757,6 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
837
757
 
838
758
  :param context:
839
759
  """
840
- ...
841
760
 
842
761
  class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
843
762
  COMPAT_ENGINES: typing.Any
@@ -856,7 +775,6 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel)
856
775
  :return: The RNA type or default when not found.
857
776
  :rtype: bpy.types.Struct
858
777
  """
859
- ...
860
778
 
861
779
  def bl_rna_get_subclass_py(self) -> typing.Any:
862
780
  """
@@ -864,21 +782,18 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel)
864
782
  :return: The class or default when not found.
865
783
  :rtype: typing.Any
866
784
  """
867
- ...
868
785
 
869
786
  def draw(self, context):
870
787
  """
871
788
 
872
789
  :param context:
873
790
  """
874
- ...
875
791
 
876
792
  def draw_header(self, context):
877
793
  """
878
794
 
879
795
  :param context:
880
796
  """
881
- ...
882
797
 
883
798
  @classmethod
884
799
  def poll(cls, context):
@@ -886,7 +801,6 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel)
886
801
 
887
802
  :param context:
888
803
  """
889
- ...
890
804
 
891
805
  class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
892
806
  COMPAT_ENGINES: typing.Any
@@ -904,7 +818,6 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
904
818
  :return: The RNA type or default when not found.
905
819
  :rtype: bpy.types.Struct
906
820
  """
907
- ...
908
821
 
909
822
  def bl_rna_get_subclass_py(self) -> typing.Any:
910
823
  """
@@ -912,21 +825,18 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
912
825
  :return: The class or default when not found.
913
826
  :rtype: typing.Any
914
827
  """
915
- ...
916
828
 
917
829
  def draw(self, context):
918
830
  """
919
831
 
920
832
  :param context:
921
833
  """
922
- ...
923
834
 
924
835
  def draw_header(self, context):
925
836
  """
926
837
 
927
838
  :param context:
928
839
  """
929
- ...
930
840
 
931
841
  @classmethod
932
842
  def poll(cls, context):
@@ -934,7 +844,6 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
934
844
 
935
845
  :param context:
936
846
  """
937
- ...
938
847
 
939
848
  class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
940
849
  COMPAT_ENGINES: typing.Any
@@ -953,7 +862,6 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel
953
862
  :return: The RNA type or default when not found.
954
863
  :rtype: bpy.types.Struct
955
864
  """
956
- ...
957
865
 
958
866
  def bl_rna_get_subclass_py(self) -> typing.Any:
959
867
  """
@@ -961,14 +869,12 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel
961
869
  :return: The class or default when not found.
962
870
  :rtype: typing.Any
963
871
  """
964
- ...
965
872
 
966
873
  def draw(self, context):
967
874
  """
968
875
 
969
876
  :param context:
970
877
  """
971
- ...
972
878
 
973
879
  class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
974
880
  COMPAT_ENGINES: typing.Any
@@ -986,7 +892,6 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
986
892
  :return: The RNA type or default when not found.
987
893
  :rtype: bpy.types.Struct
988
894
  """
989
- ...
990
895
 
991
896
  def bl_rna_get_subclass_py(self) -> typing.Any:
992
897
  """
@@ -994,28 +899,24 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
994
899
  :return: The class or default when not found.
995
900
  :rtype: typing.Any
996
901
  """
997
- ...
998
902
 
999
903
  def draw(self, context):
1000
904
  """
1001
905
 
1002
906
  :param context:
1003
907
  """
1004
- ...
1005
908
 
1006
909
  def draw_header(self, context):
1007
910
  """
1008
911
 
1009
912
  :param context:
1010
913
  """
1011
- ...
1012
914
 
1013
915
  def draw_header_preset(self, _context):
1014
916
  """
1015
917
 
1016
918
  :param _context:
1017
919
  """
1018
- ...
1019
920
 
1020
921
  @classmethod
1021
922
  def poll(cls, context):
@@ -1023,7 +924,6 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
1023
924
 
1024
925
  :param context:
1025
926
  """
1026
- ...
1027
927
 
1028
928
  class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1029
929
  bl_label: typing.Any
@@ -1041,7 +941,6 @@ class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types
1041
941
  :return: The RNA type or default when not found.
1042
942
  :rtype: bpy.types.Struct
1043
943
  """
1044
- ...
1045
944
 
1046
945
  def bl_rna_get_subclass_py(self) -> typing.Any:
1047
946
  """
@@ -1049,7 +948,6 @@ class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types
1049
948
  :return: The class or default when not found.
1050
949
  :rtype: typing.Any
1051
950
  """
1052
- ...
1053
951
 
1054
952
  class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1055
953
  COMPAT_ENGINES: typing.Any
@@ -1066,7 +964,6 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1066
964
  :return: The RNA type or default when not found.
1067
965
  :rtype: bpy.types.Struct
1068
966
  """
1069
- ...
1070
967
 
1071
968
  def bl_rna_get_subclass_py(self) -> typing.Any:
1072
969
  """
@@ -1074,14 +971,12 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1074
971
  :return: The class or default when not found.
1075
972
  :rtype: typing.Any
1076
973
  """
1077
- ...
1078
974
 
1079
975
  def draw(self, context):
1080
976
  """
1081
977
 
1082
978
  :param context:
1083
979
  """
1084
- ...
1085
980
 
1086
981
  @classmethod
1087
982
  def poll(cls, context):
@@ -1089,7 +984,6 @@ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1089
984
 
1090
985
  :param context:
1091
986
  """
1092
- ...
1093
987
 
1094
988
  class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
1095
989
  COMPAT_ENGINES: typing.Any
@@ -1108,7 +1002,6 @@ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel
1108
1002
  :return: The RNA type or default when not found.
1109
1003
  :rtype: bpy.types.Struct
1110
1004
  """
1111
- ...
1112
1005
 
1113
1006
  def bl_rna_get_subclass_py(self) -> typing.Any:
1114
1007
  """
@@ -1116,14 +1009,12 @@ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel
1116
1009
  :return: The class or default when not found.
1117
1010
  :rtype: typing.Any
1118
1011
  """
1119
- ...
1120
1012
 
1121
1013
  def draw(self, context):
1122
1014
  """
1123
1015
 
1124
1016
  :param context:
1125
1017
  """
1126
- ...
1127
1018
 
1128
1019
  @classmethod
1129
1020
  def poll(cls, context):
@@ -1131,7 +1022,6 @@ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel
1131
1022
 
1132
1023
  :param context:
1133
1024
  """
1134
- ...
1135
1025
 
1136
1026
  class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1137
1027
  COMPAT_ENGINES: typing.Any
@@ -1149,7 +1039,6 @@ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1149
1039
  :return: The RNA type or default when not found.
1150
1040
  :rtype: bpy.types.Struct
1151
1041
  """
1152
- ...
1153
1042
 
1154
1043
  def bl_rna_get_subclass_py(self) -> typing.Any:
1155
1044
  """
@@ -1157,14 +1046,12 @@ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1157
1046
  :return: The class or default when not found.
1158
1047
  :rtype: typing.Any
1159
1048
  """
1160
- ...
1161
1049
 
1162
1050
  def draw(self, context):
1163
1051
  """
1164
1052
 
1165
1053
  :param context:
1166
1054
  """
1167
- ...
1168
1055
 
1169
1056
  @classmethod
1170
1057
  def poll(cls, context):
@@ -1172,7 +1059,6 @@ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1172
1059
 
1173
1060
  :param context:
1174
1061
  """
1175
- ...
1176
1062
 
1177
1063
  class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
1178
1064
  COMPAT_ENGINES: typing.Any
@@ -1191,7 +1077,6 @@ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel)
1191
1077
  :return: The RNA type or default when not found.
1192
1078
  :rtype: bpy.types.Struct
1193
1079
  """
1194
- ...
1195
1080
 
1196
1081
  def bl_rna_get_subclass_py(self) -> typing.Any:
1197
1082
  """
@@ -1199,21 +1084,18 @@ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel)
1199
1084
  :return: The class or default when not found.
1200
1085
  :rtype: typing.Any
1201
1086
  """
1202
- ...
1203
1087
 
1204
1088
  def draw(self, context):
1205
1089
  """
1206
1090
 
1207
1091
  :param context:
1208
1092
  """
1209
- ...
1210
1093
 
1211
1094
  def draw_header(self, context):
1212
1095
  """
1213
1096
 
1214
1097
  :param context:
1215
1098
  """
1216
- ...
1217
1099
 
1218
1100
  @classmethod
1219
1101
  def poll(cls, context):
@@ -1221,7 +1103,6 @@ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel)
1221
1103
 
1222
1104
  :param context:
1223
1105
  """
1224
- ...
1225
1106
 
1226
1107
  class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
1227
1108
  COMPAT_ENGINES: typing.Any
@@ -1239,7 +1120,6 @@ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel
1239
1120
  :return: The RNA type or default when not found.
1240
1121
  :rtype: bpy.types.Struct
1241
1122
  """
1242
- ...
1243
1123
 
1244
1124
  def bl_rna_get_subclass_py(self) -> typing.Any:
1245
1125
  """
@@ -1247,14 +1127,12 @@ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel
1247
1127
  :return: The class or default when not found.
1248
1128
  :rtype: typing.Any
1249
1129
  """
1250
- ...
1251
1130
 
1252
1131
  def draw(self, context):
1253
1132
  """
1254
1133
 
1255
1134
  :param context:
1256
1135
  """
1257
- ...
1258
1136
 
1259
1137
  @classmethod
1260
1138
  def poll(cls, context):
@@ -1262,7 +1140,6 @@ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel
1262
1140
 
1263
1141
  :param context:
1264
1142
  """
1265
- ...
1266
1143
 
1267
1144
  class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1268
1145
  COMPAT_ENGINES: typing.Any
@@ -1281,7 +1158,6 @@ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1281
1158
  :return: The RNA type or default when not found.
1282
1159
  :rtype: bpy.types.Struct
1283
1160
  """
1284
- ...
1285
1161
 
1286
1162
  def bl_rna_get_subclass_py(self) -> typing.Any:
1287
1163
  """
@@ -1289,14 +1165,12 @@ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1289
1165
  :return: The class or default when not found.
1290
1166
  :rtype: typing.Any
1291
1167
  """
1292
- ...
1293
1168
 
1294
1169
  def draw(self, context):
1295
1170
  """
1296
1171
 
1297
1172
  :param context:
1298
1173
  """
1299
- ...
1300
1174
 
1301
1175
  @classmethod
1302
1176
  def poll(cls, context):
@@ -1304,7 +1178,6 @@ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1304
1178
 
1305
1179
  :param context:
1306
1180
  """
1307
- ...
1308
1181
 
1309
1182
  class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1310
1183
  COMPAT_ENGINES: typing.Any
@@ -1322,7 +1195,6 @@ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1322
1195
  :return: The RNA type or default when not found.
1323
1196
  :rtype: bpy.types.Struct
1324
1197
  """
1325
- ...
1326
1198
 
1327
1199
  def bl_rna_get_subclass_py(self) -> typing.Any:
1328
1200
  """
@@ -1330,14 +1202,12 @@ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1330
1202
  :return: The class or default when not found.
1331
1203
  :rtype: typing.Any
1332
1204
  """
1333
- ...
1334
1205
 
1335
1206
  def draw(self, context):
1336
1207
  """
1337
1208
 
1338
1209
  :param context:
1339
1210
  """
1340
- ...
1341
1211
 
1342
1212
  @classmethod
1343
1213
  def poll(cls, context):
@@ -1345,7 +1215,6 @@ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1345
1215
 
1346
1216
  :param context:
1347
1217
  """
1348
- ...
1349
1218
 
1350
1219
  class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1351
1220
  COMPAT_ENGINES: typing.Any
@@ -1364,7 +1233,6 @@ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1364
1233
  :return: The RNA type or default when not found.
1365
1234
  :rtype: bpy.types.Struct
1366
1235
  """
1367
- ...
1368
1236
 
1369
1237
  def bl_rna_get_subclass_py(self) -> typing.Any:
1370
1238
  """
@@ -1372,21 +1240,18 @@ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1372
1240
  :return: The class or default when not found.
1373
1241
  :rtype: typing.Any
1374
1242
  """
1375
- ...
1376
1243
 
1377
1244
  def draw(self, context):
1378
1245
  """
1379
1246
 
1380
1247
  :param context:
1381
1248
  """
1382
- ...
1383
1249
 
1384
1250
  def draw_header(self, context):
1385
1251
  """
1386
1252
 
1387
1253
  :param context:
1388
1254
  """
1389
- ...
1390
1255
 
1391
1256
  @classmethod
1392
1257
  def poll(cls, context):
@@ -1394,7 +1259,6 @@ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1394
1259
 
1395
1260
  :param context:
1396
1261
  """
1397
- ...
1398
1262
 
1399
1263
  class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1400
1264
  COMPAT_ENGINES: typing.Any
@@ -1412,7 +1276,6 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1412
1276
  :return: The RNA type or default when not found.
1413
1277
  :rtype: bpy.types.Struct
1414
1278
  """
1415
- ...
1416
1279
 
1417
1280
  def bl_rna_get_subclass_py(self) -> typing.Any:
1418
1281
  """
@@ -1420,14 +1283,12 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1420
1283
  :return: The class or default when not found.
1421
1284
  :rtype: typing.Any
1422
1285
  """
1423
- ...
1424
1286
 
1425
1287
  def draw(self, context):
1426
1288
  """
1427
1289
 
1428
1290
  :param context:
1429
1291
  """
1430
- ...
1431
1292
 
1432
1293
  @classmethod
1433
1294
  def poll(cls, context):
@@ -1435,7 +1296,6 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1435
1296
 
1436
1297
  :param context:
1437
1298
  """
1438
- ...
1439
1299
 
1440
1300
  class RENDER_PT_eevee_performance_compositor(
1441
1301
  CompositorPerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
@@ -1456,7 +1316,6 @@ class RENDER_PT_eevee_performance_compositor(
1456
1316
  :return: The RNA type or default when not found.
1457
1317
  :rtype: bpy.types.Struct
1458
1318
  """
1459
- ...
1460
1319
 
1461
1320
  def bl_rna_get_subclass_py(self) -> typing.Any:
1462
1321
  """
@@ -1464,7 +1323,6 @@ class RENDER_PT_eevee_performance_compositor(
1464
1323
  :return: The class or default when not found.
1465
1324
  :rtype: typing.Any
1466
1325
  """
1467
- ...
1468
1326
 
1469
1327
  class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1470
1328
  COMPAT_ENGINES: typing.Any
@@ -1483,7 +1341,6 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1483
1341
  :return: The RNA type or default when not found.
1484
1342
  :rtype: bpy.types.Struct
1485
1343
  """
1486
- ...
1487
1344
 
1488
1345
  def bl_rna_get_subclass_py(self) -> typing.Any:
1489
1346
  """
@@ -1491,14 +1348,12 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1491
1348
  :return: The class or default when not found.
1492
1349
  :rtype: typing.Any
1493
1350
  """
1494
- ...
1495
1351
 
1496
1352
  def draw(self, context):
1497
1353
  """
1498
1354
 
1499
1355
  :param context:
1500
1356
  """
1501
- ...
1502
1357
 
1503
1358
  @classmethod
1504
1359
  def poll(cls, context):
@@ -1506,7 +1361,6 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1506
1361
 
1507
1362
  :param context:
1508
1363
  """
1509
- ...
1510
1364
 
1511
1365
  class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1512
1366
  COMPAT_ENGINES: typing.Any
@@ -1525,7 +1379,6 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1525
1379
  :return: The RNA type or default when not found.
1526
1380
  :rtype: bpy.types.Struct
1527
1381
  """
1528
- ...
1529
1382
 
1530
1383
  def bl_rna_get_subclass_py(self) -> typing.Any:
1531
1384
  """
@@ -1533,14 +1386,12 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1533
1386
  :return: The class or default when not found.
1534
1387
  :rtype: typing.Any
1535
1388
  """
1536
- ...
1537
1389
 
1538
1390
  def draw(self, context):
1539
1391
  """
1540
1392
 
1541
1393
  :param context:
1542
1394
  """
1543
- ...
1544
1395
 
1545
1396
  @classmethod
1546
1397
  def poll(cls, context):
@@ -1548,7 +1399,6 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1548
1399
 
1549
1400
  :param context:
1550
1401
  """
1551
- ...
1552
1402
 
1553
1403
  class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1554
1404
  COMPAT_ENGINES: typing.Any
@@ -1565,7 +1415,6 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1565
1415
  :return: The RNA type or default when not found.
1566
1416
  :rtype: bpy.types.Struct
1567
1417
  """
1568
- ...
1569
1418
 
1570
1419
  def bl_rna_get_subclass_py(self) -> typing.Any:
1571
1420
  """
@@ -1573,14 +1422,12 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1573
1422
  :return: The class or default when not found.
1574
1423
  :rtype: typing.Any
1575
1424
  """
1576
- ...
1577
1425
 
1578
1426
  def draw(self, context):
1579
1427
  """
1580
1428
 
1581
1429
  :param context:
1582
1430
  """
1583
- ...
1584
1431
 
1585
1432
  @classmethod
1586
1433
  def poll(cls, context):
@@ -1588,7 +1435,6 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1588
1435
 
1589
1436
  :param context:
1590
1437
  """
1591
- ...
1592
1438
 
1593
1439
  class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Panel):
1594
1440
  COMPAT_ENGINES: typing.Any
@@ -1606,7 +1452,6 @@ class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Pan
1606
1452
  :return: The RNA type or default when not found.
1607
1453
  :rtype: bpy.types.Struct
1608
1454
  """
1609
- ...
1610
1455
 
1611
1456
  def bl_rna_get_subclass_py(self) -> typing.Any:
1612
1457
  """
@@ -1614,21 +1459,18 @@ class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Pan
1614
1459
  :return: The class or default when not found.
1615
1460
  :rtype: typing.Any
1616
1461
  """
1617
- ...
1618
1462
 
1619
1463
  def draw(self, context):
1620
1464
  """
1621
1465
 
1622
1466
  :param context:
1623
1467
  """
1624
- ...
1625
1468
 
1626
1469
  def draw_header(self, context):
1627
1470
  """
1628
1471
 
1629
1472
  :param context:
1630
1473
  """
1631
- ...
1632
1474
 
1633
1475
  @classmethod
1634
1476
  def poll(cls, context):
@@ -1636,7 +1478,6 @@ class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Pan
1636
1478
 
1637
1479
  :param context:
1638
1480
  """
1639
- ...
1640
1481
 
1641
1482
  class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1642
1483
  COMPAT_ENGINES: typing.Any
@@ -1654,7 +1495,6 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1654
1495
  :return: The RNA type or default when not found.
1655
1496
  :rtype: bpy.types.Struct
1656
1497
  """
1657
- ...
1658
1498
 
1659
1499
  def bl_rna_get_subclass_py(self) -> typing.Any:
1660
1500
  """
@@ -1662,14 +1502,12 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1662
1502
  :return: The class or default when not found.
1663
1503
  :rtype: typing.Any
1664
1504
  """
1665
- ...
1666
1505
 
1667
1506
  def draw(self, context):
1668
1507
  """
1669
1508
 
1670
1509
  :param context:
1671
1510
  """
1672
- ...
1673
1511
 
1674
1512
  @classmethod
1675
1513
  def poll(cls, context):
@@ -1677,7 +1515,6 @@ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1677
1515
 
1678
1516
  :param context:
1679
1517
  """
1680
- ...
1681
1518
 
1682
1519
  class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel):
1683
1520
  COMPAT_ENGINES: typing.Any
@@ -1695,7 +1532,6 @@ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel)
1695
1532
  :return: The RNA type or default when not found.
1696
1533
  :rtype: bpy.types.Struct
1697
1534
  """
1698
- ...
1699
1535
 
1700
1536
  def bl_rna_get_subclass_py(self) -> typing.Any:
1701
1537
  """
@@ -1703,14 +1539,12 @@ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel)
1703
1539
  :return: The class or default when not found.
1704
1540
  :rtype: typing.Any
1705
1541
  """
1706
- ...
1707
1542
 
1708
1543
  def draw(self, context):
1709
1544
  """
1710
1545
 
1711
1546
  :param context:
1712
1547
  """
1713
- ...
1714
1548
 
1715
1549
  @classmethod
1716
1550
  def poll(cls, context):
@@ -1718,7 +1552,6 @@ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel)
1718
1552
 
1719
1553
  :param context:
1720
1554
  """
1721
- ...
1722
1555
 
1723
1556
  class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1724
1557
  COMPAT_ENGINES: typing.Any
@@ -1736,7 +1569,6 @@ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1736
1569
  :return: The RNA type or default when not found.
1737
1570
  :rtype: bpy.types.Struct
1738
1571
  """
1739
- ...
1740
1572
 
1741
1573
  def bl_rna_get_subclass_py(self) -> typing.Any:
1742
1574
  """
@@ -1744,14 +1576,12 @@ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1744
1576
  :return: The class or default when not found.
1745
1577
  :rtype: typing.Any
1746
1578
  """
1747
- ...
1748
1579
 
1749
1580
  def draw(self, context):
1750
1581
  """
1751
1582
 
1752
1583
  :param context:
1753
1584
  """
1754
- ...
1755
1585
 
1756
1586
  @classmethod
1757
1587
  def poll(cls, context):
@@ -1759,7 +1589,6 @@ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1759
1589
 
1760
1590
  :param context:
1761
1591
  """
1762
- ...
1763
1592
 
1764
1593
  class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1765
1594
  COMPAT_ENGINES: typing.Any
@@ -1777,7 +1606,6 @@ class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1777
1606
  :return: The RNA type or default when not found.
1778
1607
  :rtype: bpy.types.Struct
1779
1608
  """
1780
- ...
1781
1609
 
1782
1610
  def bl_rna_get_subclass_py(self) -> typing.Any:
1783
1611
  """
@@ -1785,21 +1613,18 @@ class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1785
1613
  :return: The class or default when not found.
1786
1614
  :rtype: typing.Any
1787
1615
  """
1788
- ...
1789
1616
 
1790
1617
  def draw(self, context):
1791
1618
  """
1792
1619
 
1793
1620
  :param context:
1794
1621
  """
1795
- ...
1796
1622
 
1797
1623
  def draw_header(self, context):
1798
1624
  """
1799
1625
 
1800
1626
  :param context:
1801
1627
  """
1802
- ...
1803
1628
 
1804
1629
  class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1805
1630
  COMPAT_ENGINES: typing.Any
@@ -1817,7 +1642,6 @@ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1817
1642
  :return: The RNA type or default when not found.
1818
1643
  :rtype: bpy.types.Struct
1819
1644
  """
1820
- ...
1821
1645
 
1822
1646
  def bl_rna_get_subclass_py(self) -> typing.Any:
1823
1647
  """
@@ -1825,21 +1649,18 @@ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1825
1649
  :return: The class or default when not found.
1826
1650
  :rtype: typing.Any
1827
1651
  """
1828
- ...
1829
1652
 
1830
1653
  def draw(self, context):
1831
1654
  """
1832
1655
 
1833
1656
  :param context:
1834
1657
  """
1835
- ...
1836
1658
 
1837
1659
  def draw_header(self, context):
1838
1660
  """
1839
1661
 
1840
1662
  :param context:
1841
1663
  """
1842
- ...
1843
1664
 
1844
1665
  class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1845
1666
  COMPAT_ENGINES: typing.Any
@@ -1858,7 +1679,6 @@ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1858
1679
  :return: The RNA type or default when not found.
1859
1680
  :rtype: bpy.types.Struct
1860
1681
  """
1861
- ...
1862
1682
 
1863
1683
  def bl_rna_get_subclass_py(self) -> typing.Any:
1864
1684
  """
@@ -1866,14 +1686,12 @@ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1866
1686
  :return: The class or default when not found.
1867
1687
  :rtype: typing.Any
1868
1688
  """
1869
- ...
1870
1689
 
1871
1690
  def draw(self, context):
1872
1691
  """
1873
1692
 
1874
1693
  :param context:
1875
1694
  """
1876
- ...
1877
1695
 
1878
1696
  class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1879
1697
  COMPAT_ENGINES: typing.Any
@@ -1892,7 +1710,6 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1892
1710
  :return: The RNA type or default when not found.
1893
1711
  :rtype: bpy.types.Struct
1894
1712
  """
1895
- ...
1896
1713
 
1897
1714
  def bl_rna_get_subclass_py(self) -> typing.Any:
1898
1715
  """
@@ -1900,14 +1717,12 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1900
1717
  :return: The class or default when not found.
1901
1718
  :rtype: typing.Any
1902
1719
  """
1903
- ...
1904
1720
 
1905
1721
  def draw(self, context):
1906
1722
  """
1907
1723
 
1908
1724
  :param context:
1909
1725
  """
1910
- ...
1911
1726
 
1912
1727
  @classmethod
1913
1728
  def poll(cls, context):
@@ -1915,7 +1730,6 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1915
1730
 
1916
1731
  :param context:
1917
1732
  """
1918
- ...
1919
1733
 
1920
1734
  class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1921
1735
  COMPAT_ENGINES: typing.Any
@@ -1932,7 +1746,6 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1932
1746
  :return: The RNA type or default when not found.
1933
1747
  :rtype: bpy.types.Struct
1934
1748
  """
1935
- ...
1936
1749
 
1937
1750
  def bl_rna_get_subclass_py(self) -> typing.Any:
1938
1751
  """
@@ -1940,14 +1753,12 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1940
1753
  :return: The class or default when not found.
1941
1754
  :rtype: typing.Any
1942
1755
  """
1943
- ...
1944
1756
 
1945
1757
  def draw(self, context):
1946
1758
  """
1947
1759
 
1948
1760
  :param context:
1949
1761
  """
1950
- ...
1951
1762
 
1952
1763
  @classmethod
1953
1764
  def poll(cls, context):
@@ -1955,7 +1766,6 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1955
1766
 
1956
1767
  :param context:
1957
1768
  """
1958
- ...
1959
1769
 
1960
1770
  class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1961
1771
  COMPAT_ENGINES: typing.Any
@@ -1973,7 +1783,6 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1973
1783
  :return: The RNA type or default when not found.
1974
1784
  :rtype: bpy.types.Struct
1975
1785
  """
1976
- ...
1977
1786
 
1978
1787
  def bl_rna_get_subclass_py(self) -> typing.Any:
1979
1788
  """
@@ -1981,14 +1790,12 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1981
1790
  :return: The class or default when not found.
1982
1791
  :rtype: typing.Any
1983
1792
  """
1984
- ...
1985
1793
 
1986
1794
  def draw(self, context):
1987
1795
  """
1988
1796
 
1989
1797
  :param context:
1990
1798
  """
1991
- ...
1992
1799
 
1993
1800
  class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1994
1801
  COMPAT_ENGINES: typing.Any
@@ -2005,7 +1812,6 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
2005
1812
  :return: The RNA type or default when not found.
2006
1813
  :rtype: bpy.types.Struct
2007
1814
  """
2008
- ...
2009
1815
 
2010
1816
  def bl_rna_get_subclass_py(self) -> typing.Any:
2011
1817
  """
@@ -2013,14 +1819,12 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
2013
1819
  :return: The class or default when not found.
2014
1820
  :rtype: typing.Any
2015
1821
  """
2016
- ...
2017
1822
 
2018
1823
  def draw(self, context):
2019
1824
  """
2020
1825
 
2021
1826
  :param context:
2022
1827
  """
2023
- ...
2024
1828
 
2025
1829
  @classmethod
2026
1830
  def poll(cls, context):
@@ -2028,7 +1832,6 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
2028
1832
 
2029
1833
  :param context:
2030
1834
  """
2031
- ...
2032
1835
 
2033
1836
  class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2034
1837
  COMPAT_ENGINES: typing.Any
@@ -2045,7 +1848,6 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2045
1848
  :return: The RNA type or default when not found.
2046
1849
  :rtype: bpy.types.Struct
2047
1850
  """
2048
- ...
2049
1851
 
2050
1852
  def bl_rna_get_subclass_py(self) -> typing.Any:
2051
1853
  """
@@ -2053,14 +1855,12 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2053
1855
  :return: The class or default when not found.
2054
1856
  :rtype: typing.Any
2055
1857
  """
2056
- ...
2057
1858
 
2058
1859
  def draw(self, context):
2059
1860
  """
2060
1861
 
2061
1862
  :param context:
2062
1863
  """
2063
- ...
2064
1864
 
2065
1865
  @classmethod
2066
1866
  def poll(cls, context):
@@ -2068,7 +1868,6 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2068
1868
 
2069
1869
  :param context:
2070
1870
  """
2071
- ...
2072
1871
 
2073
1872
  class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2074
1873
  COMPAT_ENGINES: typing.Any
@@ -2085,7 +1884,6 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2085
1884
  :return: The RNA type or default when not found.
2086
1885
  :rtype: bpy.types.Struct
2087
1886
  """
2088
- ...
2089
1887
 
2090
1888
  def bl_rna_get_subclass_py(self) -> typing.Any:
2091
1889
  """
@@ -2093,14 +1891,12 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2093
1891
  :return: The class or default when not found.
2094
1892
  :rtype: typing.Any
2095
1893
  """
2096
- ...
2097
1894
 
2098
1895
  def draw(self, context):
2099
1896
  """
2100
1897
 
2101
1898
  :param context:
2102
1899
  """
2103
- ...
2104
1900
 
2105
1901
  @classmethod
2106
1902
  def poll(cls, context):
@@ -2108,7 +1904,6 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2108
1904
 
2109
1905
  :param context:
2110
1906
  """
2111
- ...
2112
1907
 
2113
1908
  class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
2114
1909
  COMPAT_ENGINES: typing.Any
@@ -2126,7 +1921,6 @@ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
2126
1921
  :return: The RNA type or default when not found.
2127
1922
  :rtype: bpy.types.Struct
2128
1923
  """
2129
- ...
2130
1924
 
2131
1925
  def bl_rna_get_subclass_py(self) -> typing.Any:
2132
1926
  """
@@ -2134,21 +1928,18 @@ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
2134
1928
  :return: The class or default when not found.
2135
1929
  :rtype: typing.Any
2136
1930
  """
2137
- ...
2138
1931
 
2139
1932
  def draw(self, context):
2140
1933
  """
2141
1934
 
2142
1935
  :param context:
2143
1936
  """
2144
- ...
2145
1937
 
2146
1938
  def draw_header(self, context):
2147
1939
  """
2148
1940
 
2149
1941
  :param context:
2150
1942
  """
2151
- ...
2152
1943
 
2153
1944
  class RENDER_PT_simplify_greasepencil(
2154
1945
  bpy.types.Panel,
@@ -2171,7 +1962,6 @@ class RENDER_PT_simplify_greasepencil(
2171
1962
  :return: The RNA type or default when not found.
2172
1963
  :rtype: bpy.types.Struct
2173
1964
  """
2174
- ...
2175
1965
 
2176
1966
  def bl_rna_get_subclass_py(self) -> typing.Any:
2177
1967
  """
@@ -2179,7 +1969,6 @@ class RENDER_PT_simplify_greasepencil(
2179
1969
  :return: The class or default when not found.
2180
1970
  :rtype: typing.Any
2181
1971
  """
2182
- ...
2183
1972
 
2184
1973
  class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
2185
1974
  COMPAT_ENGINES: typing.Any
@@ -2197,7 +1986,6 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
2197
1986
  :return: The RNA type or default when not found.
2198
1987
  :rtype: bpy.types.Struct
2199
1988
  """
2200
- ...
2201
1989
 
2202
1990
  def bl_rna_get_subclass_py(self) -> typing.Any:
2203
1991
  """
@@ -2205,14 +1993,12 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
2205
1993
  :return: The class or default when not found.
2206
1994
  :rtype: typing.Any
2207
1995
  """
2208
- ...
2209
1996
 
2210
1997
  def draw(self, context):
2211
1998
  """
2212
1999
 
2213
2000
  :param context:
2214
2001
  """
2215
- ...
2216
2002
 
2217
2003
  class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
2218
2004
  COMPAT_ENGINES: typing.Any
@@ -2230,7 +2016,6 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
2230
2016
  :return: The RNA type or default when not found.
2231
2017
  :rtype: bpy.types.Struct
2232
2018
  """
2233
- ...
2234
2019
 
2235
2020
  def bl_rna_get_subclass_py(self) -> typing.Any:
2236
2021
  """
@@ -2238,14 +2023,12 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
2238
2023
  :return: The class or default when not found.
2239
2024
  :rtype: typing.Any
2240
2025
  """
2241
- ...
2242
2026
 
2243
2027
  def draw(self, context):
2244
2028
  """
2245
2029
 
2246
2030
  :param context:
2247
2031
  """
2248
- ...
2249
2032
 
2250
2033
  class RenderButtonsPanel:
2251
2034
  bl_context: typing.Any
@@ -2258,6 +2041,5 @@ class RenderButtonsPanel:
2258
2041
 
2259
2042
  :param context:
2260
2043
  """
2261
- ...
2262
2044
 
2263
2045
  def draw_curves_settings(self_, context): ...