fake-bpy-module 20240715__py3-none-any.whl → 20240717__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 (105) hide show
  1. bl_i18n_utils/utils/__init__.pyi +8 -4
  2. bl_operators/anim/__init__.pyi +10 -5
  3. bl_operators/assets/__init__.pyi +6 -3
  4. bl_operators/bone_selection_sets/__init__.pyi +6 -3
  5. bl_operators/clip/__init__.pyi +20 -10
  6. bl_operators/connect_to_output/__init__.pyi +12 -6
  7. bl_operators/console/__init__.pyi +10 -5
  8. bl_operators/constraint/__init__.pyi +8 -4
  9. bl_operators/freestyle/__init__.pyi +8 -4
  10. bl_operators/geometry_nodes/__init__.pyi +12 -6
  11. bl_operators/image/__init__.pyi +4 -2
  12. bl_operators/image_as_planes/__init__.pyi +5 -4
  13. bl_operators/mesh/__init__.pyi +6 -3
  14. bl_operators/node/__init__.pyi +20 -10
  15. bl_operators/node_editor/node_functions/__init__.pyi +2 -1
  16. bl_operators/object/__init__.pyi +22 -11
  17. bl_operators/object_align/__init__.pyi +2 -1
  18. bl_operators/object_quick_effects/__init__.pyi +2 -1
  19. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  20. bl_operators/presets/__init__.pyi +10 -5
  21. bl_operators/rigidbody/__init__.pyi +6 -3
  22. bl_operators/sequencer/__init__.pyi +12 -6
  23. bl_operators/spreadsheet/__init__.pyi +2 -1
  24. bl_operators/userpref/__init__.pyi +12 -6
  25. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  26. bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
  27. bl_operators/uvcalc_transform/__init__.pyi +4 -2
  28. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  29. bl_operators/view3d/__init__.pyi +18 -11
  30. bl_operators/wm/__init__.pyi +48 -25
  31. bl_operators/world/__init__.pyi +2 -1
  32. bl_ui/__init__.pyi +6 -3
  33. bl_ui/asset_shelf/__init__.pyi +2 -1
  34. bl_ui/properties_collection/__init__.pyi +2 -1
  35. bl_ui/properties_constraint/__init__.pyi +10 -5
  36. bl_ui/properties_data_armature/__init__.pyi +14 -7
  37. bl_ui/properties_data_bone/__init__.pyi +12 -6
  38. bl_ui/properties_data_camera/__init__.pyi +4 -2
  39. bl_ui/properties_data_curve/__init__.pyi +16 -8
  40. bl_ui/properties_data_curves/__init__.pyi +4 -2
  41. bl_ui/properties_data_empty/__init__.pyi +4 -2
  42. bl_ui/properties_data_gpencil/__init__.pyi +6 -3
  43. bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
  44. bl_ui/properties_data_lattice/__init__.pyi +2 -1
  45. bl_ui/properties_data_light/__init__.pyi +12 -6
  46. bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
  47. bl_ui/properties_data_mesh/__init__.pyi +6 -3
  48. bl_ui/properties_data_metaball/__init__.pyi +4 -2
  49. bl_ui/properties_data_modifier/__init__.pyi +8 -4
  50. bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
  51. bl_ui/properties_data_speaker/__init__.pyi +2 -1
  52. bl_ui/properties_data_volume/__init__.pyi +2 -1
  53. bl_ui/properties_freestyle/__init__.pyi +12 -6
  54. bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
  55. bl_ui/properties_mask_common/__init__.pyi +14 -7
  56. bl_ui/properties_material/__init__.pyi +15 -8
  57. bl_ui/properties_material_gpencil/__init__.pyi +4 -2
  58. bl_ui/properties_object/__init__.pyi +12 -6
  59. bl_ui/properties_output/__init__.pyi +12 -6
  60. bl_ui/properties_paint_common/__init__.pyi +31 -18
  61. bl_ui/properties_particle/__init__.pyi +82 -41
  62. bl_ui/properties_physics_cloth/__init__.pyi +2 -1
  63. bl_ui/properties_physics_common/__init__.pyi +6 -5
  64. bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
  65. bl_ui/properties_physics_field/__init__.pyi +24 -12
  66. bl_ui/properties_physics_fluid/__init__.pyi +70 -35
  67. bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
  68. bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
  69. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
  70. bl_ui/properties_physics_softbody/__init__.pyi +2 -1
  71. bl_ui/properties_render/__init__.pyi +81 -41
  72. bl_ui/properties_scene/__init__.pyi +10 -5
  73. bl_ui/properties_texture/__init__.pyi +16 -8
  74. bl_ui/properties_view_layer/__init__.pyi +2 -1
  75. bl_ui/properties_world/__init__.pyi +14 -7
  76. bl_ui/space_clip/__init__.pyi +34 -17
  77. bl_ui/space_dopesheet/__init__.pyi +20 -10
  78. bl_ui/space_filebrowser/__init__.pyi +20 -10
  79. bl_ui/space_image/__init__.pyi +34 -17
  80. bl_ui/space_nla/__init__.pyi +2 -1
  81. bl_ui/space_node/__init__.pyi +18 -9
  82. bl_ui/space_outliner/__init__.pyi +8 -4
  83. bl_ui/space_sequencer/__init__.pyi +76 -38
  84. bl_ui/space_text/__init__.pyi +2 -1
  85. bl_ui/space_time/__init__.pyi +8 -4
  86. bl_ui/space_toolsystem_common/__init__.pyi +22 -13
  87. bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
  88. bl_ui/space_topbar/__init__.pyi +12 -6
  89. bl_ui/space_userpref/__init__.pyi +44 -22
  90. bl_ui/space_view3d/__init__.pyi +93 -47
  91. bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
  92. bl_ui/temp_anim_layers/__init__.pyi +2 -1
  93. bl_ui/utils/__init__.pyi +4 -2
  94. bpy/ops/image/__init__.pyi +14 -56
  95. bpy/ops/sequencer/__init__.pyi +1 -1
  96. bpy/utils/__init__.pyi +31 -0
  97. bpy_extras/asset_utils/__init__.pyi +6 -3
  98. bpy_types/__init__.pyi +8 -4
  99. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/METADATA +1 -1
  100. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/RECORD +105 -105
  101. nodeitems_builtins/__init__.pyi +4 -2
  102. nodeitems_utils/__init__.pyi +6 -3
  103. rna_prop_ui/__init__.pyi +2 -1
  104. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/WHEEL +0 -0
  105. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/top_level.txt +0 -0
@@ -414,7 +414,8 @@ class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy_types._GenericUI):
414
414
  """Returns the property from the path, raise an exception when not found."""
415
415
  ...
416
416
 
417
- def poll(self, context):
417
+ @classmethod
418
+ def poll(cls, context):
418
419
  """
419
420
 
420
421
  :param context:
@@ -1114,7 +1115,8 @@ class DATA_PT_EEVEE_shadow(DataButtonsPanel, bpy_types._GenericUI):
1114
1115
  """Returns the property from the path, raise an exception when not found."""
1115
1116
  ...
1116
1117
 
1117
- def poll(self, context):
1118
+ @classmethod
1119
+ def poll(cls, context):
1118
1120
  """
1119
1121
 
1120
1122
  :param context:
@@ -1343,7 +1345,8 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(DataButtonsPanel, bpy_types._Gene
1343
1345
  """Returns the property from the path, raise an exception when not found."""
1344
1346
  ...
1345
1347
 
1346
- def poll(self, context):
1348
+ @classmethod
1349
+ def poll(cls, context):
1347
1350
  """
1348
1351
 
1349
1352
  :param context:
@@ -1578,7 +1581,8 @@ class DATA_PT_EEVEE_shadow_contact(DataButtonsPanel, bpy_types._GenericUI):
1578
1581
  """Returns the property from the path, raise an exception when not found."""
1579
1582
  ...
1580
1583
 
1581
- def poll(self, context):
1584
+ @classmethod
1585
+ def poll(cls, context):
1582
1586
  """
1583
1587
 
1584
1588
  :param context:
@@ -2724,7 +2728,8 @@ class DATA_PT_spot(DataButtonsPanel, bpy_types._GenericUI):
2724
2728
  """Returns the property from the path, raise an exception when not found."""
2725
2729
  ...
2726
2730
 
2727
- def poll(self, context):
2731
+ @classmethod
2732
+ def poll(cls, context):
2728
2733
  """
2729
2734
 
2730
2735
  :param context:
@@ -2786,7 +2791,8 @@ class DataButtonsPanel:
2786
2791
  bl_region_type: typing.Any
2787
2792
  bl_space_type: typing.Any
2788
2793
 
2789
- def poll(self, context):
2794
+ @classmethod
2795
+ def poll(cls, context):
2790
2796
  """
2791
2797
 
2792
2798
  :param context:
@@ -632,7 +632,8 @@ class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy_types._GenericUI):
632
632
  """Returns the property from the path, raise an exception when not found."""
633
633
  ...
634
634
 
635
- def poll(self, context):
635
+ @classmethod
636
+ def poll(cls, context):
636
637
  """
637
638
 
638
639
  :param context:
@@ -1773,7 +1774,8 @@ class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy_types._GenericUI):
1773
1774
  """Returns the property from the path, raise an exception when not found."""
1774
1775
  ...
1775
1776
 
1776
- def poll(self, context):
1777
+ @classmethod
1778
+ def poll(cls, context):
1777
1779
  """
1778
1780
 
1779
1781
  :param context:
@@ -2691,7 +2693,8 @@ class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy_types._GenericUI):
2691
2693
  """Returns the property from the path, raise an exception when not found."""
2692
2694
  ...
2693
2695
 
2694
- def poll(self, context):
2696
+ @classmethod
2697
+ def poll(cls, context):
2695
2698
  """
2696
2699
 
2697
2700
  :param context:
@@ -2981,7 +2984,8 @@ class DataButtonsPanel:
2981
2984
  bl_region_type: typing.Any
2982
2985
  bl_space_type: typing.Any
2983
2986
 
2984
- def poll(self, context):
2987
+ @classmethod
2988
+ def poll(cls, context):
2985
2989
  """
2986
2990
 
2987
2991
  :param context:
@@ -1337,7 +1337,8 @@ class DATA_PT_shape_keys(MeshButtonsPanel, bpy_types._GenericUI):
1337
1337
  """Returns the property from the path, raise an exception when not found."""
1338
1338
  ...
1339
1339
 
1340
- def poll(self, context):
1340
+ @classmethod
1341
+ def poll(cls, context):
1341
1342
  """
1342
1343
 
1343
1344
  :param context:
@@ -2250,7 +2251,8 @@ class DATA_PT_vertex_groups(MeshButtonsPanel, bpy_types._GenericUI):
2250
2251
  """Returns the property from the path, raise an exception when not found."""
2251
2252
  ...
2252
2253
 
2253
- def poll(self, context):
2254
+ @classmethod
2255
+ def poll(cls, context):
2254
2256
  """
2255
2257
 
2256
2258
  :param context:
@@ -4326,7 +4328,8 @@ class MeshButtonsPanel:
4326
4328
  bl_region_type: typing.Any
4327
4329
  bl_space_type: typing.Any
4328
4330
 
4329
- def poll(self, context):
4331
+ @classmethod
4332
+ def poll(cls, context):
4330
4333
  """
4331
4334
 
4332
4335
  :param context:
@@ -1093,7 +1093,8 @@ class DATA_PT_metaball_element(DataButtonsPanel, bpy_types._GenericUI):
1093
1093
  """Returns the property from the path, raise an exception when not found."""
1094
1094
  ...
1095
1095
 
1096
- def poll(self, context):
1096
+ @classmethod
1097
+ def poll(cls, context):
1097
1098
  """
1098
1099
 
1099
1100
  :param context:
@@ -1155,7 +1156,8 @@ class DataButtonsPanel:
1155
1156
  bl_region_type: typing.Any
1156
1157
  bl_space_type: typing.Any
1157
1158
 
1158
- def poll(self, context):
1159
+ @classmethod
1160
+ def poll(cls, context):
1159
1161
  """
1160
1162
 
1161
1163
  :param context:
@@ -173,7 +173,8 @@ class AddModifierMenu:
173
173
  """Returns the property from the path, raise an exception when not found."""
174
174
  ...
175
175
 
176
- def poll(self, context):
176
+ @classmethod
177
+ def poll(cls, context):
177
178
  """
178
179
 
179
180
  :param context:
@@ -389,7 +390,8 @@ class DATA_PT_gpencil_modifiers(ModifierButtonsPanel, bpy_types._GenericUI):
389
390
  """Returns the property from the path, raise an exception when not found."""
390
391
  ...
391
392
 
392
- def poll(self, context):
393
+ @classmethod
394
+ def poll(cls, context):
393
395
  """
394
396
 
395
397
  :param context:
@@ -616,7 +618,8 @@ class DATA_PT_modifiers(ModifierButtonsPanel, bpy_types._GenericUI):
616
618
  """Returns the property from the path, raise an exception when not found."""
617
619
  ...
618
620
 
619
- def poll(self, context):
621
+ @classmethod
622
+ def poll(cls, context):
620
623
  """
621
624
 
622
625
  :param context:
@@ -678,7 +681,8 @@ class ModifierAddMenu:
678
681
  MODIFIER_TYPES_TO_ICONS: typing.Any
679
682
  MODIFIER_TYPES_TO_LABELS: typing.Any
680
683
 
681
- def operator_modifier_add(self, layout, mod_type):
684
+ @classmethod
685
+ def operator_modifier_add(cls, layout, mod_type):
682
686
  """
683
687
 
684
688
  :param layout:
@@ -703,7 +703,8 @@ class DataButtonsPanel:
703
703
  bl_region_type: typing.Any
704
704
  bl_space_type: typing.Any
705
705
 
706
- def poll(self, context):
706
+ @classmethod
707
+ def poll(cls, context):
707
708
  """
708
709
 
709
710
  :param context:
@@ -715,7 +716,8 @@ class POINTCLOUD_MT_add_attribute(bpy_types._GenericUI):
715
716
  bl_rna: typing.Any
716
717
  id_data: typing.Any
717
718
 
718
- def add_standard_attribute(self, layout, pointcloud, name, data_type, domain):
719
+ @staticmethod
720
+ def add_standard_attribute(layout, pointcloud, name, data_type, domain):
719
721
  """
720
722
 
721
723
  :param layout:
@@ -1159,7 +1159,8 @@ class DataButtonsPanel:
1159
1159
  bl_region_type: typing.Any
1160
1160
  bl_space_type: typing.Any
1161
1161
 
1162
- def poll(self, context):
1162
+ @classmethod
1163
+ def poll(cls, context):
1163
1164
  """
1164
1165
 
1165
1166
  :param context:
@@ -1619,7 +1619,8 @@ class DataButtonsPanel:
1619
1619
  bl_region_type: typing.Any
1620
1620
  bl_space_type: typing.Any
1621
1621
 
1622
- def poll(self, context):
1622
+ @classmethod
1623
+ def poll(cls, context):
1623
1624
  """
1624
1625
 
1625
1626
  :param context:
@@ -240,7 +240,8 @@ class MaterialFreestyleButtonsPanel:
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:
@@ -759,7 +760,8 @@ class RenderFreestyleButtonsPanel:
759
760
  bl_region_type: typing.Any
760
761
  bl_space_type: typing.Any
761
762
 
762
- def poll(self, context):
763
+ @classmethod
764
+ def poll(cls, context):
763
765
  """
764
766
 
765
767
  :param context:
@@ -5501,7 +5503,8 @@ class VIEWLAYER_PT_freestyle_style_modules(
5501
5503
  """Returns the property from the path, raise an exception when not found."""
5502
5504
  ...
5503
5505
 
5504
- def poll(self, context):
5506
+ @classmethod
5507
+ def poll(cls, context):
5505
5508
  """
5506
5509
 
5507
5510
  :param context:
@@ -5788,7 +5791,8 @@ class ViewLayerFreestyleButtonsPanel:
5788
5791
  bl_region_type: typing.Any
5789
5792
  bl_space_type: typing.Any
5790
5793
 
5791
- def poll(self, context):
5794
+ @classmethod
5795
+ def poll(cls, context):
5792
5796
  """
5793
5797
 
5794
5798
  :param context:
@@ -5801,7 +5805,8 @@ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
5801
5805
  bl_region_type: typing.Any
5802
5806
  bl_space_type: typing.Any
5803
5807
 
5804
- def poll(self, context):
5808
+ @classmethod
5809
+ def poll(cls, context):
5805
5810
  """
5806
5811
 
5807
5812
  :param context:
@@ -5817,7 +5822,8 @@ class ViewLayerFreestyleLineStyle(
5817
5822
  bl_region_type: typing.Any
5818
5823
  bl_space_type: typing.Any
5819
5824
 
5820
- def poll(self, context):
5825
+ @classmethod
5826
+ def poll(cls, context):
5821
5827
  """
5822
5828
 
5823
5829
  :param context:
@@ -66,7 +66,8 @@ class AnnotationOnionSkin:
66
66
  """
67
67
  ...
68
68
 
69
- def poll(self, context):
69
+ @classmethod
70
+ def poll(cls, context):
70
71
  """
71
72
 
72
73
  :param context:
@@ -1378,7 +1379,8 @@ class GPENCIL_MT_material_active(bpy_types._GenericUI):
1378
1379
  """Returns the property from the path, raise an exception when not found."""
1379
1380
  ...
1380
1381
 
1381
- def poll(self, context):
1382
+ @classmethod
1383
+ def poll(cls, context):
1382
1384
  """
1383
1385
 
1384
1386
  :param context:
@@ -4057,7 +4059,8 @@ class GreasePencilDisplayPanel:
4057
4059
  """
4058
4060
  ...
4059
4061
 
4060
- def poll(self, context):
4062
+ @classmethod
4063
+ def poll(cls, context):
4061
4064
  """
4062
4065
 
4063
4066
  :param context:
@@ -4231,7 +4234,8 @@ class GreasePencilFlipTintColors:
4231
4234
  """Returns the property from the path, raise an exception when not found."""
4232
4235
  ...
4233
4236
 
4234
- def poll(self, context):
4237
+ @classmethod
4238
+ def poll(cls, context):
4235
4239
  """
4236
4240
 
4237
4241
  :param context:
@@ -1645,7 +1645,8 @@ class MASK_PT_display:
1645
1645
  """
1646
1646
  ...
1647
1647
 
1648
- def poll(self, context):
1648
+ @classmethod
1649
+ def poll(cls, context):
1649
1650
  """
1650
1651
 
1651
1652
  :param context:
@@ -1662,7 +1663,8 @@ class MASK_PT_layers:
1662
1663
  """
1663
1664
  ...
1664
1665
 
1665
- def poll(self, context):
1666
+ @classmethod
1667
+ def poll(cls, context):
1666
1668
  """
1667
1669
 
1668
1670
  :param context:
@@ -1680,7 +1682,8 @@ class MASK_PT_mask:
1680
1682
  """
1681
1683
  ...
1682
1684
 
1683
- def poll(self, context):
1685
+ @classmethod
1686
+ def poll(cls, context):
1684
1687
  """
1685
1688
 
1686
1689
  :param context:
@@ -1697,7 +1700,8 @@ class MASK_PT_point:
1697
1700
  """
1698
1701
  ...
1699
1702
 
1700
- def poll(self, context):
1703
+ @classmethod
1704
+ def poll(cls, context):
1701
1705
  """
1702
1706
 
1703
1707
  :param context:
@@ -1714,7 +1718,8 @@ class MASK_PT_spline:
1714
1718
  """
1715
1719
  ...
1716
1720
 
1717
- def poll(self, context):
1721
+ @classmethod
1722
+ def poll(cls, context):
1718
1723
  """
1719
1724
 
1720
1725
  :param context:
@@ -1732,7 +1737,8 @@ class MASK_PT_tools:
1732
1737
  """
1733
1738
  ...
1734
1739
 
1735
- def poll(self, context):
1740
+ @classmethod
1741
+ def poll(cls, context):
1736
1742
  """
1737
1743
 
1738
1744
  :param context:
@@ -1750,7 +1756,8 @@ class MASK_PT_transforms:
1750
1756
  """
1751
1757
  ...
1752
1758
 
1753
- def poll(self, context):
1759
+ @classmethod
1760
+ def poll(cls, context):
1754
1761
  """
1755
1762
 
1756
1763
  :param context:
@@ -179,7 +179,8 @@ class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, bpy_types._Generi
179
179
  """Returns the property from the path, raise an exception when not found."""
180
180
  ...
181
181
 
182
- def poll(self, context):
182
+ @classmethod
183
+ def poll(cls, context):
183
184
  """
184
185
 
185
186
  :param context:
@@ -407,7 +408,8 @@ class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel, bpy_types._GenericUI)
407
408
  """Returns the property from the path, raise an exception when not found."""
408
409
  ...
409
410
 
410
- def poll(self, context):
411
+ @classmethod
412
+ def poll(cls, context):
411
413
  """
412
414
 
413
415
  :param context:
@@ -1090,7 +1092,8 @@ class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel, bpy_types._GenericUI):
1090
1092
  """Returns the property from the path, raise an exception when not found."""
1091
1093
  ...
1092
1094
 
1093
- def poll(self, context):
1095
+ @classmethod
1096
+ def poll(cls, context):
1094
1097
  """
1095
1098
 
1096
1099
  :param context:
@@ -1547,7 +1550,8 @@ class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel, bpy_types._GenericUI):
1547
1550
  """Returns the property from the path, raise an exception when not found."""
1548
1551
  ...
1549
1552
 
1550
- def poll(self, context):
1553
+ @classmethod
1554
+ def poll(cls, context):
1551
1555
  """
1552
1556
 
1553
1557
  :param context:
@@ -2968,7 +2972,8 @@ class MATERIAL_PT_lineart(MaterialButtonsPanel, bpy_types._GenericUI):
2968
2972
  """Returns the property from the path, raise an exception when not found."""
2969
2973
  ...
2970
2974
 
2971
- def poll(self, context):
2975
+ @classmethod
2976
+ def poll(cls, context):
2972
2977
  """
2973
2978
 
2974
2979
  :param context:
@@ -3424,7 +3429,8 @@ class MATERIAL_PT_viewport(MaterialButtonsPanel, bpy_types._GenericUI):
3424
3429
  """Returns the property from the path, raise an exception when not found."""
3425
3430
  ...
3426
3431
 
3427
- def poll(self, context):
3432
+ @classmethod
3433
+ def poll(cls, context):
3428
3434
  """
3429
3435
 
3430
3436
  :param context:
@@ -3718,12 +3724,13 @@ class MaterialButtonsPanel:
3718
3724
  bl_region_type: typing.Any
3719
3725
  bl_space_type: typing.Any
3720
3726
 
3721
- def poll(self, context):
3727
+ @classmethod
3728
+ def poll(cls, context):
3722
3729
  """
3723
3730
 
3724
3731
  :param context:
3725
3732
  """
3726
3733
  ...
3727
3734
 
3728
- def draw_material_settings(context): ...
3735
+ def draw_material_settings(self_, context): ...
3729
3736
  def panel_node_draw(layout, ntree, _output_type, input_name): ...
@@ -518,7 +518,8 @@ class GPMaterialButtonsPanel:
518
518
  bl_region_type: typing.Any
519
519
  bl_space_type: typing.Any
520
520
 
521
- def poll(self, context):
521
+ @classmethod
522
+ def poll(cls, context):
522
523
  """
523
524
 
524
525
  :param context:
@@ -1897,7 +1898,8 @@ class MATERIAL_PT_gpencil_slots(
1897
1898
  """Returns the property from the path, raise an exception when not found."""
1898
1899
  ...
1899
1900
 
1900
- def poll(self, context):
1901
+ @classmethod
1902
+ def poll(cls, context):
1901
1903
  """
1902
1904
 
1903
1905
  :param context:
@@ -1567,7 +1567,8 @@ class OBJECT_PT_instancing(ObjectButtonsPanel, bpy_types._GenericUI):
1567
1567
  """Returns the property from the path, raise an exception when not found."""
1568
1568
  ...
1569
1569
 
1570
- def poll(self, context):
1570
+ @classmethod
1571
+ def poll(cls, context):
1571
1572
  """
1572
1573
 
1573
1574
  :param context:
@@ -1801,7 +1802,8 @@ class OBJECT_PT_instancing_size(ObjectButtonsPanel, bpy_types._GenericUI):
1801
1802
  """Returns the property from the path, raise an exception when not found."""
1802
1803
  ...
1803
1804
 
1804
- def poll(self, context):
1805
+ @classmethod
1806
+ def poll(cls, context):
1805
1807
  """
1806
1808
 
1807
1809
  :param context:
@@ -2029,7 +2031,8 @@ class OBJECT_PT_lineart(ObjectButtonsPanel, bpy_types._GenericUI):
2029
2031
  """Returns the property from the path, raise an exception when not found."""
2030
2032
  ...
2031
2033
 
2032
- def poll(self, context):
2034
+ @classmethod
2035
+ def poll(cls, context):
2033
2036
  """
2034
2037
 
2035
2038
  :param context:
@@ -2268,7 +2271,8 @@ class OBJECT_PT_motion_paths(
2268
2271
  """Returns the property from the path, raise an exception when not found."""
2269
2272
  ...
2270
2273
 
2271
- def poll(self, context):
2274
+ @classmethod
2275
+ def poll(cls, context):
2272
2276
  """
2273
2277
 
2274
2278
  :param context:
@@ -2508,7 +2512,8 @@ class OBJECT_PT_motion_paths_display(
2508
2512
  """Returns the property from the path, raise an exception when not found."""
2509
2513
  ...
2510
2514
 
2511
- def poll(self, context):
2515
+ @classmethod
2516
+ def poll(cls, context):
2512
2517
  """
2513
2518
 
2514
2519
  :param context:
@@ -3175,7 +3180,8 @@ class OBJECT_PT_visibility(ObjectButtonsPanel, bpy_types._GenericUI):
3175
3180
  """Returns the property from the path, raise an exception when not found."""
3176
3181
  ...
3177
3182
 
3178
- def poll(self, context):
3183
+ @classmethod
3184
+ def poll(cls, context):
3179
3185
  """
3180
3186
 
3181
3187
  :param context:
@@ -465,7 +465,8 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
465
465
  """Returns the property from the path, raise an exception when not found."""
466
466
  ...
467
467
 
468
- def poll(self, context):
468
+ @classmethod
469
+ def poll(cls, context):
469
470
  """
470
471
 
471
472
  :param context:
@@ -693,7 +694,8 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
693
694
  """Returns the property from the path, raise an exception when not found."""
694
695
  ...
695
696
 
696
- def poll(self, context):
697
+ @classmethod
698
+ def poll(cls, context):
697
699
  """
698
700
 
699
701
  :param context:
@@ -928,7 +930,8 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
928
930
  """Returns the property from the path, raise an exception when not found."""
929
931
  ...
930
932
 
931
- def poll(self, context):
933
+ @classmethod
934
+ def poll(cls, context):
932
935
  """
933
936
 
934
937
  :param context:
@@ -1303,7 +1306,8 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1303
1306
  """
1304
1307
  ...
1305
1308
 
1306
- def draw_framerate(self, layout, rd):
1309
+ @staticmethod
1310
+ def draw_framerate(layout, rd):
1307
1311
  """
1308
1312
 
1309
1313
  :param layout:
@@ -2622,7 +2626,8 @@ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2622
2626
  """Returns the property from the path, raise an exception when not found."""
2623
2627
  ...
2624
2628
 
2625
- def poll(self, context):
2629
+ @classmethod
2630
+ def poll(cls, context):
2626
2631
  """
2627
2632
 
2628
2633
  :param context:
@@ -4300,7 +4305,8 @@ class RenderOutputButtonsPanel:
4300
4305
  bl_region_type: typing.Any
4301
4306
  bl_space_type: typing.Any
4302
4307
 
4303
- def poll(self, context):
4308
+ @classmethod
4309
+ def poll(cls, context):
4304
4310
  """
4305
4311
 
4306
4312
  :param context: