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
@@ -178,7 +178,8 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy_types._GenericUI):
178
178
  """Returns the property from the path, raise an exception when not found."""
179
179
  ...
180
180
 
181
- def poll(self, context):
181
+ @classmethod
182
+ def poll(cls, context):
182
183
  """
183
184
 
184
185
  :param context:
@@ -448,7 +449,8 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy_types._Gener
448
449
  """Returns the property from the path, raise an exception when not found."""
449
450
  ...
450
451
 
451
- def poll(self, context):
452
+ @classmethod
453
+ def poll(cls, context):
452
454
  """
453
455
 
454
456
  :param context:
@@ -719,7 +721,8 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy_types._GenericUI):
719
721
  """Returns the property from the path, raise an exception when not found."""
720
722
  ...
721
723
 
722
- def poll(self, context):
724
+ @classmethod
725
+ def poll(cls, context):
723
726
  """
724
727
 
725
728
  :param context:
@@ -990,7 +993,8 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy_types._Gen
990
993
  """Returns the property from the path, raise an exception when not found."""
991
994
  ...
992
995
 
993
- def poll(self, context):
996
+ @classmethod
997
+ def poll(cls, context):
994
998
  """
995
999
 
996
1000
  :param context:
@@ -1268,7 +1272,8 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy_types._Generic
1268
1272
  """Returns the property from the path, raise an exception when not found."""
1269
1273
  ...
1270
1274
 
1271
- def poll(self, context):
1275
+ @classmethod
1276
+ def poll(cls, context):
1272
1277
  """
1273
1278
 
1274
1279
  :param context:
@@ -1539,7 +1544,8 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy_types._GenericUI):
1539
1544
  """Returns the property from the path, raise an exception when not found."""
1540
1545
  ...
1541
1546
 
1542
- def poll(self, context):
1547
+ @classmethod
1548
+ def poll(cls, context):
1543
1549
  """
1544
1550
 
1545
1551
  :param context:
@@ -1810,7 +1816,8 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy_types._GenericUI):
1810
1816
  """Returns the property from the path, raise an exception when not found."""
1811
1817
  ...
1812
1818
 
1813
- def poll(self, context):
1819
+ @classmethod
1820
+ def poll(cls, context):
1814
1821
  """
1815
1822
 
1816
1823
  :param context:
@@ -2081,7 +2088,8 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy_types._GenericU
2081
2088
  """Returns the property from the path, raise an exception when not found."""
2082
2089
  ...
2083
2090
 
2084
- def poll(self, context):
2091
+ @classmethod
2092
+ def poll(cls, context):
2085
2093
  """
2086
2094
 
2087
2095
  :param context:
@@ -2352,7 +2360,8 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy_types._GenericUI):
2352
2360
  """Returns the property from the path, raise an exception when not found."""
2353
2361
  ...
2354
2362
 
2355
- def poll(self, context):
2363
+ @classmethod
2364
+ def poll(cls, context):
2356
2365
  """
2357
2366
 
2358
2367
  :param context:
@@ -2630,7 +2639,8 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy_types._Gener
2630
2639
  """Returns the property from the path, raise an exception when not found."""
2631
2640
  ...
2632
2641
 
2633
- def poll(self, context):
2642
+ @classmethod
2643
+ def poll(cls, context):
2634
2644
  """
2635
2645
 
2636
2646
  :param context:
@@ -2908,7 +2918,8 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy_types._Generic
2908
2918
  """Returns the property from the path, raise an exception when not found."""
2909
2919
  ...
2910
2920
 
2911
- def poll(self, context):
2921
+ @classmethod
2922
+ def poll(cls, context):
2912
2923
  """
2913
2924
 
2914
2925
  :param context:
@@ -3179,7 +3190,8 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy_types._GenericUI):
3179
3190
  """Returns the property from the path, raise an exception when not found."""
3180
3191
  ...
3181
3192
 
3182
- def poll(self, context):
3193
+ @classmethod
3194
+ def poll(cls, context):
3183
3195
  """
3184
3196
 
3185
3197
  :param context:
@@ -3457,7 +3469,8 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy_types._GenericUI):
3457
3469
  """Returns the property from the path, raise an exception when not found."""
3458
3470
  ...
3459
3471
 
