fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
@@ -1,14 +1,16 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
5
+ import bl_ui.properties_mask_common
4
6
  import bl_ui.properties_paint_common
7
+ import bl_ui.space_toolsystem_common
5
8
  import bpy.types
6
- import bpy_types
7
9
 
8
10
  GenericType1 = typing.TypeVar("GenericType1")
9
11
  GenericType2 = typing.TypeVar("GenericType2")
10
12
 
11
- class BrushButtonsPanel:
13
+ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
12
14
  bl_region_type: typing.Any
13
15
  bl_space_type: typing.Any
14
16
 
@@ -20,9 +22,7 @@ class BrushButtonsPanel:
20
22
  """
21
23
  ...
22
24
 
23
- class IMAGE_AST_brush_paint(
24
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
25
- ):
25
+ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
26
26
  bl_activate_operator: typing.Any
27
27
  bl_default_preview_size: typing.Any
28
28
  bl_options: typing.Any
@@ -55,7 +55,7 @@ class IMAGE_AST_brush_paint(
55
55
  """
56
56
  ...
57
57
 
58
- class IMAGE_HT_header(bpy.types.Header, bpy_types._GenericUI):
58
+ class IMAGE_HT_header(bpy.types.Header):
59
59
  bl_rna: typing.Any
60
60
  bl_space_type: typing.Any
61
61
  id_data: typing.Any
@@ -92,7 +92,7 @@ class IMAGE_HT_header(bpy.types.Header, bpy_types._GenericUI):
92
92
  """
93
93
  ...
94
94
 
95
- class IMAGE_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
95
+ class IMAGE_HT_tool_header(bpy.types.Header):
96
96
  bl_region_type: typing.Any
97
97
  bl_rna: typing.Any
98
98
  bl_space_type: typing.Any
@@ -135,7 +135,7 @@ class IMAGE_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
135
135
  """
136
136
  ...
137
137
 
138
- class IMAGE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
138
+ class IMAGE_MT_editor_menus(bpy.types.Menu):
139
139
  bl_idname: typing.Any
140
140
  bl_label: typing.Any
141
141
  bl_rna: typing.Any
@@ -164,7 +164,7 @@ class IMAGE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
164
164
  """
165
165
  ...
166
166
 
167
- class IMAGE_MT_image(bpy.types.Menu, bpy_types._GenericUI):
167
+ class IMAGE_MT_image(bpy.types.Menu):
168
168
  bl_label: typing.Any
169
169
  bl_rna: typing.Any
170
170
  id_data: typing.Any
@@ -192,7 +192,7 @@ class IMAGE_MT_image(bpy.types.Menu, bpy_types._GenericUI):
192
192
  """
193
193
  ...
194
194
 
195
- class IMAGE_MT_image_invert(bpy.types.Menu, bpy_types._GenericUI):
195
+ class IMAGE_MT_image_invert(bpy.types.Menu):
196
196
  bl_label: typing.Any
197
197
  bl_rna: typing.Any
198
198
  id_data: typing.Any
@@ -220,7 +220,7 @@ class IMAGE_MT_image_invert(bpy.types.Menu, bpy_types._GenericUI):
220
220
  """
221
221
  ...
222
222
 
223
- class IMAGE_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
223
+ class IMAGE_MT_image_transform(bpy.types.Menu):
224
224
  bl_label: typing.Any
225
225
  bl_rna: typing.Any
226
226
  id_data: typing.Any
@@ -248,7 +248,7 @@ class IMAGE_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
248
248
  """
249
249
  ...
250
250
 
251
- class IMAGE_MT_mask_context_menu(bpy.types.Menu, bpy_types._GenericUI):
251
+ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
252
252
  bl_label: typing.Any
253
253
  bl_rna: typing.Any
254
254
  id_data: typing.Any
@@ -284,7 +284,7 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu, bpy_types._GenericUI):
284
284
  """
285
285
  ...
286
286
 
287
- class IMAGE_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
287
+ class IMAGE_MT_pivot_pie(bpy.types.Menu):
288
288
  bl_label: typing.Any
289
289
  bl_rna: typing.Any
290
290
  id_data: typing.Any
@@ -312,7 +312,7 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
312
312
  """
313
313
  ...
314
314
 
315
- class IMAGE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
315
+ class IMAGE_MT_select(bpy.types.Menu):
316
316
  bl_label: typing.Any
317
317
  bl_rna: typing.Any
318
318
  id_data: typing.Any
@@ -340,7 +340,7 @@ class IMAGE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
340
340
  """
341
341
  ...
342
342
 
343
- class IMAGE_MT_select_linked(bpy.types.Menu, bpy_types._GenericUI):
343
+ class IMAGE_MT_select_linked(bpy.types.Menu):
344
344
  bl_label: typing.Any
345
345
  bl_rna: typing.Any
346
346
  id_data: typing.Any
@@ -368,7 +368,7 @@ class IMAGE_MT_select_linked(bpy.types.Menu, bpy_types._GenericUI):
368
368
  """
