fake-bpy-module 20240714__py3-none-any.whl → 20240716__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 (119) hide show
  1. bgl/__init__.pyi +0 -558
  2. bl_i18n_utils/utils/__init__.pyi +8 -4
  3. bl_operators/anim/__init__.pyi +10 -5
  4. bl_operators/assets/__init__.pyi +6 -3
  5. bl_operators/bone_selection_sets/__init__.pyi +6 -3
  6. bl_operators/clip/__init__.pyi +20 -10
  7. bl_operators/connect_to_output/__init__.pyi +12 -6
  8. bl_operators/console/__init__.pyi +10 -5
  9. bl_operators/constraint/__init__.pyi +8 -4
  10. bl_operators/freestyle/__init__.pyi +8 -4
  11. bl_operators/geometry_nodes/__init__.pyi +12 -6
  12. bl_operators/image/__init__.pyi +4 -2
  13. bl_operators/image_as_planes/__init__.pyi +5 -4
  14. bl_operators/mesh/__init__.pyi +6 -3
  15. bl_operators/node/__init__.pyi +20 -10
  16. bl_operators/node_editor/node_functions/__init__.pyi +2 -1
  17. bl_operators/object/__init__.pyi +22 -11
  18. bl_operators/object_align/__init__.pyi +2 -1
  19. bl_operators/object_quick_effects/__init__.pyi +2 -1
  20. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  21. bl_operators/presets/__init__.pyi +10 -5
  22. bl_operators/rigidbody/__init__.pyi +6 -3
  23. bl_operators/sequencer/__init__.pyi +12 -6
  24. bl_operators/spreadsheet/__init__.pyi +2 -1
  25. bl_operators/userpref/__init__.pyi +12 -6
  26. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  27. bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
  28. bl_operators/uvcalc_transform/__init__.pyi +4 -2
  29. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  30. bl_operators/view3d/__init__.pyi +18 -11
  31. bl_operators/wm/__init__.pyi +48 -25
  32. bl_operators/world/__init__.pyi +2 -1
  33. bl_ui/__init__.pyi +6 -3
  34. bl_ui/asset_shelf/__init__.pyi +2 -1
  35. bl_ui/properties_collection/__init__.pyi +2 -1
  36. bl_ui/properties_constraint/__init__.pyi +10 -5
  37. bl_ui/properties_data_armature/__init__.pyi +14 -7
  38. bl_ui/properties_data_bone/__init__.pyi +12 -6
  39. bl_ui/properties_data_camera/__init__.pyi +4 -2
  40. bl_ui/properties_data_curve/__init__.pyi +16 -8
  41. bl_ui/properties_data_curves/__init__.pyi +4 -2
  42. bl_ui/properties_data_empty/__init__.pyi +4 -2
  43. bl_ui/properties_data_gpencil/__init__.pyi +6 -3
  44. bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
  45. bl_ui/properties_data_lattice/__init__.pyi +2 -1
  46. bl_ui/properties_data_light/__init__.pyi +12 -6
  47. bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
  48. bl_ui/properties_data_mesh/__init__.pyi +6 -3
  49. bl_ui/properties_data_metaball/__init__.pyi +4 -2
  50. bl_ui/properties_data_modifier/__init__.pyi +8 -4
  51. bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
  52. bl_ui/properties_data_speaker/__init__.pyi +2 -1
  53. bl_ui/properties_data_volume/__init__.pyi +2 -1
  54. bl_ui/properties_freestyle/__init__.pyi +12 -6
  55. bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
  56. bl_ui/properties_mask_common/__init__.pyi +14 -7
  57. bl_ui/properties_material/__init__.pyi +15 -8
  58. bl_ui/properties_material_gpencil/__init__.pyi +4 -2
  59. bl_ui/properties_object/__init__.pyi +12 -6
  60. bl_ui/properties_output/__init__.pyi +12 -6
  61. bl_ui/properties_paint_common/__init__.pyi +31 -18
  62. bl_ui/properties_particle/__init__.pyi +82 -41
  63. bl_ui/properties_physics_cloth/__init__.pyi +2 -1
  64. bl_ui/properties_physics_common/__init__.pyi +6 -5
  65. bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
  66. bl_ui/properties_physics_field/__init__.pyi +24 -12
  67. bl_ui/properties_physics_fluid/__init__.pyi +70 -35
  68. bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
  69. bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
  70. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
  71. bl_ui/properties_physics_softbody/__init__.pyi +2 -1
  72. bl_ui/properties_render/__init__.pyi +81 -41
  73. bl_ui/properties_scene/__init__.pyi +10 -5
  74. bl_ui/properties_texture/__init__.pyi +16 -8
  75. bl_ui/properties_view_layer/__init__.pyi +2 -1
  76. bl_ui/properties_world/__init__.pyi +14 -7
  77. bl_ui/space_clip/__init__.pyi +34 -17
  78. bl_ui/space_dopesheet/__init__.pyi +20 -10
  79. bl_ui/space_filebrowser/__init__.pyi +20 -10
  80. bl_ui/space_image/__init__.pyi +34 -17
  81. bl_ui/space_nla/__init__.pyi +2 -1
  82. bl_ui/space_node/__init__.pyi +18 -9
  83. bl_ui/space_outliner/__init__.pyi +8 -4
  84. bl_ui/space_sequencer/__init__.pyi +76 -38
  85. bl_ui/space_text/__init__.pyi +2 -1
  86. bl_ui/space_time/__init__.pyi +8 -4
  87. bl_ui/space_toolsystem_common/__init__.pyi +22 -13
  88. bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
  89. bl_ui/space_topbar/__init__.pyi +12 -6
  90. bl_ui/space_userpref/__init__.pyi +44 -22
  91. bl_ui/space_view3d/__init__.pyi +93 -47
  92. bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
  93. bl_ui/temp_anim_layers/__init__.pyi +2 -1
  94. bl_ui/utils/__init__.pyi +4 -2
  95. bpy/ops/image/__init__.pyi +14 -56
  96. bpy/ops/sequencer/__init__.pyi +1 -1
  97. bpy/path/__init__.pyi +0 -182
  98. bpy/types/__init__.pyi +37 -1
  99. bpy/utils/__init__.pyi +0 -215
  100. bpy/utils/previews/__init__.pyi +9 -80
  101. bpy_extras/anim_utils/__init__.pyi +0 -55
  102. bpy_extras/asset_utils/__init__.pyi +7 -17
  103. bpy_extras/id_map_utils/__init__.pyi +0 -10
  104. bpy_extras/image_utils/__init__.pyi +0 -49
  105. bpy_extras/io_utils/__init__.pyi +0 -131
  106. bpy_extras/keyconfig_utils/__init__.pyi +0 -11
  107. bpy_extras/mesh_utils/__init__.pyi +0 -88
  108. bpy_extras/node_utils/__init__.pyi +0 -1
  109. bpy_extras/object_utils/__init__.pyi +0 -96
  110. bpy_extras/view3d_utils/__init__.pyi +0 -94
  111. bpy_types/__init__.pyi +8 -4
  112. {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
  113. {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +119 -119
  114. freestyle/utils/__init__.pyi +1 -1
  115. nodeitems_builtins/__init__.pyi +4 -2
  116. nodeitems_utils/__init__.pyi +6 -3
  117. rna_prop_ui/__init__.pyi +2 -1
  118. {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
  119. {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
@@ -12,14 +12,16 @@ class BrushAssetShelf:
12
12
  bl_default_preview_size: typing.Any
13
13
  bl_options: typing.Any
14
14
 
15
- def asset_poll(self, asset):
15
+ @classmethod
16
+ def asset_poll(cls, asset):
16
17
  """
17
18
 
18
19
  :param asset:
19
20
  """
20
21
  ...
21
22
 
22
- def draw_context_menu(self, context, asset, layout):
23
+ @classmethod
24
+ def draw_context_menu(cls, context, asset, layout):
23
25
  """
24
26
 
25
27
  :param context:
@@ -28,7 +30,8 @@ class BrushAssetShelf:
28
30
  """
29
31
  ...
30
32
 
31
- def draw_popup_selector(self, layout, context, brush, show_name=True):
33
+ @staticmethod
34
+ def draw_popup_selector(layout, context, brush, show_name=True):
32
35
  """
33
36
 
34
37
  :param layout:
@@ -38,15 +41,18 @@ class BrushAssetShelf:
38
41
  """
39
42
  ...
40
43
 
41
- def get_active_asset(self): ...
42
- def get_shelf_name_from_context(self, context):
44
+ @classmethod
45
+ def get_active_asset(cls): ...
46
+ @staticmethod
47
+ def get_shelf_name_from_context(context):
43
48
  """
44
49
 
45
50
  :param context:
46
51
  """
47
52
  ...
48
53
 
49
- def poll(self, context):
54
+ @classmethod
55
+ def poll(cls, context):
50
56
  """
51
57
 
52
58
  :param context:
@@ -54,7 +60,8 @@ class BrushAssetShelf:
54
60
  ...
55
61
 
56
62
  class UnifiedPaintPanel:
57
- def get_brush_mode(self, context):
63
+ @staticmethod
64
+ def get_brush_mode(context):
58
65
  """Get the correct mode for this context. For any context where this returns None,
59
66
  no brush options should be displayed.
60
67
 
@@ -62,15 +69,16 @@ class UnifiedPaintPanel:
62
69
  """
63
70
  ...
64
71
 
65
- def paint_settings(self, context):
72
+ @staticmethod
73
+ def paint_settings(context):
66
74
  """
67
75
 
68
76
  :param context:
69
77
  """
70
78
  ...
71
79
 
80
+ @staticmethod
72
81
  def prop_unified(
73
- self,
74
82
  layout,
75
83
  context,
76
84
  brush,
@@ -98,7 +106,8 @@ class UnifiedPaintPanel:
98
106
  """
99
107
  ...
100
108
 
101
- def prop_unified_color(self, parent, context, brush, prop_name, *, text=None):
109
+ @staticmethod
110
+ def prop_unified_color(parent, context, brush, prop_name, *, text=None):
102
111
  """
103
112
 
104
113
  :param parent:
@@ -109,9 +118,8 @@ class UnifiedPaintPanel:
109
118
  """
110
119
  ...
111
120
 
112
- def prop_unified_color_picker(
113
- self, parent, context, brush, prop_name, value_slider=True
114
- ):
121
+ @staticmethod
122
+ def prop_unified_color_picker(parent, context, brush, prop_name, value_slider=True):
115
123
  """
116
124
 
117
125
  :param parent:
@@ -409,7 +417,8 @@ class BrushPanel(UnifiedPaintPanel):
409
417
  """
410
418
  ...
411
419
 
412
- def poll(self, context):
420
+ @classmethod
421
+ def poll(cls, context):
413
422
  """
414
423
 
415
424
  :param context:
@@ -587,7 +596,8 @@ class ClonePanel(BrushPanel, UnifiedPaintPanel):
587
596
  """
588
597
  ...
589
598
 
590
- def poll(self, context):
599
+ @classmethod
600
+ def poll(cls, context):
591
601
  """
592
602
 
593
603
  :param context:
@@ -673,7 +683,8 @@ class ColorPalettePanel(BrushPanel, UnifiedPaintPanel):
673
683
  """
674
684
  ...
675
685
 
676
- def poll(self, context):
686
+ @classmethod
687
+ def poll(cls, context):
677
688
  """
678
689
 
679
690
  :param context:
@@ -852,7 +863,8 @@ class FalloffPanel(BrushPanel, UnifiedPaintPanel):
852
863
  """
853
864
  ...
854
865
 
855
- def poll(self, context):
866
+ @classmethod
867
+ def poll(cls, context):
856
868
  """
857
869
 
858
870
  :param context:
@@ -945,7 +957,8 @@ class SmoothStrokePanel(BrushPanel, UnifiedPaintPanel):
945
957
  """
946
958
  ...
947
959
 
948
- def poll(self, context):
960
+ @classmethod
961
+ def poll(cls, context):
949
962
  """
950
963
 
951
964
  :param context:
@@ -453,7 +453,8 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy_types._GenericUI):
453
453
  """Returns the property from the path, raise an exception when not found."""
454
454
  ...
455
455
 
456
- def poll(self, context):
456
+ @classmethod
457
+ def poll(cls, context):
457
458
  """
458
459
 
459
460
  :param context:
@@ -681,7 +682,8 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy_types._GenericUI):
681
682
  """Returns the property from the path, raise an exception when not found."""
682
683
  ...
683
684
 
684
- def poll(self, context):
685
+ @classmethod
686
+ def poll(cls, context):
685
687
  """
686
688
 
687
689
  :param context:
@@ -910,7 +912,8 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
910
912
  """Returns the property from the path, raise an exception when not found."""
911
913
  ...
912
914
 
913
- def poll(self, context):
915
+ @classmethod
916
+ def poll(cls, context):
914
917
  """
915
918
 
916
919
  :param context:
@@ -1139,7 +1142,8 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy_types._GenericUI):
1139
1142
  """Returns the property from the path, raise an exception when not found."""
1140
1143
  ...
1141
1144
 
1142
- def poll(self, context):
1145
+ @classmethod
1146
+ def poll(cls, context):
1143
1147
  """
1144
1148
 
1145
1149
  :param context:
@@ -1604,7 +1608,8 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
1604
1608
  """Returns the property from the path, raise an exception when not found."""
1605
1609
  ...
1606
1610
 
1607
- def poll(self, context):
1611
+ @classmethod
1612
+ def poll(cls, context):
1608
1613
  """
1609
1614
 
1610
1615
  :param context:
@@ -1833,7 +1838,8 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy_types._GenericUI):
1833
1838
  """Returns the property from the path, raise an exception when not found."""
1834
1839
  ...
1835
1840
 
1836
- def poll(self, context):
1841
+ @classmethod
1842
+ def poll(cls, context):
1837
1843
  """
1838
1844
 
1839
1845
  :param context:
@@ -2063,7 +2069,8 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy_types._GenericUI)
2063
2069
  """Returns the property from the path, raise an exception when not found."""
2064
2070
  ...
2065
2071
 
2066
- def poll(self, context):
2072
+ @classmethod
2073
+ def poll(cls, context):
2067
2074
  """
2068
2075
 
2069
2076
  :param context:
@@ -2291,7 +2298,8 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy_types._GenericUI):
2291
2298
  """Returns the property from the path, raise an exception when not found."""
2292
2299
  ...
2293
2300
 
2294
- def poll(self, context):
2301
+ @classmethod
2302
+ def poll(cls, context):
2295
2303
  """
2296
2304
 
2297
2305
  :param context:
@@ -2754,7 +2762,8 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy_types._GenericUI):
2754
2762
  """Returns the property from the path, raise an exception when not found."""
2755
2763
  ...
2756
2764
 
2757
- def poll(self, context):
2765
+ @classmethod
2766
+ def poll(cls, context):
2758
2767
  """
2759
2768
 
2760
2769
  :param context:
@@ -2982,7 +2991,8 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy_types._GenericUI):
2982
2991
  """Returns the property from the path, raise an exception when not found."""
2983
2992
  ...
2984
2993
 
2985
- def poll(self, context):
2994
+ @classmethod
2995
+ def poll(cls, context):
2986
2996
  """
2987
2997
 
2988
2998
  :param context:
@@ -3439,7 +3449,8 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy_types._GenericUI):
3439
3449
  """Returns the property from the path, raise an exception when not found."""
3440
3450
  ...
3441
3451
 
3442
- def poll(self, context):
3452
+ @classmethod
3453
+ def poll(cls, context):
3443
3454
  """
3444
3455
 
3445
3456
  :param context:
@@ -4827,7 +4838,8 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
4827
4838
  """Returns the property from the path, raise an exception when not found."""
4828
4839
  ...
4829
4840
 
4830
- def poll(self, context):
4841
+ @classmethod
4842
+ def poll(cls, context):
4831
4843
  """
4832
4844
 
4833
4845
  :param context:
@@ -5056,7 +5068,8 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy_types._Gener
5056
5068
  """Returns the property from the path, raise an exception when not found."""
5057
5069
  ...
5058
5070
 
5059
- def poll(self, context):
5071
+ @classmethod
5072
+ def poll(cls, context):
5060
5073
  """
5061
5074
 
5062
5075
  :param context:
@@ -5557,7 +5570,8 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy_types._Gener
5557
5570
  """Returns the property from the path, raise an exception when not found."""
5558
5571
  ...
5559
5572
 
5560
- def poll(self, context):
5573
+ @classmethod
5574
+ def poll(cls, context):
5561
5575
  """
5562
5576
 
5563
5577
  :param context:
@@ -5786,7 +5800,8 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy_types._GenericU
5786
5800
  """Returns the property from the path, raise an exception when not found."""
5787
5801
  ...
5788
5802
 
5789
- def poll(self, context):
5803
+ @classmethod
5804
+ def poll(cls, context):
5790
5805
  """
5791
5806
 
5792
5807
  :param context:
@@ -6014,7 +6029,8 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy_types._GenericUI):
6014
6029
  """Returns the property from the path, raise an exception when not found."""
