fake-bpy-module 20240614__py3-none-any.whl → 20240616__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 (120) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/app/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/ops/wm/__init__.pyi +3 -0
  113. bpy/types/__init__.pyi +859 -1031
  114. bpy_types/__init__.pyi +13 -6567
  115. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +22 -23
  119. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
  120. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ import rna_prop_ui
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
- class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
11
+ class COLLECTION_MT_context_menu(bpy_types._GenericUI):
12
12
  bl_label: typing.Any
13
13
  bl_rna: typing.Any
14
14
  id_data: typing.Any
@@ -284,9 +284,7 @@ class ObjectButtonsPanel:
284
284
  bl_space_type: typing.Any
285
285
 
286
286
  class OBJECT_PT_motion_paths(
287
- bpy_types.Panel,
288
- bl_ui.properties_animviz.MotionPathButtonsPanel,
289
- bpy_types._GenericUI,
287
+ bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
290
288
  ):
291
289
  bl_context: typing.Any
292
290
  bl_label: typing.Any
@@ -525,9 +523,7 @@ class OBJECT_PT_motion_paths(
525
523
  ...
526
524
 
527
525
  class OBJECT_PT_motion_paths_display(
528
- bpy_types.Panel,
529
- bl_ui.properties_animviz.MotionPathButtonsPanel_display,
530
- bpy_types._GenericUI,
526
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
531
527
  ):
532
528
  bl_context: typing.Any
533
529
  bl_label: typing.Any
@@ -766,7 +762,7 @@ class OBJECT_PT_motion_paths_display(
766
762
  """
767
763
  ...
768
764
 
769
- class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
765
+ class OBJECT_PT_collections(ObjectButtonsPanel, bpy_types._GenericUI):
770
766
  bl_context: typing.Any
771
767
  bl_label: typing.Any
772
768
  bl_options: typing.Any
@@ -986,9 +982,7 @@ class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gene
986
982
  """
987
983
  ...
988
984
 
989
- class OBJECT_PT_context_object(
990
- bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
991
- ):
985
+ class OBJECT_PT_context_object(ObjectButtonsPanel, bpy_types._GenericUI):
992
986
  bl_context: typing.Any
993
987
  bl_label: typing.Any
994
988
  bl_options: typing.Any
@@ -1209,7 +1203,7 @@ class OBJECT_PT_context_object(
1209
1203
  ...
1210
1204
 
1211
1205
  class OBJECT_PT_custom_props(
1212
- bpy_types.Panel, ObjectButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1206
+ ObjectButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1213
1207
  ):
1214
1208
  """The subclass should have its own poll function
1215
1209
  and the variable '_context_path' MUST be set.
@@ -1443,9 +1437,7 @@ class OBJECT_PT_custom_props(
1443
1437
  """
1444
1438
  ...
1445
1439
 
1446
- class OBJECT_PT_delta_transform(
1447
- bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
1448
- ):
1440
+ class OBJECT_PT_delta_transform(ObjectButtonsPanel, bpy_types._GenericUI):
1449
1441
  bl_context: typing.Any
1450
1442
  bl_label: typing.Any
1451
1443
  bl_options: typing.Any
@@ -1666,7 +1658,7 @@ class OBJECT_PT_delta_transform(
1666
1658
  """
1667
1659
  ...
1668
1660
 
1669
- class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
1661
+ class OBJECT_PT_display(ObjectButtonsPanel, bpy_types._GenericUI):
1670
1662
  bl_context: typing.Any
1671
1663
  bl_label: typing.Any
1672
1664
  bl_options: typing.Any
@@ -1887,7 +1879,7 @@ class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
1887
1879
  """
1888
1880
  ...
1889
1881
 
1890
- class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
1882
+ class OBJECT_PT_instancing(ObjectButtonsPanel, bpy_types._GenericUI):
1891
1883
  bl_context: typing.Any
1892
1884
  bl_label: typing.Any
1893
1885
  bl_options: typing.Any
@@ -2114,9 +2106,7 @@ class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
2114
2106
  """
2115
2107
  ...
2116
2108
 
2117
- class OBJECT_PT_instancing_size(
2118
- bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
2119
- ):
2109
+ class OBJECT_PT_instancing_size(ObjectButtonsPanel, bpy_types._GenericUI):
2120
2110
  bl_context: typing.Any
2121
2111
  bl_label: typing.Any
2122
2112
  bl_parent_id: typing.Any
@@ -2350,7 +2340,7 @@ class OBJECT_PT_instancing_size(
2350
2340
  """
2351
2341
  ...
2352
2342
 
2353
- class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2343
+ class OBJECT_PT_lineart(ObjectButtonsPanel, bpy_types._GenericUI):
2354
2344
  bl_context: typing.Any
2355
2345
  bl_label: typing.Any
2356
2346
  bl_options: typing.Any
@@ -2578,7 +2568,7 @@ class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
2578
2568
  """
2579
2569
  ...
2580
2570
 
2581
- class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2571
+ class OBJECT_PT_relations(ObjectButtonsPanel, bpy_types._GenericUI):
2582
2572
  bl_context: typing.Any
2583
2573
  bl_label: typing.Any
2584
2574
  bl_options: typing.Any
@@ -2798,7 +2788,7 @@ class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
2798
2788
  """
2799
2789
  ...
2800
2790
 
2801
- class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2791
+ class OBJECT_PT_transform(ObjectButtonsPanel, bpy_types._GenericUI):
2802
2792
  bl_context: typing.Any
2803
2793
  bl_label: typing.Any
2804
2794
  bl_region_type: typing.Any
@@ -3017,7 +3007,7 @@ class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
3017
3007
  """
3018
3008
  ...
3019
3009
 
3020
- class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
3010
+ class OBJECT_PT_visibility(ObjectButtonsPanel, bpy_types._GenericUI):
3021
3011
  COMPAT_ENGINES: typing.Any
3022
3012
  bl_context: typing.Any
3023
3013
  bl_label: typing.Any
@@ -7,7 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
10
+ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
13
13
  id_data: typing.Any
@@ -296,9 +296,7 @@ class RenderOutputButtonsPanel:
296
296
  """
297
297
  ...
298
298
 
299
- class RENDER_PT_ffmpeg_presets(
300
- bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
301
- ):
299
+ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
302
300
  bl_label: typing.Any
303
301
  bl_region_type: typing.Any
304
302
  bl_rna: typing.Any
@@ -567,9 +565,7 @@ class RENDER_PT_ffmpeg_presets(
567
565
  """
568
566
  ...
569
567
 
570
- class RENDER_PT_format_presets(
571
- bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
572
- ):
568
+ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
573
569
  bl_label: typing.Any
574
570
  bl_region_type: typing.Any
575
571
  bl_rna: typing.Any
@@ -839,7 +835,7 @@ class RENDER_PT_format_presets(
839
835
  """
840
836
  ...
841
837
 
842
- class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
838
+ class RENDER_UL_renderviews(bpy_types._GenericUI):
843
839
  bl_rna: typing.Any
844
840
  id_data: typing.Any
845
841
 
@@ -1063,9 +1059,7 @@ class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
1063
1059
  """
1064
1060
  ...
1065
1061
 
1066
- class RENDER_PT_encoding(
1067
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1068
- ):
1062
+ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
1069
1063
  COMPAT_ENGINES: typing.Any
1070
1064
  bl_context: typing.Any
1071
1065
  bl_label: typing.Any
@@ -1301,9 +1295,7 @@ class RENDER_PT_encoding(
1301
1295
  """
1302
1296
  ...
1303
1297
 
1304
- class RENDER_PT_encoding_audio(
1305
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1306
- ):
1298
+ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
1307
1299
  COMPAT_ENGINES: typing.Any
1308
1300
  bl_context: typing.Any
1309
1301
  bl_label: typing.Any
@@ -1531,9 +1523,7 @@ class RENDER_PT_encoding_audio(
1531
1523
  """
1532
1524
  ...
1533
1525
 
1534
- class RENDER_PT_encoding_video(
1535
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1536
- ):
1526
+ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
1537
1527
  COMPAT_ENGINES: typing.Any
1538
1528
  bl_context: typing.Any
1539
1529
  bl_label: typing.Any
@@ -1768,7 +1758,7 @@ class RENDER_PT_encoding_video(
1768
1758
  """
1769
1759
  ...
1770
1760
 
1771
- class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
1761
+ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1772
1762
  COMPAT_ENGINES: typing.Any
1773
1763
  bl_context: typing.Any
1774
1764
  bl_label: typing.Any
@@ -2010,9 +2000,7 @@ class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2010
2000
  """
2011
2001
  ...
2012
2002
 
2013
- class RENDER_PT_frame_range(
2014
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2015
- ):
2003
+ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
2016
2004
  COMPAT_ENGINES: typing.Any
2017
2005
  bl_context: typing.Any
2018
2006
  bl_label: typing.Any
@@ -2239,7 +2227,7 @@ class RENDER_PT_frame_range(
2239
2227
  """
2240
2228
  ...
2241
2229
 
2242
- class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
2230
+ class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
2243
2231
  COMPAT_ENGINES: typing.Any
2244
2232
  bl_context: typing.Any
2245
2233
  bl_label: typing.Any
@@ -2466,9 +2454,7 @@ class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2466
2454
  """
2467
2455
  ...
2468
2456
 
2469
- class RENDER_PT_output_color_management(
2470
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2471
- ):
2457
+ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._GenericUI):
2472
2458
  COMPAT_ENGINES: typing.Any
2473
2459
  bl_context: typing.Any
2474
2460
  bl_label: typing.Any
@@ -2697,9 +2683,7 @@ class RENDER_PT_output_color_management(
2697
2683
  """
2698
2684
  ...
2699
2685
 
2700
- class RENDER_PT_output_views(
2701
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2702
- ):
2686
+ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2703
2687
  COMPAT_ENGINES: typing.Any
2704
2688
  bl_context: typing.Any
2705
2689
  bl_label: typing.Any
@@ -2927,9 +2911,7 @@ class RENDER_PT_output_views(
2927
2911
  """
2928
2912
  ...
2929
2913
 
2930
- class RENDER_PT_post_processing(
2931
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2932
- ):
2914
+ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
2933
2915
  COMPAT_ENGINES: typing.Any
2934
2916
  bl_context: typing.Any
2935
2917
  bl_label: typing.Any
@@ -3157,7 +3139,7 @@ class RENDER_PT_post_processing(
3157
3139
  """
3158
3140
  ...
3159
3141
 
3160
- class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
3142
+ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
3161
3143
  COMPAT_ENGINES: typing.Any
3162
3144
  bl_context: typing.Any
3163
3145
  bl_label: typing.Any
@@ -3385,9 +3367,7 @@ class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
3385
3367
  """
3386
3368
  ...
3387
3369
 
3388
- class RENDER_PT_stamp_burn(
3389
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3390
- ):
3370
+ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
3391
3371
  COMPAT_ENGINES: typing.Any
3392
3372
  bl_context: typing.Any
3393
3373
  bl_label: typing.Any
@@ -3623,9 +3603,7 @@ class RENDER_PT_stamp_burn(
3623
3603
  """
3624
3604
  ...
3625
3605
 
3626
- class RENDER_PT_stamp_note(
3627
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3628
- ):
3606
+ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
3629
3607
  COMPAT_ENGINES: typing.Any
3630
3608
  bl_context: typing.Any
3631
3609
  bl_label: typing.Any
@@ -3861,9 +3839,7 @@ class RENDER_PT_stamp_note(
3861
3839
  """
3862
3840
  ...
3863
3841
 
3864
- class RENDER_PT_stereoscopy(
3865
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3866
- ):
3842
+ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
3867
3843
  COMPAT_ENGINES: typing.Any
3868
3844
  bl_context: typing.Any
3869
3845
  bl_label: typing.Any
@@ -4098,9 +4074,7 @@ class RENDER_PT_stereoscopy(
4098
4074
  """
4099
4075
  ...
4100
4076
 
4101
- class RENDER_PT_time_stretching(
4102
- bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
4103
- ):
4077
+ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
4104
4078
  COMPAT_ENGINES: typing.Any
4105
4079
  bl_context: typing.Any
4106
4080
  bl_label: typing.Any
@@ -93,7 +93,7 @@ class UnifiedPaintPanel:
93
93
  """
94
94
  ...
95
95
 
96
- class VIEW3D_MT_tools_projectpaint_clone(bpy_types.Menu, bpy_types._GenericUI):
96
+ class VIEW3D_MT_tools_projectpaint_clone(bpy_types._GenericUI):
97
97
  bl_label: typing.Any
98
98
  bl_rna: typing.Any
99
99
  id_data: typing.Any