369
369
  ...
370
370
 
371
- class IMAGE_MT_uvs(bpy.types.Menu, bpy_types._GenericUI):
371
+ class IMAGE_MT_uvs(bpy.types.Menu):
372
372
  bl_label: typing.Any
373
373
  bl_rna: typing.Any
374
374
  id_data: typing.Any
@@ -389,7 +389,7 @@ class IMAGE_MT_uvs(bpy.types.Menu, bpy_types._GenericUI):
389
389
  """
390
390
  ...
391
391
 
392
- class IMAGE_MT_uvs_align(bpy.types.Menu, bpy_types._GenericUI):
392
+ class IMAGE_MT_uvs_align(bpy.types.Menu):
393
393
  bl_label: typing.Any
394
394
  bl_rna: typing.Any
395
395
  id_data: typing.Any
@@ -417,7 +417,7 @@ class IMAGE_MT_uvs_align(bpy.types.Menu, bpy_types._GenericUI):
417
417
  """
418
418
  ...
419
419
 
420
- class IMAGE_MT_uvs_context_menu(bpy.types.Menu, bpy_types._GenericUI):
420
+ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
421
421
  bl_label: typing.Any
422
422
  bl_rna: typing.Any
423
423
  id_data: typing.Any
@@ -445,7 +445,7 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu, bpy_types._GenericUI):
445
445
  """
446
446
  ...
447
447
 
448
- class IMAGE_MT_uvs_merge(bpy.types.Menu, bpy_types._GenericUI):
448
+ class IMAGE_MT_uvs_merge(bpy.types.Menu):
449
449
  bl_label: typing.Any
450
450
  bl_rna: typing.Any
451
451
  id_data: typing.Any
@@ -473,7 +473,7 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu, bpy_types._GenericUI):
473
473
  """
474
474
  ...
475
475
 
476
- class IMAGE_MT_uvs_mirror(bpy.types.Menu, bpy_types._GenericUI):
476
+ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
477
477
  bl_label: typing.Any
478
478
  bl_rna: typing.Any
479
479
  id_data: typing.Any
@@ -501,7 +501,7 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu, bpy_types._GenericUI):
501
501
  """
502
502
  ...
503
503
 
504
- class IMAGE_MT_uvs_select_mode(bpy.types.Menu, bpy_types._GenericUI):
504
+ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
505
505
  bl_label: typing.Any
506
506
  bl_rna: typing.Any
507
507
  id_data: typing.Any
@@ -529,7 +529,7 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu, bpy_types._GenericUI):
529
529
  """
530
530
  ...
531
531
 
532
- class IMAGE_MT_uvs_showhide(bpy.types.Menu, bpy_types._GenericUI):
532
+ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
533
533
  bl_label: typing.Any
534
534
  bl_rna: typing.Any
535
535
  id_data: typing.Any
@@ -557,7 +557,7 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu, bpy_types._GenericUI):
557
557
  """
558
558
  ...
559
559
 
560
- class IMAGE_MT_uvs_snap(bpy.types.Menu, bpy_types._GenericUI):
560
+ class IMAGE_MT_uvs_snap(bpy.types.Menu):
561
561
  bl_label: typing.Any
562
562
  bl_rna: typing.Any
563
563
  id_data: typing.Any
@@ -585,7 +585,7 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu, bpy_types._GenericUI):
585
585
  """
586
586
  ...
587
587
 
588
- class IMAGE_MT_uvs_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
588
+ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
589
589
  bl_label: typing.Any
590
590
  bl_rna: typing.Any
591
591
  id_data: typing.Any
@@ -613,7 +613,7 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
613
613
  """
614
614
  ...
615
615
 
616
- class IMAGE_MT_uvs_split(bpy.types.Menu, bpy_types._GenericUI):
616
+ class IMAGE_MT_uvs_split(bpy.types.Menu):
617
617
  bl_label: typing.Any
618
618
  bl_rna: typing.Any
619
619
  id_data: typing.Any
@@ -641,7 +641,7 @@ class IMAGE_MT_uvs_split(bpy.types.Menu, bpy_types._GenericUI):
641
641
  """
642
642
  ...
643
643
 
644
- class IMAGE_MT_uvs_transform(bpy.types.Menu, bpy_types._GenericUI):
644
+ class IMAGE_MT_uvs_transform(bpy.types.Menu):
645
645
  bl_label: typing.Any
646
646
  bl_rna: typing.Any
647
647
  id_data: typing.Any
@@ -669,7 +669,7 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu, bpy_types._GenericUI):
669
669
  """
670
670
  ...
671
671
 
672
- class IMAGE_MT_uvs_unwrap(bpy.types.Menu, bpy_types._GenericUI):
672
+ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
673
673
  bl_label: typing.Any
674
674
  bl_rna: typing.Any
675
675
  id_data: typing.Any
@@ -697,7 +697,7 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu, bpy_types._GenericUI):
697
697
  """
698
698
  ...
699
699
 
700
- class IMAGE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
700
+ class IMAGE_MT_view(bpy.types.Menu):
701
701
  bl_label: typing.Any
702
702
  bl_rna: typing.Any
703
703
  id_data: typing.Any
@@ -725,7 +725,7 @@ class IMAGE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
725
725
  """
726
726
  ...
727
727
 
728
- class IMAGE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
728
+ class IMAGE_MT_view_pie(bpy.types.Menu):
729
729
  bl_label: typing.Any
730
730
  bl_rna: typing.Any
731
731
  id_data: typing.Any
@@ -753,7 +753,7 @@ class IMAGE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
753
753
  """
754
754
  ...
755
755
 
756
- class IMAGE_MT_view_zoom(bpy.types.Menu, bpy_types._GenericUI):
756
+ class IMAGE_MT_view_zoom(bpy.types.Menu):
757
757
  bl_label: typing.Any
758
758
  bl_rna: typing.Any
759
759
  id_data: typing.Any
@@ -781,7 +781,9 @@ class IMAGE_MT_view_zoom(bpy.types.Menu, bpy_types._GenericUI):
781
781
  """
782
782
  ...
783
783
 
784
- class IMAGE_PT_active_mask_point(bpy.types.Panel, bpy_types._GenericUI):
784
+ class IMAGE_PT_active_mask_point(
785
+ bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
786
+ ):
785
787
  bl_category: typing.Any
786
788
  bl_label: typing.Any
787
789
  bl_region_type: typing.Any
@@ -805,7 +807,9 @@ class IMAGE_PT_active_mask_point(bpy.types.Panel, bpy_types._GenericUI):
805
807
  """
806
808
  ...
807
809
 
808
- class IMAGE_PT_active_mask_spline(bpy.types.Panel, bpy_types._GenericUI):
810
+ class IMAGE_PT_active_mask_spline(
811
+ bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
812
+ ):
809
813
  bl_category: typing.Any
810
814
  bl_label: typing.Any
811
815
  bl_region_type: typing.Any
@@ -829,7 +833,9 @@ class IMAGE_PT_active_mask_spline(bpy.types.Panel, bpy_types._GenericUI):
829
833
  """
830
834
  ...
831
835
 
832
- class IMAGE_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
836
+ class IMAGE_PT_active_tool(
837
+ bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
838
+ ):
833
839
  bl_category: typing.Any
834
840
  bl_label: typing.Any
835
841
  bl_region_type: typing.Any
@@ -853,7 +859,9 @@ class IMAGE_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
853
859
  """
854
860
  ...
855
861
 
856
- class IMAGE_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
862
+ class IMAGE_PT_annotation(
863
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
864
+ ):
857
865
  bl_category: typing.Any
858
866
  bl_label: typing.Any
859
867
  bl_options: typing.Any
@@ -878,7 +886,7 @@ class IMAGE_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
878
886
  """
879
887
  ...
880
888
 
881
- class IMAGE_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
889
+ class IMAGE_PT_gizmo_display(bpy.types.Panel):
882
890
  bl_label: typing.Any
883
891
  bl_region_type: typing.Any
884
892
  bl_rna: typing.Any
@@ -909,7 +917,7 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
909
917
  """
910
918
  ...
911
919
 
912
- class IMAGE_PT_image_properties(bpy.types.Panel, bpy_types._GenericUI):
920
+ class IMAGE_PT_image_properties(bpy.types.Panel):
913
921
  bl_category: typing.Any
914
922
  bl_label: typing.Any
915
923
  bl_region_type: typing.Any
@@ -948,7 +956,7 @@ class IMAGE_PT_image_properties(bpy.types.Panel, bpy_types._GenericUI):
948
956
  """
949
957
  ...
950
958
 
951
- class IMAGE_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
959
+ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
952
960
  bl_category: typing.Any
953
961
  bl_label: typing.Any
954
962
  bl_options: typing.Any
@@ -973,7 +981,9 @@ class IMAGE_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
973
981
  """
974
982
  ...
975
983
 
976
- class IMAGE_PT_mask_display(bpy.types.Panel, bpy_types._GenericUI):
984
+ class IMAGE_PT_mask_display(
985
+ bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
986
+ ):
977
987
  bl_label: typing.Any
978
988
  bl_region_type: typing.Any
979
989
  bl_rna: typing.Any
@@ -996,7 +1006,9 @@ class IMAGE_PT_mask_display(bpy.types.Panel, bpy_types._GenericUI):
996
1006
  """
997
1007
  ...
998
1008
 
999
- class IMAGE_PT_mask_layers(bpy.types.Panel, bpy_types._GenericUI):
1009
+ class IMAGE_PT_mask_layers(
1010
+ bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel
1011
+ ):
1000
1012
  bl_category: typing.Any
1001
1013
  bl_label: typing.Any
1002
1014
  bl_region_type: typing.Any
@@ -1020,7 +1032,7 @@ class IMAGE_PT_mask_layers(bpy.types.Panel, bpy_types._GenericUI):
1020
1032
  """
1021
1033
  ...
1022
1034
 
1023
- class IMAGE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1035
+ class IMAGE_PT_overlay(bpy.types.Panel):
1024
1036
  bl_label: typing.Any
1025
1037
  bl_region_type: typing.Any
1026
1038
  bl_rna: typing.Any
@@ -1051,7 +1063,7 @@ class IMAGE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1051
1063
  """
1052
1064
  ...
1053
1065
 
1054
- class IMAGE_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
1066
+ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1055
1067
  bl_label: typing.Any
1056
1068
  bl_parent_id: typing.Any
1057
1069
  bl_region_type: typing.Any
@@ -1090,7 +1102,7 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
1090
1102
  """
1091
1103
  ...
1092
1104
 
1093
- class IMAGE_PT_overlay_image(bpy.types.Panel, bpy_types._GenericUI):
1105
+ class IMAGE_PT_overlay_image(bpy.types.Panel):
1094
1106
  bl_label: typing.Any
1095
1107
  bl_parent_id: typing.Any
1096
1108
  bl_region_type: typing.Any
@@ -1121,7 +1133,7 @@ class IMAGE_PT_overlay_image(bpy.types.Panel, bpy_types._GenericUI):
1121
1133
  """
1122
1134
  ...
1123
1135
 
1124
- class IMAGE_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
1136
+ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1125
1137
  bl_label: typing.Any
1126
1138
  bl_parent_id: typing.Any
1127
1139
  bl_region_type: typing.Any
@@ -1160,7 +1172,7 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
1160
1172
  """
1161
1173
  ...
1162
1174
 
1163
- class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel, bpy_types._GenericUI):
1175
+ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1164
1176
  bl_label: typing.Any
1165
1177
  bl_parent_id: typing.Any
1166
1178
  bl_region_type: typing.Any
@@ -1199,7 +1211,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel, bpy_types._GenericUI):
1199
1211
  """
1200
1212
  ...
1201
1213
 
1202
- class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel, bpy_types._GenericUI):
1214
+ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1203
1215
  bl_label: typing.Any
1204
1216
  bl_parent_id: typing.Any
1205
1217
  bl_region_type: typing.Any
@@ -1239,10 +1251,7 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel, bpy_types._GenericUI):
1239
1251
  ...
1240
1252
 
1241
1253
  class IMAGE_PT_paint_clone(
1242
- bl_ui.properties_paint_common.BrushPanel,
1243
- bpy.types.Panel,
1244
- bpy_types._GenericUI,
1245
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1254
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
1246
1255
  ):
1247
1256
  bl_category: typing.Any
1248
1257
  bl_context: typing.Any
@@ -1270,52 +1279,12 @@ class IMAGE_PT_paint_clone(
1270
1279
  """
1271
1280
  ...
1272
1281
 
1273
- class IMAGE_PT_paint_color(bpy.types.Panel, bpy_types._GenericUI):
1274
- bl_category: typing.Any
1275
- bl_context: typing.Any
1276
- bl_label: typing.Any
1277
- bl_parent_id: typing.Any
1282
+ class ImagePaintPanel:
1278
1283
  bl_region_type: typing.Any
1279
- bl_rna: typing.Any
1280
1284
  bl_space_type: typing.Any
1281
- id_data: typing.Any
1282
-
1283
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1284
- """
1285
-
1286
- :return: The RNA type or default when not found.
1287
- :rtype: bpy.types.Struct
1288
- """
1289
- ...
1290
-
1291
- def bl_rna_get_subclass_py(self) -> typing.Any:
1292
- """
1293
-
1294
- :return: The class or default when not found.
1295
- :rtype: typing.Any
1296
- """
1297
- ...
1298
-
1299
- def draw(self, context):
1300
- """
1301
-
1302
- :param context:
1303
- """
1304
- ...
1305
-
1306
- @classmethod
1307
- def poll(cls, context):
1308
- """
1309
-
1310
- :param context:
1311
- """
1312
- ...
1313
1285
 
1314
1286
  class IMAGE_PT_paint_curve(
1315
- bl_ui.properties_paint_common.BrushPanel,
1316
- bpy.types.Panel,
1317
- bpy_types._GenericUI,
1318
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1287
+ bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.FalloffPanel
1319
1288
  ):
1320
1289
  bl_category: typing.Any
1321
1290
  bl_context: typing.Any
@@ -1344,10 +1313,7 @@ class IMAGE_PT_paint_curve(
1344
1313
  ...
1345
1314
 
1346
1315
  class IMAGE_PT_paint_select(
1347
- bl_ui.properties_paint_common.BrushPanel,
1348
- bpy.types.Panel,
1349
- bpy_types._GenericUI,
1350
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1316
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
1351
1317
  ):
1352
1318
  bl_category: typing.Any
1353
1319
  bl_context: typing.Any
@@ -1373,77 +1339,8 @@ class IMAGE_PT_paint_select(
1373
1339
  """
1374
1340
  ...
1375
1341
 
1376
- class IMAGE_PT_paint_settings(bpy.types.Panel, bpy_types._GenericUI):
1377
- bl_category: typing.Any
1378
- bl_context: typing.Any
1379
- bl_label: typing.Any
1380
- bl_region_type: typing.Any
1381
- bl_rna: typing.Any
1382
- bl_space_type: typing.Any
1383
- id_data: typing.Any
1384
-
1385
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1386
- """
1387
-
1388
- :return: The RNA type or default when not found.
1389
- :rtype: bpy.types.Struct
1390
- """
1391
- ...
1392
-
1393
- def bl_rna_get_subclass_py(self) -> typing.Any:
1394
- """
1395
-
1396
- :return: The class or default when not found.
1397
- :rtype: typing.Any
1398
- """
1399
- ...
1400
-
1401
- def draw(self, context):
1402
- """
1403
-
1404
- :param context:
1405
- """
1406
- ...
1407
-
1408
- class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, bpy_types._GenericUI):
1409
- bl_category: typing.Any
1410
- bl_context: typing.Any
1411
- bl_label: typing.Any
1412
- bl_parent_id: typing.Any
1413
- bl_region_type: typing.Any
1414
- bl_rna: typing.Any
1415
- bl_space_type: typing.Any
1416
- bl_ui_units_x: typing.Any
1417
- id_data: typing.Any
1418
-
1419
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1420
- """
1421
-
1422
- :return: The RNA type or default when not found.
1423
- :rtype: bpy.types.Struct
1424
- """
1425
- ...
1426
-
1427
- def bl_rna_get_subclass_py(self) -> typing.Any:
1428
- """
1429
-
1430
- :return: The class or default when not found.
1431
- :rtype: typing.Any
1432
- """
1433
- ...
1434
-
1435
- def draw(self, context):
1436
- """
1437
-
1438
- :param context:
1439
- """
1440
- ...
1441
-
1442
1342
  class IMAGE_PT_paint_stroke(
1443
- bl_ui.properties_paint_common.BrushPanel,
1444
- bpy.types.Panel,
1445
- bpy_types._GenericUI,
1446
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1343
+ bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
1447
1344
  ):
1448
1345
  bl_category: typing.Any
1449
1346
  bl_context: typing.Any
@@ -1473,10 +1370,7 @@ class IMAGE_PT_paint_stroke(
1473
1370
  ...
1474
1371
 
1475
1372
  class IMAGE_PT_paint_stroke_smooth_stroke(
1476
- bl_ui.properties_paint_common.BrushPanel,
1477
- bpy.types.Panel,
1478
- bpy_types._GenericUI,
1479
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1373
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
1480
1374
  ):
1481
1375
  bl_category: typing.Any
1482
1376
  bl_context: typing.Any
@@ -1505,10 +1399,7 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1505
1399
  ...
1506
1400
 
1507
1401
  class IMAGE_PT_paint_swatches(
1508
- bl_ui.properties_paint_common.BrushPanel,
1509
- bpy.types.Panel,
1510
- bpy_types._GenericUI,
1511
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1402
+ ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
1512
1403
  ):
1513
1404
  bl_category: typing.Any
1514
1405
  bl_context: typing.Any
@@ -1536,7 +1427,7 @@ class IMAGE_PT_paint_swatches(
1536
1427
  """
1537
1428
  ...
1538
1429
 
1539
- class IMAGE_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
1430
+ class IMAGE_PT_proportional_edit(bpy.types.Panel):
1540
1431
  bl_label: typing.Any
1541
1432
  bl_region_type: typing.Any
1542
1433
  bl_rna: typing.Any
@@ -1567,7 +1458,7 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
1567
1458
  """
1568
1459
  ...
1569
1460
 
1570
- class IMAGE_PT_render_slots(bpy.types.Panel, bpy_types._GenericUI):
1461
+ class IMAGE_PT_render_slots(bpy.types.Panel):
1571
1462
  bl_category: typing.Any
1572
1463
  bl_label: typing.Any
1573
1464
  bl_region_type: typing.Any
@@ -1606,7 +1497,7 @@ class IMAGE_PT_render_slots(bpy.types.Panel, bpy_types._GenericUI):
1606
1497
  """
1607
1498
  ...
1608
1499
 
1609
- class IMAGE_PT_sample_line(bpy.types.Panel, bpy_types._GenericUI):
1500
+ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1610
1501
  bl_category: typing.Any
1611
1502
  bl_label: typing.Any
1612
1503
  bl_region_type: typing.Any
@@ -1637,7 +1528,7 @@ class IMAGE_PT_sample_line(bpy.types.Panel, bpy_types._GenericUI):
1637
1528
  """
1638
1529
  ...
1639
1530
 
1640
- class IMAGE_PT_scope_sample(bpy.types.Panel, bpy_types._GenericUI):
1531
+ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1641
1532
  bl_category: typing.Any
1642
1533
  bl_label: typing.Any
1643
1534
  bl_options: typing.Any
@@ -1669,7 +1560,7 @@ class IMAGE_PT_scope_sample(bpy.types.Panel, bpy_types._GenericUI):
1669
1560
  """
1670
1561
  ...
1671
1562
 
1672
- class IMAGE_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
1563
+ class IMAGE_PT_snapping(bpy.types.Panel):
1673
1564
  bl_label: typing.Any
1674
1565
  bl_region_type: typing.Any
1675
1566
  bl_rna: typing.Any
@@ -1700,10 +1591,7 @@ class IMAGE_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
1700
1591
  ...
1701
1592
 
1702
1593
  class IMAGE_PT_tools_brush_display(
1703
- bl_ui.properties_paint_common.BrushPanel,
1704
- bpy.types.Panel,
1705
- bpy_types._GenericUI,
1706
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1594
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
1707
1595
  ):
1708
1596
  bl_category: typing.Any
1709
1597
  bl_context: typing.Any
@@ -1732,11 +1620,7 @@ class IMAGE_PT_tools_brush_display(
1732
1620
  """
1733
1621
  ...
1734
1622
 
1735
- class IMAGE_PT_tools_brush_texture(
1736
- bpy.types.Panel,
1737
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1738
- bpy_types._GenericUI,
1739
- ):
1623
+ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1740
1624
  bl_category: typing.Any
1741
1625
  bl_context: typing.Any
1742
1626
  bl_label: typing.Any
@@ -1770,11 +1654,7 @@ class IMAGE_PT_tools_brush_texture(
1770
1654
  """
1771
1655
  ...
1772
1656
 
1773
- class IMAGE_PT_tools_imagepaint_symmetry(
1774
- bpy.types.Panel,
1775
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1776
- bpy_types._GenericUI,
1777
- ):
1657
+ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1778
1658
  bl_category: typing.Any
1779
1659
  bl_context: typing.Any
1780
1660
  bl_label: typing.Any
@@ -1808,10 +1688,7 @@ class IMAGE_PT_tools_imagepaint_symmetry(
1808
1688
  ...
1809
1689
 
1810
1690
  class IMAGE_PT_tools_mask_texture(
1811
- bl_ui.properties_paint_common.BrushPanel,
1812
- bpy.types.Panel,
1813
- bpy_types._GenericUI,
1814
- bl_ui.properties_paint_common.UnifiedPaintPanel,
1691
+ BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1815
1692
  ):
1816
1693
  bl_category: typing.Any
1817
1694
  bl_context: typing.Any
@@ -1840,7 +1717,7 @@ class IMAGE_PT_tools_mask_texture(
1840
1717
  """
1841
1718
  ...
1842
1719
 
1843
- class IMAGE_PT_udim_tiles(bpy.types.Panel, bpy_types._GenericUI):
1720
+ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1844
1721
  bl_category: typing.Any
1845
1722
  bl_label: typing.Any
1846
1723
  bl_region_type: typing.Any
@@ -1879,7 +1756,7 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel, bpy_types._GenericUI):
1879
1756
  """
1880
1757
  ...
1881
1758
 
1882
- class IMAGE_PT_uv_cursor(bpy.types.Panel, bpy_types._GenericUI):
1759
+ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1883
1760
  bl_category: typing.Any
1884
1761
  bl_label: typing.Any
1885
1762
  bl_region_type: typing.Any
@@ -1918,72 +1795,7 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel, bpy_types._GenericUI):
1918
1795
  """
1919
1796
  ...
1920
1797
 
1921
- class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, bpy_types._GenericUI):
1922
- bl_category: typing.Any
1923
- bl_context: typing.Any
1924
- bl_label: typing.Any
1925
- bl_options: typing.Any
1926
- bl_region_type: typing.Any
1927
- bl_rna: typing.Any
1928
- bl_space_type: typing.Any
1929
- id_data: typing.Any
1930
-
1931
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1932
- """
1933
-
1934
- :return: The RNA type or default when not found.
1935
- :rtype: bpy.types.Struct
1936
- """
1937
- ...
1938
-
1939
- def bl_rna_get_subclass_py(self) -> typing.Any:
1940
- """
1941
-
1942
- :return: The class or default when not found.
1943
- :rtype: typing.Any
1944
- """
1945
- ...
1946
-
1947
- def draw(self, context):
1948
- """
1949
-
1950
- :param context:
1951
- """
1952
- ...
1953
-
1954
- class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, bpy_types._GenericUI):
1955
- bl_category: typing.Any
1956
- bl_context: typing.Any
1957
- bl_label: typing.Any
1958
- bl_region_type: typing.Any
1959
- bl_rna: typing.Any
1960
- bl_space_type: typing.Any
1961
- id_data: typing.Any
1962
-
1963
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1964
- """
1965
-
1966
- :return: The RNA type or default when not found.
1967
- :rtype: bpy.types.Struct
1968
- """
1969
- ...
1970
-
1971
- def bl_rna_get_subclass_py(self) -> typing.Any:
1972
- """
1973
-
1974
- :return: The class or default when not found.
1975
- :rtype: typing.Any
1976
- """
1977
- ...
1978
-
1979
- def draw(self, context):
1980
- """
1981
-
1982
- :param context:
1983
- """
1984
- ...
1985
-
1986
- class IMAGE_PT_view_display(bpy.types.Panel, bpy_types._GenericUI):
1798
+ class IMAGE_PT_view_display(bpy.types.Panel):
1987
1799
  bl_category: typing.Any
1988
1800
  bl_label: typing.Any
1989
1801
  bl_region_type: typing.Any
@@ -2022,7 +1834,7 @@ class IMAGE_PT_view_display(bpy.types.Panel, bpy_types._GenericUI):
2022
1834
  """
2023
1835
  ...
2024
1836
 
2025
- class IMAGE_PT_view_histogram(bpy.types.Panel, bpy_types._GenericUI):
1837
+ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
2026
1838
  bl_category: typing.Any
2027
1839
  bl_label: typing.Any
2028
1840
  bl_region_type: typing.Any
@@ -2053,7 +1865,7 @@ class IMAGE_PT_view_histogram(bpy.types.Panel, bpy_types._GenericUI):
2053
1865
  """
2054
1866
  ...
2055
1867
 
2056
- class IMAGE_PT_view_vectorscope(bpy.types.Panel, bpy_types._GenericUI):
1868
+ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
2057
1869
  bl_category: typing.Any
2058
1870
  bl_label: typing.Any
2059
1871
  bl_region_type: typing.Any
@@ -2084,7 +1896,7 @@ class IMAGE_PT_view_vectorscope(bpy.types.Panel, bpy_types._GenericUI):
2084
1896
  """
2085
1897
  ...
2086
1898
 
2087
- class IMAGE_PT_view_waveform(bpy.types.Panel, bpy_types._GenericUI):
1899
+ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
2088
1900
  bl_category: typing.Any
2089
1901
  bl_label: typing.Any
2090
1902
  bl_region_type: typing.Any
@@ -2115,7 +1927,7 @@ class IMAGE_PT_view_waveform(bpy.types.Panel, bpy_types._GenericUI):
2115
1927
  """
2116
1928
  ...
2117
1929
 
2118
- class IMAGE_UL_render_slots(bpy.types.UIList, bpy_types._GenericUI):
1930
+ class IMAGE_UL_render_slots(bpy.types.UIList):
2119
1931
  bl_rna: typing.Any
2120
1932
  id_data: typing.Any
2121
1933
 
@@ -2159,7 +1971,7 @@ class IMAGE_UL_render_slots(bpy.types.UIList, bpy_types._GenericUI):
2159
1971
  """
2160
1972
  ...
2161
1973
 
2162
- class IMAGE_UL_udim_tiles(bpy.types.UIList, bpy_types._GenericUI):
1974
+ class IMAGE_UL_udim_tiles(bpy.types.UIList):
2163
1975
  bl_rna: typing.Any
2164
1976
  id_data: typing.Any
2165
1977
 
@@ -2203,16 +2015,12 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList, bpy_types._GenericUI):
2203
2015
  """
2204
2016
  ...
2205
2017
 
2206
- class ImageAssetShelf:
2018
+ class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
2207
2019
  bl_activate_operator: typing.Any
2208
2020
  bl_default_preview_size: typing.Any
2209
2021
  bl_options: typing.Any
2210
2022
  bl_space_type: typing.Any
2211
2023
 
2212
- class ImagePaintPanel:
2213
- bl_region_type: typing.Any
2214
- bl_space_type: typing.Any
2215
-
2216
2024
  class ImageScopesPanel:
2217
2025
  @classmethod
2218
2026
  def poll(cls, context):
@@ -2242,3 +2050,175 @@ class _draw_tool_settings_context_mode:
2242
2050
  :param tool:
2243
2051
  """
2244
2052
  ...
2053
+
2054
+ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2055
+ bl_category: typing.Any
2056
+ bl_context: typing.Any
2057
+ bl_label: typing.Any
2058
+ bl_parent_id: typing.Any
2059
+ bl_region_type: typing.Any
2060
+ bl_rna: typing.Any
2061
+ bl_space_type: typing.Any
2062
+ id_data: typing.Any
2063
+
2064
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2065
+ """
2066
+
2067
+ :return: The RNA type or default when not found.
2068
+ :rtype: bpy.types.Struct
2069
+ """
2070
+ ...
2071
+
2072
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2073
+ """
2074
+
2075
+ :return: The class or default when not found.
2076
+ :rtype: typing.Any
2077
+ """
2078
+ ...
2079
+
2080
+ def draw(self, context):
2081
+ """
2082
+
2083
+ :param context:
2084
+ """
2085
+ ...
2086
+
2087
+ @classmethod
2088
+ def poll(cls, context):
2089
+ """
2090
+
2091
+ :param context:
2092
+ """
2093
+ ...
2094
+
2095
+ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2096
+ bl_category: typing.Any
2097
+ bl_context: typing.Any
2098
+ bl_label: typing.Any
2099
+ bl_region_type: typing.Any
2100
+ bl_rna: typing.Any
2101
+ bl_space_type: typing.Any
2102
+ id_data: typing.Any
2103
+
2104
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2105
+ """
2106
+
2107
+ :return: The RNA type or default when not found.
2108
+ :rtype: bpy.types.Struct
2109
+ """
2110
+ ...
2111
+
2112
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2113
+ """
2114
+
2115
+ :return: The class or default when not found.
2116
+ :rtype: typing.Any
2117
+ """
2118
+ ...
2119
+
2120
+ def draw(self, context):
2121
+ """
2122
+
2123
+ :param context:
2124
+ """
2125
+ ...
2126
+
2127
+ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2128
+ bl_category: typing.Any
2129
+ bl_context: typing.Any
2130
+ bl_label: typing.Any
2131
+ bl_parent_id: typing.Any
2132
+ bl_region_type: typing.Any
2133
+ bl_rna: typing.Any
2134
+ bl_space_type: typing.Any
2135
+ bl_ui_units_x: typing.Any
2136
+ id_data: typing.Any
2137
+
2138
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2139
+ """
2140
+
2141
+ :return: The RNA type or default when not found.
2142
+ :rtype: bpy.types.Struct
2143
+ """
2144
+ ...
2145
+
2146
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2147
+ """
2148
+
2149
+ :return: The class or default when not found.
2150
+ :rtype: typing.Any
2151
+ """
2152
+ ...
2153
+
2154
+ def draw(self, context):
2155
+ """
2156
+
2157
+ :param context:
2158
+ """
2159
+ ...
2160
+
2161
+ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
2162
+ bl_category: typing.Any
2163
+ bl_context: typing.Any
2164
+ bl_label: typing.Any
2165
+ bl_options: typing.Any
2166
+ bl_region_type: typing.Any
2167
+ bl_rna: typing.Any
2168
+ bl_space_type: typing.Any
2169
+ id_data: typing.Any
2170
+
2171
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2172
+ """
2173
+
2174
+ :return: The RNA type or default when not found.
2175
+ :rtype: bpy.types.Struct
2176
+ """
2177
+ ...
2178
+
2179
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2180
+ """
2181
+
2182
+ :return: The class or default when not found.
2183
+ :rtype: typing.Any
2184
+ """
2185
+ ...
2186
+
2187
+ def draw(self, context):
2188
+ """
2189
+
2190
+ :param context:
2191
+ """
2192
+ ...
2193
+
2194
+ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
2195
+ bl_category: typing.Any
2196
+ bl_context: typing.Any
2197
+ bl_label: typing.Any
2198
+ bl_region_type: typing.Any
2199
+ bl_rna: typing.Any
2200
+ bl_space_type: typing.Any
2201
+ id_data: typing.Any
2202
+
2203
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2204
+ """
2205
+
2206
+ :return: The RNA type or default when not found.
2207
+ :rtype: bpy.types.Struct
2208
+ """
2209
+ ...
2210
+
2211
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2212
+ """
2213
+
2214
+ :return: The class or default when not found.
2215
+ :rtype: typing.Any
2216
+ """
2217
+ ...
2218
+
2219
+ def draw(self, context):
2220
+ """
2221
+
2222
+ :param context:
2223
+ """
2224
+ ...