6015
6030
  ...
6016
6031
 
6017
- def poll(self, context):
6032
+ @classmethod
6033
+ def poll(cls, context):
6018
6034
  """
6019
6035
 
6020
6036
  :param context:
@@ -6242,7 +6258,8 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy_types._GenericUI):
6242
6258
  """Returns the property from the path, raise an exception when not found."""
6243
6259
  ...
6244
6260
 
6245
- def poll(self, context):
6261
+ @classmethod
6262
+ def poll(cls, context):
6246
6263
  """
6247
6264
 
6248
6265
  :param context:
@@ -6471,7 +6488,8 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy_types._GenericU
6471
6488
  """Returns the property from the path, raise an exception when not found."""
6472
6489
  ...
6473
6490
 
6474
- def poll(self, context):
6491
+ @classmethod
6492
+ def poll(cls, context):
6475
6493
  """
6476
6494
 
6477
6495
  :param context:
@@ -6700,7 +6718,8 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy_types._GenericUI)
6700
6718
  """Returns the property from the path, raise an exception when not found."""
6701
6719
  ...
6702
6720
 
6703
- def poll(self, context):
6721
+ @classmethod
6722
+ def poll(cls, context):
6704
6723
  """
6705
6724
 
6706
6725
  :param context:
@@ -6929,7 +6948,8 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy_types._Generi
6929
6948
  """Returns the property from the path, raise an exception when not found."""
6930
6949
  ...
6931
6950
 
6932
- def poll(self, context):
6951
+ @classmethod
6952
+ def poll(cls, context):
6933
6953
  """
6934
6954
 
6935
6955
  :param context:
@@ -7158,7 +7178,8 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy_types._GenericUI)
7158
7178
  """Returns the property from the path, raise an exception when not found."""
7159
7179
  ...
7160
7180
 
7161
- def poll(self, context):
7181
+ @classmethod
7182
+ def poll(cls, context):
7162
7183
  """
7163
7184
 
7164
7185
  :param context:
@@ -7387,7 +7408,8 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy_types._Generi
7387
7408
  """Returns the property from the path, raise an exception when not found."""
7388
7409
  ...
7389
7410
 
7390
- def poll(self, context):
7411
+ @classmethod
7412
+ def poll(cls, context):
7391
7413
  """
7392
7414
 
7393
7415
  :param context:
@@ -7616,7 +7638,8 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy_types._Gen
7616
7638
  """Returns the property from the path, raise an exception when not found."""
7617
7639
  ...
7618
7640
 
7619
- def poll(self, context):
7641
+ @classmethod
7642
+ def poll(cls, context):
7620
7643
  """
7621
7644
 
7622
7645
  :param context:
@@ -7845,7 +7868,8 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy_types._Generic
7845
7868
  """Returns the property from the path, raise an exception when not found."""
7846
7869
  ...
7847
7870
 
7848
- def poll(self, context):
7871
+ @classmethod
7872
+ def poll(cls, context):
7849
7873
  """
7850
7874
 
7851
7875
  :param context:
@@ -8076,7 +8100,8 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
8076
8100
  """Returns the property from the path, raise an exception when not found."""
8077
8101
  ...
8078
8102
 
8079
- def poll(self, context):
8103
+ @classmethod
8104
+ def poll(cls, context):
8080
8105
  """
8081
8106
 
8082
8107
  :param context:
@@ -8314,7 +8339,8 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8314
8339
  """Returns the property from the path, raise an exception when not found."""
8315
8340
  ...
8316
8341
 
8317
- def poll(self, context):
8342
+ @classmethod
8343
+ def poll(cls, context):
8318
8344
  """
8319
8345
 
8320
8346
  :param context:
@@ -8542,7 +8568,8 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy_types._GenericUI):
8542
8568
  """Returns the property from the path, raise an exception when not found."""
8543
8569
  ...
8544
8570
 
8545
- def poll(self, context):
8571
+ @classmethod
8572
+ def poll(cls, context):
8546
8573
  """
8547
8574
 
8548
8575
  :param context:
@@ -8771,7 +8798,8 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy_types._GenericUI
8771
8798
  """Returns the property from the path, raise an exception when not found."""
8772
8799
  ...
8773
8800
 
8774
- def poll(self, context):
8801
+ @classmethod
8802
+ def poll(cls, context):
8775
8803
  """
8776
8804
 
8777
8805
  :param context:
@@ -9000,7 +9028,8 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy_types._GenericUI):
9000
9028
  """Returns the property from the path, raise an exception when not found."""
9001
9029
  ...
9002
9030
 
9003
- def poll(self, context):
9031
+ @classmethod
9032
+ def poll(cls, context):
9004
9033
  """
9005
9034
 
9006
9035
  :param context:
@@ -9228,7 +9257,8 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy_types._GenericUI):
9228
9257
  """Returns the property from the path, raise an exception when not found."""
9229
9258
  ...
9230
9259
 
9231
- def poll(self, context):
9260
+ @classmethod
9261
+ def poll(cls, context):
9232
9262
  """
9233
9263
 
9234
9264
  :param context:
@@ -9456,7 +9486,8 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9456
9486
  """Returns the property from the path, raise an exception when not found."""
9457
9487
  ...
9458
9488
 
9459
- def poll(self, context):
9489
+ @classmethod
9490
+ def poll(cls, context):
9460
9491
  """
9461
9492
 
9462
9493
  :param context:
@@ -9694,7 +9725,8 @@ class PARTICLE_PT_render_collection_use_count(
9694
9725
  """Returns the property from the path, raise an exception when not found."""
9695
9726
  ...
9696
9727
 
9697
- def poll(self, context):
9728
+ @classmethod
9729
+ def poll(cls, context):
9698
9730
  """
9699
9731
 
9700
9732
  :param context:
@@ -9923,7 +9955,8 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy_types._GenericUI):
9923
9955
  """Returns the property from the path, raise an exception when not found."""
9924
9956
  ...
9925
9957
 
9926
- def poll(self, context):
9958
+ @classmethod
9959
+ def poll(cls, context):
9927
9960
  """
9928
9961
 
9929
9962
  :param context:
@@ -10151,7 +10184,8 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy_types._GenericUI):
10151
10184
  """Returns the property from the path, raise an exception when not found."""
10152
10185
  ...
10153
10186
 
10154
- def poll(self, context):
10187
+ @classmethod
10188
+ def poll(cls, context):
10155
10189
  """
10156
10190
 
10157
10191
  :param context:
@@ -10379,7 +10413,8 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy_types._GenericUI):
10379
10413
  """Returns the property from the path, raise an exception when not found."""
10380
10414
  ...
10381
10415
 
10382
- def poll(self, context):
10416
+ @classmethod
10417
+ def poll(cls, context):
10383
10418
  """
10384
10419
 
10385
10420
  :param context:
@@ -10608,7 +10643,8 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI)
10608
10643
  """Returns the property from the path, raise an exception when not found."""
10609
10644
  ...
10610
10645
 
10611
- def poll(self, context):
10646
+ @classmethod
10647
+ def poll(cls, context):
10612
10648
  """
10613
10649
 
10614
10650
  :param context:
@@ -10843,7 +10879,8 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
10843
10879
  """Returns the property from the path, raise an exception when not found."""
10844
10880
  ...
10845
10881
 
10846
- def poll(self, context):
10882
+ @classmethod
10883
+ def poll(cls, context):
10847
10884
  """
10848
10885
 
10849
10886
  :param context:
@@ -11300,7 +11337,8 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy_types._GenericUI):
11300
11337
  """Returns the property from the path, raise an exception when not found."""
11301
11338
  ...
11302
11339
 
11303
- def poll(self, context):
11340
+ @classmethod
11341
+ def poll(cls, context):
11304
11342
  """
11305
11343
 
11306
11344
  :param context:
@@ -11528,7 +11566,8 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11528
11566
  """Returns the property from the path, raise an exception when not found."""
11529
11567
  ...
11530
11568
 
11531
- def poll(self, context):
11569
+ @classmethod
11570
+ def poll(cls, context):
11532
11571
  """
11533
11572
 
11534
11573
  :param context:
@@ -11756,7 +11795,8 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11756
11795
  """Returns the property from the path, raise an exception when not found."""
11757
11796
  ...
11758
11797
 
11759
- def poll(self, context):
11798
+ @classmethod
11799
+ def poll(cls, context):
11760
11800
  """
11761
11801
 
11762
11802
  :param context:
@@ -12052,7 +12092,8 @@ class ParticleButtonsPanel:
12052
12092
  bl_region_type: typing.Any
12053
12093
  bl_space_type: typing.Any
12054
12094
 
12055
- def poll(self, context):
12095
+ @classmethod
12096
+ def poll(cls, context):
12056
12097
  """
12057
12098
 
12058
12099
  :param context:
@@ -3287,7 +3287,8 @@ class PhysicButtonsPanel:
3287
3287
  bl_region_type: typing.Any
3288
3288
  bl_space_type: typing.Any
3289
3289
 
3290
- def poll(self, context):
3290
+ @classmethod
3291
+ def poll(cls, context):
3291
3292
  """
3292
3293
 
3293
3294
  :param context:
@@ -240,16 +240,17 @@ class PhysicButtonsPanel:
240
240
  bl_region_type: typing.Any
241
241
  bl_space_type: typing.Any
242
242
 
243
- def poll(self, context):
243
+ @classmethod
244
+ def poll(cls, context):
244
245
  """
245
246
 
246
247
  :param context:
247
248
  """
248
249
  ...
249
250
 
250
- def basic_force_field_falloff_ui(field): ...
251
- def basic_force_field_settings_ui(field): ...
252
- def effector_weights_ui(weights, weight_type): ...
251
+ def basic_force_field_falloff_ui(self_, field): ...
252
+ def basic_force_field_settings_ui(self_, field): ...
253
+ def effector_weights_ui(self_, weights, weight_type): ...
253
254
  def physics_add(layout, md, name, type, typeicon, toggles): ...
254
255
  def physics_add_special(layout, data, name, addop, removeop, typeicon): ...
255
- def point_cache_ui(cache, enabled, cachetype): ...
256
+ def point_cache_ui(self_, cache, enabled, cachetype): ...