fake-bpy-module 20240721__py3-none-any.whl → 20240723__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 (87) hide show
  1. bl_operators/bone_selection_sets/__init__.pyi +6 -18
  2. bl_operators/node/__init__.pyi +2 -4
  3. bl_operators/presets/__init__.pyi +2 -5
  4. bl_operators/wm/__init__.pyi +4 -5
  5. bl_ui/__init__.pyi +3 -4
  6. bl_ui/anim/__init__.pyi +1 -2
  7. bl_ui/asset_shelf/__init__.pyi +1 -2
  8. bl_ui/node_add_menu/__init__.pyi +1 -2
  9. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  10. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  11. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  12. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  13. bl_ui/properties_collection/__init__.pyi +6 -18
  14. bl_ui/properties_constraint/__init__.pyi +79 -142
  15. bl_ui/properties_data_armature/__init__.pyi +17 -32
  16. bl_ui/properties_data_bone/__init__.pyi +10 -15
  17. bl_ui/properties_data_camera/__init__.pyi +14 -29
  18. bl_ui/properties_data_curve/__init__.pyi +15 -40
  19. bl_ui/properties_data_curves/__init__.pyi +6 -9
  20. bl_ui/properties_data_empty/__init__.pyi +2 -3
  21. bl_ui/properties_data_gpencil/__init__.pyi +23 -37
  22. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
  23. bl_ui/properties_data_lattice/__init__.pyi +3 -4
  24. bl_ui/properties_data_light/__init__.pyi +12 -23
  25. bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
  26. bl_ui/properties_data_mesh/__init__.pyi +20 -27
  27. bl_ui/properties_data_metaball/__init__.pyi +5 -8
  28. bl_ui/properties_data_modifier/__init__.pyi +9 -24
  29. bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
  30. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  31. bl_ui/properties_data_speaker/__init__.pyi +5 -6
  32. bl_ui/properties_data_volume/__init__.pyi +8 -13
  33. bl_ui/properties_freestyle/__init__.pyi +26 -112
  34. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  35. bl_ui/properties_mask_common/__init__.pyi +7 -8
  36. bl_ui/properties_material/__init__.pyi +16 -40
  37. bl_ui/properties_material_gpencil/__init__.pyi +10 -28
  38. bl_ui/properties_object/__init__.pyi +14 -25
  39. bl_ui/properties_output/__init__.pyi +18 -45
  40. bl_ui/properties_paint_common/__init__.pyi +9 -10
  41. bl_ui/properties_particle/__init__.pyi +52 -134
  42. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  43. bl_ui/properties_physics_common/__init__.pyi +1 -2
  44. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
  45. bl_ui/properties_physics_field/__init__.pyi +10 -27
  46. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  47. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  48. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
  49. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
  50. bl_ui/properties_physics_softbody/__init__.pyi +15 -44
  51. bl_ui/properties_render/__init__.pyi +55 -146
  52. bl_ui/properties_scene/__init__.pyi +15 -28
  53. bl_ui/properties_texture/__init__.pyi +26 -70
  54. bl_ui/properties_view_layer/__init__.pyi +49 -80
  55. bl_ui/properties_workspace/__init__.pyi +4 -8
  56. bl_ui/properties_world/__init__.pyi +10 -17
  57. bl_ui/space_clip/__init__.pyi +72 -116
  58. bl_ui/space_console/__init__.pyi +6 -7
  59. bl_ui/space_dopesheet/__init__.pyi +39 -56
  60. bl_ui/space_filebrowser/__init__.pyi +29 -44
  61. bl_ui/space_graph/__init__.pyi +20 -23
  62. bl_ui/space_image/__init__.pyi +69 -134
  63. bl_ui/space_info/__init__.pyi +6 -7
  64. bl_ui/space_nla/__init__.pyi +17 -26
  65. bl_ui/space_node/__init__.pyi +28 -35
  66. bl_ui/space_outliner/__init__.pyi +14 -15
  67. bl_ui/space_properties/__init__.pyi +3 -4
  68. bl_ui/space_sequencer/__init__.pyi +80 -134
  69. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  70. bl_ui/space_statusbar/__init__.pyi +1 -2
  71. bl_ui/space_text/__init__.pyi +16 -17
  72. bl_ui/space_time/__init__.pyi +7 -12
  73. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  74. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
  75. bl_ui/space_topbar/__init__.pyi +26 -27
  76. bl_ui/space_userpref/__init__.pyi +91 -196
  77. bl_ui/space_view3d/__init__.pyi +279 -342
  78. bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
  79. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  80. bpy/ops/sequencer/__init__.pyi +1 -1
  81. bpy/types/__init__.pyi +29718 -29418
  82. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  83. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
  84. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
  85. freestyle/utils/__init__.pyi +1 -1
  86. nodeitems_builtins/__init__.pyi +4 -4
  87. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,6 @@ import bl_ui.properties_mask_common