3460
- def poll(self, context):
3472
+ @classmethod
3473
+ def poll(cls, context):
3461
3474
  """
3462
3475
 
3463
3476
  :param context:
@@ -3728,7 +3741,8 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy_types._GenericU
3728
3741
  """Returns the property from the path, raise an exception when not found."""
3729
3742
  ...
3730
3743
 
3731
- def poll(self, context):
3744
+ @classmethod
3745
+ def poll(cls, context):
3732
3746
  """
3733
3747
 
3734
3748
  :param context:
@@ -4006,7 +4020,8 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy_types._GenericUI):
4006
4020
  """Returns the property from the path, raise an exception when not found."""
4007
4021
  ...
4008
4022
 
4009
- def poll(self, context):
4023
+ @classmethod
4024
+ def poll(cls, context):
4010
4025
  """
4011
4026
 
4012
4027
  :param context:
@@ -4284,7 +4299,8 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy_types._GenericUI):
4284
4299
  """Returns the property from the path, raise an exception when not found."""
4285
4300
  ...
4286
4301
 
4287
- def poll(self, context):
4302
+ @classmethod
4303
+ def poll(cls, context):
4288
4304
  """
4289
4305
 
4290
4306
  :param context:
@@ -4554,7 +4570,8 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy_types._GenericUI):
4554
4570
  """Returns the property from the path, raise an exception when not found."""
4555
4571
  ...
4556
4572
 
4557
- def poll(self, context):
4573
+ @classmethod
4574
+ def poll(cls, context):
4558
4575
  """
4559
4576
 
4560
4577
  :param context:
@@ -4835,7 +4852,8 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
4835
4852
  """Returns the property from the path, raise an exception when not found."""
4836
4853
  ...
4837
4854
 
4838
- def poll(self, context):
4855
+ @classmethod
4856
+ def poll(cls, context):
4839
4857
  """
4840
4858
 
4841
4859
  :param context:
@@ -5113,7 +5131,8 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy_types._Gene
5113
5131
  """Returns the property from the path, raise an exception when not found."""
5114
5132
  ...
5115
5133
 
5116
- def poll(self, context):
5134
+ @classmethod
5135
+ def poll(cls, context):
5117
5136
  """
5118
5137
 
5119
5138
  :param context:
@@ -5382,7 +5401,8 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy_types._GenericUI):
5382
5401
  """Returns the property from the path, raise an exception when not found."""
5383
5402
  ...
5384
5403
 
5385
- def poll(self, context):
5404
+ @classmethod
5405
+ def poll(cls, context):
5386
5406
  """
5387
5407
 
5388
5408
  :param context:
@@ -5652,7 +5672,8 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy_types._GenericUI
5652
5672
  """Returns the property from the path, raise an exception when not found."""
5653
5673
  ...
5654
5674
 
5655
- def poll(self, context):
5675
+ @classmethod
5676
+ def poll(cls, context):
5656
5677
  """
5657
5678
 
5658
5679
  :param context:
@@ -5988,42 +6009,48 @@ class PhysicButtonsPanel:
5988
6009
  bl_region_type: typing.Any
5989
6010
  bl_space_type: typing.Any
5990
6011
 
5991
- def poll_dyn_canvas(self, context):
6012
+ @staticmethod
6013
+ def poll_dyn_canvas(context):
5992
6014
  """
5993
6015
 
5994
6016
  :param context:
5995
6017
  """
5996
6018
  ...
5997
6019
 
5998
- def poll_dyn_canvas_brush(self, context):
6020
+ @staticmethod
6021
+ def poll_dyn_canvas_brush(context):
5999
6022
  """
6000
6023
 
6001
6024
  :param context:
6002
6025
  """
6003
6026
  ...
6004
6027
 
6005
- def poll_dyn_canvas_paint(self, context):
6028
+ @staticmethod
6029
+ def poll_dyn_canvas_paint(context):
6006
6030
  """
6007
6031
 
6008
6032
  :param context:
6009
6033
  """
6010
6034
  ...
6011
6035
 
6012
- def poll_dyn_output(self, context):
6036
+ @staticmethod
6037
+ def poll_dyn_output(context):
6013
6038
  """
6014
6039
 
6015
6040
  :param context:
6016
6041
  """
6017
6042
  ...
6018
6043
 
6019
- def poll_dyn_output_maps(self, context):
6044
+ @staticmethod
6045
+ def poll_dyn_output_maps(context):
6020
6046
  """
6021
6047
 
6022
6048
  :param context:
6023
6049
  """
6024
6050
  ...
6025
6051
 
6026
- def poll_dyn_paint(self, context):
6052
+ @staticmethod
6053
+ def poll_dyn_paint(context):
6027
6054
  """
6028
6055
 
6029
6056
  :param context:
@@ -177,7 +177,8 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, 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:
@@ -419,7 +420,8 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
419
420
  """Returns the property from the path, raise an exception when not found."""
420
421
  ...
421
422
 
422
- def poll(self, context):
423
+ @classmethod
424
+ def poll(cls, context):
423
425
  """
424
426
 
425
427
  :param context:
@@ -661,7 +663,8 @@ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
661
663
  """Returns the property from the path, raise an exception when not found."""
662
664
  ...
663
665
 
664
- def poll(self, context):
666
+ @classmethod
667
+ def poll(cls, context):
665
668
  """
666
669
 
667
670
  :param context:
@@ -902,7 +905,8 @@ class PHYSICS_PT_field(PhysicButtonsPanel, bpy_types._GenericUI):
902
905
  """Returns the property from the path, raise an exception when not found."""
903
906
  ...
904
907
 
905
- def poll(self, context):
908
+ @classmethod
909
+ def poll(cls, context):
906
910
  """
907
911
 
908
912
  :param context:
@@ -1144,7 +1148,8 @@ class PHYSICS_PT_field_falloff(PhysicButtonsPanel, bpy_types._GenericUI):
1144
1148
  """Returns the property from the path, raise an exception when not found."""
1145
1149
  ...
1146
1150
 
1147
- def poll(self, context):
1151
+ @classmethod
1152
+ def poll(cls, context):
1148
1153
  """
1149
1154
 
1150
1155
  :param context:
@@ -1386,7 +1391,8 @@ class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, bpy_types._GenericUI)
1386
1391
  """Returns the property from the path, raise an exception when not found."""
1387
1392
  ...
1388
1393
 
1389
- def poll(self, context):
1394
+ @classmethod
1395
+ def poll(cls, context):
1390
1396
  """
1391
1397
 
1392
1398
  :param context:
@@ -1628,7 +1634,8 @@ class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, bpy_types._GenericUI):
1628
1634
  """Returns the property from the path, raise an exception when not found."""
1629
1635
  ...
1630
1636
 
1631
- def poll(self, context):
1637
+ @classmethod
1638
+ def poll(cls, context):
1632
1639
  """
1633
1640
 
1634
1641
  :param context:
@@ -1870,7 +1877,8 @@ class PHYSICS_PT_field_settings(PhysicButtonsPanel, bpy_types._GenericUI):
1870
1877
  """Returns the property from the path, raise an exception when not found."""
1871
1878
  ...
1872
1879
 
1873
- def poll(self, context):
1880
+ @classmethod
1881
+ def poll(cls, context):
1874
1882
  """
1875
1883
 
1876
1884
  :param context:
@@ -2112,7 +2120,8 @@ class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, bpy_types._GenericUI):
2112
2120
  """Returns the property from the path, raise an exception when not found."""
2113
2121
  ...
2114
2122
 
2115
- def poll(self, context):
2123
+ @classmethod
2124
+ def poll(cls, context):
2116
2125
  """
2117
2126
 
2118
2127
  :param context:
@@ -2356,7 +2365,8 @@ class PHYSICS_PT_field_settings_texture_select(
2356
2365
  """Returns the property from the path, raise an exception when not found."""
2357
2366
  ...
2358
2367
 
2359
- def poll(self, context):
2368
+ @classmethod
2369
+ def poll(cls, context):
2360
2370
  """
2361
2371
 
2362
2372
  :param context:
@@ -2432,14 +2442,16 @@ class PhysicButtonsPanel:
2432
2442
  bl_region_type: typing.Any
2433
2443
  bl_space_type: typing.Any
2434
2444
 
2435
- def poll_collision(self, context):
2445
+ @staticmethod
2446
+ def poll_collision(context):
2436
2447
  """
2437
2448
 
2438
2449
  :param context:
2439
2450
  """
2440
2451
  ...
2441
2452
 
2442
- def poll_force_field(self, context):
2453
+ @staticmethod
2454
+ def poll_force_field(context):
2443
2455
  """
2444
2456
 
2445
2457
  :param context: