fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bl_ui.properties_grease_pencil_common
4
5
  import bl_ui.utils
5
6
  import bpy.types
@@ -18,29 +19,16 @@ class CompositorPerformanceButtonsPanel:
18
19
  """
19
20
  ...
20
21
 
21
- class RenderButtonsPanel:
22
+ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
23
+ COMPAT_ENGINES: typing.Any
22
24
  bl_context: typing.Any
23
- bl_region_type: typing.Any
24
- bl_space_type: typing.Any
25
-
26
- def poll(self, context):
27
- """
28
-
29
- :param context:
30
- """
31
- ...
32
-
33
- class RENDER_PT_color_management_white_balance_presets(
34
- bl_ui.utils.PresetPanel, bpy_types._GenericUI
35
- ):
36
25
  bl_label: typing.Any
26
+ bl_options: typing.Any
27
+ bl_order: typing.Any
37
28
  bl_region_type: typing.Any
38
29
  bl_rna: typing.Any
39
30
  bl_space_type: typing.Any
40
31
  id_data: typing.Any
41
- preset_add_operator: typing.Any
42
- preset_operator: typing.Any
43
- preset_subdir: typing.Any
44
32
 
45
33
  def append(self, draw_func):
46
34
  """Append a draw function to this menu,
@@ -81,21 +69,6 @@ class RENDER_PT_color_management_white_balance_presets(
81
69
  """
82
70
  ...
83
71
 
84
- def draw_menu(self, layout, text=None):
85
- """
86
-
87
- :param layout:
88
- :param text:
89
- """
90
- ...
91
-
92
- def draw_panel_header(self, layout):
93
- """
94
-
95
- :param layout:
96
- """
97
- ...
98
-
99
72
  def driver_add(self) -> bpy.types.FCurve:
100
73
  """Adds driver(s) to the given property
101
74
 
@@ -214,42 +187,15 @@ class RENDER_PT_color_management_white_balance_presets(
214
187
  """
215
188
  ...
216
189
 
217
- def path_menu(
218
- self,
219
- searchpaths: list[str],
220
- operator: str,
221
- props_default: dict = None,
222
- prop_filepath: str | None = "filepath",
223
- filter_ext: collections.abc.Callable | None = None,
224
- filter_path=None,
225
- display_name: collections.abc.Callable | None = None,
226
- add_operator=None,
227
- add_operator_props=None,
228
- ):
229
- """Populate a menu from a list of paths.
230
-
231
- :param searchpaths: Paths to scan.
232
- :type searchpaths: list[str]
233
- :param operator: The operator id to use with each file.
234
- :type operator: str
235
- :param props_default: Properties to assign to each operator.
236
- :type props_default: dict
237
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
238
- :type prop_filepath: str | None
239
- :param filter_ext: Optional callback that takes the file extensions.
190
+ def path_resolve(self):
191
+ """Returns the property from the path, raise an exception when not found."""
192
+ ...
240
193
 
241
- Returning false excludes the file from the list.
242
- :type filter_ext: collections.abc.Callable | None
243
- :param filter_path:
244
- :param display_name: Optional callback that takes the full path, returns the name to display.
245
- :type display_name: collections.abc.Callable | None
246
- :param add_operator:
247
- :param add_operator_props:
194
+ def poll(self, context):
248
195
  """
249
- ...
250
196
 
251
- def path_resolve(self):
252
- """Returns the property from the path, raise an exception when not found."""
197
+ :param context:
198
+ """
253
199
  ...
254
200
 
255
201
  def pop(self):
@@ -302,10 +248,12 @@ class RENDER_PT_color_management_white_balance_presets(
302
248
  """
303
249
  ...
304
250
 
305
- class RENDER_PT_context(bpy_types._GenericUI):
251
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI):
252
+ COMPAT_ENGINES: typing.Any
306
253
  bl_context: typing.Any
307
254
  bl_label: typing.Any
308
255
  bl_options: typing.Any
256
+ bl_parent_id: typing.Any
309
257
  bl_region_type: typing.Any
310
258
  bl_rna: typing.Any
311
259
  bl_space_type: typing.Any
@@ -350,6 +298,13 @@ class RENDER_PT_context(bpy_types._GenericUI):
350
298
  """
351
299
  ...
352
300
 
301
+ def draw_header(self, context):
302
+ """
303
+
304
+ :param context:
305
+ """
306
+ ...
307
+
353
308
  def driver_add(self) -> bpy.types.FCurve:
354
309
  """Adds driver(s) to the given property
355
310
 
@@ -529,17 +484,18 @@ class RENDER_PT_context(bpy_types._GenericUI):
529
484
  """
530
485
  ...
531
486
 
532
- class RENDER_PT_eevee_next_raytracing_presets(
533
- bl_ui.utils.PresetPanel, bpy_types._GenericUI
487
+ class RENDER_PT_color_management_display_settings(
488
+ RenderButtonsPanel, bpy_types._GenericUI
534
489
  ):
490
+ COMPAT_ENGINES: typing.Any
491
+ bl_context: typing.Any
535
492
  bl_label: typing.Any
493
+ bl_options: typing.Any
494
+ bl_parent_id: typing.Any
536
495
  bl_region_type: typing.Any
537
496
  bl_rna: typing.Any
538
497
  bl_space_type: typing.Any
539
498
  id_data: typing.Any
540
- preset_add_operator: typing.Any
541
- preset_operator: typing.Any
542
- preset_subdir: typing.Any
543
499
 
544
500
  def append(self, draw_func):
545
501
  """Append a draw function to this menu,
@@ -580,21 +536,6 @@ class RENDER_PT_eevee_next_raytracing_presets(
580
536
  """
581
537
  ...
582
538
 
583
- def draw_menu(self, layout, text=None):
584
- """
585
-
586
- :param layout:
587
- :param text:
588
- """
589
- ...
590
-
591
- def draw_panel_header(self, layout):
592
- """
593
-
594
- :param layout:
595
- """
596
- ...
597
-
598
539
  def driver_add(self) -> bpy.types.FCurve:
599
540
  """Adds driver(s) to the given property
600
541
 
@@ -713,42 +654,15 @@ class RENDER_PT_eevee_next_raytracing_presets(
713
654
  """
714
655
  ...
715
656
 
716
- def path_menu(
717
- self,
718
- searchpaths: list[str],
719
- operator: str,
720
- props_default: dict = None,
721
- prop_filepath: str | None = "filepath",
722
- filter_ext: collections.abc.Callable | None = None,
723
- filter_path=None,
724
- display_name: collections.abc.Callable | None = None,
725
- add_operator=None,
726
- add_operator_props=None,
727
- ):
728
- """Populate a menu from a list of paths.
729
-
730
- :param searchpaths: Paths to scan.
731
- :type searchpaths: list[str]
732
- :param operator: The operator id to use with each file.
733
- :type operator: str
734
- :param props_default: Properties to assign to each operator.
735
- :type props_default: dict
736
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
737
- :type prop_filepath: str | None
738
- :param filter_ext: Optional callback that takes the file extensions.
657
+ def path_resolve(self):
658
+ """Returns the property from the path, raise an exception when not found."""
659
+ ...
739
660
 
740
- Returning false excludes the file from the list.
741
- :type filter_ext: collections.abc.Callable | None
742
- :param filter_path:
743
- :param display_name: Optional callback that takes the full path, returns the name to display.
744
- :type display_name: collections.abc.Callable | None
745
- :param add_operator:
746
- :param add_operator_props:
661
+ def poll(self, context):
747
662
  """
748
- ...
749
663
 
750
- def path_resolve(self):
751
- """Returns the property from the path, raise an exception when not found."""
664
+ :param context:
665
+ """
752
666
  ...
753
667
 
754
668
  def pop(self):
@@ -801,12 +715,14 @@ class RENDER_PT_eevee_next_raytracing_presets(
801
715
  """
802
716
  ...
803
717
 
804
- class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
718
+ class RENDER_PT_color_management_white_balance(
719
+ RenderButtonsPanel, bpy_types._GenericUI
720
+ ):
805
721
  COMPAT_ENGINES: typing.Any
806
722
  bl_context: typing.Any
807
723
  bl_label: typing.Any
808
724
  bl_options: typing.Any
809
- bl_order: typing.Any
725
+ bl_parent_id: typing.Any
810
726
  bl_region_type: typing.Any
811
727
  bl_rna: typing.Any
812
728
  bl_space_type: typing.Any
@@ -851,6 +767,20 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
851
767
  """
852
768
  ...
853
769
 
770
+ def draw_header(self, context):
771
+ """
772
+
773
+ :param context:
774
+ """
775
+ ...
776
+
777
+ def draw_header_preset(self, context):
778
+ """
779
+
780
+ :param context:
781
+ """
782
+ ...
783
+
854
784
  def driver_add(self) -> bpy.types.FCurve:
855
785
  """Adds driver(s) to the given property
856
786
 
@@ -1030,16 +960,17 @@ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
1030
960
  """
1031
961
  ...
1032
962
 
1033
- class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI):
1034
- COMPAT_ENGINES: typing.Any
1035
- bl_context: typing.Any
963
+ class RENDER_PT_color_management_white_balance_presets(
964
+ bl_ui.utils.PresetPanel, bpy_types._GenericUI
965
+ ):
1036
966
  bl_label: typing.Any
1037
- bl_options: typing.Any
1038
- bl_parent_id: typing.Any
1039
967
  bl_region_type: typing.Any
1040
968
  bl_rna: typing.Any
1041
969
  bl_space_type: typing.Any
1042
970
  id_data: typing.Any
971
+ preset_add_operator: typing.Any
972
+ preset_operator: typing.Any
973
+ preset_subdir: typing.Any
1043
974
 
1044
975
  def append(self, draw_func):
1045
976
  """Append a draw function to this menu,
@@ -1080,10 +1011,18 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
1080
1011
  """
1081
1012
  ...
1082
1013
 
1083
- def draw_header(self, context):
1014
+ def draw_menu(self, layout, text=None):
1084
1015
  """
1085
1016
 
1086
- :param context:
1017
+ :param layout:
1018
+ :param text:
1019
+ """
1020
+ ...
1021
+
1022
+ def draw_panel_header(self, layout):
1023
+ """
1024
+
1025
+ :param layout:
1087
1026
  """
1088
1027
  ...
1089
1028
 
@@ -1205,17 +1144,44 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
1205
1144
  """
1206
1145
  ...
1207
1146
 
1208
- def path_resolve(self):
1209
- """Returns the property from the path, raise an exception when not found."""
1210
- ...
1147
+ def path_menu(
1148
+ self,
1149
+ searchpaths: list[str],
1150
+ operator: str,
1151
+ props_default: dict = None,
1152
+ prop_filepath: str | None = "filepath",
1153
+ filter_ext: collections.abc.Callable | None = None,
1154
+ filter_path=None,
1155
+ display_name: collections.abc.Callable | None = None,
1156
+ add_operator=None,
1157
+ add_operator_props=None,
1158
+ ):
1159
+ """Populate a menu from a list of paths.
1211
1160
 
1212
- def poll(self, context):
1213
- """
1161
+ :param searchpaths: Paths to scan.
1162
+ :type searchpaths: list[str]
1163
+ :param operator: The operator id to use with each file.
1164
+ :type operator: str
1165
+ :param props_default: Properties to assign to each operator.
1166
+ :type props_default: dict
1167
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1168
+ :type prop_filepath: str | None
1169
+ :param filter_ext: Optional callback that takes the file extensions.
1214
1170
 
1215
- :param context:
1171
+ Returning false excludes the file from the list.
1172
+ :type filter_ext: collections.abc.Callable | None
1173
+ :param filter_path:
1174
+ :param display_name: Optional callback that takes the full path, returns the name to display.
1175
+ :type display_name: collections.abc.Callable | None
1176
+ :param add_operator:
1177
+ :param add_operator_props:
1216
1178
  """
1217
1179
  ...
1218
1180
 
1181
+ def path_resolve(self):
1182
+ """Returns the property from the path, raise an exception when not found."""
1183
+ ...
1184
+
1219
1185
  def pop(self):
1220
1186
  """Remove and return the value of the custom property assigned to key or default
1221
1187
  when not found (matches Python's dictionary function of the same name).
@@ -1266,14 +1232,10 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI
1266
1232
  """
1267
1233
  ...
1268
1234
 
1269
- class RENDER_PT_color_management_display_settings(
1270
- RenderButtonsPanel, bpy_types._GenericUI
1271
- ):
1272
- COMPAT_ENGINES: typing.Any
1235
+ class RENDER_PT_context(bpy_types._GenericUI):
1273
1236
  bl_context: typing.Any
1274
1237
  bl_label: typing.Any
1275
1238
  bl_options: typing.Any
1276
- bl_parent_id: typing.Any
1277
1239
  bl_region_type: typing.Any
1278
1240
  bl_rna: typing.Any
1279
1241
  bl_space_type: typing.Any
@@ -1497,14 +1459,11 @@ class RENDER_PT_color_management_display_settings(
1497
1459
  """
1498
1460
  ...
1499
1461
 
1500
- class RENDER_PT_color_management_white_balance(
1501
- RenderButtonsPanel, bpy_types._GenericUI
1502
- ):
1462
+ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI):
1503
1463
  COMPAT_ENGINES: typing.Any
1504
1464
  bl_context: typing.Any
1505
1465
  bl_label: typing.Any
1506
1466
  bl_options: typing.Any
1507
- bl_parent_id: typing.Any
1508
1467
  bl_region_type: typing.Any
1509
1468
  bl_rna: typing.Any
1510
1469
  bl_space_type: typing.Any
@@ -1556,13 +1515,6 @@ class RENDER_PT_color_management_white_balance(
1556
1515
  """
1557
1516
  ...
1558
1517
 
1559
- def draw_header_preset(self, context):
1560
- """
1561
-
1562
- :param context:
1563
- """
1564
- ...
1565
-
1566
1518
  def driver_add(self) -> bpy.types.FCurve:
1567
1519
  """Adds driver(s) to the given property
1568
1520
 
@@ -1742,7 +1694,7 @@ class RENDER_PT_color_management_white_balance(
1742
1694
  """
1743
1695
  ...
1744
1696
 
1745
- class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI):
1697
+ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
1746
1698
  COMPAT_ENGINES: typing.Any
1747
1699
  bl_context: typing.Any
1748
1700
  bl_label: typing.Any
@@ -1977,7 +1929,7 @@ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI
1977
1929
  """
1978
1930
  ...
1979
1931
 
1980
- class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
1932
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
1981
1933
  COMPAT_ENGINES: typing.Any
1982
1934
  bl_context: typing.Any
1983
1935
  bl_label: typing.Any
@@ -2026,13 +1978,6 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
2026
1978
  """
2027
1979
  ...
2028
1980
 
2029
- def draw_header(self, context):
2030
- """
2031
-
2032
- :param context:
2033
- """
2034
- ...
2035
-
2036
1981
  def driver_add(self) -> bpy.types.FCurve:
2037
1982
  """Adds driver(s) to the given property
2038
1983
 
@@ -2212,7 +2157,7 @@ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
2212
2157
  """
2213
2158
  ...
2214
2159
 
2215
- class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
2160
+ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
2216
2161
  COMPAT_ENGINES: typing.Any
2217
2162
  bl_context: typing.Any
2218
2163
  bl_label: typing.Any
@@ -2440,7 +2385,7 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
2440
2385
  """
2441
2386
  ...
2442
2387
 
2443
- class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
2388
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
2444
2389
  COMPAT_ENGINES: typing.Any
2445
2390
  bl_context: typing.Any
2446
2391
  bl_label: typing.Any
@@ -2668,7 +2613,7 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
2668
2613
  """
2669
2614
  ...
2670
2615
 
2671
- class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
2616
+ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI):
2672
2617
  COMPAT_ENGINES: typing.Any
2673
2618
  bl_context: typing.Any
2674
2619
  bl_label: typing.Any
@@ -2896,11 +2841,13 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
2896
2841
  """
2897
2842
  ...
2898
2843
 
2899
- class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI):
2844
+ class RENDER_PT_eevee_indirect_lighting_display(
2845
+ RenderButtonsPanel, bpy_types._GenericUI
2846
+ ):
2900
2847
  COMPAT_ENGINES: typing.Any
2901
2848
  bl_context: typing.Any
2902
2849
  bl_label: typing.Any
2903
- bl_options: typing.Any
2850
+ bl_parent_id: typing.Any
2904
2851
  bl_region_type: typing.Any
2905
2852
  bl_rna: typing.Any
2906
2853
  bl_space_type: typing.Any
@@ -3124,13 +3071,11 @@ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI
3124
3071
  """
3125
3072
  ...
3126
3073
 
3127
- class RENDER_PT_eevee_indirect_lighting_display(
3128
- RenderButtonsPanel, bpy_types._GenericUI
3129
- ):
3074
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
3130
3075
  COMPAT_ENGINES: typing.Any
3131
3076
  bl_context: typing.Any
3132
3077
  bl_label: typing.Any
3133
- bl_parent_id: typing.Any
3078
+ bl_options: typing.Any
3134
3079
  bl_region_type: typing.Any
3135
3080
  bl_rna: typing.Any
3136
3081
  bl_space_type: typing.Any
@@ -3175,6 +3120,13 @@ class RENDER_PT_eevee_indirect_lighting_display(
3175
3120
  """
3176
3121
  ...
3177
3122
 
3123
+ def draw_header(self, context):
3124
+ """
3125
+
3126
+ :param context:
3127
+ """
3128
+ ...
3129
+
3178
3130
  def driver_add(self) -> bpy.types.FCurve:
3179
3131
  """Adds driver(s) to the given property
3180
3132
 
@@ -3354,7 +3306,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
3354
3306
  """
3355
3307
  ...
3356
3308
 
3357
- class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
3309
+ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
3358
3310
  COMPAT_ENGINES: typing.Any
3359
3311
  bl_context: typing.Any
3360
3312
  bl_label: typing.Any
@@ -3403,13 +3355,6 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
3403
3355
  """
3404
3356
  ...
3405
3357
 
3406
- def draw_header(self, context):
3407
- """
3408
-
3409
- :param context:
3410
- """
3411
- ...
3412
-
3413
3358
  def driver_add(self) -> bpy.types.FCurve:
3414
3359
  """Adds driver(s) to the given property
3415
3360
 
@@ -3589,11 +3534,11 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
3589
3534
  """
3590
3535
  ...
3591
3536
 
3592
- class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
3537
+ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._GenericUI):
3593
3538
  COMPAT_ENGINES: typing.Any
3594
3539
  bl_context: typing.Any
3595
3540
  bl_label: typing.Any
3596
- bl_options: typing.Any
3541
+ bl_parent_id: typing.Any
3597
3542
  bl_region_type: typing.Any
3598
3543
  bl_rna: typing.Any
3599
3544
  bl_space_type: typing.Any
@@ -3817,7 +3762,7 @@ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
3817
3762
  """
3818
3763
  ...
3819
3764
 
3820
- class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._GenericUI):
3765
+ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._GenericUI):
3821
3766
  COMPAT_ENGINES: typing.Any
3822
3767
  bl_context: typing.Any
3823
3768
  bl_label: typing.Any
@@ -4045,10 +3990,11 @@ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._Gener
4045
3990
  """
4046
3991
  ...
4047
3992
 
4048
- class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._GenericUI):
3993
+ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
4049
3994
  COMPAT_ENGINES: typing.Any
4050
3995
  bl_context: typing.Any
4051
3996
  bl_label: typing.Any
3997
+ bl_options: typing.Any
4052
3998
  bl_parent_id: typing.Any
4053
3999
  bl_region_type: typing.Any
4054
4000
  bl_rna: typing.Any
@@ -4094,6 +4040,13 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._Generi
4094
4040
  """
4095
4041
  ...
4096
4042
 
4043
+ def draw_header(self, context):
4044
+ """
4045
+
4046
+ :param context:
4047
+ """
4048
+ ...
4049
+
4097
4050
  def driver_add(self) -> bpy.types.FCurve:
4098
4051
  """Adds driver(s) to the given property
4099
4052
 
@@ -4273,12 +4226,11 @@ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._Generi
4273
4226
  """
4274
4227
  ...
4275
4228
 
4276
- class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
4229
+ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
4277
4230
  COMPAT_ENGINES: typing.Any
4278
4231
  bl_context: typing.Any
4279
4232
  bl_label: typing.Any
4280
4233
  bl_options: typing.Any
4281
- bl_parent_id: typing.Any
4282
4234
  bl_region_type: typing.Any
4283
4235
  bl_rna: typing.Any
4284
4236
  bl_space_type: typing.Any
@@ -4323,13 +4275,6 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
4323
4275
  """
4324
4276
  ...
4325
4277
 
4326
- def draw_header(self, context):
4327
- """
4328
-
4329
- :param context:
4330
- """
4331
- ...
4332
-
4333
4278
  def driver_add(self) -> bpy.types.FCurve:
4334
4279
  """Adds driver(s) to the given property
4335
4280
 
@@ -4509,7 +4454,7 @@ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
4509
4454
  """
4510
4455
  ...
4511
4456
 
4512
- class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
4457
+ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
4513
4458
  COMPAT_ENGINES: typing.Any
4514
4459
  bl_context: typing.Any
4515
4460
  bl_label: typing.Any
@@ -4737,11 +4682,12 @@ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._Generic
4737
4682
  """
4738
4683
  ...
4739
4684
 
4740
- class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
4685
+ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._GenericUI):
4741
4686
  COMPAT_ENGINES: typing.Any
4742
4687
  bl_context: typing.Any
4743
4688
  bl_label: typing.Any
4744
4689
  bl_options: typing.Any
4690
+ bl_parent_id: typing.Any
4745
4691
  bl_region_type: typing.Any
4746
4692
  bl_rna: typing.Any
4747
4693
  bl_space_type: typing.Any
@@ -4965,12 +4911,11 @@ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
4965
4911
  """
4966
4912
  ...
4967
4913
 
4968
- class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._GenericUI):
4914
+ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
4969
4915
  COMPAT_ENGINES: typing.Any
4970
4916
  bl_context: typing.Any
4971
4917
  bl_label: typing.Any
4972
4918
  bl_options: typing.Any
4973
- bl_parent_id: typing.Any
4974
4919
  bl_region_type: typing.Any
4975
4920
  bl_rna: typing.Any
4976
4921
  bl_space_type: typing.Any
@@ -5015,6 +4960,13 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._Gener
5015
4960
  """
5016
4961
  ...
5017
4962
 
4963
+ def draw_header(self, context):
4964
+ """
4965
+
4966
+ :param context:
4967
+ """
4968
+ ...
4969
+
5018
4970
  def driver_add(self) -> bpy.types.FCurve:
5019
4971
  """Adds driver(s) to the given property
5020
4972
 
@@ -5194,11 +5146,12 @@ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._Gener
5194
5146
  """
5195
5147
  ...
5196
5148
 
5197
- class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
5149
+ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._GenericUI):
5198
5150
  COMPAT_ENGINES: typing.Any
5199
5151
  bl_context: typing.Any
5200
5152
  bl_label: typing.Any
5201
5153
  bl_options: typing.Any
5154
+ bl_parent_id: typing.Any
5202
5155
  bl_region_type: typing.Any
5203
5156
  bl_rna: typing.Any
5204
5157
  bl_space_type: typing.Any
@@ -5243,13 +5196,6 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI)
5243
5196
  """
5244
5197
  ...
5245
5198
 
5246
- def draw_header(self, context):
5247
- """
5248
-
5249
- :param context:
5250
- """
5251
- ...
5252
-
5253
5199
  def driver_add(self) -> bpy.types.FCurve:
5254
5200
  """Adds driver(s) to the given property
5255
5201
 
@@ -5429,12 +5375,11 @@ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI)
5429
5375
  """
5430
5376
  ...
5431
5377
 
5432
- class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._GenericUI):
5378
+ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
5433
5379
  COMPAT_ENGINES: typing.Any
5434
5380
  bl_context: typing.Any
5435
5381
  bl_label: typing.Any
5436
5382
  bl_options: typing.Any
5437
- bl_parent_id: typing.Any
5438
5383
  bl_region_type: typing.Any
5439
5384
  bl_rna: typing.Any
5440
5385
  bl_space_type: typing.Any
@@ -5479,6 +5424,20 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._Gene
5479
5424
  """
5480
5425
  ...
5481
5426
 
5427
+ def draw_header(self, context):
5428
+ """
5429
+
5430
+ :param context:
5431
+ """
5432
+ ...
5433
+
5434
+ def draw_header_preset(self, _context):
5435
+ """
5436
+
5437
+ :param _context:
5438
+ """
5439
+ ...
5440
+
5482
5441
  def driver_add(self) -> bpy.types.FCurve:
5483
5442
  """Adds driver(s) to the given property
5484
5443
 
@@ -5658,15 +5617,17 @@ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._Gene
5658
5617
  """
5659
5618
  ...
5660
5619
 
5661
- class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
5662
- COMPAT_ENGINES: typing.Any
5663
- bl_context: typing.Any
5620
+ class RENDER_PT_eevee_next_raytracing_presets(
5621
+ bl_ui.utils.PresetPanel, bpy_types._GenericUI
5622
+ ):
5664
5623
  bl_label: typing.Any
5665
- bl_options: typing.Any
5666
5624
  bl_region_type: typing.Any
5667
5625
  bl_rna: typing.Any
5668
5626
  bl_space_type: typing.Any
5669
5627
  id_data: typing.Any
5628
+ preset_add_operator: typing.Any
5629
+ preset_operator: typing.Any
5630
+ preset_subdir: typing.Any
5670
5631
 
5671
5632
  def append(self, draw_func):
5672
5633
  """Append a draw function to this menu,
@@ -5707,17 +5668,18 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
5707
5668
  """
5708
5669
  ...
5709
5670
 
5710
- def draw_header(self, context):
5671
+ def draw_menu(self, layout, text=None):
5711
5672
  """
5712
5673
 
5713
- :param context:
5674
+ :param layout:
5675
+ :param text:
5714
5676
  """
5715
5677
  ...
5716
5678
 
5717
- def draw_header_preset(self, _context):
5679
+ def draw_panel_header(self, layout):
5718
5680
  """
5719
5681
 
5720
- :param _context:
5682
+ :param layout:
5721
5683
  """
5722
5684
  ...
5723
5685
 
@@ -5839,17 +5801,44 @@ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
5839
5801
  """
5840
5802
  ...
5841
5803
 
5842
- def path_resolve(self):
5843
- """Returns the property from the path, raise an exception when not found."""
5844
- ...
5804
+ def path_menu(
5805
+ self,
5806
+ searchpaths: list[str],
5807
+ operator: str,
5808
+ props_default: dict = None,
5809
+ prop_filepath: str | None = "filepath",
5810
+ filter_ext: collections.abc.Callable | None = None,
5811
+ filter_path=None,
5812
+ display_name: collections.abc.Callable | None = None,
5813
+ add_operator=None,
5814
+ add_operator_props=None,
5815
+ ):
5816
+ """Populate a menu from a list of paths.
5845
5817
 
5846
- def poll(self, context):
5847
- """
5818
+ :param searchpaths: Paths to scan.
5819
+ :type searchpaths: list[str]
5820
+ :param operator: The operator id to use with each file.
5821
+ :type operator: str
5822
+ :param props_default: Properties to assign to each operator.
5823
+ :type props_default: dict
5824
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5825
+ :type prop_filepath: str | None
5826
+ :param filter_ext: Optional callback that takes the file extensions.
5848
5827
 
5849
- :param context:
5828
+ Returning false excludes the file from the list.
5829
+ :type filter_ext: collections.abc.Callable | None
5830
+ :param filter_path:
5831
+ :param display_name: Optional callback that takes the full path, returns the name to display.
5832
+ :type display_name: collections.abc.Callable | None
5833
+ :param add_operator:
5834
+ :param add_operator_props:
5850
5835
  """
5851
5836
  ...
5852
5837
 
5838
+ def path_resolve(self):
5839
+ """Returns the property from the path, raise an exception when not found."""
5840
+ ...
5841
+
5853
5842
  def pop(self):
5854
5843
  """Remove and return the value of the custom property assigned to key or default
5855
5844
  when not found (matches Python's dictionary function of the same name).
@@ -12801,4 +12790,16 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy_types._GenericUI):
12801
12790
  """
12802
12791
  ...
12803
12792
 
12793
+ class RenderButtonsPanel:
12794
+ bl_context: typing.Any
12795
+ bl_region_type: typing.Any
12796
+ bl_space_type: typing.Any
12797
+
12798
+ def poll(self, context):
12799
+ """
12800
+
12801
+ :param context:
12802
+ """
12803
+ ...
12804
+
12804
12805
  def draw_curves_settings(context): ...