6
6
  import bl_ui.properties_paint_common
7
7
  import bl_ui.space_toolsystem_common
8
8
  import bpy.types
9
- import bpy_types
10
9
 
11
10
  GenericType1 = typing.TypeVar("GenericType1")
12
11
  GenericType2 = typing.TypeVar("GenericType2")
@@ -23,9 +22,7 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
23
22
  """
24
23
  ...
25
24
 
26
- class IMAGE_AST_brush_paint(
27
- bl_ui.properties_paint_common.BrushAssetShelf, ImageAssetShelf, bpy.types.AssetShelf
28
- ):
25
+ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
29
26
  bl_activate_operator: typing.Any
30
27
  bl_default_preview_size: typing.Any
31
28
  bl_options: typing.Any
@@ -58,7 +55,7 @@ class IMAGE_AST_brush_paint(
58
55
  """
59
56
  ...
60
57
 
61
- class IMAGE_HT_header(bpy.types.Header, bpy_types._GenericUI):
58
+ class IMAGE_HT_header(bpy.types.Header):
62
59
  bl_rna: typing.Any
63
60
  bl_space_type: typing.Any
64
61
  id_data: typing.Any
@@ -95,7 +92,7 @@ class IMAGE_HT_header(bpy.types.Header, bpy_types._GenericUI):
95
92
  """
96
93
  ...
97
94
 
98
- class IMAGE_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
95
+ class IMAGE_HT_tool_header(bpy.types.Header):
99
96
  bl_region_type: typing.Any
100
97
  bl_rna: typing.Any
101
98
  bl_space_type: typing.Any
@@ -138,7 +135,7 @@ class IMAGE_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
138
135
  """
139
136
  ...
140
137
 
141
- class IMAGE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
138
+ class IMAGE_MT_editor_menus(bpy.types.Menu):
142
139
  bl_idname: typing.Any
143
140
  bl_label: typing.Any
144
141
  bl_rna: typing.Any
@@ -167,7 +164,7 @@ class IMAGE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
167
164
  """
168
165
  ...
169
166
 
170
- class IMAGE_MT_image(bpy.types.Menu, bpy_types._GenericUI):
167
+ class IMAGE_MT_image(bpy.types.Menu):
171
168
  bl_label: typing.Any
172
169
  bl_rna: typing.Any
173
170
  id_data: typing.Any
@@ -195,7 +192,7 @@ class IMAGE_MT_image(bpy.types.Menu, bpy_types._GenericUI):
195
192
  """
196
193
  ...
197
194
 
198
- class IMAGE_MT_image_invert(bpy.types.Menu, bpy_types._GenericUI):
195
+ class IMAGE_MT_image_invert(bpy.types.Menu):
199
196
  bl_label: typing.Any
200
197
  bl_rna: typing.Any
201
198
  id_data: typing.Any
@@ -223,7 +220,7 @@ class IMAGE_MT_image_invert(bpy.types.Menu, bpy_types._GenericUI):
223
220
  """
224
221
  ...
225
222
 
226
- class IMAGE_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
223
+ class IMAGE_MT_image_transform(bpy.types.Menu):
227
224
  bl_label: typing.Any
228
225
  bl_rna: typing.Any
229
226
  id_data: typing.Any
@@ -251,7 +248,7 @@ class IMAGE_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
251
248
  """
252
249
  ...
253
250
 
254
- class IMAGE_MT_mask_context_menu(bpy.types.Menu, bpy_types._GenericUI):
251
+ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
255
252
  bl_label: typing.Any
256
253
  bl_rna: typing.Any
257
254
  id_data: typing.Any
@@ -287,7 +284,7 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu, bpy_types._GenericUI):
287
284
  """
288
285
  ...
289
286
 
290
- class IMAGE_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
287
+ class IMAGE_MT_pivot_pie(bpy.types.Menu):
291
288
  bl_label: typing.Any
292
289
  bl_rna: typing.Any
293
290
  id_data: typing.Any
@@ -315,7 +312,7 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
315
312
  """
316
313
  ...
317
314
 
318
- class IMAGE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
315
+ class IMAGE_MT_select(bpy.types.Menu):
319
316
  bl_label: typing.Any
320
317
  bl_rna: typing.Any
321
318
  id_data: typing.Any
@@ -343,7 +340,7 @@ class IMAGE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
343
340
  """
344
341
  ...
345
342
 
346
- class IMAGE_MT_select_linked(bpy.types.Menu, bpy_types._GenericUI):
343
+ class IMAGE_MT_select_linked(bpy.types.Menu):
347
344
  bl_label: typing.Any
348
345
  bl_rna: typing.Any
349
346
  id_data: typing.Any
@@ -371,7 +368,7 @@ class IMAGE_MT_select_linked(bpy.types.Menu, bpy_types._GenericUI):
371
368
  """
372
369
  ...
373
370
 
374
- class IMAGE_MT_uvs(bpy.types.Menu, bpy_types._GenericUI):
371
+ class IMAGE_MT_uvs(bpy.types.Menu):
375
372
  bl_label: typing.Any
376
373
  bl_rna: typing.Any
377
374
  id_data: typing.Any
@@ -392,7 +389,7 @@ class IMAGE_MT_uvs(bpy.types.Menu, bpy_types._GenericUI):
392
389
  """
393
390
  ...
394
391
 
395
- class IMAGE_MT_uvs_align(bpy.types.Menu, bpy_types._GenericUI):
392
+ class IMAGE_MT_uvs_align(bpy.types.Menu):
396
393
  bl_label: typing.Any
397
394
  bl_rna: typing.Any
398
395
  id_data: typing.Any
@@ -420,7 +417,7 @@ class IMAGE_MT_uvs_align(bpy.types.Menu, bpy_types._GenericUI):
420
417
  """
421
418
  ...
422
419
 
423
- class IMAGE_MT_uvs_context_menu(bpy.types.Menu, bpy_types._GenericUI):
420
+ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
424
421
  bl_label: typing.Any
425
422
  bl_rna: typing.Any
426
423
  id_data: typing.Any
@@ -448,7 +445,7 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu, bpy_types._GenericUI):
448
445
  """
449
446
  ...
450
447
 
451
- class IMAGE_MT_uvs_merge(bpy.types.Menu, bpy_types._GenericUI):
448
+ class IMAGE_MT_uvs_merge(bpy.types.Menu):
452
449
  bl_label: typing.Any
453
450
  bl_rna: typing.Any
454
451
  id_data: typing.Any
@@ -476,7 +473,7 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu, bpy_types._GenericUI):
476
473
  """
477
474
  ...
478
475
 
479
- class IMAGE_MT_uvs_mirror(bpy.types.Menu, bpy_types._GenericUI):
476
+ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
480
477
  bl_label: typing.Any
481
478
  bl_rna: typing.Any
482
479
  id_data: typing.Any
@@ -504,7 +501,7 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu, bpy_types._GenericUI):
504
501
  """
505
502
  ...
506
503
 
507
- class IMAGE_MT_uvs_select_mode(bpy.types.Menu, bpy_types._GenericUI):
504
+ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
508
505
  bl_label: typing.Any
509
506
  bl_rna: typing.Any
510
507
  id_data: typing.Any
@@ -532,7 +529,7 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu, bpy_types._GenericUI):
532
529
  """
533
530
  ...
534
531
 
535
- class IMAGE_MT_uvs_showhide(bpy.types.Menu, bpy_types._GenericUI):
532
+ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
536
533
  bl_label: typing.Any
537
534
  bl_rna: typing.Any
538
535
  id_data: typing.Any
@@ -560,7 +557,7 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu, bpy_types._GenericUI):
560
557
  """
561
558
  ...
562
559
 
563
- class IMAGE_MT_uvs_snap(bpy.types.Menu, bpy_types._GenericUI):
560
+ class IMAGE_MT_uvs_snap(bpy.types.Menu):
564
561
  bl_label: typing.Any
565
562
  bl_rna: typing.Any
566
563
  id_data: typing.Any
@@ -588,7 +585,7 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu, bpy_types._GenericUI):
588
585
  """
589
586
  ...
590
587
 
591
- class IMAGE_MT_uvs_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
588
+ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
592
589
  bl_label: typing.Any
593
590
  bl_rna: typing.Any
594
591
  id_data: typing.Any
@@ -616,7 +613,7 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
616
613
  """
617
614
  ...
618
615
 
619
- class IMAGE_MT_uvs_split(bpy.types.Menu, bpy_types._GenericUI):
616
+ class IMAGE_MT_uvs_split(bpy.types.Menu):
620
617
  bl_label: typing.Any
621
618
  bl_rna: typing.Any
622
619
  id_data: typing.Any
@@ -644,7 +641,7 @@ class IMAGE_MT_uvs_split(bpy.types.Menu, bpy_types._GenericUI):
644
641
  """
645
642
  ...
646
643
 
647
- class IMAGE_MT_uvs_transform(bpy.types.Menu, bpy_types._GenericUI):
644
+ class IMAGE_MT_uvs_transform(bpy.types.Menu):
648
645
  bl_label: typing.Any
649
646
  bl_rna: typing.Any
650
647
  id_data: typing.Any
@@ -672,7 +669,7 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu, bpy_types._GenericUI):
672
669
  """
673
670
  ...
674
671
 
675
- class IMAGE_MT_uvs_unwrap(bpy.types.Menu, bpy_types._GenericUI):
672
+ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
676
673
  bl_label: typing.Any
677
674
  bl_rna: typing.Any
678
675
  id_data: typing.Any
@@ -700,7 +697,7 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu, bpy_types._GenericUI):
700
697
  """
701
698
  ...
702
699
 
703
- class IMAGE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
700
+ class IMAGE_MT_view(bpy.types.Menu):
704
701
  bl_label: typing.Any
705
702
  bl_rna: typing.Any
706
703
  id_data: typing.Any
@@ -728,7 +725,7 @@ class IMAGE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
728
725
  """
729
726
  ...
730
727
 
731
- class IMAGE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
728
+ class IMAGE_MT_view_pie(bpy.types.Menu):
732
729
  bl_label: typing.Any
733
730
  bl_rna: typing.Any
734
731
  id_data: typing.Any
@@ -756,7 +753,7 @@ class IMAGE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
756
753
  """
757
754
  ...
758
755
 
759
- class IMAGE_MT_view_zoom(bpy.types.Menu, bpy_types._GenericUI):
756
+ class IMAGE_MT_view_zoom(bpy.types.Menu):
760
757
  bl_label: typing.Any
761
758
  bl_rna: typing.Any
762
759
  id_data: typing.Any
@@ -785,7 +782,7 @@ class IMAGE_MT_view_zoom(bpy.types.Menu, bpy_types._GenericUI):
785
782
  ...
786
783
 
787
784
  class IMAGE_PT_active_mask_point(
788
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
785
+ bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
789
786
  ):
790
787
  bl_category: typing.Any
791
788
  bl_label: typing.Any
@@ -811,7 +808,7 @@ class IMAGE_PT_active_mask_point(
811
808
  ...
812
809
 
813
810
  class IMAGE_PT_active_mask_spline(
814
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
811
+ bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
815
812
  ):
816
813
  bl_category: typing.Any
817
814
  bl_label: typing.Any
@@ -837,9 +834,7 @@ class IMAGE_PT_active_mask_spline(
837
834
  ...
838
835
 
839
836
  class IMAGE_PT_active_tool(
840
- bpy_types._GenericUI,
841
- bpy.types.Panel,
842
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
837
+ bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
843
838
  ):
844
839
  bl_category: typing.Any
845
840
  bl_label: typing.Any
@@ -865,9 +860,7 @@ class IMAGE_PT_active_tool(
865
860
  ...
866
861
 
867
862
  class IMAGE_PT_annotation(
868
- bpy.types.Panel,
869
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
870
- bpy_types._GenericUI,
863
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
871
864
  ):
872
865
  bl_category: typing.Any
873
866
  bl_label: typing.Any
@@ -893,7 +886,7 @@ class IMAGE_PT_annotation(
893
886
  """
894
887
  ...
895
888
 
896
- class IMAGE_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
889
+ class IMAGE_PT_gizmo_display(bpy.types.Panel):
897
890
  bl_label: typing.Any
898
891
  bl_region_type: typing.Any
899
892
  bl_rna: typing.Any
@@ -924,7 +917,7 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
924
917
  """
925
918
  ...
926
919
 
927
- class IMAGE_PT_image_properties(bpy.types.Panel, bpy_types._GenericUI):
920
+ class IMAGE_PT_image_properties(bpy.types.Panel):
928
921
  bl_category: typing.Any
929
922
  bl_label: typing.Any
930
923
  bl_region_type: typing.Any
@@ -963,9 +956,7 @@ class IMAGE_PT_image_properties(bpy.types.Panel, bpy_types._GenericUI):
963
956
  """
964
957
  ...
965
958
 
966
- class IMAGE_PT_mask(
967
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
968
- ):
959
+ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
969
960
  bl_category: typing.Any
970
961
  bl_label: typing.Any
971
962
  bl_options: typing.Any
@@ -991,7 +982,7 @@ class IMAGE_PT_mask(
991
982
  ...
992
983
 
993
984
  class IMAGE_PT_mask_display(
994
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
985
+ bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
995
986
  ):
996
987
  bl_label: typing.Any
997
988
  bl_region_type: typing.Any
@@ -1016,7 +1007,7 @@ class IMAGE_PT_mask_display(
1016
1007
  ...
1017
1008
 
1018
1009
  class IMAGE_PT_mask_layers(
1019
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
1010
+ bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel
1020
1011
  ):
1021
1012
  bl_category: typing.Any
1022
1013
  bl_label: typing.Any
@@ -1041,7 +1032,7 @@ class IMAGE_PT_mask_layers(
1041
1032
  """
1042
1033
  ...
1043
1034
 
1044
- class IMAGE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1035
+ class IMAGE_PT_overlay(bpy.types.Panel):
1045
1036
  bl_label: typing.Any
1046
1037
  bl_region_type: typing.Any
1047
1038
  bl_rna: typing.Any
@@ -1072,7 +1063,7 @@ class IMAGE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1072
1063
  """
1073
1064
  ...
1074
1065
 
1075
- class IMAGE_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
1066
+ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1076
1067
  bl_label: typing.Any
1077
1068
  bl_parent_id: typing.Any
1078
1069
  bl_region_type: typing.Any
@@ -1111,7 +1102,7 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
1111
1102
  """
1112
1103
  ...
1113
1104
 
1114
- class IMAGE_PT_overlay_image(bpy.types.Panel, bpy_types._GenericUI):
1105
+ class IMAGE_PT_overlay_image(bpy.types.Panel):
1115
1106
  bl_label: typing.Any
1116
1107
  bl_parent_id: typing.Any
1117
1108
  bl_region_type: typing.Any
@@ -1142,7 +1133,7 @@ class IMAGE_PT_overlay_image(bpy.types.Panel, bpy_types._GenericUI):
1142
1133
  """
1143
1134
  ...
1144
1135
 
1145
- class IMAGE_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
1136
+ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1146
1137
  bl_label: typing.Any
1147
1138
  bl_parent_id: typing.Any
1148
1139
  bl_region_type: typing.Any
@@ -1181,7 +1172,7 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
1181
1172
  """
1182
1173
  ...
1183
1174
 
1184
- class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel, bpy_types._GenericUI):
1175
+ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1185
1176
  bl_label: typing.Any
1186
1177
  bl_parent_id: typing.Any
1187
1178
  bl_region_type: typing.Any
@@ -1220,7 +1211,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel, bpy_types._GenericUI):
1220
1211
  """
1221
1212
  ...
1222
1213
 
1223
- class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel, bpy_types._GenericUI):
1214
+ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1224
1215
  bl_label: typing.Any
1225
1216
  bl_parent_id: typing.Any
1226
1217
  bl_region_type: typing.Any
@@ -1260,12 +1251,7 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel, bpy_types._GenericUI):
1260
1251
  ...
1261
1252
 
1262
1253
  class IMAGE_PT_paint_clone(
1263
- bl_ui.properties_paint_common.BrushPanel,
1264
- ImagePaintPanel,
1265
- bpy.types.Panel,
1266
- bpy_types._GenericUI,
1267
- bl_ui.properties_paint_common.ClonePanel,
1268
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1254
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
1269
1255
  ):
1270
1256
  bl_category: typing.Any
1271
1257
  bl_context: typing.Any
@@ -1298,12 +1284,7 @@ class ImagePaintPanel:
1298
1284
  bl_space_type: typing.Any
1299
1285
 
1300
1286
  class IMAGE_PT_paint_curve(
1301
- bl_ui.properties_paint_common.BrushPanel,
1302
- bpy_types._GenericUI,
1303
- BrushButtonsPanel,
1304
- bpy.types.Panel,
1305
- bl_ui.properties_paint_common.FalloffPanel,
1306
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1287
+ bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.FalloffPanel
1307
1288
  ):
1308
1289
  bl_category: typing.Any
1309
1290
  bl_context: typing.Any
@@ -1332,12 +1313,7 @@ class IMAGE_PT_paint_curve(
1332
1313
  ...
1333
1314
 
1334
1315
  class IMAGE_PT_paint_select(
1335
- bl_ui.properties_paint_common.BrushPanel,
1336
- ImagePaintPanel,
1337
- bpy.types.Panel,
1338
- bpy_types._GenericUI,
1339
- bl_ui.properties_paint_common.BrushSelectPanel,
1340
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1316
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
1341
1317
  ):
1342
1318
  bl_category: typing.Any
1343
1319
  bl_context: typing.Any
@@ -1364,12 +1340,7 @@ class IMAGE_PT_paint_select(
1364
1340
  ...
1365
1341
 
1366
1342
  class IMAGE_PT_paint_stroke(
1367
- bl_ui.properties_paint_common.BrushPanel,
1368
- bpy_types._GenericUI,
1369
- BrushButtonsPanel,
1370
- bpy.types.Panel,
1371
- bl_ui.properties_paint_common.StrokePanel,
1372
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1343
+ bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
1373
1344
  ):
1374
1345
  bl_category: typing.Any
1375
1346
  bl_context: typing.Any
@@ -1399,12 +1370,7 @@ class IMAGE_PT_paint_stroke(
1399
1370
  ...
1400
1371
 
1401
1372
  class IMAGE_PT_paint_stroke_smooth_stroke(
1402
- bl_ui.properties_paint_common.BrushPanel,
1403
- BrushButtonsPanel,
1404
- bpy.types.Panel,
1405
- bpy_types._GenericUI,
1406
- bl_ui.properties_paint_common.SmoothStrokePanel,
1407
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1373
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
1408
1374
  ):
1409
1375
  bl_category: typing.Any
1410
1376
  bl_context: typing.Any
@@ -1433,12 +1399,7 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1433
1399
  ...
1434
1400
 
1435
1401
  class IMAGE_PT_paint_swatches(
1436
- bl_ui.properties_paint_common.BrushPanel,
1437
- ImagePaintPanel,
1438
- bpy.types.Panel,
1439
- bpy_types._GenericUI,
1440
- bl_ui.properties_paint_common.ColorPalettePanel,
1441
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1402
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
1442
1403
  ):
1443
1404
  bl_category: typing.Any
1444
1405
  bl_context: typing.Any
@@ -1466,7 +1427,7 @@ class IMAGE_PT_paint_swatches(
1466
1427
  """
1467
1428
  ...
1468
1429
 
1469
- class IMAGE_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
1430
+ class IMAGE_PT_proportional_edit(bpy.types.Panel):
1470
1431
  bl_label: typing.Any
1471
1432
  bl_region_type: typing.Any
1472
1433
  bl_rna: typing.Any
@@ -1497,7 +1458,7 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
1497
1458
  """
1498
1459
  ...
1499
1460
 
1500
- class IMAGE_PT_render_slots(bpy.types.Panel, bpy_types._GenericUI):
1461
+ class IMAGE_PT_render_slots(bpy.types.Panel):
1501
1462
  bl_category: typing.Any
1502
1463
  bl_label: typing.Any
1503
1464
  bl_region_type: typing.Any
@@ -1536,7 +1497,7 @@ class IMAGE_PT_render_slots(bpy.types.Panel, bpy_types._GenericUI):
1536
1497
  """
1537
1498
  ...
1538
1499
 
1539
- class IMAGE_PT_sample_line(bpy.types.Panel, ImageScopesPanel, bpy_types._GenericUI):
1500
+ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1540
1501
  bl_category: typing.Any
1541
1502
  bl_label: typing.Any
1542
1503
  bl_region_type: typing.Any
@@ -1567,7 +1528,7 @@ class IMAGE_PT_sample_line(bpy.types.Panel, ImageScopesPanel, bpy_types._Generic
1567
1528
  """
1568
1529
  ...
1569
1530
 
1570
- class IMAGE_PT_scope_sample(bpy.types.Panel, ImageScopesPanel, bpy_types._GenericUI):
1531
+ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1571
1532
  bl_category: typing.Any
1572
1533
  bl_label: typing.Any
1573
1534
  bl_options: typing.Any
@@ -1599,7 +1560,7 @@ class IMAGE_PT_scope_sample(bpy.types.Panel, ImageScopesPanel, bpy_types._Generi
1599
1560
  """
1600
1561
  ...
1601
1562
 
1602
- class IMAGE_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
1563
+ class IMAGE_PT_snapping(bpy.types.Panel):
1603
1564
  bl_label: typing.Any
1604
1565
  bl_region_type: typing.Any
1605
1566
  bl_rna: typing.Any
@@ -1630,12 +1591,7 @@ class IMAGE_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
1630
1591
  ...
1631
1592
 
1632
1593
  class IMAGE_PT_tools_brush_display(
1633
- bl_ui.properties_paint_common.BrushPanel,
1634
- BrushButtonsPanel,
1635
- bpy.types.Panel,
1636
- bpy_types._GenericUI,
1637
- bl_ui.properties_paint_common.DisplayPanel,
1638
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1594
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
1639
1595
  ):
1640
1596
  bl_category: typing.Any
1641
1597
  bl_context: typing.Any
@@ -1664,12 +1620,7 @@ class IMAGE_PT_tools_brush_display(
1664
1620
  """
1665
1621
  ...
1666
1622
 
1667
- class IMAGE_PT_tools_brush_texture(
1668
- bpy.types.Panel,
1669
- BrushButtonsPanel,
1670
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1671
- bpy_types._GenericUI,
1672
- ):
1623
+ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1673
1624
  bl_category: typing.Any
1674
1625
  bl_context: typing.Any
1675
1626
  bl_label: typing.Any
@@ -1703,12 +1654,7 @@ class IMAGE_PT_tools_brush_texture(
1703
1654
  """
1704
1655
  ...
1705
1656
 
1706
- class IMAGE_PT_tools_imagepaint_symmetry(
1707
- bpy.types.Panel,
1708
- BrushButtonsPanel,
1709
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1710
- bpy_types._GenericUI,
1711
- ):
1657
+ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1712
1658
  bl_category: typing.Any
1713
1659
  bl_context: typing.Any
1714
1660
  bl_label: typing.Any
@@ -1742,12 +1688,7 @@ class IMAGE_PT_tools_imagepaint_symmetry(
1742
1688
  ...
1743
1689
 
1744
1690
  class IMAGE_PT_tools_mask_texture(
1745
- bl_ui.properties_paint_common.BrushPanel,
1746
- BrushButtonsPanel,
1747
- bpy.types.Panel,
1748
- bpy_types._GenericUI,
1749
- bl_ui.properties_paint_common.TextureMaskPanel,
1750
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1691
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1751
1692
  ):
1752
1693
  bl_category: typing.Any
1753
1694
  bl_context: typing.Any
@@ -1776,7 +1717,7 @@ class IMAGE_PT_tools_mask_texture(
1776
1717
  """
1777
1718
  ...
1778
1719
 
1779
- class IMAGE_PT_udim_tiles(bpy.types.Panel, bpy_types._GenericUI):
1720
+ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1780
1721
  bl_category: typing.Any
1781
1722
  bl_label: typing.Any
1782
1723
  bl_region_type: typing.Any
@@ -1815,7 +1756,7 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel, bpy_types._GenericUI):
1815
1756
  """
1816
1757
  ...
1817
1758
 
1818
- class IMAGE_PT_uv_cursor(bpy.types.Panel, bpy_types._GenericUI):
1759
+ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1819
1760
  bl_category: typing.Any
1820
1761
  bl_label: typing.Any
1821
1762
  bl_region_type: typing.Any
@@ -1854,7 +1795,7 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel, bpy_types._GenericUI):
1854
1795
  """
1855
1796
  ...
1856
1797
 
1857
- class IMAGE_PT_view_display(bpy.types.Panel, bpy_types._GenericUI):
1798
+ class IMAGE_PT_view_display(bpy.types.Panel):
1858
1799
  bl_category: typing.Any
1859
1800
  bl_label: typing.Any
1860
1801
  bl_region_type: typing.Any
@@ -1893,7 +1834,7 @@ class IMAGE_PT_view_display(bpy.types.Panel, bpy_types._GenericUI):
1893
1834
  """
1894
1835
  ...
1895
1836
 
1896
- class IMAGE_PT_view_histogram(bpy.types.Panel, ImageScopesPanel, bpy_types._GenericUI):
1837
+ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1897
1838
  bl_category: typing.Any
1898
1839
  bl_label: typing.Any
1899
1840
  bl_region_type: typing.Any
@@ -1924,9 +1865,7 @@ class IMAGE_PT_view_histogram(bpy.types.Panel, ImageScopesPanel, bpy_types._Gene
1924
1865
  """
1925
1866
  ...
1926
1867
 
1927
- class IMAGE_PT_view_vectorscope(
1928
- bpy.types.Panel, ImageScopesPanel, bpy_types._GenericUI
1929
- ):
1868
+ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1930
1869
  bl_category: typing.Any
1931
1870
  bl_label: typing.Any
1932
1871
  bl_region_type: typing.Any
@@ -1957,7 +1896,7 @@ class IMAGE_PT_view_vectorscope(
1957
1896
  """
1958
1897
  ...
1959
1898
 
1960
- class IMAGE_PT_view_waveform(bpy.types.Panel, ImageScopesPanel, bpy_types._GenericUI):
1899
+ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1961
1900
  bl_category: typing.Any
1962
1901
  bl_label: typing.Any
1963
1902
  bl_region_type: typing.Any
@@ -1988,7 +1927,7 @@ class IMAGE_PT_view_waveform(bpy.types.Panel, ImageScopesPanel, bpy_types._Gener
1988
1927
  """
1989
1928
  ...
1990
1929
 
1991
- class IMAGE_UL_render_slots(bpy.types.UIList, bpy_types._GenericUI):
1930
+ class IMAGE_UL_render_slots(bpy.types.UIList):
1992
1931
  bl_rna: typing.Any
1993
1932
  id_data: typing.Any
1994
1933
 
@@ -2032,7 +1971,7 @@ class IMAGE_UL_render_slots(bpy.types.UIList, bpy_types._GenericUI):
2032
1971
  """
2033
1972
  ...
2034
1973
 
2035
- class IMAGE_UL_udim_tiles(bpy.types.UIList, bpy_types._GenericUI):
1974
+ class IMAGE_UL_udim_tiles(bpy.types.UIList):
2036
1975
  bl_rna: typing.Any
2037
1976
  id_data: typing.Any
2038
1977
 
@@ -2112,7 +2051,7 @@ class _draw_tool_settings_context_mode:
2112
2051
  """
2113
2052
  ...
2114
2053
 
2115
- class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy.types.Panel, ImagePaintPanel):
2054
+ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2116
2055
  bl_category: typing.Any
2117
2056
  bl_context: typing.Any
2118
2057
  bl_label: typing.Any
@@ -2153,7 +2092,7 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy.types.Panel, ImagePaintPane
2153
2092
  """
2154
2093
  ...
2155
2094
 
2156
- class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy.types.Panel, ImagePaintPanel):
2095
+ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2157
2096
  bl_category: typing.Any
2158
2097
  bl_context: typing.Any
2159
2098
  bl_label: typing.Any
@@ -2185,9 +2124,7 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy.types.Panel, ImagePaintP
2185
2124
  """
2186
2125
  ...
2187
2126
 
2188
- class IMAGE_PT_paint_settings_advanced(
2189
- bpy_types._GenericUI, bpy.types.Panel, ImagePaintPanel
2190
- ):
2127
+ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2191
2128
  bl_category: typing.Any
2192
2129
  bl_context: typing.Any
2193
2130
  bl_label: typing.Any
@@ -2221,7 +2158,7 @@ class IMAGE_PT_paint_settings_advanced(
2221
2158
  """
2222
2159
  ...
2223
2160
 
2224
- class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy.types.Panel, ImagePaintPanel):
2161
+ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
2225
2162
  bl_category: typing.Any
2226
2163
  bl_context: typing.Any
2227
2164
  bl_label: typing.Any
@@ -2254,9 +2191,7 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy.types.Panel, ImagePaint
2254
2191
  """
2255
2192
  ...
2256
2193
 
2257
- class IMAGE_PT_uv_sculpt_options(
2258
- bpy_types._GenericUI, bpy.types.Panel, ImagePaintPanel
2259
- ):
2194
+ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
2260
2195
  bl_category: typing.Any
2261
2196
  bl_context: typing.Any
2262
2197
  bl_label: typing.Any