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
@@ -719,7 +719,8 @@ class CLIP_MT_marker_pie(bpy_types._GenericUI):
719
719
  """Returns the property from the path, raise an exception when not found."""
720
720
  ...
721
721
 
722
- def poll(self, context):
722
+ @classmethod
723
+ def poll(cls, context):
723
724
  """
724
725
 
725
726
  :param context:
@@ -2353,7 +2354,8 @@ class CLIP_MT_reconstruction_pie(bpy_types._GenericUI):
2353
2354
  """Returns the property from the path, raise an exception when not found."""
2354
2355
  ...
2355
2356
 
2356
- def poll(self, context):
2357
+ @classmethod
2358
+ def poll(cls, context):
2357
2359
  """
2358
2360
 
2359
2361
  :param context:
@@ -3444,7 +3446,8 @@ class CLIP_MT_solving_pie(bpy_types._GenericUI):
3444
3446
  """Returns the property from the path, raise an exception when not found."""
3445
3447
  ...
3446
3448
 
3447
- def poll(self, context):
3449
+ @classmethod
3450
+ def poll(cls, context):
3448
3451
  """
3449
3452
 
3450
3453
  :param context:
@@ -6432,7 +6435,8 @@ class CLIP_MT_tracking_context_menu(bpy_types._GenericUI):
6432
6435
  """Returns the property from the path, raise an exception when not found."""
6433
6436
  ...
6434
6437
 
6435
- def poll(self, context):
6438
+ @classmethod
6439
+ def poll(cls, context):
6436
6440
  """
6437
6441
 
6438
6442
  :param context:
@@ -6983,7 +6987,8 @@ class CLIP_MT_tracking_pie(bpy_types._GenericUI):
6983
6987
  """Returns the property from the path, raise an exception when not found."""
6984
6988
  ...
6985
6989
 
6986
- def poll(self, context):
6990
+ @classmethod
6991
+ def poll(cls, context):
6987
6992
  """
6988
6993
 
6989
6994
  :param context:
@@ -7532,7 +7537,8 @@ class CLIP_MT_view_pie(bpy_types._GenericUI):
7532
7537
  """Returns the property from the path, raise an exception when not found."""
7533
7538
  ...
7534
7539
 
7535
- def poll(self, context):
7540
+ @classmethod
7541
+ def poll(cls, context):
7536
7542
  """
7537
7543
 
7538
7544
  :param context:
@@ -8029,7 +8035,8 @@ class CLIP_PT_2d_cursor(bpy_types._GenericUI):
8029
8035
  """Returns the property from the path, raise an exception when not found."""
8030
8036
  ...
8031
8037
 
8032
- def poll(self, context):
8038
+ @classmethod
8039
+ def poll(cls, context):
8033
8040
  """
8034
8041
 
8035
8042
  :param context:
@@ -9283,7 +9290,8 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
9283
9290
  ...
9284
9291
 
9285
9292
  class CLIP_PT_clip_view_panel:
9286
- def poll(self, context):
9293
+ @classmethod
9294
+ def poll(cls, context):
9287
9295
  """
9288
9296
 
9289
9297
  :param context:
@@ -11991,7 +11999,8 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
11991
11999
  ...
11992
12000
 
11993
12001
  class CLIP_PT_reconstruction_panel:
11994
- def poll(self, context):
12002
+ @classmethod
12003
+ def poll(cls, context):
11995
12004
  """
11996
12005
 
11997
12006
  :param context:
@@ -12174,7 +12183,8 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
12174
12183
  """Returns the property from the path, raise an exception when not found."""
12175
12184
  ...
12176
12185
 
12177
- def poll(self, context):
12186
+ @classmethod
12187
+ def poll(cls, context):
12178
12188
  """
12179
12189
 
12180
12190
  :param context:
@@ -12628,7 +12638,8 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
12628
12638
  """Returns the property from the path, raise an exception when not found."""
12629
12639
  ...
12630
12640
 
12631
- def poll(self, context):
12641
+ @classmethod
12642
+ def poll(cls, context):
12632
12643
  """
12633
12644
 
12634
12645
  :param context:
@@ -13985,7 +13996,8 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
13985
13996
  """Returns the property from the path, raise an exception when not found."""
13986
13997
  ...
13987
13998
 
13988
- def poll(self, context):
13999
+ @classmethod
14000
+ def poll(cls, context):
13989
14001
  """
