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