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.utils
4
5
  import bpy.types
5
6
  import bpy_types
@@ -279,28 +280,16 @@ class PARTICLE_MT_context_menu(bpy_types._GenericUI):
279
280
  """
280
281
  ...
281
282
 
282
- class ParticleButtonsPanel:
283
- bl_context: typing.Any
284
- bl_region_type: typing.Any
285
- bl_space_type: typing.Any
286
-
287
- def poll(self, context):
288
- """
289
-
290
- :param context:
291
- """
292
- ...
293
-
294
- class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
283
+ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy_types._GenericUI):
295
284
  COMPAT_ENGINES: typing.Any
285
+ bl_context: typing.Any
296
286
  bl_label: typing.Any
287
+ bl_options: typing.Any
288
+ bl_parent_id: typing.Any
297
289
  bl_region_type: typing.Any
298
290
  bl_rna: typing.Any
299
291
  bl_space_type: typing.Any
300
292
  id_data: typing.Any
301
- preset_add_operator: typing.Any
302
- preset_operator: typing.Any
303
- preset_subdir: typing.Any
304
293
 
305
294
  def append(self, draw_func):
306
295
  """Append a draw function to this menu,
@@ -341,21 +330,6 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
341
330
  """
342
331
  ...
343
332
 
344
- def draw_menu(self, layout, text=None):
345
- """
346
-
347
- :param layout:
348
- :param text:
349
- """
350
- ...
351
-
352
- def draw_panel_header(self, layout):
353
- """
354
-
355
- :param layout:
356
- """
357
- ...
358
-
359
333
  def driver_add(self) -> bpy.types.FCurve:
360
334
  """Adds driver(s) to the given property
361
335
 
@@ -474,42 +448,15 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
474
448
  """
475
449
  ...
476
450
 
477
- def path_menu(
478
- self,
479
- searchpaths: list[str],
480
- operator: str,
481
- props_default: dict = None,
482
- prop_filepath: str | None = "filepath",
483
- filter_ext: collections.abc.Callable | None = None,
484
- filter_path=None,
485
- display_name: collections.abc.Callable | None = None,
486
- add_operator=None,
487
- add_operator_props=None,
488
- ):
489
- """Populate a menu from a list of paths.
490
-
491
- :param searchpaths: Paths to scan.
492
- :type searchpaths: list[str]
493
- :param operator: The operator id to use with each file.
494
- :type operator: str
495
- :param props_default: Properties to assign to each operator.
496
- :type props_default: dict
497
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
498
- :type prop_filepath: str | None
499
- :param filter_ext: Optional callback that takes the file extensions.
451
+ def path_resolve(self):
452
+ """Returns the property from the path, raise an exception when not found."""
453
+ ...
500
454
 
501
- Returning false excludes the file from the list.
502
- :type filter_ext: collections.abc.Callable | None
503
- :param filter_path:
504
- :param display_name: Optional callback that takes the full path, returns the name to display.
505
- :type display_name: collections.abc.Callable | None
506
- :param add_operator:
507
- :param add_operator_props:
455
+ def poll(self, context):
508
456
  """
509
- ...
510
457
 
511
- def path_resolve(self):
512
- """Returns the property from the path, raise an exception when not found."""
458
+ :param context:
459
+ """
513
460
  ...
514
461
 
515
462
  def pop(self):
@@ -562,8 +509,14 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
562
509
  """
563
510
  ...
564
511
 
565
- class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
512
+ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy_types._GenericUI):
513
+ COMPAT_ENGINES: typing.Any
514
+ bl_context: typing.Any
515
+ bl_label: typing.Any
516
+ bl_options: typing.Any
517
+ bl_region_type: typing.Any
566
518
  bl_rna: typing.Any
519
+ bl_space_type: typing.Any
567
520
  id_data: typing.Any
568
521
 
569
522
  def append(self, draw_func):
@@ -598,29 +551,10 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
598
551
  """
599
552
  ...
600
553
 
601
- def draw_item(
602
- self,
603
- _context,
604
- layout,
605
- data,
606
- item,
607
- icon,
608
- _active_data,
609
- _active_propname,
610
- _index,
611
- _flt_flag,
612
- ):
554
+ def draw(self, context):
613
555
  """
614
556
 
615
- :param _context:
616
- :param layout:
617
- :param data:
618
- :param item:
619
- :param icon:
620
- :param _active_data:
621
- :param _active_propname:
622
- :param _index:
623
- :param _flt_flag:
557
+ :param context:
624
558
  """
625
559
  ...
626
560
 
@@ -746,6 +680,13 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
746
680
  """Returns the property from the path, raise an exception when not found."""
747
681
  ...
748
682
 
683
+ def poll(self, context):
684
+ """
685
+
686
+ :param context:
687
+ """
688
+ ...
689
+
749
690
  def pop(self):
750
691
  """Remove and return the value of the custom property assigned to key or default
751
692
  when not found (matches Python's dictionary function of the same name).
@@ -796,15 +737,15 @@ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
796
737
  """
797
738
  ...
798
739
 
799
- class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy_types._GenericUI):
740
+ class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
800
741
  COMPAT_ENGINES: typing.Any
801
742
  bl_context: typing.Any
802
743
  bl_label: typing.Any
803
744
  bl_options: typing.Any
804
- bl_parent_id: typing.Any
805
745
  bl_region_type: typing.Any
806
746
  bl_rna: typing.Any
807
747
  bl_space_type: typing.Any
748
+ bl_translation_context: typing.Any
808
749
  id_data: typing.Any
809
750
 
810
751
  def append(self, draw_func):
@@ -1025,11 +966,12 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy_types._GenericUI):
1025
966
  """
1026
967
  ...
1027
968
 
1028
- class PARTICLE_PT_cache(ParticleButtonsPanel, bpy_types._GenericUI):
969
+ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy_types._GenericUI):
1029
970
  COMPAT_ENGINES: typing.Any
1030
971
  bl_context: typing.Any
1031
972
  bl_label: typing.Any
1032
973
  bl_options: typing.Any
974
+ bl_parent_id: typing.Any
1033
975
  bl_region_type: typing.Any
1034
976
  bl_rna: typing.Any
1035
977
  bl_space_type: typing.Any
@@ -1253,15 +1195,15 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy_types._GenericUI):
1253
1195
  """
1254
1196
  ...
1255
1197
 
1256
- class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
1198
+ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy_types._GenericUI):
1257
1199
  COMPAT_ENGINES: typing.Any
1258
1200
  bl_context: typing.Any
1259
1201
  bl_label: typing.Any
1260
1202
  bl_options: typing.Any
1203
+ bl_parent_id: typing.Any
1261
1204
  bl_region_type: typing.Any
1262
1205
  bl_rna: typing.Any
1263
1206
  bl_space_type: typing.Any
1264
- bl_translation_context: typing.Any
1265
1207
  id_data: typing.Any
1266
1208
 
1267
1209
  def append(self, draw_func):
@@ -1303,6 +1245,13 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
1303
1245
  """
1304
1246
  ...
1305
1247
 
1248
+ def draw_header(self, context):
1249
+ """
1250
+
1251
+ :param context:
1252
+ """
1253
+ ...
1254
+
1306
1255
  def driver_add(self) -> bpy.types.FCurve:
1307
1256
  """Adds driver(s) to the given property
1308
1257
 
@@ -1482,7 +1431,7 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
1482
1431
  """
1483
1432
  ...
1484
1433
 
1485
- class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy_types._GenericUI):
1434
+ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
1486
1435
  COMPAT_ENGINES: typing.Any
1487
1436
  bl_context: typing.Any
1488
1437
  bl_label: typing.Any
@@ -1711,7 +1660,7 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy_types._GenericUI):
1711
1660
  """
1712
1661
  ...
1713
1662
 
1714
- class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy_types._GenericUI):
1663
+ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy_types._GenericUI):
1715
1664
  COMPAT_ENGINES: typing.Any
1716
1665
  bl_context: typing.Any
1717
1666
  bl_label: typing.Any
@@ -1761,13 +1710,6 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy_types._Gener
1761
1710
  """
1762
1711
  ...
1763
1712
 
1764
- def draw_header(self, context):
1765
- """
1766
-
1767
- :param context:
1768
- """
1769
- ...
1770
-
1771
1713
  def driver_add(self) -> bpy.types.FCurve:
1772
1714
  """Adds driver(s) to the given property
1773
1715
 
@@ -1947,7 +1889,7 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy_types._Gener
1947
1889
  """
1948
1890
  ...
1949
1891
 
1950
- class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
1892
+ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy_types._GenericUI):
1951
1893
  COMPAT_ENGINES: typing.Any
1952
1894
  bl_context: typing.Any
1953
1895
  bl_label: typing.Any
@@ -1956,6 +1898,7 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
1956
1898
  bl_region_type: typing.Any
1957
1899
  bl_rna: typing.Any
1958
1900
  bl_space_type: typing.Any
1901
+ bl_translation_context: typing.Any
1959
1902
  id_data: typing.Any
1960
1903
 
1961
1904
  def append(self, draw_func):
@@ -2176,12 +2119,11 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
2176
2119
  """
2177
2120
  ...
2178
2121
 
2179
- class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy_types._GenericUI):
2122
+ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy_types._GenericUI):
2180
2123
  COMPAT_ENGINES: typing.Any
2181
2124
  bl_context: typing.Any
2182
2125
  bl_label: typing.Any
2183
2126
  bl_options: typing.Any
2184
- bl_parent_id: typing.Any
2185
2127
  bl_region_type: typing.Any
2186
2128
  bl_rna: typing.Any
2187
2129
  bl_space_type: typing.Any
@@ -2405,16 +2347,21 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy_types._GenericUI):
2405
2347
  """
2406
2348
  ...
2407
2349
 
2408
- class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy_types._GenericUI):
2350
+ class PARTICLE_PT_custom_props(
2351
+ ParticleButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2352
+ ):
2353
+ """The subclass should have its own poll function
2354
+ and the variable '_context_path' MUST be set.
2355
+ """
2356
+
2409
2357
  COMPAT_ENGINES: typing.Any
2410
2358
  bl_context: typing.Any
2411
2359
  bl_label: typing.Any
2412
2360
  bl_options: typing.Any
2413
- bl_parent_id: typing.Any
2361
+ bl_order: typing.Any
2414
2362
  bl_region_type: typing.Any
2415
2363
  bl_rna: typing.Any
2416
2364
  bl_space_type: typing.Any
2417
- bl_translation_context: typing.Any
2418
2365
  id_data: typing.Any
2419
2366
 
2420
2367
  def append(self, draw_func):
@@ -2635,7 +2582,7 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy_types._GenericUI)
2635
2582
  """
2636
2583
  ...
2637
2584
 
2638
- class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy_types._GenericUI):
2585
+ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy_types._GenericUI):
2639
2586
  COMPAT_ENGINES: typing.Any
2640
2587
  bl_context: typing.Any
2641
2588
  bl_label: typing.Any
@@ -2863,21 +2810,14 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy_types._GenericUI):
2863
2810
  """
2864
2811
  ...
2865
2812
 
2866
- class PARTICLE_PT_custom_props(
2867
- ParticleButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2868
- ):
2869
- """The subclass should have its own poll function
2870
- and the variable '_context_path' MUST be set.
2871
- """
2872
-
2813
+ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy_types._GenericUI):
2873
2814
  COMPAT_ENGINES: typing.Any
2874
2815
  bl_context: typing.Any
2875
2816
  bl_label: typing.Any
2876
- bl_options: typing.Any
2877
- bl_order: typing.Any
2878
2817
  bl_region_type: typing.Any
2879
2818
  bl_rna: typing.Any
2880
2819
  bl_space_type: typing.Any
2820
+ bl_translation_context: typing.Any
2881
2821
  id_data: typing.Any
2882
2822
 
2883
2823
  def append(self, draw_func):
@@ -3098,11 +3038,12 @@ class PARTICLE_PT_custom_props(
3098
3038
  """
3099
3039
  ...
3100
3040
 
3101
- class PARTICLE_PT_draw(ParticleButtonsPanel, bpy_types._GenericUI):
3041
+ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy_types._GenericUI):
3102
3042
  COMPAT_ENGINES: typing.Any
3103
3043
  bl_context: typing.Any
3104
3044
  bl_label: typing.Any
3105
3045
  bl_options: typing.Any
3046
+ bl_parent_id: typing.Any
3106
3047
  bl_region_type: typing.Any
3107
3048
  bl_rna: typing.Any
3108
3049
  bl_space_type: typing.Any
@@ -3326,14 +3267,14 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy_types._GenericUI):
3326
3267
  """
3327
3268
  ...
3328
3269
 
3329
- class PARTICLE_PT_emission(ParticleButtonsPanel, bpy_types._GenericUI):
3270
+ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy_types._GenericUI):
3330
3271
  COMPAT_ENGINES: typing.Any
3331
3272
  bl_context: typing.Any
3332
3273
  bl_label: typing.Any
3274
+ bl_options: typing.Any
3333
3275
  bl_region_type: typing.Any
3334
3276
  bl_rna: typing.Any
3335
3277
  bl_space_type: typing.Any
3336
- bl_translation_context: typing.Any
3337
3278
  id_data: typing.Any
3338
3279
 
3339
3280
  def append(self, draw_func):
@@ -3554,12 +3495,11 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy_types._GenericUI):
3554
3495
  """
3555
3496
  ...
3556
3497
 
3557
- class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy_types._GenericUI):
3498
+ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy_types._GenericUI):
3558
3499
  COMPAT_ENGINES: typing.Any
3559
3500
  bl_context: typing.Any
3560
3501
  bl_label: typing.Any
3561
3502
  bl_options: typing.Any
3562
- bl_parent_id: typing.Any
3563
3503
  bl_region_type: typing.Any
3564
3504
  bl_rna: typing.Any
3565
3505
  bl_space_type: typing.Any
@@ -3783,11 +3723,11 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy_types._GenericUI):
3783
3723
  """
3784
3724
  ...
3785
3725
 
3786
- class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy_types._GenericUI):
3726
+ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy_types._GenericUI):
3787
3727
  COMPAT_ENGINES: typing.Any
3788
3728
  bl_context: typing.Any
3789
3729
  bl_label: typing.Any
3790
- bl_options: typing.Any
3730
+ bl_parent_id: typing.Any
3791
3731
  bl_region_type: typing.Any
3792
3732
  bl_rna: typing.Any
3793
3733
  bl_space_type: typing.Any
@@ -4011,11 +3951,14 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy_types._GenericUI):
4011
3951
  """
4012
3952
  ...
4013
3953
 
4014
- class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy_types._GenericUI):
3954
+ class PARTICLE_PT_force_fields_type1_falloff(
3955
+ ParticleButtonsPanel, bpy_types._GenericUI
3956
+ ):
4015
3957
  COMPAT_ENGINES: typing.Any
4016
3958
  bl_context: typing.Any
4017
3959
  bl_label: typing.Any
4018
3960
  bl_options: typing.Any
3961
+ bl_parent_id: typing.Any
4019
3962
  bl_region_type: typing.Any
4020
3963
  bl_rna: typing.Any
4021
3964
  bl_space_type: typing.Any
@@ -4239,7 +4182,7 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy_types._GenericUI):
4239
4182
  """
4240
4183
  ...
4241
4184
 
4242
- class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy_types._GenericUI):
4185
+ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy_types._GenericUI):
4243
4186
  COMPAT_ENGINES: typing.Any
4244
4187
  bl_context: typing.Any
4245
4188
  bl_label: typing.Any
@@ -4467,7 +4410,7 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy_types._GenericUI)
4467
4410
  """
4468
4411
  ...
4469
4412
 
4470
- class PARTICLE_PT_force_fields_type1_falloff(
4413
+ class PARTICLE_PT_force_fields_type2_falloff(
4471
4414
  ParticleButtonsPanel, bpy_types._GenericUI
4472
4415
  ):
4473
4416
  COMPAT_ENGINES: typing.Any
@@ -4698,11 +4641,11 @@ class PARTICLE_PT_force_fields_type1_falloff(
4698
4641
  """
4699
4642
  ...
4700
4643
 
4701
- class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy_types._GenericUI):
4644
+ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
4702
4645
  COMPAT_ENGINES: typing.Any
4703
4646
  bl_context: typing.Any
4704
4647
  bl_label: typing.Any
4705
- bl_parent_id: typing.Any
4648
+ bl_options: typing.Any
4706
4649
  bl_region_type: typing.Any
4707
4650
  bl_rna: typing.Any
4708
4651
  bl_space_type: typing.Any
@@ -4747,6 +4690,20 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy_types._GenericUI)
4747
4690
  """
4748
4691
  ...
4749
4692
 
4693
+ def draw_header(self, context):
4694
+ """
4695
+
4696
+ :param context:
4697
+ """
4698
+ ...
4699
+
4700
+ def draw_header_preset(self, context):
4701
+ """
4702
+
4703
+ :param context:
4704
+ """
4705
+ ...
4706
+
4750
4707
  def driver_add(self) -> bpy.types.FCurve:
4751
4708
  """Adds driver(s) to the given property
4752
4709
 
@@ -4926,9 +4883,7 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy_types._GenericUI)
4926
4883
  """
4927
4884
  ...
4928
4885
 
4929
- class PARTICLE_PT_force_fields_type2_falloff(
4930
- ParticleButtonsPanel, bpy_types._GenericUI
4931
- ):
4886
+ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy_types._GenericUI):
4932
4887
  COMPAT_ENGINES: typing.Any
4933
4888
  bl_context: typing.Any
4934
4889
  bl_label: typing.Any
@@ -5157,15 +5112,16 @@ class PARTICLE_PT_force_fields_type2_falloff(
5157
5112
  """
5158
5113
  ...
5159
5114
 
5160
- class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
5115
+ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
5161
5116
  COMPAT_ENGINES: typing.Any
5162
- bl_context: typing.Any
5163
5117
  bl_label: typing.Any
5164
- bl_options: typing.Any
5165
5118
  bl_region_type: typing.Any
5166
5119
  bl_rna: typing.Any
5167
5120
  bl_space_type: typing.Any
5168
5121
  id_data: typing.Any
5122
+ preset_add_operator: typing.Any
5123
+ preset_operator: typing.Any
5124
+ preset_subdir: typing.Any
5169
5125
 
5170
5126
  def append(self, draw_func):
5171
5127
  """Append a draw function to this menu,
@@ -5206,17 +5162,18 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
5206
5162
  """
5207
5163
  ...
5208
5164
 
5209
- def draw_header(self, context):
5165
+ def draw_menu(self, layout, text=None):
5210
5166
  """
5211
5167
 
5212
- :param context:
5168
+ :param layout:
5169
+ :param text:
5213
5170
  """
5214
5171
  ...
5215
5172
 
5216
- def draw_header_preset(self, context):
5173
+ def draw_panel_header(self, layout):
5217
5174
  """
5218
5175
 
5219
- :param context:
5176
+ :param layout:
5220
5177
  """
5221
5178
  ...
5222
5179
 
@@ -5338,17 +5295,44 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
5338
5295
  """
5339
5296
  ...
5340
5297
 
5341
- def path_resolve(self):
5342
- """Returns the property from the path, raise an exception when not found."""
5343
- ...
5298
+ def path_menu(
5299
+ self,
5300
+ searchpaths: list[str],
5301
+ operator: str,
5302
+ props_default: dict = None,
5303
+ prop_filepath: str | None = "filepath",
5304
+ filter_ext: collections.abc.Callable | None = None,
5305
+ filter_path=None,
5306
+ display_name: collections.abc.Callable | None = None,
5307
+ add_operator=None,
5308
+ add_operator_props=None,
5309
+ ):
5310
+ """Populate a menu from a list of paths.
5344
5311
 
5345
- def poll(self, context):
5346
- """
5312
+ :param searchpaths: Paths to scan.
5313
+ :type searchpaths: list[str]
5314
+ :param operator: The operator id to use with each file.
5315
+ :type operator: str
5316
+ :param props_default: Properties to assign to each operator.
5317
+ :type props_default: dict
5318
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5319
+ :type prop_filepath: str | None
5320
+ :param filter_ext: Optional callback that takes the file extensions.
5347
5321
 
5348
- :param context:
5322
+ Returning false excludes the file from the list.
5323
+ :type filter_ext: collections.abc.Callable | None
5324
+ :param filter_path:
5325
+ :param display_name: Optional callback that takes the full path, returns the name to display.
5326
+ :type display_name: collections.abc.Callable | None
5327
+ :param add_operator:
5328
+ :param add_operator_props:
5349
5329
  """
5350
5330
  ...
5351
5331
 
5332
+ def path_resolve(self):
5333
+ """Returns the property from the path, raise an exception when not found."""
5334
+ ...
5335
+
5352
5336
  def pop(self):
5353
5337
  """Remove and return the value of the custom property assigned to key or default
5354
5338
  when not found (matches Python's dictionary function of the same name).
@@ -5399,7 +5383,7 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
5399
5383
  """
5400
5384
  ...
5401
5385
 
5402
- class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy_types._GenericUI):
5386
+ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy_types._GenericUI):
5403
5387
  COMPAT_ENGINES: typing.Any
5404
5388
  bl_context: typing.Any
5405
5389
  bl_label: typing.Any
@@ -5628,7 +5612,7 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy_types._Gener
5628
5612
  """
5629
5613
  ...
5630
5614
 
5631
- class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy_types._GenericUI):
5615
+ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy_types._GenericUI):
5632
5616
  COMPAT_ENGINES: typing.Any
5633
5617
  bl_context: typing.Any
5634
5618
  bl_label: typing.Any
@@ -5857,12 +5841,11 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy_types._Gener
5857
5841
  """
5858
5842
  ...
5859
5843
 
5860
- class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy_types._GenericUI):
5844
+ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy_types._GenericUI):
5861
5845
  COMPAT_ENGINES: typing.Any
5862
5846
  bl_context: typing.Any
5863
5847
  bl_label: typing.Any
5864
5848
  bl_options: typing.Any
5865
- bl_parent_id: typing.Any
5866
5849
  bl_region_type: typing.Any
5867
5850
  bl_rna: typing.Any
5868
5851
  bl_space_type: typing.Any
@@ -6086,7 +6069,7 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy_types._GenericU
6086
6069
  """
6087
6070
  ...
6088
6071
 
6089
- class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy_types._GenericUI):
6072
+ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy_types._GenericUI):
6090
6073
  COMPAT_ENGINES: typing.Any
6091
6074
  bl_context: typing.Any
6092
6075
  bl_label: typing.Any
@@ -6314,11 +6297,12 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy_types._GenericUI):
6314
6297
  """
6315
6298
  ...
6316
6299
 
6317
- class PARTICLE_PT_physics(ParticleButtonsPanel, bpy_types._GenericUI):
6300
+ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy_types._GenericUI):
6318
6301
  COMPAT_ENGINES: typing.Any
6319
6302
  bl_context: typing.Any
6320
6303
  bl_label: typing.Any
6321
6304
  bl_options: typing.Any
6305
+ bl_parent_id: typing.Any
6322
6306
  bl_region_type: typing.Any
6323
6307
  bl_rna: typing.Any
6324
6308
  bl_space_type: typing.Any
@@ -6542,7 +6526,7 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy_types._GenericUI):
6542
6526
  """
6543
6527
  ...
6544
6528
 
6545
- class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy_types._GenericUI):
6529
+ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy_types._GenericUI):
6546
6530
  COMPAT_ENGINES: typing.Any
6547
6531
  bl_context: typing.Any
6548
6532
  bl_label: typing.Any
@@ -6771,7 +6755,7 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy_types._GenericU
6771
6755
  """
6772
6756
  ...
6773
6757
 
6774
- class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy_types._GenericUI):
6758
+ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy_types._GenericUI):
6775
6759
  COMPAT_ENGINES: typing.Any
6776
6760
  bl_context: typing.Any
6777
6761
  bl_label: typing.Any
@@ -7000,7 +6984,7 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy_types._GenericUI)
7000
6984
  """
7001
6985
  ...
7002
6986
 
7003
- class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy_types._GenericUI):
6987
+ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy_types._GenericUI):
7004
6988
  COMPAT_ENGINES: typing.Any
7005
6989
  bl_context: typing.Any
7006
6990
  bl_label: typing.Any
@@ -7229,7 +7213,7 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy_types._Generi
7229
7213
  """
7230
7214
  ...
7231
7215
 
7232
- class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy_types._GenericUI):
7216
+ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy_types._GenericUI):
7233
7217
  COMPAT_ENGINES: typing.Any
7234
7218
  bl_context: typing.Any
7235
7219
  bl_label: typing.Any
@@ -7458,7 +7442,7 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy_types._GenericUI)
7458
7442
  """
7459
7443
  ...
7460
7444
 
7461
- class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy_types._GenericUI):
7445
+ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy_types._GenericUI):
7462
7446
  COMPAT_ENGINES: typing.Any
7463
7447
  bl_context: typing.Any
7464
7448
  bl_label: typing.Any
@@ -7687,7 +7671,7 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy_types._Generi
7687
7671
  """
7688
7672
  ...
7689
7673
 
7690
- class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy_types._GenericUI):
7674
+ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy_types._GenericUI):
7691
7675
  COMPAT_ENGINES: typing.Any
7692
7676
  bl_context: typing.Any
7693
7677
  bl_label: typing.Any
@@ -7916,7 +7900,9 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy_types._Gen
7916
7900
  """
7917
7901
  ...
7918
7902
 
7919
- class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy_types._GenericUI):
7903
+ class PARTICLE_PT_physics_fluid_springs_advanced(
7904
+ ParticleButtonsPanel, bpy_types._GenericUI
7905
+ ):
7920
7906
  COMPAT_ENGINES: typing.Any
7921
7907
  bl_context: typing.Any
7922
7908
  bl_label: typing.Any
@@ -8145,7 +8131,7 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy_types._Generic
8145
8131
  """
8146
8132
  ...
8147
8133
 
8148
- class PARTICLE_PT_physics_fluid_springs_advanced(
8134
+ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8149
8135
  ParticleButtonsPanel, bpy_types._GenericUI
8150
8136
  ):
8151
8137
  COMPAT_ENGINES: typing.Any
@@ -8197,6 +8183,13 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
8197
8183
  """
8198
8184
  ...
8199
8185
 
8186
+ def draw_header(self, context):
8187
+ """
8188
+
8189
+ :param context:
8190
+ """
8191
+ ...
8192
+
8200
8193
  def driver_add(self) -> bpy.types.FCurve:
8201
8194
  """Adds driver(s) to the given property
8202
8195
 
@@ -8376,13 +8369,10 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
8376
8369
  """
8377
8370
  ...
8378
8371
 
8379
- class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8380
- ParticleButtonsPanel, bpy_types._GenericUI
8381
- ):
8372
+ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy_types._GenericUI):
8382
8373
  COMPAT_ENGINES: typing.Any
8383
8374
  bl_context: typing.Any
8384
8375
  bl_label: typing.Any
8385
- bl_options: typing.Any
8386
8376
  bl_parent_id: typing.Any
8387
8377
  bl_region_type: typing.Any
8388
8378
  bl_rna: typing.Any
@@ -8428,13 +8418,6 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8428
8418
  """
8429
8419
  ...
8430
8420
 
8431
- def draw_header(self, context):
8432
- """
8433
-
8434
- :param context:
8435
- """
8436
- ...
8437
-
8438
8421
  def driver_add(self) -> bpy.types.FCurve:
8439
8422
  """Adds driver(s) to the given property
8440
8423
 
@@ -8614,10 +8597,11 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8614
8597
  """
8615
8598
  ...
8616
8599
 
8617
- class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy_types._GenericUI):
8600
+ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy_types._GenericUI):
8618
8601
  COMPAT_ENGINES: typing.Any
8619
8602
  bl_context: typing.Any
8620
8603
  bl_label: typing.Any
8604
+ bl_options: typing.Any
8621
8605
  bl_parent_id: typing.Any
8622
8606
  bl_region_type: typing.Any
8623
8607
  bl_rna: typing.Any
@@ -8842,7 +8826,7 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy_types._GenericUI):
8842
8826
  """
8843
8827
  ...
8844
8828
 
8845
- class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy_types._GenericUI):
8829
+ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy_types._GenericUI):
8846
8830
  COMPAT_ENGINES: typing.Any
8847
8831
  bl_context: typing.Any
8848
8832
  bl_label: typing.Any
@@ -9071,12 +9055,11 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy_types._GenericUI
9071
9055
  """
9072
9056
  ...
9073
9057
 
9074
- class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy_types._GenericUI):
9058
+ class PARTICLE_PT_render(ParticleButtonsPanel, bpy_types._GenericUI):
9075
9059
  COMPAT_ENGINES: typing.Any
9076
9060
  bl_context: typing.Any
9077
9061
  bl_label: typing.Any
9078
9062
  bl_options: typing.Any
9079
- bl_parent_id: typing.Any
9080
9063
  bl_region_type: typing.Any
9081
9064
  bl_rna: typing.Any
9082
9065
  bl_space_type: typing.Any
@@ -9300,11 +9283,11 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy_types._GenericUI):
9300
9283
  """
9301
9284
  ...
9302
9285
 
9303
- class PARTICLE_PT_render(ParticleButtonsPanel, bpy_types._GenericUI):
9286
+ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9304
9287
  COMPAT_ENGINES: typing.Any
9305
9288
  bl_context: typing.Any
9306
9289
  bl_label: typing.Any
9307
- bl_options: typing.Any
9290
+ bl_parent_id: typing.Any
9308
9291
  bl_region_type: typing.Any
9309
9292
  bl_rna: typing.Any
9310
9293
  bl_space_type: typing.Any
@@ -9528,10 +9511,13 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy_types._GenericUI):
9528
9511
  """
9529
9512
  ...
9530
9513
 
9531
- class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9514
+ class PARTICLE_PT_render_collection_use_count(
9515
+ ParticleButtonsPanel, bpy_types._GenericUI
9516
+ ):
9532
9517
  COMPAT_ENGINES: typing.Any
9533
9518
  bl_context: typing.Any
9534
9519
  bl_label: typing.Any
9520
+ bl_options: typing.Any
9535
9521
  bl_parent_id: typing.Any
9536
9522
  bl_region_type: typing.Any
9537
9523
  bl_rna: typing.Any
@@ -9577,6 +9563,13 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9577
9563
  """
9578
9564
  ...
9579
9565
 
9566
+ def draw_header(self, context):
9567
+ """
9568
+
9569
+ :param context:
9570
+ """
9571
+ ...
9572
+
9580
9573
  def driver_add(self) -> bpy.types.FCurve:
9581
9574
  """Adds driver(s) to the given property
9582
9575
 
@@ -9756,9 +9749,7 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9756
9749
  """
9757
9750
  ...
9758
9751
 
9759
- class PARTICLE_PT_render_collection_use_count(
9760
- ParticleButtonsPanel, bpy_types._GenericUI
9761
- ):
9752
+ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy_types._GenericUI):
9762
9753
  COMPAT_ENGINES: typing.Any
9763
9754
  bl_context: typing.Any
9764
9755
  bl_label: typing.Any
@@ -9808,13 +9799,6 @@ class PARTICLE_PT_render_collection_use_count(
9808
9799
  """
9809
9800
  ...
9810
9801
 
9811
- def draw_header(self, context):
9812
- """
9813
-
9814
- :param context:
9815
- """
9816
- ...
9817
-
9818
9802
  def driver_add(self) -> bpy.types.FCurve:
9819
9803
  """Adds driver(s) to the given property
9820
9804
 
@@ -9994,11 +9978,10 @@ class PARTICLE_PT_render_collection_use_count(
9994
9978
  """
9995
9979
  ...
9996
9980
 
9997
- class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy_types._GenericUI):
9981
+ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy_types._GenericUI):
9998
9982
  COMPAT_ENGINES: typing.Any
9999
9983
  bl_context: typing.Any
10000
9984
  bl_label: typing.Any
10001
- bl_options: typing.Any
10002
9985
  bl_parent_id: typing.Any
10003
9986
  bl_region_type: typing.Any
10004
9987
  bl_rna: typing.Any
@@ -10223,7 +10206,7 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy_types._GenericUI):
10223
10206
  """
10224
10207
  ...
10225
10208
 
10226
- class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy_types._GenericUI):
10209
+ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy_types._GenericUI):
10227
10210
  COMPAT_ENGINES: typing.Any
10228
10211
  bl_context: typing.Any
10229
10212
  bl_label: typing.Any
@@ -10451,10 +10434,11 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy_types._GenericUI):
10451
10434
  """
10452
10435
  ...
10453
10436
 
10454
- class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy_types._GenericUI):
10437
+ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI):
10455
10438
  COMPAT_ENGINES: typing.Any
10456
10439
  bl_context: typing.Any
10457
10440
  bl_label: typing.Any
10441
+ bl_options: typing.Any
10458
10442
  bl_parent_id: typing.Any
10459
10443
  bl_region_type: typing.Any
10460
10444
  bl_rna: typing.Any
@@ -10679,12 +10663,11 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy_types._GenericUI):
10679
10663
  """
10680
10664
  ...
10681
10665
 
10682
- class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI):
10666
+ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
10683
10667
  COMPAT_ENGINES: typing.Any
10684
10668
  bl_context: typing.Any
10685
10669
  bl_label: typing.Any
10686
10670
  bl_options: typing.Any
10687
- bl_parent_id: typing.Any
10688
10671
  bl_region_type: typing.Any
10689
10672
  bl_rna: typing.Any
10690
10673
  bl_space_type: typing.Any
@@ -10729,6 +10712,13 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI)
10729
10712
  """
10730
10713
  ...
10731
10714
 
10715
+ def draw_header(self, context):
10716
+ """
10717
+
10718
+ :param context:
10719
+ """
10720
+ ...
10721
+
10732
10722
  def driver_add(self) -> bpy.types.FCurve:
10733
10723
  """Adds driver(s) to the given property
10734
10724
 
@@ -10908,11 +10898,12 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI)
10908
10898
  """
10909
10899
  ...
10910
10900
 
10911
- class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
10901
+ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
10912
10902
  COMPAT_ENGINES: typing.Any
10913
10903
  bl_context: typing.Any
10914
10904
  bl_label: typing.Any
10915
10905
  bl_options: typing.Any
10906
+ bl_parent_id: typing.Any
10916
10907
  bl_region_type: typing.Any
10917
10908
  bl_rna: typing.Any
10918
10909
  bl_space_type: typing.Any
@@ -10957,13 +10948,6 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
10957
10948
  """
10958
10949
  ...
10959
10950
 
10960
- def draw_header(self, context):
10961
- """
10962
-
10963
- :param context:
10964
- """
10965
- ...
10966
-
10967
10951
  def driver_add(self) -> bpy.types.FCurve:
10968
10952
  """Adds driver(s) to the given property
10969
10953
 
@@ -11143,12 +11127,11 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
11143
11127
  """
11144
11128
  ...
11145
11129
 
11146
- class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11130
+ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy_types._GenericUI):
11147
11131
  COMPAT_ENGINES: typing.Any
11148
11132
  bl_context: typing.Any
11149
11133
  bl_label: typing.Any
11150
11134
  bl_options: typing.Any
11151
- bl_parent_id: typing.Any
11152
11135
  bl_region_type: typing.Any
11153
11136
  bl_rna: typing.Any
11154
11137
  bl_space_type: typing.Any
@@ -11372,7 +11355,7 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy_types._Gen
11372
11355
  """
11373
11356
  ...
11374
11357
 
11375
- class PARTICLE_PT_textures(ParticleButtonsPanel, bpy_types._GenericUI):
11358
+ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11376
11359
  COMPAT_ENGINES: typing.Any
11377
11360
  bl_context: typing.Any
11378
11361
  bl_label: typing.Any
@@ -11600,7 +11583,7 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy_types._GenericUI):
11600
11583
  """
11601
11584
  ...
11602
11585
 
11603
- class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11586
+ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11604
11587
  COMPAT_ENGINES: typing.Any
11605
11588
  bl_context: typing.Any
11606
11589
  bl_label: typing.Any
@@ -11828,14 +11811,8 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11828
11811
  """
11829
11812
  ...
11830
11813
 
11831
- class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11832
- COMPAT_ENGINES: typing.Any
11833
- bl_context: typing.Any
11834
- bl_label: typing.Any
11835
- bl_options: typing.Any
11836
- bl_region_type: typing.Any
11814
+ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
11837
11815
  bl_rna: typing.Any
11838
- bl_space_type: typing.Any
11839
11816
  id_data: typing.Any
11840
11817
 
11841
11818
  def append(self, draw_func):
@@ -11870,10 +11847,29 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11870
11847
  """
11871
11848
  ...
11872
11849
 
11873
- def draw(self, context):
11850
+ def draw_item(
11851
+ self,
11852
+ _context,
11853
+ layout,
11854
+ data,
11855
+ item,
11856
+ icon,
11857
+ _active_data,
11858
+ _active_propname,
11859
+ _index,
11860
+ _flt_flag,
11861
+ ):
11874
11862
  """
11875
11863
 
11876
- :param context:
11864
+ :param _context:
11865
+ :param layout:
11866
+ :param data:
11867
+ :param item:
11868
+ :param icon:
11869
+ :param _active_data:
11870
+ :param _active_propname:
11871
+ :param _index:
11872
+ :param _flt_flag:
11877
11873
  """
11878
11874
  ...
11879
11875
 
@@ -11999,13 +11995,6 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11999
11995
  """Returns the property from the path, raise an exception when not found."""
12000
11996
  ...
12001
11997
 
12002
- def poll(self, context):
12003
- """
12004
-
12005
- :param context:
12006
- """
12007
- ...
12008
-
12009
11998
  def pop(self):
12010
11999
  """Remove and return the value of the custom property assigned to key or default
12011
12000
  when not found (matches Python's dictionary function of the same name).
@@ -12056,6 +12045,18 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
12056
12045
  """
12057
12046
  ...
12058
12047
 
12048
+ class ParticleButtonsPanel:
12049
+ bl_context: typing.Any
12050
+ bl_region_type: typing.Any
12051
+ bl_space_type: typing.Any
12052
+
12053
+ def poll(self, context):
12054
+ """
12055
+
12056
+ :param context:
12057
+ """
12058
+ ...
12059
+
12059
12060
  def find_modifier(ob, psys): ...
12060
12061
  def particle_get_settings(context): ...
12061
12062
  def particle_panel_enabled(context, psys): ...