13990
14002
 
13991
14003
  :param context:
@@ -14664,7 +14676,8 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
14664
14676
  """Returns the property from the path, raise an exception when not found."""
14665
14677
  ...
14666
14678
 
14667
- def poll(self, context):
14679
+ @classmethod
14680
+ def poll(cls, context):
14668
14681
  """
14669
14682
 
14670
14683
  :param context:
@@ -16073,7 +16086,8 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI
16073
16086
  """Returns the property from the path, raise an exception when not found."""
16074
16087
  ...
16075
16088
 
16076
- def poll(self, context):
16089
+ @classmethod
16090
+ def poll(cls, context):
16077
16091
  """
16078
16092
 
16079
16093
  :param context:
@@ -16307,7 +16321,8 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
16307
16321
  """Returns the property from the path, raise an exception when not found."""
16308
16322
  ...
16309
16323
 
16310
- def poll(self, context):
16324
+ @classmethod
16325
+ def poll(cls, context):
16311
16326
  """
16312
16327
 
16313
16328
  :param context:
@@ -16536,7 +16551,8 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
16536
16551
  """Returns the property from the path, raise an exception when not found."""
16537
16552
  ...
16538
16553
 
16539
- def poll(self, context):
16554
+ @classmethod
16555
+ def poll(cls, context):
16540
16556
  """
16541
16557
 
16542
16558
  :param context:
@@ -16594,7 +16610,8 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
16594
16610
  ...
16595
16611
 
16596
16612
  class CLIP_PT_tracking_panel:
16597
- def poll(self, context):
16613
+ @classmethod
16614
+ def poll(cls, context):
16598
16615
  """
16599
16616
 
16600
16617
  :param context:
@@ -11,7 +11,8 @@ GenericType1 = typing.TypeVar("GenericType1")
11
11
  GenericType2 = typing.TypeVar("GenericType2")
12
12
 
13
13
  class DOPESHEET_HT_editor_buttons:
14
- def draw_header(self, context, layout):
14
+ @staticmethod
15
+ def draw_header(context, layout):
15
16
  """
16
17
 
17
18
  :param context:
@@ -4208,7 +4209,8 @@ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy_types._GenericUI):
4208
4209
  """Returns the property from the path, raise an exception when not found."""
4209
4210
  ...
4210
4211
 
4211
- def poll(self, context):
4212
+ @classmethod
4213
+ def poll(cls, context):
4212
4214
  """
4213
4215
 
4214
4216
  :param context:
@@ -4434,7 +4436,8 @@ class DOPESHEET_PT_action_slot(bpy_types._GenericUI):
4434
4436
  """Returns the property from the path, raise an exception when not found."""
4435
4437
  ...
4436
4438
 
4437
- def poll(self, context):
4439
+ @classmethod
4440
+ def poll(cls, context):
4438
4441
  """
4439
4442
 
4440
4443
  :param context:
@@ -4667,7 +4670,8 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._Gen
4667
4670
  """Returns the property from the path, raise an exception when not found."""
4668
4671
  ...
4669
4672
 
4670
- def poll(self, context):
4673
+ @classmethod
4674
+ def poll(cls, context):
4671
4675
  """
4672
4676
 
4673
4677
  :param context:
@@ -7732,7 +7736,8 @@ class DopesheetActionPanelBase:
7732
7736
  bl_label: typing.Any
7733
7737
  bl_region_type: typing.Any
7734
7738
 
7735
- def draw_generic_panel(self, _context, layout, action):
7739
+ @classmethod
7740
+ def draw_generic_panel(cls, _context, layout, action):
7736
7741
  """
7737
7742
 
7738
7743
  :param _context:
@@ -7745,7 +7750,8 @@ class DopesheetFilterPopoverBase:
7745
7750
  bl_label: typing.Any
7746
7751
  bl_region_type: typing.Any
7747
7752
 
7748
- def draw_generic_filters(self, context, layout):
7753
+ @classmethod
7754
+ def draw_generic_filters(cls, context, layout):
7749
7755
  """
7750
7756
 
7751
7757
  :param context:
@@ -7753,7 +7759,8 @@ class DopesheetFilterPopoverBase:
7753
7759
  """
7754
7760
  ...
7755
7761
 
7756
- def draw_search_filters(self, context, layout, generic_filters_only=False):
7762
+ @classmethod
7763
+ def draw_search_filters(cls, context, layout, generic_filters_only=False):
7757
7764
  """
7758
7765
 
7759
7766
  :param context:
@@ -7762,7 +7769,8 @@ class DopesheetFilterPopoverBase:
7762
7769
  """
7763
7770
  ...
7764
7771
 
7765
- def draw_standard_filters(self, context, layout):
7772
+ @classmethod
7773
+ def draw_standard_filters(cls, context, layout):
7766
7774
  """
7767
7775
 
7768
7776
  :param context:
@@ -7775,7 +7783,8 @@ class GreasePencilLayersDopeSheetPanel:
7775
7783
  bl_region_type: typing.Any
7776
7784
  bl_space_type: typing.Any
7777
7785
 
7778
- def poll(self, context):
7786
+ @classmethod
7787
+ def poll(cls, context):
7779
7788
  """
7780
7789
 
7781
7790
  :param context:
@@ -7787,7 +7796,8 @@ class LayersDopeSheetPanel:
7787
7796
  bl_region_type: typing.Any
7788
7797
  bl_space_type: typing.Any
7789
7798
 
7790
- def poll(self, context):
7799
+ @classmethod
7800
+ def poll(cls, context):
7791
7801
  """
7792
7802
 
7793
7803
  :param context:
@@ -2305,7 +2305,8 @@ class ASSETBROWSER_PT_metadata(
2305
2305
  """
2306
2306
  ...
2307
2307
 
2308
- def metadata_prop(self, layout, asset_metadata, propname):
2308
+ @staticmethod
2309
+ def metadata_prop(layout, asset_metadata, propname):
2309
2310
  """Only display properties that are either set or can be modified (i.e. the
2310
2311
  asset is in the current file). Empty, non-editable fields are not really useful.
2311
2312
 
@@ -3072,7 +3073,8 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types._GenericUI):
3072
3073
  ...
3073
3074
 
3074
3075
  class AssetBrowserMenu:
3075
- def poll(self, context):
3076
+ @classmethod
3077
+ def poll(cls, context):
3076
3078
  """
3077
3079
 
3078
3080
  :param context:
@@ -5398,7 +5400,8 @@ class FILEBROWSER_PT_advanced_filter(bpy_types._GenericUI):
5398
5400
  """Returns the property from the path, raise an exception when not found."""
5399
5401
  ...
5400
5402
 
5401
- def poll(self, context):
5403
+ @classmethod
5404
+ def poll(cls, context):
5402
5405
  """
5403
5406
 
5404
5407
  :param context:
@@ -5624,7 +5627,8 @@ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy_types._GenericUI)
5624
5627
  """Returns the property from the path, raise an exception when not found."""
5625
5628
  ...
5626
5629
 
5627
- def poll(self, context):
5630
+ @classmethod
5631
+ def poll(cls, context):
5628
5632
  """
5629
5633
 
5630
5634
  :param context:
@@ -5850,7 +5854,8 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types._GenericUI):
5850
5854
  """Returns the property from the path, raise an exception when not found."""
5851
5855
  ...
5852
5856
 
5853
- def poll(self, context):
5857
+ @classmethod
5858
+ def poll(cls, context):
5854
5859
  """
5855
5860
 
5856
5861
  :param context:
@@ -6076,7 +6081,8 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types._GenericUI):
6076
6081
  """Returns the property from the path, raise an exception when not found."""
6077
6082
  ...
6078
6083
 
6079
- def poll(self, context):
6084
+ @classmethod
6085
+ def poll(cls, context):
6080
6086
  """
6081
6087
 
6082
6088
  :param context:
@@ -6303,7 +6309,8 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types._GenericUI):
6303
6309
  """Returns the property from the path, raise an exception when not found."""
6304
6310
  ...
6305
6311
 
6306
- def poll(self, context):
6312
+ @classmethod
6313
+ def poll(cls, context):
6307
6314
  """
6308
6315
 
6309
6316
  :param context:
@@ -6537,7 +6544,8 @@ class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
6537
6544
  """Returns the property from the path, raise an exception when not found."""
6538
6545
  ...
6539
6546
 
6540
- def poll(self, context):
6547
+ @classmethod
6548
+ def poll(cls, context):
6541
6549
  """
6542
6550
 
6543
6551
  :param context:
@@ -7279,7 +7287,8 @@ class FILEBROWSER_UL_dir(bpy_types._GenericUI):
7279
7287
  ...
7280
7288
 
7281
7289
  class FileBrowserMenu:
7282
- def poll(self, context):
7290
+ @classmethod
7291
+ def poll(cls, context):
7283
7292
  """
7284
7293
 
7285
7294
  :param context:
@@ -7289,7 +7298,8 @@ class FileBrowserMenu:
7289
7298
  class FileBrowserPanel:
7290
7299
  bl_space_type: typing.Any
7291
7300
 
7292
- def poll(self, context):
7301
+ @classmethod
7302
+ def poll(cls, context):
7293
7303
  """
7294
7304
 
7295
7305
  :param context:
@@ -30,7 +30,8 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
30
30
  """
31
31
  ...
32
32
 
33
- def poll(self, context):
33
+ @classmethod
34
+ def poll(cls, context):
34
35
  """
35
36
 
36
37
  :param context:
@@ -280,7 +281,8 @@ class IMAGE_AST_brush_paint(
280
281
  """Returns the property from the path, raise an exception when not found."""
281
282
  ...
282
283
 
283
- def poll(self, context):
284
+ @classmethod
285
+ def poll(cls, context):
284
286
  """
285
287
 
286
288
  :param context:
@@ -366,7 +368,8 @@ class IMAGE_HT_header(bpy_types._GenericUI):
366
368
  """
367
369
  ...
368
370
 
369
- def draw_xform_template(self, layout, context):
371
+ @staticmethod
372
+ def draw_xform_template(layout, context):
370
373
  """
371
374
 
372
375
  :param layout:
@@ -2083,7 +2086,8 @@ class IMAGE_MT_mask_context_menu(bpy_types._GenericUI):
2083
2086
  """Returns the property from the path, raise an exception when not found."""
2084
2087
  ...
2085
2088
 
2086
- def poll(self, context):
2089
+ @classmethod
2090
+ def poll(cls, context):
2087
2091
  """
2088
2092
 
2089
2093
  :param context:
@@ -8321,7 +8325,8 @@ class IMAGE_PT_image_properties(bpy_types._GenericUI):
8321
8325
  """Returns the property from the path, raise an exception when not found."""
8322
8326
  ...
8323
8327
 
8324
- def poll(self, context):
8328
+ @classmethod
8329
+ def poll(cls, context):
8325
8330
  """
8326
8331
 
8327
8332
  :param context:
@@ -9448,7 +9453,8 @@ class IMAGE_PT_overlay_guides(bpy_types._GenericUI):
9448
9453
  """Returns the property from the path, raise an exception when not found."""
9449
9454
  ...
9450
9455
 
9451
- def poll(self, context):
9456
+ @classmethod
9457
+ def poll(cls, context):
9452
9458
  """
9453
9459
 
9454
9460
  :param context:
@@ -9893,7 +9899,8 @@ class IMAGE_PT_overlay_texture_paint(bpy_types._GenericUI):
9893
9899
  """Returns the property from the path, raise an exception when not found."""
9894
9900
  ...
9895
9901
 
9896
- def poll(self, context):
9902
+ @classmethod
9903
+ def poll(cls, context):
9897
9904
  """
9898
9905
 
9899
9906
  :param context:
@@ -10119,7 +10126,8 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types._GenericUI):
10119
10126
  """Returns the property from the path, raise an exception when not found."""
10120
10127
  ...
10121
10128
 
10122
- def poll(self, context):
10129
+ @classmethod
10130
+ def poll(cls, context):
10123
10131
  """
10124
10132
 
10125
10133
  :param context:
@@ -10345,7 +10353,8 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types._GenericUI):
10345
10353
  """Returns the property from the path, raise an exception when not found."""
10346
10354
  ...
10347
10355
 
10348
- def poll(self, context):
10356
+ @classmethod
10357
+ def poll(cls, context):
10349
10358
  """
10350
10359
 
10351
10360
  :param context:
@@ -12625,7 +12634,8 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
12625
12634
  """Returns the property from the path, raise an exception when not found."""
12626
12635
  ...
12627
12636
 
12628
- def poll(self, context):
12637
+ @classmethod
12638
+ def poll(cls, context):
12629
12639
  """
12630
12640
 
12631
12641
  :param context:
@@ -14738,7 +14748,8 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
14738
14748
  """Returns the property from the path, raise an exception when not found."""
14739
14749
  ...
14740
14750
 
14741
- def poll(self, context):
14751
+ @classmethod
14752
+ def poll(cls, context):
14742
14753
  """
14743
14754
 
14744
14755
  :param context:
@@ -14964,7 +14975,8 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
14964
14975
  """Returns the property from the path, raise an exception when not found."""
14965
14976
  ...
14966
14977
 
14967
- def poll(self, context):
14978
+ @classmethod
14979
+ def poll(cls, context):
14968
14980
  """
14969
14981
 
14970
14982
  :param context:
@@ -15190,7 +15202,8 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
15190
15202
  """Returns the property from the path, raise an exception when not found."""
15191
15203
  ...
15192
15204
 
15193
- def poll(self, context):
15205
+ @classmethod
15206
+ def poll(cls, context):
15194
15207
  """
15195
15208
 
15196
15209
  :param context:
@@ -16437,7 +16450,8 @@ class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
16437
16450
  ...
16438
16451
 
16439
16452
  class ImageScopesPanel:
16440
- def poll(self, context):
16453
+ @classmethod
16454
+ def poll(cls, context):
16441
16455
  """
16442
16456
 
16443
16457
  :param context:
@@ -16445,7 +16459,8 @@ class ImageScopesPanel:
16445
16459
  ...
16446
16460
 
16447
16461
  class _draw_tool_settings_context_mode:
16448
- def PAINT(self, context, layout, tool):
16462
+ @staticmethod
16463
+ def PAINT(context, layout, tool):
16449
16464
  """
16450
16465
 
16451
16466
  :param context:
@@ -16454,7 +16469,8 @@ class _draw_tool_settings_context_mode:
16454
16469
  """
16455
16470
  ...
16456
16471
 
16457
- def UV(self, context, layout, tool):
16472
+ @staticmethod
16473
+ def UV(context, layout, tool):
16458
16474
  """
16459
16475
 
16460
16476
  :param context:
@@ -16634,7 +16650,8 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, ImagePaintPanel):
16634
16650
  """Returns the property from the path, raise an exception when not found."""
16635
16651
  ...
16636
16652
 
16637
- def poll(self, context):
16653
+ @classmethod
16654
+ def poll(cls, context):
16638
16655
  """
16639
16656
 
16640
16657
  :param context:
@@ -3931,7 +3931,8 @@ class NLA_PT_action(
3931
3931
  """Returns the property from the path, raise an exception when not found."""
3932
3932
  ...
3933
3933
 
3934
- def poll(self, context):
3934
+ @classmethod
3935
+ def poll(cls, context):
3935
3936
  """
3936
3937
 
3937
3938
  :param context:
@@ -3396,7 +3396,8 @@ class NODE_PT_active_node_color(bpy_types._GenericUI):
3396
3396
  """Returns the property from the path, raise an exception when not found."""
3397
3397
  ...
3398
3398
 
3399
- def poll(self, context):
3399
+ @classmethod
3400
+ def poll(cls, context):
3400
3401
  """
3401
3402
 
3402
3403
  :param context:
@@ -3622,7 +3623,8 @@ class NODE_PT_active_node_generic(bpy_types._GenericUI):
3622
3623
  """Returns the property from the path, raise an exception when not found."""
3623
3624
  ...
3624
3625
 
3625
- def poll(self, context):
3626
+ @classmethod
3627
+ def poll(cls, context):
3626
3628
  """
3627
3629
 
3628
3630
  :param context:
@@ -3848,7 +3850,8 @@ class NODE_PT_active_node_properties(bpy_types._GenericUI):
3848
3850
  """Returns the property from the path, raise an exception when not found."""
3849
3851
  ...
3850
3852
 
3851
- def poll(self, context):
3853
+ @classmethod
3854
+ def poll(cls, context):
3852
3855
  """
3853
3856
 
3854
3857
  :param context:
@@ -4314,7 +4317,8 @@ class NODE_PT_annotation(
4314
4317
  """Returns the property from the path, raise an exception when not found."""
4315
4318
  ...
4316
4319
 
4317
- def poll(self, context):
4320
+ @classmethod
4321
+ def poll(cls, context):
4318
4322
  """
4319
4323
 
4320
4324
  :param context:
@@ -4547,7 +4551,8 @@ class NODE_PT_backdrop(bpy_types._GenericUI):
4547
4551
  """Returns the property from the path, raise an exception when not found."""
4548
4552
  ...
4549
4553
 
4550
- def poll(self, context):
4554
+ @classmethod
4555
+ def poll(cls, context):
4551
4556
  """
4552
4557
 
4553
4558
  :param context:
@@ -5929,7 +5934,8 @@ class NODE_PT_node_tree_interface(bpy_types._GenericUI):
5929
5934
  """Returns the property from the path, raise an exception when not found."""
5930
5935
  ...
5931
5936
 
5932
- def poll(self, context):
5937
+ @classmethod
5938
+ def poll(cls, context):
5933
5939
  """
5934
5940
 
5935
5941
  :param context:
@@ -6155,7 +6161,8 @@ class NODE_PT_node_tree_properties(bpy_types._GenericUI):
6155
6161
  """Returns the property from the path, raise an exception when not found."""
6156
6162
  ...
6157
6163
 
6158
- def poll(self, context):
6164
+ @classmethod
6165
+ def poll(cls, context):
6159
6166
  """
6160
6167
 
6161
6168
  :param context:
@@ -6600,7 +6607,8 @@ class NODE_PT_quality(bpy_types._GenericUI):
6600
6607
  """Returns the property from the path, raise an exception when not found."""
6601
6608
  ...
6602
6609
 
6603
- def poll(self, context):
6610
+ @classmethod
6611
+ def poll(cls, context):
6604
6612
  """
6605
6613
 
6606
6614
  :param context:
@@ -6828,7 +6836,8 @@ class NODE_PT_texture_mapping(bpy_types._GenericUI):
6828
6836
  """Returns the property from the path, raise an exception when not found."""
6829
6837
  ...
6830
6838
 
6831
- def poll(self, context):
6839
+ @classmethod
6840
+ def poll(cls, context):
6832
6841
  """
6833
6842
 
6834
6843
  :param context:
@@ -444,7 +444,8 @@ class OUTLINER_MT_asset(bpy_types._GenericUI):
444
444
  """Returns the property from the path, raise an exception when not found."""
445
445
  ...
446
446
 
447
- def poll(self, context):
447
+ @classmethod
448
+ def poll(cls, context):
448
449
  """
449
450
 
450
451
  :param context:
@@ -836,7 +837,8 @@ class OUTLINER_MT_collection_new(bpy_types._GenericUI):
836
837
  """
837
838
  ...
838
839
 
839
- def draw_without_context_menu(self, _context, layout):
840
+ @staticmethod
841
+ def draw_without_context_menu(_context, layout):
840
842
  """
841
843
 
842
844
  :param _context:
@@ -1645,7 +1647,8 @@ class OUTLINER_MT_context_menu(bpy_types._GenericUI):
1645
1647
  """
1646
1648
  ...
1647
1649
 
1648
- def draw_common_operators(self, layout):
1650
+ @staticmethod
1651
+ def draw_common_operators(layout):
1649
1652
  """
1650
1653
 
1651
1654
  :param layout:
@@ -2906,7 +2909,8 @@ class OUTLINER_MT_liboverride(bpy_types._GenericUI):
2906
2909
  """Returns the property from the path, raise an exception when not found."""
2907
2910
  ...
2908
2911
 
2909
- def poll(self, context):
2912
+ @classmethod
2913
+ def poll(cls, context):
2910
2914
  """
2911
2915
 
2912
2916
  :param context: