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
@@ -465,7 +465,8 @@ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, 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:
@@ -749,7 +750,8 @@ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy_types._GenericUI):
749
750
  """Returns the property from the path, raise an exception when not found."""
750
751
  ...
751
752
 
752
- def poll(self, context):
753
+ @classmethod
754
+ def poll(cls, context):
753
755
  """
754
756
 
755
757
  :param context:
@@ -1033,7 +1035,8 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy_types._GenericUI):
1033
1035
  """Returns the property from the path, raise an exception when not found."""
1034
1036
  ...
1035
1037
 
1036
- def poll(self, context):
1038
+ @classmethod
1039
+ def poll(cls, context):
1037
1040
  """
1038
1041
 
1039
1042
  :param context:
@@ -1318,7 +1321,8 @@ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy_types._GenericUI):
1318
1321
  """Returns the property from the path, raise an exception when not found."""
1319
1322
  ...
1320
1323
 
1321
- def poll(self, context):
1324
+ @classmethod
1325
+ def poll(cls, context):
1322
1326
  """
1323
1327
 
1324
1328
  :param context:
@@ -1617,7 +1621,8 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy_types._GenericUI):
1617
1621
  """Returns the property from the path, raise an exception when not found."""
1618
1622
  ...
1619
1623
 
1620
- def poll(self, context):
1624
+ @classmethod
1625
+ def poll(cls, context):
1621
1626
  """
1622
1627
 
1623
1628
  :param context:
@@ -1902,7 +1907,8 @@ class PHYSICS_PT_export(PhysicButtonsPanel, bpy_types._GenericUI):
1902
1907
  """Returns the property from the path, raise an exception when not found."""
1903
1908
  ...
1904
1909
 
1905
- def poll(self, context):
1910
+ @classmethod
1911
+ def poll(cls, context):
1906
1912
  """
1907
1913
 
1908
1914
  :param context:
@@ -2187,7 +2193,8 @@ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy_types._GenericUI):
2187
2193
  """Returns the property from the path, raise an exception when not found."""
2188
2194
  ...
2189
2195
 
2190
- def poll(self, context):
2196
+ @classmethod
2197
+ def poll(cls, context):
2191
2198
  """
2192
2199
 
2193
2200
  :param context:
@@ -2472,7 +2479,8 @@ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy_types._GenericUI):
2472
2479
  """Returns the property from the path, raise an exception when not found."""
2473
2480
  ...
2474
2481
 
2475
- def poll(self, context):
2482
+ @classmethod
2483
+ def poll(cls, context):
2476
2484
  """
2477
2485
 
2478
2486
  :param context:
@@ -2763,7 +2771,8 @@ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy_types._GenericUI)
2763
2771
  """Returns the property from the path, raise an exception when not found."""
2764
2772
  ...
2765
2773
 
2766
- def poll(self, context):
2774
+ @classmethod
2775
+ def poll(cls, context):
2767
2776
  """
2768
2777
 
2769
2778
  :param context:
@@ -3048,7 +3057,8 @@ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy_types._GenericUI):
3048
3057
  """Returns the property from the path, raise an exception when not found."""
3049
3058
  ...
3050
3059
 
3051
- def poll(self, context):
3060
+ @classmethod
3061
+ def poll(cls, context):
3052
3062
  """
3053
3063
 
3054
3064
  :param context:
@@ -3340,7 +3350,8 @@ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy_types._GenericUI):
3340
3350
  """Returns the property from the path, raise an exception when not found."""
3341
3351
  ...
3342
3352
 
3343
- def poll(self, context):
3353
+ @classmethod
3354
+ def poll(cls, context):
3344
3355
  """
3345
3356
 
3346
3357
  :param context:
@@ -3623,7 +3634,8 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy_types._GenericUI):
3623
3634
  """Returns the property from the path, raise an exception when not found."""
3624
3635
  ...
3625
3636
 
3626
- def poll(self, context):
3637
+ @classmethod
3638
+ def poll(cls, context):
3627
3639
  """
3628
3640
 
3629
3641
  :param context:
@@ -3908,7 +3920,8 @@ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy_types._GenericUI):
3908
3920
  """Returns the property from the path, raise an exception when not found."""
3909
3921
  ...
3910
3922
 
3911
- def poll(self, context):
3923
+ @classmethod
3924
+ def poll(cls, context):
3912
3925
  """
3913
3926
 
3914
3927
  :param context:
@@ -4200,7 +4213,8 @@ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy_types._GenericUI):
4200
4213
  """Returns the property from the path, raise an exception when not found."""
4201
4214
  ...
4202
4215
 
4203
- def poll(self, context):
4216
+ @classmethod
4217
+ def poll(cls, context):
4204
4218
  """
4205
4219
 
4206
4220
  :param context:
@@ -4491,7 +4505,8 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy_types._GenericUI):
4491
4505
  """Returns the property from the path, raise an exception when not found."""
4492
4506
  ...
4493
4507
 
4494
- def poll(self, context):
4508
+ @classmethod
4509
+ def poll(cls, context):
4495
4510
  """
4496
4511
 
4497
4512
  :param context:
@@ -4783,7 +4798,8 @@ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy_types._GenericUI):
4783
4798
  """Returns the property from the path, raise an exception when not found."""
4784
4799
  ...
4785
4800
 
4786
- def poll(self, context):
4801
+ @classmethod
4802
+ def poll(cls, context):
4787
4803
  """
4788
4804
 
4789
4805
  :param context:
@@ -5075,7 +5091,8 @@ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy_types._GenericUI):
5075
5091
  """Returns the property from the path, raise an exception when not found."""
5076
5092
  ...
5077
5093
 
5078
- def poll(self, context):
5094
+ @classmethod
5095
+ def poll(cls, context):
5079
5096
  """
5080
5097
 
5081
5098
  :param context:
@@ -5360,7 +5377,8 @@ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy_types._GenericUI):
5360
5377
  """Returns the property from the path, raise an exception when not found."""
5361
5378
  ...
5362
5379
 
5363
- def poll(self, context):
5380
+ @classmethod
5381
+ def poll(cls, context):
5364
5382
  """
5365
5383
 
5366
5384
  :param context:
@@ -5644,7 +5662,8 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy_types._GenericUI):
5644
5662
  """Returns the property from the path, raise an exception when not found."""
5645
5663
  ...
5646
5664
 
5647
- def poll(self, context):
5665
+ @classmethod
5666
+ def poll(cls, context):
5648
5667
  """
5649
5668
 
5650
5669
  :param context:
@@ -5928,7 +5947,8 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy_types._GenericUI):
5928
5947
  """Returns the property from the path, raise an exception when not found."""
5929
5948
  ...
5930
5949
 
5931
- def poll(self, context):
5950
+ @classmethod
5951
+ def poll(cls, context):
5932
5952
  """
5933
5953
 
5934
5954
  :param context:
@@ -6221,7 +6241,8 @@ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy_types._GenericUI):
6221
6241
  """Returns the property from the path, raise an exception when not found."""
6222
6242
  ...
6223
6243
 
6224
- def poll(self, context):
6244
+ @classmethod
6245
+ def poll(cls, context):
6225
6246
  """
6226
6247
 
6227
6248
  :param context:
@@ -6505,7 +6526,8 @@ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy_types._GenericUI):
6505
6526
  """Returns the property from the path, raise an exception when not found."""
6506
6527
  ...
6507
6528
 
6508
- def poll(self, context):
6529
+ @classmethod
6530
+ def poll(cls, context):
6509
6531
  """
6510
6532
 
6511
6533
  :param context:
@@ -6789,7 +6811,8 @@ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy_types._Generi
6789
6811
  """Returns the property from the path, raise an exception when not found."""
6790
6812
  ...
6791
6813
 
6792
- def poll(self, context):
6814
+ @classmethod
6815
+ def poll(cls, context):
6793
6816
  """
6794
6817
 
6795
6818
  :param context:
@@ -7080,7 +7103,8 @@ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy_types._GenericUI
7080
7103
  """Returns the property from the path, raise an exception when not found."""
7081
7104
  ...
7082
7105
 
7083
- def poll(self, context):
7106
+ @classmethod
7107
+ def poll(cls, context):
7084
7108
  """
7085
7109
 
7086
7110
  :param context:
@@ -7371,7 +7395,8 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy_types._GenericUI
7371
7395
  """Returns the property from the path, raise an exception when not found."""
7372
7396
  ...
7373
7397
 
7374
- def poll(self, context):
7398
+ @classmethod
7399
+ def poll(cls, context):
7375
7400
  """
7376
7401
 
7377
7402
  :param context:
@@ -7662,7 +7687,8 @@ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy_types._Generic
7662
7687
  """Returns the property from the path, raise an exception when not found."""
7663
7688
  ...
7664
7689
 
7665
- def poll(self, context):
7690
+ @classmethod
7691
+ def poll(cls, context):
7666
7692
  """
7667
7693
 
7668
7694
  :param context:
@@ -7954,7 +7980,8 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy_types._GenericUI):
7954
7980
  """Returns the property from the path, raise an exception when not found."""
7955
7981
  ...
7956
7982
 
7957
- def poll(self, context):
7983
+ @classmethod
7984
+ def poll(cls, context):
7958
7985
  """
7959
7986
 
7960
7987
  :param context:
@@ -8065,56 +8092,64 @@ class PhysicButtonsPanel:
8065
8092
  bl_region_type: typing.Any
8066
8093
  bl_space_type: typing.Any
8067
8094
 
8068
- def check_domain_has_unbaked_guide(self, domain):
8095
+ @staticmethod
8096
+ def check_domain_has_unbaked_guide(domain):
8069
8097
  """
8070
8098
 
8071
8099
  :param domain:
8072
8100
  """
8073
8101
  ...
8074
8102
 
8075
- def poll_fluid(self, context):
8103
+ @staticmethod
8104
+ def poll_fluid(context):
8076
8105
  """
8077
8106
 
8078
8107
  :param context:
8079
8108
  """
8080
8109
  ...
8081
8110
 
8082
- def poll_fluid_domain(self, context):
8111
+ @staticmethod
8112
+ def poll_fluid_domain(context):
8083
8113
  """
8084
8114
 
8085
8115
  :param context:
8086
8116
  """
8087
8117
  ...
8088
8118
 
8089
- def poll_fluid_flow(self, context):
8119
+ @staticmethod
8120
+ def poll_fluid_flow(context):
8090
8121
  """
8091
8122
 
8092
8123
  :param context:
8093
8124
  """
8094
8125
  ...
8095
8126
 
8096
- def poll_fluid_flow_liquid(self, context):
8127
+ @staticmethod
8128
+ def poll_fluid_flow_liquid(context):
8097
8129
  """
8098
8130
 
8099
8131
  :param context:
8100
8132
  """
8101
8133
  ...
8102
8134
 
8103
- def poll_fluid_flow_outflow(self, context):
8135
+ @staticmethod
8136
+ def poll_fluid_flow_outflow(context):
8104
8137
  """
8105
8138
 
8106
8139
  :param context:
8107
8140
  """
8108
8141
  ...
8109
8142
 
8110
- def poll_gas_domain(self, context):
8143
+ @staticmethod
8144
+ def poll_gas_domain(context):
8111
8145
  """
8112
8146
 
8113
8147
  :param context:
8114
8148
  """
8115
8149
  ...
8116
8150
 
8117
- def poll_liquid_domain(self, context):
8151
+ @staticmethod
8152
+ def poll_liquid_domain(context):
8118
8153
  """
8119
8154
 
8120
8155
  :param context:
@@ -71,7 +71,8 @@ class PHYSICS_PT_geometry_nodes(bpy_types._GenericUI):
71
71
  """
72
72
  ...
73
73
 
74
- def geometry_nodes_objects(self, context):
74
+ @classmethod
75
+ def geometry_nodes_objects(cls, context):
75
76
  """
76
77
 
77
78
  :param context:
@@ -184,7 +185,8 @@ class PHYSICS_PT_geometry_nodes(bpy_types._GenericUI):
184
185
  """Returns the property from the path, raise an exception when not found."""
185
186
  ...
186
187
 
187
- def poll(self, context):
188
+ @classmethod
189
+ def poll(cls, context):
188
190
  """
189
191
 
190
192
  :param context:
@@ -177,7 +177,8 @@ class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
177
177
  """Returns the property from the path, raise an exception when not found."""
178
178
  ...
179
179
 
180
- def poll(self, context):
180
+ @classmethod
181
+ def poll(cls, context):
181
182
  """
182
183
 
183
184
  :param context:
@@ -407,7 +408,8 @@ class PHYSICS_PT_rigid_body_collisions(
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:
@@ -638,7 +640,8 @@ class PHYSICS_PT_rigid_body_collisions_collections(
638
640
  """Returns the property from the path, raise an exception when not found."""
639
641
  ...
640
642
 
641
- def poll(self, context):
643
+ @classmethod
644
+ def poll(cls, context):
642
645
  """
643
646
 
644
647
  :param context:
@@ -869,7 +872,8 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(
869
872
  """Returns the property from the path, raise an exception when not found."""
870
873
  ...
871
874
 
872
- def poll(self, context):
875
+ @classmethod
876
+ def poll(cls, context):
873
877
  """
874
878
 
875
879
  :param context:
@@ -1100,7 +1104,8 @@ class PHYSICS_PT_rigid_body_collisions_surface(
1100
1104
  """Returns the property from the path, raise an exception when not found."""
1101
1105
  ...
1102
1106
 
1103
- def poll(self, context):
1107
+ @classmethod
1108
+ def poll(cls, context):
1104
1109
  """
1105
1110
 
1106
1111
  :param context:
@@ -1329,7 +1334,8 @@ class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel, bpy_types._Gene
1329
1334
  """Returns the property from the path, raise an exception when not found."""
1330
1335
  ...
1331
1336
 
1332
- def poll(self, context):
1337
+ @classmethod
1338
+ def poll(cls, context):
1333
1339
  """
1334
1340
 
1335
1341
  :param context:
@@ -1567,7 +1573,8 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(
1567
1573
  """Returns the property from the path, raise an exception when not found."""
1568
1574
  ...
1569
1575
 
1570
- def poll(self, context):
1576
+ @classmethod
1577
+ def poll(cls, context):
1571
1578
  """
1572
1579
 
1573
1580
  :param context:
@@ -1795,7 +1802,8 @@ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, bpy_types._Gene
1795
1802
  """Returns the property from the path, raise an exception when not found."""
1796
1803
  ...
1797
1804
 
1798
- def poll(self, context):
1805
+ @classmethod
1806
+ def poll(cls, context):
1799
1807
  """
1800
1808
 
1801
1809
  :param context:
@@ -179,7 +179,8 @@ class PHYSICS_PT_rigid_body_constraint(
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:
@@ -409,7 +410,8 @@ class PHYSICS_PT_rigid_body_constraint_limits(
409
410
  """Returns the property from the path, raise an exception when not found."""
410
411
  ...
411
412
 
412
- def poll(self, context):
413
+ @classmethod
414
+ def poll(cls, context):
413
415
  """
414
416
 
415
417
  :param context:
@@ -639,7 +641,8 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
639
641
  """Returns the property from the path, raise an exception when not found."""
640
642
  ...
641
643
 
642
- def poll(self, context):
644
+ @classmethod
645
+ def poll(cls, context):
643
646
  """
644
647
 
645
648
  :param context:
@@ -869,7 +872,8 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
869
872
  """Returns the property from the path, raise an exception when not found."""
870
873
  ...
871
874
 
872
- def poll(self, context):
875
+ @classmethod
876
+ def poll(cls, context):
873
877
  """
874
878
 
875
879
  :param context:
@@ -1099,7 +1103,8 @@ class PHYSICS_PT_rigid_body_constraint_motor(
1099
1103
  """Returns the property from the path, raise an exception when not found."""
1100
1104
  ...
1101
1105
 
1102
- def poll(self, context):
1106
+ @classmethod
1107
+ def poll(cls, context):
1103
1108
  """
1104
1109
 
1105
1110
  :param context:
@@ -1336,7 +1341,8 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
1336
1341
  """Returns the property from the path, raise an exception when not found."""
1337
1342
  ...
1338
1343
 
1339
- def poll(self, context):
1344
+ @classmethod
1345
+ def poll(cls, context):
1340
1346
  """
1341
1347
 
1342
1348
  :param context:
@@ -1573,7 +1579,8 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
1573
1579
  """Returns the property from the path, raise an exception when not found."""
1574
1580
  ...
1575
1581
 
1576
- def poll(self, context):
1582
+ @classmethod
1583
+ def poll(cls, context):
1577
1584
  """
1578
1585
 
1579
1586
  :param context:
@@ -1803,7 +1810,8 @@ class PHYSICS_PT_rigid_body_constraint_objects(
1803
1810
  """Returns the property from the path, raise an exception when not found."""
1804
1811
  ...
1805
1812
 
1806
- def poll(self, context):
1813
+ @classmethod
1814
+ def poll(cls, context):
1807
1815
  """
1808
1816
 
1809
1817
  :param context:
@@ -2040,7 +2048,8 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
2040
2048
  """Returns the property from the path, raise an exception when not found."""
2041
2049
  ...
2042
2050
 
2043
- def poll(self, context):
2051
+ @classmethod
2052
+ def poll(cls, context):
2044
2053
  """
2045
2054
 
2046
2055
  :param context:
@@ -2270,7 +2279,8 @@ class PHYSICS_PT_rigid_body_constraint_settings(
2270
2279
  """Returns the property from the path, raise an exception when not found."""
2271
2280
  ...
2272
2281
 
2273
- def poll(self, context):
2282
+ @classmethod
2283
+ def poll(cls, context):
2274
2284
  """
2275
2285
 
2276
2286
  :param context:
@@ -2500,7 +2510,8 @@ class PHYSICS_PT_rigid_body_constraint_springs(
2500
2510
  """Returns the property from the path, raise an exception when not found."""
2501
2511
  ...
2502
2512
 
2503
- def poll(self, context):
2513
+ @classmethod
2514
+ def poll(cls, context):
2504
2515
  """
2505
2516
 
2506
2517
  :param context:
@@ -2730,7 +2741,8 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2730
2741
  """Returns the property from the path, raise an exception when not found."""
2731
2742
  ...
2732
2743
 
2733
- def poll(self, context):
2744
+ @classmethod
2745
+ def poll(cls, context):
2734
2746
  """
2735
2747
 
2736
2748
  :param context:
@@ -2960,7 +2972,8 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
2960
2972
  """Returns the property from the path, raise an exception when not found."""
2961
2973
  ...
2962
2974
 
2963
- def poll(self, context):
2975
+ @classmethod
2976
+ def poll(cls, context):
2964
2977
  """
2965
2978
 
2966
2979
  :param context:
@@ -3473,7 +3473,8 @@ class PhysicButtonsPanel:
3473
3473
  bl_region_type: typing.Any
3474
3474
  bl_space_type: typing.Any
3475
3475
 
3476
- def poll(self, context):
3476
+ @classmethod
3477
+ def poll(cls, context):
3477
3478
  """
3478
3479
 
3479
3480
  :param context: