fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +336 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +103670 -100517
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,6 @@
1
1
  import typing
2
+ import bl_ui.properties_grease_pencil_common
3
+ import bl_ui.properties_mask_common
2
4
  import bl_ui.properties_paint_common
3
5
  import bl_ui.space_toolsystem_common
4
6
  import bpy_types
@@ -87,7 +89,7 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
87
89
  """
88
90
  ...
89
91
 
90
- class IMAGE_HT_header(bpy_types._GenericUI):
92
+ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
91
93
  """ """
92
94
 
93
95
  bl_rna: typing.Any
@@ -235,7 +237,7 @@ class IMAGE_HT_header(bpy_types._GenericUI):
235
237
  """ """
236
238
  ...
237
239
 
238
- class IMAGE_HT_tool_header(bpy_types._GenericUI):
240
+ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
239
241
  """ """
240
242
 
241
243
  bl_region_type: typing.Any
@@ -392,7 +394,7 @@ class IMAGE_HT_tool_header(bpy_types._GenericUI):
392
394
  """ """
393
395
  ...
394
396
 
395
- class IMAGE_MT_editor_menus(bpy_types._GenericUI):
397
+ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
396
398
  """ """
397
399
 
398
400
  bl_idname: typing.Any
@@ -576,7 +578,7 @@ class IMAGE_MT_editor_menus(bpy_types._GenericUI):
576
578
  """ """
577
579
  ...
578
580
 
579
- class IMAGE_MT_image(bpy_types._GenericUI):
581
+ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
580
582
  """ """
581
583
 
582
584
  bl_label: typing.Any
@@ -757,7 +759,7 @@ class IMAGE_MT_image(bpy_types._GenericUI):
757
759
  """ """
758
760
  ...
759
761
 
760
- class IMAGE_MT_image_invert(bpy_types._GenericUI):
762
+ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
761
763
  """ """
762
764
 
763
765
  bl_label: typing.Any
@@ -938,7 +940,7 @@ class IMAGE_MT_image_invert(bpy_types._GenericUI):
938
940
  """ """
939
941
  ...
940
942
 
941
- class IMAGE_MT_image_transform(bpy_types._GenericUI):
943
+ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
942
944
  """ """
943
945
 
944
946
  bl_label: typing.Any
@@ -1119,7 +1121,7 @@ class IMAGE_MT_image_transform(bpy_types._GenericUI):
1119
1121
  """ """
1120
1122
  ...
1121
1123
 
1122
- class IMAGE_MT_mask_context_menu(bpy_types._GenericUI):
1124
+ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1123
1125
  """ """
1124
1126
 
1125
1127
  bl_label: typing.Any
@@ -1307,7 +1309,7 @@ class IMAGE_MT_mask_context_menu(bpy_types._GenericUI):
1307
1309
  """ """
1308
1310
  ...
1309
1311
 
1310
- class IMAGE_MT_pivot_pie(bpy_types._GenericUI):
1312
+ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
1311
1313
  """ """
1312
1314
 
1313
1315
  bl_label: typing.Any
@@ -1488,7 +1490,7 @@ class IMAGE_MT_pivot_pie(bpy_types._GenericUI):
1488
1490
  """ """
1489
1491
  ...
1490
1492
 
1491
- class IMAGE_MT_select(bpy_types._GenericUI):
1493
+ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1492
1494
  """ """
1493
1495
 
1494
1496
  bl_label: typing.Any
@@ -1669,7 +1671,7 @@ class IMAGE_MT_select(bpy_types._GenericUI):
1669
1671
  """ """
1670
1672
  ...
1671
1673
 
1672
- class IMAGE_MT_select_linked(bpy_types._GenericUI):
1674
+ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
1673
1675
  """ """
1674
1676
 
1675
1677
  bl_label: typing.Any
@@ -1850,7 +1852,7 @@ class IMAGE_MT_select_linked(bpy_types._GenericUI):
1850
1852
  """ """
1851
1853
  ...
1852
1854
 
1853
- class IMAGE_MT_uvs(bpy_types._GenericUI):
1855
+ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
1854
1856
  """ """
1855
1857
 
1856
1858
  bl_label: typing.Any
@@ -2031,7 +2033,7 @@ class IMAGE_MT_uvs(bpy_types._GenericUI):
2031
2033
  """ """
2032
2034
  ...
2033
2035
 
2034
- class IMAGE_MT_uvs_align(bpy_types._GenericUI):
2036
+ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
2035
2037
  """ """
2036
2038
 
2037
2039
  bl_label: typing.Any
@@ -2212,7 +2214,7 @@ class IMAGE_MT_uvs_align(bpy_types._GenericUI):
2212
2214
  """ """
2213
2215
  ...
2214
2216
 
2215
- class IMAGE_MT_uvs_context_menu(bpy_types._GenericUI):
2217
+ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2216
2218
  """ """
2217
2219
 
2218
2220
  bl_label: typing.Any
@@ -2393,7 +2395,7 @@ class IMAGE_MT_uvs_context_menu(bpy_types._GenericUI):
2393
2395
  """ """
2394
2396
  ...
2395
2397
 
2396
- class IMAGE_MT_uvs_merge(bpy_types._GenericUI):
2398
+ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
2397
2399
  """ """
2398
2400
 
2399
2401
  bl_label: typing.Any
@@ -2574,7 +2576,7 @@ class IMAGE_MT_uvs_merge(bpy_types._GenericUI):
2574
2576
  """ """
2575
2577
  ...
2576
2578
 
2577
- class IMAGE_MT_uvs_mirror(bpy_types._GenericUI):
2579
+ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
2578
2580
  """ """
2579
2581
 
2580
2582
  bl_label: typing.Any
@@ -2755,7 +2757,7 @@ class IMAGE_MT_uvs_mirror(bpy_types._GenericUI):
2755
2757
  """ """
2756
2758
  ...
2757
2759
 
2758
- class IMAGE_MT_uvs_select_mode(bpy_types._GenericUI):
2760
+ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
2759
2761
  """ """
2760
2762
 
2761
2763
  bl_label: typing.Any
@@ -2936,7 +2938,7 @@ class IMAGE_MT_uvs_select_mode(bpy_types._GenericUI):
2936
2938
  """ """
2937
2939
  ...
2938
2940
 
2939
- class IMAGE_MT_uvs_showhide(bpy_types._GenericUI):
2941
+ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
2940
2942
  """ """
2941
2943
 
2942
2944
  bl_label: typing.Any
@@ -3117,7 +3119,7 @@ class IMAGE_MT_uvs_showhide(bpy_types._GenericUI):
3117
3119
  """ """
3118
3120
  ...
3119
3121
 
3120
- class IMAGE_MT_uvs_snap(bpy_types._GenericUI):
3122
+ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
3121
3123
  """ """
3122
3124
 
3123
3125
  bl_label: typing.Any
@@ -3298,7 +3300,7 @@ class IMAGE_MT_uvs_snap(bpy_types._GenericUI):
3298
3300
  """ """
3299
3301
  ...
3300
3302
 
3301
- class IMAGE_MT_uvs_snap_pie(bpy_types._GenericUI):
3303
+ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3302
3304
  """ """
3303
3305
 
3304
3306
  bl_label: typing.Any
@@ -3479,7 +3481,7 @@ class IMAGE_MT_uvs_snap_pie(bpy_types._GenericUI):
3479
3481
  """ """
3480
3482
  ...
3481
3483
 
3482
- class IMAGE_MT_uvs_split(bpy_types._GenericUI):
3484
+ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
3483
3485
  """ """
3484
3486
 
3485
3487
  bl_label: typing.Any
@@ -3660,7 +3662,7 @@ class IMAGE_MT_uvs_split(bpy_types._GenericUI):
3660
3662
  """ """
3661
3663
  ...
3662
3664
 
3663
- class IMAGE_MT_uvs_transform(bpy_types._GenericUI):
3665
+ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
3664
3666
  """ """
3665
3667
 
3666
3668
  bl_label: typing.Any
@@ -3841,7 +3843,7 @@ class IMAGE_MT_uvs_transform(bpy_types._GenericUI):
3841
3843
  """ """
3842
3844
  ...
3843
3845
 
3844
- class IMAGE_MT_uvs_unwrap(bpy_types._GenericUI):
3846
+ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
3845
3847
  """ """
3846
3848
 
3847
3849
  bl_label: typing.Any
@@ -4022,7 +4024,7 @@ class IMAGE_MT_uvs_unwrap(bpy_types._GenericUI):
4022
4024
  """ """
4023
4025
  ...
4024
4026
 
4025
- class IMAGE_MT_view(bpy_types._GenericUI):
4027
+ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4026
4028
  """ """
4027
4029
 
4028
4030
  bl_label: typing.Any
@@ -4203,7 +4205,7 @@ class IMAGE_MT_view(bpy_types._GenericUI):
4203
4205
  """ """
4204
4206
  ...
4205
4207
 
4206
- class IMAGE_MT_view_pie(bpy_types._GenericUI):
4208
+ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4207
4209
  """ """
4208
4210
 
4209
4211
  bl_label: typing.Any
@@ -4384,7 +4386,7 @@ class IMAGE_MT_view_pie(bpy_types._GenericUI):
4384
4386
  """ """
4385
4387
  ...
4386
4388
 
4387
- class IMAGE_MT_view_zoom(bpy_types._GenericUI):
4389
+ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
4388
4390
  """ """
4389
4391
 
4390
4392
  bl_label: typing.Any
@@ -4565,7 +4567,9 @@ class IMAGE_MT_view_zoom(bpy_types._GenericUI):
4565
4567
  """ """
4566
4568
  ...
4567
4569
 
4568
- class IMAGE_PT_active_mask_point(bpy_types._GenericUI):
4570
+ class IMAGE_PT_active_mask_point(
4571
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
4572
+ ):
4569
4573
  """ """
4570
4574
 
4571
4575
  bl_category: typing.Any
@@ -4721,7 +4725,9 @@ class IMAGE_PT_active_mask_point(bpy_types._GenericUI):
4721
4725
  """ """
4722
4726
  ...
4723
4727
 
4724
- class IMAGE_PT_active_mask_spline(bpy_types._GenericUI):
4728
+ class IMAGE_PT_active_mask_spline(
4729
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
4730
+ ):
4725
4731
  """ """
4726
4732
 
4727
4733
  bl_category: typing.Any
@@ -4877,7 +4883,11 @@ class IMAGE_PT_active_mask_spline(bpy_types._GenericUI):
4877
4883
  """ """
4878
4884
  ...
4879
4885
 
4880
- class IMAGE_PT_active_tool(bl_ui.space_toolsystem_common.ToolActivePanelHelper):
4886
+ class IMAGE_PT_active_tool(
4887
+ bpy_types._GenericUI,
4888
+ bpy_types.Panel,
4889
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper,
4890
+ ):
4881
4891
  """ """
4882
4892
 
4883
4893
  bl_category: typing.Any
@@ -5026,7 +5036,11 @@ class IMAGE_PT_active_tool(bl_ui.space_toolsystem_common.ToolActivePanelHelper):
5026
5036
  """ """
5027
5037
  ...
5028
5038
 
5029
- class IMAGE_PT_annotation(bpy_types._GenericUI):
5039
+ class IMAGE_PT_annotation(
5040
+ bpy_types.Panel,
5041
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
5042
+ bpy_types._GenericUI,
5043
+ ):
5030
5044
  """ """
5031
5045
 
5032
5046
  bl_category: typing.Any
@@ -5194,7 +5208,7 @@ class IMAGE_PT_annotation(bpy_types._GenericUI):
5194
5208
  """ """
5195
5209
  ...
5196
5210
 
5197
- class IMAGE_PT_gizmo_display(bpy_types._GenericUI):
5211
+ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
5198
5212
  """ """
5199
5213
 
5200
5214
  bl_label: typing.Any
@@ -5343,7 +5357,7 @@ class IMAGE_PT_gizmo_display(bpy_types._GenericUI):
5343
5357
  """ """
5344
5358
  ...
5345
5359
 
5346
- class IMAGE_PT_image_properties(bpy_types._GenericUI):
5360
+ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
5347
5361
  """ """
5348
5362
 
5349
5363
  bl_category: typing.Any
@@ -5499,7 +5513,9 @@ class IMAGE_PT_image_properties(bpy_types._GenericUI):
5499
5513
  """ """
5500
5514
  ...
5501
5515
 
5502
- class IMAGE_PT_mask(bpy_types._GenericUI):
5516
+ class IMAGE_PT_mask(
5517
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
5518
+ ):
5503
5519
  """ """
5504
5520
 
5505
5521
  bl_category: typing.Any
@@ -5658,7 +5674,9 @@ class IMAGE_PT_mask(bpy_types._GenericUI):
5658
5674
  """ """
5659
5675
  ...
5660
5676
 
5661
- class IMAGE_PT_mask_display(bpy_types._GenericUI):
5677
+ class IMAGE_PT_mask_display(
5678
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
5679
+ ):
5662
5680
  """ """
5663
5681
 
5664
5682
  bl_label: typing.Any
@@ -5811,7 +5829,9 @@ class IMAGE_PT_mask_display(bpy_types._GenericUI):
5811
5829
  """ """
5812
5830
  ...
5813
5831
 
5814
- class IMAGE_PT_mask_layers(bpy_types._GenericUI):
5832
+ class IMAGE_PT_mask_layers(
5833
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
5834
+ ):
5815
5835
  """ """
5816
5836
 
5817
5837
  bl_category: typing.Any
@@ -5967,7 +5987,7 @@ class IMAGE_PT_mask_layers(bpy_types._GenericUI):
5967
5987
  """ """
5968
5988
  ...
5969
5989
 
5970
- class IMAGE_PT_overlay(bpy_types._GenericUI):
5990
+ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
5971
5991
  """ """
5972
5992
 
5973
5993
  bl_label: typing.Any
@@ -6116,7 +6136,7 @@ class IMAGE_PT_overlay(bpy_types._GenericUI):
6116
6136
  """ """
6117
6137
  ...
6118
6138
 
6119
- class IMAGE_PT_overlay_guides(bpy_types._GenericUI):
6139
+ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
6120
6140
  """ """
6121
6141
 
6122
6142
  bl_label: typing.Any
@@ -6272,7 +6292,7 @@ class IMAGE_PT_overlay_guides(bpy_types._GenericUI):
6272
6292
  """ """
6273
6293
  ...
6274
6294
 
6275
- class IMAGE_PT_overlay_image(bpy_types._GenericUI):
6295
+ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
6276
6296
  """ """
6277
6297
 
6278
6298
  bl_label: typing.Any
@@ -6421,7 +6441,7 @@ class IMAGE_PT_overlay_image(bpy_types._GenericUI):
6421
6441
  """ """
6422
6442
  ...
6423
6443
 
6424
- class IMAGE_PT_overlay_texture_paint(bpy_types._GenericUI):
6444
+ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
6425
6445
  """ """
6426
6446
 
6427
6447
  bl_label: typing.Any
@@ -6577,7 +6597,7 @@ class IMAGE_PT_overlay_texture_paint(bpy_types._GenericUI):
6577
6597
  """ """
6578
6598
  ...
6579
6599
 
6580
- class IMAGE_PT_overlay_uv_edit_geometry(bpy_types._GenericUI):
6600
+ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
6581
6601
  """ """
6582
6602
 
6583
6603
  bl_label: typing.Any
@@ -6733,7 +6753,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types._GenericUI):
6733
6753
  """ """
6734
6754
  ...
6735
6755
 
6736
- class IMAGE_PT_overlay_uv_stretch(bpy_types._GenericUI):
6756
+ class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
6737
6757
  """ """
6738
6758
 
6739
6759
  bl_label: typing.Any
@@ -6889,22 +6909,19 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types._GenericUI):
6889
6909
  """ """
6890
6910
  ...
6891
6911
 
6892
- class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
6893
- """ """
6894
-
6895
- bl_category: typing.Any
6912
+ class ImagePaintPanel:
6896
6913
  """ """
6897
6914
 
6898
- bl_context: typing.Any
6915
+ bl_region_type: typing.Any
6899
6916
  """ """
6900
6917
 
6901
- bl_label: typing.Any
6918
+ bl_space_type: typing.Any
6902
6919
  """ """
6903
6920
 
6904
- bl_options: typing.Any
6921
+ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
6905
6922
  """ """
6906
6923
 
6907
- bl_parent_id: typing.Any
6924
+ bl_label: typing.Any
6908
6925
  """ """
6909
6926
 
6910
6927
  bl_region_type: typing.Any
@@ -6916,6 +6933,9 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
6916
6933
  bl_space_type: typing.Any
6917
6934
  """ """
6918
6935
 
6936
+ bl_ui_units_x: typing.Any
6937
+ """ """
6938
+
6919
6939
  id_data: typing.Any
6920
6940
  """ """
6921
6941
 
@@ -6945,13 +6965,6 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
6945
6965
  """
6946
6966
  ...
6947
6967
 
6948
- def draw_header(self, context):
6949
- """
6950
-
6951
- :param context:
6952
- """
6953
- ...
6954
-
6955
6968
  def driver_add(self):
6956
6969
  """ """
6957
6970
  ...
@@ -6964,13 +6977,6 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
6964
6977
  """ """
6965
6978
  ...
6966
6979
 
6967
- def get_brush_mode(self, context):
6968
- """
6969
-
6970
- :param context:
6971
- """
6972
- ...
6973
-
6974
6980
  def id_properties_clear(self):
6975
6981
  """ """
6976
6982
  ...
@@ -7019,13 +7025,6 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
7019
7025
  """ """
7020
7026
  ...
7021
7027
 
7022
- def paint_settings(self, context):
7023
- """
7024
-
7025
- :param context:
7026
- """
7027
- ...
7028
-
7029
7028
  def path_from_id(self):
7030
7029
  """ """
7031
7030
  ...
@@ -7034,13 +7033,6 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
7034
7033
  """ """
7035
7034
  ...
7036
7035
 
7037
- def poll(self, context):
7038
- """
7039
-
7040
- :param context:
7041
- """
7042
- ...
7043
-
7044
7036
  def pop(self):
7045
7037
  """ """
7046
7038
  ...
@@ -7052,58 +7044,6 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
7052
7044
  """
7053
7045
  ...
7054
7046
 
7055
- def prop_unified(
7056
- self,
7057
- layout,
7058
- context,
7059
- brush,
7060
- prop_name,
7061
- unified_name,
7062
- pressure_name,
7063
- icon,
7064
- text,
7065
- slider,
7066
- header,
7067
- ):
7068
- """
7069
-
7070
- :param layout:
7071
- :param context:
7072
- :param brush:
7073
- :param prop_name:
7074
- :param unified_name:
7075
- :param pressure_name:
7076
- :param icon:
7077
- :param text:
7078
- :param slider:
7079
- :param header:
7080
- """
7081
- ...
7082
-
7083
- def prop_unified_color(self, parent, context, brush, prop_name, text):
7084
- """
7085
-
7086
- :param parent:
7087
- :param context:
7088
- :param brush:
7089
- :param prop_name:
7090
- :param text:
7091
- """
7092
- ...
7093
-
7094
- def prop_unified_color_picker(
7095
- self, parent, context, brush, prop_name, value_slider
7096
- ):
7097
- """
7098
-
7099
- :param parent:
7100
- :param context:
7101
- :param brush:
7102
- :param prop_name:
7103
- :param value_slider:
7104
- """
7105
- ...
7106
-
7107
7047
  def property_overridable_library_set(self):
7108
7048
  """ """
7109
7049
  ...
@@ -7127,33 +7067,15 @@ class IMAGE_PT_paint_clone(bl_ui.properties_paint_common.UnifiedPaintPanel):
7127
7067
  """ """
7128
7068
  ...
7129
7069
 
7130
- class ImagePaintPanel:
7131
- """ """
7132
-
7133
- bl_region_type: typing.Any
7134
- """ """
7135
-
7136
- bl_space_type: typing.Any
7137
- """ """
7138
-
7139
- class IMAGE_PT_paint_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
7070
+ class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
7140
7071
  """ """
7141
7072
 
7142
7073
  bl_category: typing.Any
7143
7074
  """ """
7144
7075
 
7145
- bl_context: typing.Any
7146
- """ """
7147
-
7148
7076
  bl_label: typing.Any
7149
7077
  """ """
7150
7078
 
7151
- bl_options: typing.Any
7152
- """ """
7153
-
7154
- bl_parent_id: typing.Any
7155
- """ """
7156
-
7157
7079
  bl_region_type: typing.Any
7158
7080
  """ """
7159
7081
 
@@ -7204,13 +7126,6 @@ class IMAGE_PT_paint_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
7204
7126
  """ """
7205
7127
  ...
7206
7128
 
7207
- def get_brush_mode(self, context):
7208
- """
7209
-
7210
- :param context:
7211
- """
7212
- ...
7213
-
7214
7129
  def id_properties_clear(self):
7215
7130
  """ """
7216
7131
  ...
@@ -7259,13 +7174,6 @@ class IMAGE_PT_paint_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
7259
7174
  """ """
7260
7175
  ...
7261
7176
 
7262
- def paint_settings(self, context):
7263
- """
7264
-
7265
- :param context:
7266
- """
7267
- ...
7268
-
7269
7177
  def path_from_id(self):
7270
7178
  """ """
7271
7179
  ...
@@ -7292,58 +7200,6 @@ class IMAGE_PT_paint_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
7292
7200
  """
7293
7201
  ...
7294
7202
 
7295
- def prop_unified(
7296
- self,
7297
- layout,
7298
- context,
7299
- brush,
7300
- prop_name,
7301
- unified_name,
7302
- pressure_name,
7303
- icon,
7304
- text,
7305
- slider,
7306
- header,
7307
- ):
7308
- """
7309
-
7310
- :param layout:
7311
- :param context:
7312
- :param brush:
7313
- :param prop_name:
7314
- :param unified_name:
7315
- :param pressure_name:
7316
- :param icon:
7317
- :param text:
7318
- :param slider:
7319
- :param header:
7320
- """
7321
- ...
7322
-
7323
- def prop_unified_color(self, parent, context, brush, prop_name, text):
7324
- """
7325
-
7326
- :param parent:
7327
- :param context:
7328
- :param brush:
7329
- :param prop_name:
7330
- :param text:
7331
- """
7332
- ...
7333
-
7334
- def prop_unified_color_picker(
7335
- self, parent, context, brush, prop_name, value_slider
7336
- ):
7337
- """
7338
-
7339
- :param parent:
7340
- :param context:
7341
- :param brush:
7342
- :param prop_name:
7343
- :param value_slider:
7344
- """
7345
- ...
7346
-
7347
7203
  def property_overridable_library_set(self):
7348
7204
  """ """
7349
7205
  ...
@@ -7367,13 +7223,17 @@ class IMAGE_PT_paint_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
7367
7223
  """ """
7368
7224
  ...
7369
7225
 
7370
- class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7226
+ class ImageScopesPanel:
7371
7227
  """ """
7372
7228
 
7373
- bl_category: typing.Any
7374
- """ """
7229
+ def poll(self, context):
7230
+ """
7375
7231
 
7376
- bl_context: typing.Any
7232
+ :param context:
7233
+ """
7234
+ ...
7235
+
7236
+ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
7377
7237
  """ """
7378
7238
 
7379
7239
  bl_label: typing.Any
@@ -7429,13 +7289,6 @@ class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7429
7289
  """ """
7430
7290
  ...
7431
7291
 
7432
- def get_brush_mode(self, context):
7433
- """
7434
-
7435
- :param context:
7436
- """
7437
- ...
7438
-
7439
7292
  def id_properties_clear(self):
7440
7293
  """ """
7441
7294
  ...
@@ -7484,13 +7337,6 @@ class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7484
7337
  """ """
7485
7338
  ...
7486
7339
 
7487
- def paint_settings(self, context):
7488
- """
7489
-
7490
- :param context:
7491
- """
7492
- ...
7493
-
7494
7340
  def path_from_id(self):
7495
7341
  """ """
7496
7342
  ...
@@ -7499,13 +7345,6 @@ class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7499
7345
  """ """
7500
7346
  ...
7501
7347
 
7502
- def poll(self, context):
7503
- """
7504
-
7505
- :param context:
7506
- """
7507
- ...
7508
-
7509
7348
  def pop(self):
7510
7349
  """ """
7511
7350
  ...
@@ -7517,70 +7356,18 @@ class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7517
7356
  """
7518
7357
  ...
7519
7358
 
7520
- def prop_unified(
7521
- self,
7522
- layout,
7523
- context,
7524
- brush,
7525
- prop_name,
7526
- unified_name,
7527
- pressure_name,
7528
- icon,
7529
- text,
7530
- slider,
7531
- header,
7532
- ):
7533
- """
7359
+ def property_overridable_library_set(self):
7360
+ """ """
7361
+ ...
7534
7362
 
7535
- :param layout:
7536
- :param context:
7537
- :param brush:
7538
- :param prop_name:
7539
- :param unified_name:
7540
- :param pressure_name:
7541
- :param icon:
7542
- :param text:
7543
- :param slider:
7544
- :param header:
7545
- """
7363
+ def property_unset(self):
7364
+ """ """
7546
7365
  ...
7547
7366
 
7548
- def prop_unified_color(self, parent, context, brush, prop_name, text):
7367
+ def remove(self, draw_func):
7549
7368
  """
7550
7369
 
7551
- :param parent:
7552
- :param context:
7553
- :param brush:
7554
- :param prop_name:
7555
- :param text:
7556
- """
7557
- ...
7558
-
7559
- def prop_unified_color_picker(
7560
- self, parent, context, brush, prop_name, value_slider
7561
- ):
7562
- """
7563
-
7564
- :param parent:
7565
- :param context:
7566
- :param brush:
7567
- :param prop_name:
7568
- :param value_slider:
7569
- """
7570
- ...
7571
-
7572
- def property_overridable_library_set(self):
7573
- """ """
7574
- ...
7575
-
7576
- def property_unset(self):
7577
- """ """
7578
- ...
7579
-
7580
- def remove(self, draw_func):
7581
- """
7582
-
7583
- :param draw_func:
7370
+ :param draw_func:
7584
7371
  """
7585
7372
  ...
7586
7373
 
@@ -7592,24 +7379,15 @@ class IMAGE_PT_paint_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
7592
7379
  """ """
7593
7380
  ...
7594
7381
 
7595
- class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7382
+ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
7596
7383
  """ """
7597
7384
 
7598
7385
  bl_category: typing.Any
7599
7386
  """ """
7600
7387
 
7601
- bl_context: typing.Any
7602
- """ """
7603
-
7604
7388
  bl_label: typing.Any
7605
7389
  """ """
7606
7390
 
7607
- bl_options: typing.Any
7608
- """ """
7609
-
7610
- bl_parent_id: typing.Any
7611
- """ """
7612
-
7613
7391
  bl_region_type: typing.Any
7614
7392
  """ """
7615
7393
 
@@ -7619,9 +7397,6 @@ class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7619
7397
  bl_space_type: typing.Any
7620
7398
  """ """
7621
7399
 
7622
- bl_ui_units_x: typing.Any
7623
- """ """
7624
-
7625
7400
  id_data: typing.Any
7626
7401
  """ """
7627
7402
 
@@ -7663,13 +7438,6 @@ class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7663
7438
  """ """
7664
7439
  ...
7665
7440
 
7666
- def get_brush_mode(self, context):
7667
- """
7668
-
7669
- :param context:
7670
- """
7671
- ...
7672
-
7673
7441
  def id_properties_clear(self):
7674
7442
  """ """
7675
7443
  ...
@@ -7718,13 +7486,6 @@ class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7718
7486
  """ """
7719
7487
  ...
7720
7488
 
7721
- def paint_settings(self, context):
7722
- """
7723
-
7724
- :param context:
7725
- """
7726
- ...
7727
-
7728
7489
  def path_from_id(self):
7729
7490
  """ """
7730
7491
  ...
@@ -7751,58 +7512,6 @@ class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7751
7512
  """
7752
7513
  ...
7753
7514
 
7754
- def prop_unified(
7755
- self,
7756
- layout,
7757
- context,
7758
- brush,
7759
- prop_name,
7760
- unified_name,
7761
- pressure_name,
7762
- icon,
7763
- text,
7764
- slider,
7765
- header,
7766
- ):
7767
- """
7768
-
7769
- :param layout:
7770
- :param context:
7771
- :param brush:
7772
- :param prop_name:
7773
- :param unified_name:
7774
- :param pressure_name:
7775
- :param icon:
7776
- :param text:
7777
- :param slider:
7778
- :param header:
7779
- """
7780
- ...
7781
-
7782
- def prop_unified_color(self, parent, context, brush, prop_name, text):
7783
- """
7784
-
7785
- :param parent:
7786
- :param context:
7787
- :param brush:
7788
- :param prop_name:
7789
- :param text:
7790
- """
7791
- ...
7792
-
7793
- def prop_unified_color_picker(
7794
- self, parent, context, brush, prop_name, value_slider
7795
- ):
7796
- """
7797
-
7798
- :param parent:
7799
- :param context:
7800
- :param brush:
7801
- :param prop_name:
7802
- :param value_slider:
7803
- """
7804
- ...
7805
-
7806
7515
  def property_overridable_library_set(self):
7807
7516
  """ """
7808
7517
  ...
@@ -7826,26 +7535,15 @@ class IMAGE_PT_paint_stroke(bl_ui.properties_paint_common.UnifiedPaintPanel):
7826
7535
  """ """
7827
7536
  ...
7828
7537
 
7829
- class IMAGE_PT_paint_stroke_smooth_stroke(
7830
- bl_ui.properties_paint_common.UnifiedPaintPanel
7831
- ):
7538
+ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
7832
7539
  """ """
7833
7540
 
7834
7541
  bl_category: typing.Any
7835
7542
  """ """
7836
7543
 
7837
- bl_context: typing.Any
7838
- """ """
7839
-
7840
7544
  bl_label: typing.Any
7841
7545
  """ """
7842
7546
 
7843
- bl_options: typing.Any
7844
- """ """
7845
-
7846
- bl_parent_id: typing.Any
7847
- """ """
7848
-
7849
7547
  bl_region_type: typing.Any
7850
7548
  """ """
7851
7549
 
@@ -7884,13 +7582,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
7884
7582
  """
7885
7583
  ...
7886
7584
 
7887
- def draw_header(self, context):
7888
- """
7889
-
7890
- :param context:
7891
- """
7892
- ...
7893
-
7894
7585
  def driver_add(self):
7895
7586
  """ """
7896
7587
  ...
@@ -7903,13 +7594,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
7903
7594
  """ """
7904
7595
  ...
7905
7596
 
7906
- def get_brush_mode(self, context):
7907
- """
7908
-
7909
- :param context:
7910
- """
7911
- ...
7912
-
7913
7597
  def id_properties_clear(self):
7914
7598
  """ """
7915
7599
  ...
@@ -7958,13 +7642,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
7958
7642
  """ """
7959
7643
  ...
7960
7644
 
7961
- def paint_settings(self, context):
7962
- """
7963
-
7964
- :param context:
7965
- """
7966
- ...
7967
-
7968
7645
  def path_from_id(self):
7969
7646
  """ """
7970
7647
  ...
@@ -7991,6 +7668,53 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
7991
7668
  """
7992
7669
  ...
7993
7670
 
7671
+ def property_overridable_library_set(self):
7672
+ """ """
7673
+ ...
7674
+
7675
+ def property_unset(self):
7676
+ """ """
7677
+ ...
7678
+
7679
+ def remove(self, draw_func):
7680
+ """
7681
+
7682
+ :param draw_func:
7683
+ """
7684
+ ...
7685
+
7686
+ def type_recast(self):
7687
+ """ """
7688
+ ...
7689
+
7690
+ def values(self):
7691
+ """ """
7692
+ ...
7693
+
7694
+ class UVSculptPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
7695
+ """ """
7696
+
7697
+ def get_brush_mode(self, context):
7698
+ """
7699
+
7700
+ :param context:
7701
+ """
7702
+ ...
7703
+
7704
+ def paint_settings(self, context):
7705
+ """
7706
+
7707
+ :param context:
7708
+ """
7709
+ ...
7710
+
7711
+ def poll(self, context):
7712
+ """
7713
+
7714
+ :param context:
7715
+ """
7716
+ ...
7717
+
7994
7718
  def prop_unified(
7995
7719
  self,
7996
7720
  layout,
@@ -8043,47 +7767,15 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
8043
7767
  """
8044
7768
  ...
8045
7769
 
8046
- def property_overridable_library_set(self):
8047
- """ """
8048
- ...
8049
-
8050
- def property_unset(self):
8051
- """ """
8052
- ...
8053
-
8054
- def remove(self, draw_func):
8055
- """
8056
-
8057
- :param draw_func:
8058
- """
8059
- ...
8060
-
8061
- def type_recast(self):
8062
- """ """
8063
- ...
8064
-
8065
- def values(self):
8066
- """ """
8067
- ...
8068
-
8069
- class IMAGE_PT_paint_swatches(bl_ui.properties_paint_common.UnifiedPaintPanel):
7770
+ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
8070
7771
  """ """
8071
7772
 
8072
7773
  bl_category: typing.Any
8073
7774
  """ """
8074
7775
 
8075
- bl_context: typing.Any
8076
- """ """
8077
-
8078
7776
  bl_label: typing.Any
8079
7777
  """ """
8080
7778
 
8081
- bl_options: typing.Any
8082
- """ """
8083
-
8084
- bl_parent_id: typing.Any
8085
- """ """
8086
-
8087
7779
  bl_region_type: typing.Any
8088
7780
  """ """
8089
7781
 
@@ -8134,13 +7826,6 @@ class IMAGE_PT_paint_swatches(bl_ui.properties_paint_common.UnifiedPaintPanel):
8134
7826
  """ """
8135
7827
  ...
8136
7828
 
8137
- def get_brush_mode(self, context):
8138
- """
8139
-
8140
- :param context:
8141
- """
8142
- ...
8143
-
8144
7829
  def id_properties_clear(self):
8145
7830
  """ """
8146
7831
  ...
@@ -8189,13 +7874,6 @@ class IMAGE_PT_paint_swatches(bl_ui.properties_paint_common.UnifiedPaintPanel):
8189
7874
  """ """
8190
7875
  ...
8191
7876
 
8192
- def paint_settings(self, context):
8193
- """
8194
-
8195
- :param context:
8196
- """
8197
- ...
8198
-
8199
7877
  def path_from_id(self):
8200
7878
  """ """
8201
7879
  ...
@@ -8222,67 +7900,15 @@ class IMAGE_PT_paint_swatches(bl_ui.properties_paint_common.UnifiedPaintPanel):
8222
7900
  """
8223
7901
  ...
8224
7902
 
8225
- def prop_unified(
8226
- self,
8227
- layout,
8228
- context,
8229
- brush,
8230
- prop_name,
8231
- unified_name,
8232
- pressure_name,
8233
- icon,
8234
- text,
8235
- slider,
8236
- header,
8237
- ):
8238
- """
8239
-
8240
- :param layout:
8241
- :param context:
8242
- :param brush:
8243
- :param prop_name:
8244
- :param unified_name:
8245
- :param pressure_name:
8246
- :param icon:
8247
- :param text:
8248
- :param slider:
8249
- :param header:
8250
- """
8251
- ...
8252
-
8253
- def prop_unified_color(self, parent, context, brush, prop_name, text):
8254
- """
8255
-
8256
- :param parent:
8257
- :param context:
8258
- :param brush:
8259
- :param prop_name:
8260
- :param text:
8261
- """
8262
- ...
8263
-
8264
- def prop_unified_color_picker(
8265
- self, parent, context, brush, prop_name, value_slider
8266
- ):
8267
- """
8268
-
8269
- :param parent:
8270
- :param context:
8271
- :param brush:
8272
- :param prop_name:
8273
- :param value_slider:
8274
- """
8275
- ...
8276
-
8277
- def property_overridable_library_set(self):
8278
- """ """
8279
- ...
8280
-
8281
- def property_unset(self):
8282
- """ """
8283
- ...
8284
-
8285
- def remove(self, draw_func):
7903
+ def property_overridable_library_set(self):
7904
+ """ """
7905
+ ...
7906
+
7907
+ def property_unset(self):
7908
+ """ """
7909
+ ...
7910
+
7911
+ def remove(self, draw_func):
8286
7912
  """
8287
7913
 
8288
7914
  :param draw_func:
@@ -8297,24 +7923,12 @@ class IMAGE_PT_paint_swatches(bl_ui.properties_paint_common.UnifiedPaintPanel):
8297
7923
  """ """
8298
7924
  ...
8299
7925
 
8300
- class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
8301
- """ """
8302
-
8303
- bl_label: typing.Any
8304
- """ """
8305
-
8306
- bl_region_type: typing.Any
7926
+ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
8307
7927
  """ """
8308
7928
 
8309
7929
  bl_rna: typing.Any
8310
7930
  """ """
8311
7931
 
8312
- bl_space_type: typing.Any
8313
- """ """
8314
-
8315
- bl_ui_units_x: typing.Any
8316
- """ """
8317
-
8318
7932
  id_data: typing.Any
8319
7933
  """ """
8320
7934
 
@@ -8337,10 +7951,27 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
8337
7951
  """ """
8338
7952
  ...
8339
7953
 
8340
- def draw(self, context):
7954
+ def draw_item(
7955
+ self,
7956
+ _context,
7957
+ layout,
7958
+ _data,
7959
+ item,
7960
+ _icon,
7961
+ _active_data,
7962
+ _active_propname,
7963
+ _index,
7964
+ ):
8341
7965
  """
8342
7966
 
8343
- :param context:
7967
+ :param _context:
7968
+ :param layout:
7969
+ :param _data:
7970
+ :param item:
7971
+ :param _icon:
7972
+ :param _active_data:
7973
+ :param _active_propname:
7974
+ :param _index:
8344
7975
  """
8345
7976
  ...
8346
7977
 
@@ -8446,24 +8077,12 @@ class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
8446
8077
  """ """
8447
8078
  ...
8448
8079
 
8449
- class IMAGE_PT_render_slots(bpy_types._GenericUI):
8450
- """ """
8451
-
8452
- bl_category: typing.Any
8453
- """ """
8454
-
8455
- bl_label: typing.Any
8456
- """ """
8457
-
8458
- bl_region_type: typing.Any
8080
+ class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
8459
8081
  """ """
8460
8082
 
8461
8083
  bl_rna: typing.Any
8462
8084
  """ """
8463
8085
 
8464
- bl_space_type: typing.Any
8465
- """ """
8466
-
8467
8086
  id_data: typing.Any
8468
8087
  """ """
8469
8088
 
@@ -8486,10 +8105,27 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
8486
8105
  """ """
8487
8106
  ...
8488
8107
 
8489
- def draw(self, context):
8108
+ def draw_item(
8109
+ self,
8110
+ _context,
8111
+ layout,
8112
+ _data,
8113
+ item,
8114
+ _icon,
8115
+ _active_data,
8116
+ _active_propname,
8117
+ _index,
8118
+ ):
8490
8119
  """
8491
8120
 
8492
- :param context:
8121
+ :param _context:
8122
+ :param layout:
8123
+ :param _data:
8124
+ :param item:
8125
+ :param _icon:
8126
+ :param _active_data:
8127
+ :param _active_propname:
8128
+ :param _index:
8493
8129
  """
8494
8130
  ...
8495
8131
 
@@ -8561,13 +8197,6 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
8561
8197
  """ """
8562
8198
  ...
8563
8199
 
8564
- def poll(self, context):
8565
- """
8566
-
8567
- :param context:
8568
- """
8569
- ...
8570
-
8571
8200
  def pop(self):
8572
8201
  """ """
8573
8202
  ...
@@ -8602,15 +8231,52 @@ class IMAGE_PT_render_slots(bpy_types._GenericUI):
8602
8231
  """ """
8603
8232
  ...
8604
8233
 
8605
- class IMAGE_PT_sample_line(bpy_types._GenericUI):
8234
+ class _draw_tool_settings_context_mode:
8235
+ """ """
8236
+
8237
+ def PAINT(self, context, layout, tool):
8238
+ """
8239
+
8240
+ :param context:
8241
+ :param layout:
8242
+ :param tool:
8243
+ """
8244
+ ...
8245
+
8246
+ def UV(self, context, layout, tool):
8247
+ """
8248
+
8249
+ :param context:
8250
+ :param layout:
8251
+ :param tool:
8252
+ """
8253
+ ...
8254
+
8255
+ class IMAGE_PT_paint_curve(
8256
+ bl_ui.properties_paint_common.BrushPanel,
8257
+ bpy_types._GenericUI,
8258
+ BrushButtonsPanel,
8259
+ bpy_types.Panel,
8260
+ bl_ui.properties_paint_common.FalloffPanel,
8261
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
8262
+ ):
8606
8263
  """ """
8607
8264
 
8608
8265
  bl_category: typing.Any
8609
8266
  """ """
8610
8267
 
8268
+ bl_context: typing.Any
8269
+ """ """
8270
+
8611
8271
  bl_label: typing.Any
8612
8272
  """ """
8613
8273
 
8274
+ bl_options: typing.Any
8275
+ """ """
8276
+
8277
+ bl_parent_id: typing.Any
8278
+ """ """
8279
+
8614
8280
  bl_region_type: typing.Any
8615
8281
  """ """
8616
8282
 
@@ -8661,6 +8327,13 @@ class IMAGE_PT_sample_line(bpy_types._GenericUI):
8661
8327
  """ """
8662
8328
  ...
8663
8329
 
8330
+ def get_brush_mode(self, context):
8331
+ """
8332
+
8333
+ :param context:
8334
+ """
8335
+ ...
8336
+
8664
8337
  def id_properties_clear(self):
8665
8338
  """ """
8666
8339
  ...
@@ -8709,6 +8382,13 @@ class IMAGE_PT_sample_line(bpy_types._GenericUI):
8709
8382
  """ """
8710
8383
  ...
8711
8384
 
8385
+ def paint_settings(self, context):
8386
+ """
8387
+
8388
+ :param context:
8389
+ """
8390
+ ...
8391
+
8712
8392
  def path_from_id(self):
8713
8393
  """ """
8714
8394
  ...
@@ -8735,6 +8415,58 @@ class IMAGE_PT_sample_line(bpy_types._GenericUI):
8735
8415
  """
8736
8416
  ...
8737
8417
 
8418
+ def prop_unified(
8419
+ self,
8420
+ layout,
8421
+ context,
8422
+ brush,
8423
+ prop_name,
8424
+ unified_name,
8425
+ pressure_name,
8426
+ icon,
8427
+ text,
8428
+ slider,
8429
+ header,
8430
+ ):
8431
+ """
8432
+
8433
+ :param layout:
8434
+ :param context:
8435
+ :param brush:
8436
+ :param prop_name:
8437
+ :param unified_name:
8438
+ :param pressure_name:
8439
+ :param icon:
8440
+ :param text:
8441
+ :param slider:
8442
+ :param header:
8443
+ """
8444
+ ...
8445
+
8446
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
8447
+ """
8448
+
8449
+ :param parent:
8450
+ :param context:
8451
+ :param brush:
8452
+ :param prop_name:
8453
+ :param text:
8454
+ """
8455
+ ...
8456
+
8457
+ def prop_unified_color_picker(
8458
+ self, parent, context, brush, prop_name, value_slider
8459
+ ):
8460
+ """
8461
+
8462
+ :param parent:
8463
+ :param context:
8464
+ :param brush:
8465
+ :param prop_name:
8466
+ :param value_slider:
8467
+ """
8468
+ ...
8469
+
8738
8470
  def property_overridable_library_set(self):
8739
8471
  """ """
8740
8472
  ...
@@ -8758,18 +8490,31 @@ class IMAGE_PT_sample_line(bpy_types._GenericUI):
8758
8490
  """ """
8759
8491
  ...
8760
8492
 
8761
- class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8493
+ class IMAGE_PT_paint_stroke(
8494
+ bl_ui.properties_paint_common.BrushPanel,
8495
+ bpy_types._GenericUI,
8496
+ BrushButtonsPanel,
8497
+ bpy_types.Panel,
8498
+ bl_ui.properties_paint_common.StrokePanel,
8499
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
8500
+ ):
8762
8501
  """ """
8763
8502
 
8764
8503
  bl_category: typing.Any
8765
8504
  """ """
8766
8505
 
8506
+ bl_context: typing.Any
8507
+ """ """
8508
+
8767
8509
  bl_label: typing.Any
8768
8510
  """ """
8769
8511
 
8770
8512
  bl_options: typing.Any
8771
8513
  """ """
8772
8514
 
8515
+ bl_parent_id: typing.Any
8516
+ """ """
8517
+
8773
8518
  bl_region_type: typing.Any
8774
8519
  """ """
8775
8520
 
@@ -8779,6 +8524,9 @@ class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8779
8524
  bl_space_type: typing.Any
8780
8525
  """ """
8781
8526
 
8527
+ bl_ui_units_x: typing.Any
8528
+ """ """
8529
+
8782
8530
  id_data: typing.Any
8783
8531
  """ """
8784
8532
 
@@ -8820,6 +8568,13 @@ class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8820
8568
  """ """
8821
8569
  ...
8822
8570
 
8571
+ def get_brush_mode(self, context):
8572
+ """
8573
+
8574
+ :param context:
8575
+ """
8576
+ ...
8577
+
8823
8578
  def id_properties_clear(self):
8824
8579
  """ """
8825
8580
  ...
@@ -8868,6 +8623,13 @@ class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8868
8623
  """ """
8869
8624
  ...
8870
8625
 
8626
+ def paint_settings(self, context):
8627
+ """
8628
+
8629
+ :param context:
8630
+ """
8631
+ ...
8632
+
8871
8633
  def path_from_id(self):
8872
8634
  """ """
8873
8635
  ...
@@ -8894,12 +8656,64 @@ class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8894
8656
  """
8895
8657
  ...
8896
8658
 
8897
- def property_overridable_library_set(self):
8898
- """ """
8899
- ...
8659
+ def prop_unified(
8660
+ self,
8661
+ layout,
8662
+ context,
8663
+ brush,
8664
+ prop_name,
8665
+ unified_name,
8666
+ pressure_name,
8667
+ icon,
8668
+ text,
8669
+ slider,
8670
+ header,
8671
+ ):
8672
+ """
8900
8673
 
8901
- def property_unset(self):
8902
- """ """
8674
+ :param layout:
8675
+ :param context:
8676
+ :param brush:
8677
+ :param prop_name:
8678
+ :param unified_name:
8679
+ :param pressure_name:
8680
+ :param icon:
8681
+ :param text:
8682
+ :param slider:
8683
+ :param header:
8684
+ """
8685
+ ...
8686
+
8687
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
8688
+ """
8689
+
8690
+ :param parent:
8691
+ :param context:
8692
+ :param brush:
8693
+ :param prop_name:
8694
+ :param text:
8695
+ """
8696
+ ...
8697
+
8698
+ def prop_unified_color_picker(
8699
+ self, parent, context, brush, prop_name, value_slider
8700
+ ):
8701
+ """
8702
+
8703
+ :param parent:
8704
+ :param context:
8705
+ :param brush:
8706
+ :param prop_name:
8707
+ :param value_slider:
8708
+ """
8709
+ ...
8710
+
8711
+ def property_overridable_library_set(self):
8712
+ """ """
8713
+ ...
8714
+
8715
+ def property_unset(self):
8716
+ """ """
8903
8717
  ...
8904
8718
 
8905
8719
  def remove(self, draw_func):
@@ -8917,12 +8731,31 @@ class IMAGE_PT_scope_sample(bpy_types._GenericUI):
8917
8731
  """ """
8918
8732
  ...
8919
8733
 
8920
- class IMAGE_PT_snapping(bpy_types._GenericUI):
8734
+ class IMAGE_PT_paint_stroke_smooth_stroke(
8735
+ bl_ui.properties_paint_common.BrushPanel,
8736
+ BrushButtonsPanel,
8737
+ bpy_types.Panel,
8738
+ bpy_types._GenericUI,
8739
+ bl_ui.properties_paint_common.SmoothStrokePanel,
8740
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
8741
+ ):
8742
+ """ """
8743
+
8744
+ bl_category: typing.Any
8745
+ """ """
8746
+
8747
+ bl_context: typing.Any
8921
8748
  """ """
8922
8749
 
8923
8750
  bl_label: typing.Any
8924
8751
  """ """
8925
8752
 
8753
+ bl_options: typing.Any
8754
+ """ """
8755
+
8756
+ bl_parent_id: typing.Any
8757
+ """ """
8758
+
8926
8759
  bl_region_type: typing.Any
8927
8760
  """ """
8928
8761
 
@@ -8961,6 +8794,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
8961
8794
  """
8962
8795
  ...
8963
8796
 
8797
+ def draw_header(self, context):
8798
+ """
8799
+
8800
+ :param context:
8801
+ """
8802
+ ...
8803
+
8964
8804
  def driver_add(self):
8965
8805
  """ """
8966
8806
  ...
@@ -8973,6 +8813,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
8973
8813
  """ """
8974
8814
  ...
8975
8815
 
8816
+ def get_brush_mode(self, context):
8817
+ """
8818
+
8819
+ :param context:
8820
+ """
8821
+ ...
8822
+
8976
8823
  def id_properties_clear(self):
8977
8824
  """ """
8978
8825
  ...
@@ -9021,6 +8868,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
9021
8868
  """ """
9022
8869
  ...
9023
8870
 
8871
+ def paint_settings(self, context):
8872
+ """
8873
+
8874
+ :param context:
8875
+ """
8876
+ ...
8877
+
9024
8878
  def path_from_id(self):
9025
8879
  """ """
9026
8880
  ...
@@ -9029,6 +8883,13 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
9029
8883
  """ """
9030
8884
  ...
9031
8885
 
8886
+ def poll(self, context):
8887
+ """
8888
+
8889
+ :param context:
8890
+ """
8891
+ ...
8892
+
9032
8893
  def pop(self):
9033
8894
  """ """
9034
8895
  ...
@@ -9040,6 +8901,58 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
9040
8901
  """
9041
8902
  ...
9042
8903
 
8904
+ def prop_unified(
8905
+ self,
8906
+ layout,
8907
+ context,
8908
+ brush,
8909
+ prop_name,
8910
+ unified_name,
8911
+ pressure_name,
8912
+ icon,
8913
+ text,
8914
+ slider,
8915
+ header,
8916
+ ):
8917
+ """
8918
+
8919
+ :param layout:
8920
+ :param context:
8921
+ :param brush:
8922
+ :param prop_name:
8923
+ :param unified_name:
8924
+ :param pressure_name:
8925
+ :param icon:
8926
+ :param text:
8927
+ :param slider:
8928
+ :param header:
8929
+ """
8930
+ ...
8931
+
8932
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
8933
+ """
8934
+
8935
+ :param parent:
8936
+ :param context:
8937
+ :param brush:
8938
+ :param prop_name:
8939
+ :param text:
8940
+ """
8941
+ ...
8942
+
8943
+ def prop_unified_color_picker(
8944
+ self, parent, context, brush, prop_name, value_slider
8945
+ ):
8946
+ """
8947
+
8948
+ :param parent:
8949
+ :param context:
8950
+ :param brush:
8951
+ :param prop_name:
8952
+ :param value_slider:
8953
+ """
8954
+ ...
8955
+
9043
8956
  def property_overridable_library_set(self):
9044
8957
  """ """
9045
8958
  ...
@@ -9063,7 +8976,14 @@ class IMAGE_PT_snapping(bpy_types._GenericUI):
9063
8976
  """ """
9064
8977
  ...
9065
8978
 
9066
- class IMAGE_PT_tools_brush_display(bl_ui.properties_paint_common.UnifiedPaintPanel):
8979
+ class IMAGE_PT_tools_brush_display(
8980
+ bl_ui.properties_paint_common.BrushPanel,
8981
+ BrushButtonsPanel,
8982
+ bpy_types.Panel,
8983
+ bpy_types._GenericUI,
8984
+ bl_ui.properties_paint_common.DisplayPanel,
8985
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
8986
+ ):
9067
8987
  """ """
9068
8988
 
9069
8989
  bl_category: typing.Any
@@ -9304,7 +9224,12 @@ class IMAGE_PT_tools_brush_display(bl_ui.properties_paint_common.UnifiedPaintPan
9304
9224
  """ """
9305
9225
  ...
9306
9226
 
9307
- class IMAGE_PT_tools_brush_texture(bpy_types._GenericUI):
9227
+ class IMAGE_PT_tools_brush_texture(
9228
+ bpy_types.Panel,
9229
+ BrushButtonsPanel,
9230
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
9231
+ bpy_types._GenericUI,
9232
+ ):
9308
9233
  """ """
9309
9234
 
9310
9235
  bl_category: typing.Any
@@ -9535,7 +9460,12 @@ class IMAGE_PT_tools_brush_texture(bpy_types._GenericUI):
9535
9460
  """ """
9536
9461
  ...
9537
9462
 
9538
- class IMAGE_PT_tools_imagepaint_symmetry(bpy_types._GenericUI):
9463
+ class IMAGE_PT_tools_imagepaint_symmetry(
9464
+ bpy_types.Panel,
9465
+ BrushButtonsPanel,
9466
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
9467
+ bpy_types._GenericUI,
9468
+ ):
9539
9469
  """ """
9540
9470
 
9541
9471
  bl_category: typing.Any
@@ -9763,7 +9693,14 @@ class IMAGE_PT_tools_imagepaint_symmetry(bpy_types._GenericUI):
9763
9693
  """ """
9764
9694
  ...
9765
9695
 
9766
- class IMAGE_PT_tools_mask_texture(bl_ui.properties_paint_common.UnifiedPaintPanel):
9696
+ class IMAGE_PT_tools_mask_texture(
9697
+ bl_ui.properties_paint_common.BrushPanel,
9698
+ BrushButtonsPanel,
9699
+ bpy_types.Panel,
9700
+ bpy_types._GenericUI,
9701
+ bl_ui.properties_paint_common.TextureMaskPanel,
9702
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
9703
+ ):
9767
9704
  """ """
9768
9705
 
9769
9706
  bl_category: typing.Any
@@ -9997,15 +9934,31 @@ class IMAGE_PT_tools_mask_texture(bl_ui.properties_paint_common.UnifiedPaintPane
9997
9934
  """ """
9998
9935
  ...
9999
9936
 
10000
- class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
9937
+ class IMAGE_PT_paint_clone(
9938
+ bl_ui.properties_paint_common.BrushPanel,
9939
+ ImagePaintPanel,
9940
+ bpy_types.Panel,
9941
+ bpy_types._GenericUI,
9942
+ bl_ui.properties_paint_common.ClonePanel,
9943
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
9944
+ ):
10001
9945
  """ """
10002
9946
 
10003
9947
  bl_category: typing.Any
10004
9948
  """ """
10005
9949
 
9950
+ bl_context: typing.Any
9951
+ """ """
9952
+
10006
9953
  bl_label: typing.Any
10007
9954
  """ """
10008
9955
 
9956
+ bl_options: typing.Any
9957
+ """ """
9958
+
9959
+ bl_parent_id: typing.Any
9960
+ """ """
9961
+
10009
9962
  bl_region_type: typing.Any
10010
9963
  """ """
10011
9964
 
@@ -10044,6 +9997,13 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
10044
9997
  """
10045
9998
  ...
10046
9999
 
10000
+ def draw_header(self, context):
10001
+ """
10002
+
10003
+ :param context:
10004
+ """
10005
+ ...
10006
+
10047
10007
  def driver_add(self):
10048
10008
  """ """
10049
10009
  ...
@@ -10056,6 +10016,13 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
10056
10016
  """ """
10057
10017
  ...
10058
10018
 
10019
+ def get_brush_mode(self, context):
10020
+ """
10021
+
10022
+ :param context:
10023
+ """
10024
+ ...
10025
+
10059
10026
  def id_properties_clear(self):
10060
10027
  """ """
10061
10028
  ...
@@ -10104,6 +10071,13 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
10104
10071
  """ """
10105
10072
  ...
10106
10073
 
10074
+ def paint_settings(self, context):
10075
+ """
10076
+
10077
+ :param context:
10078
+ """
10079
+ ...
10080
+
10107
10081
  def path_from_id(self):
10108
10082
  """ """
10109
10083
  ...
@@ -10130,6 +10104,58 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
10130
10104
  """
10131
10105
  ...
10132
10106
 
10107
+ def prop_unified(
10108
+ self,
10109
+ layout,
10110
+ context,
10111
+ brush,
10112
+ prop_name,
10113
+ unified_name,
10114
+ pressure_name,
10115
+ icon,
10116
+ text,
10117
+ slider,
10118
+ header,
10119
+ ):
10120
+ """
10121
+
10122
+ :param layout:
10123
+ :param context:
10124
+ :param brush:
10125
+ :param prop_name:
10126
+ :param unified_name:
10127
+ :param pressure_name:
10128
+ :param icon:
10129
+ :param text:
10130
+ :param slider:
10131
+ :param header:
10132
+ """
10133
+ ...
10134
+
10135
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
10136
+ """
10137
+
10138
+ :param parent:
10139
+ :param context:
10140
+ :param brush:
10141
+ :param prop_name:
10142
+ :param text:
10143
+ """
10144
+ ...
10145
+
10146
+ def prop_unified_color_picker(
10147
+ self, parent, context, brush, prop_name, value_slider
10148
+ ):
10149
+ """
10150
+
10151
+ :param parent:
10152
+ :param context:
10153
+ :param brush:
10154
+ :param prop_name:
10155
+ :param value_slider:
10156
+ """
10157
+ ...
10158
+
10133
10159
  def property_overridable_library_set(self):
10134
10160
  """ """
10135
10161
  ...
@@ -10153,15 +10179,21 @@ class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
10153
10179
  """ """
10154
10180
  ...
10155
10181
 
10156
- class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
10182
+ class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
10157
10183
  """ """
10158
10184
 
10159
10185
  bl_category: typing.Any
10160
10186
  """ """
10161
10187
 
10188
+ bl_context: typing.Any
10189
+ """ """
10190
+
10162
10191
  bl_label: typing.Any
10163
10192
  """ """
10164
10193
 
10194
+ bl_parent_id: typing.Any
10195
+ """ """
10196
+
10165
10197
  bl_region_type: typing.Any
10166
10198
  """ """
10167
10199
 
@@ -10309,7 +10341,14 @@ class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
10309
10341
  """ """
10310
10342
  ...
10311
10343
 
10312
- class IMAGE_PT_uv_sculpt_brush_select(bl_ui.properties_paint_common.UnifiedPaintPanel):
10344
+ class IMAGE_PT_paint_select(
10345
+ bl_ui.properties_paint_common.BrushPanel,
10346
+ ImagePaintPanel,
10347
+ bpy_types.Panel,
10348
+ bpy_types._GenericUI,
10349
+ bl_ui.properties_paint_common.BrushSelectPanel,
10350
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
10351
+ ):
10313
10352
  """ """
10314
10353
 
10315
10354
  bl_category: typing.Any
@@ -10534,9 +10573,7 @@ class IMAGE_PT_uv_sculpt_brush_select(bl_ui.properties_paint_common.UnifiedPaint
10534
10573
  """ """
10535
10574
  ...
10536
10575
 
10537
- class IMAGE_PT_uv_sculpt_brush_settings(
10538
- bl_ui.properties_paint_common.UnifiedPaintPanel
10539
- ):
10576
+ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
10540
10577
  """ """
10541
10578
 
10542
10579
  bl_category: typing.Any
@@ -10598,13 +10635,6 @@ class IMAGE_PT_uv_sculpt_brush_settings(
10598
10635
  """ """
10599
10636
  ...
10600
10637
 
10601
- def get_brush_mode(self, context):
10602
- """
10603
-
10604
- :param context:
10605
- """
10606
- ...
10607
-
10608
10638
  def id_properties_clear(self):
10609
10639
  """ """
10610
10640
  ...
@@ -10653,13 +10683,6 @@ class IMAGE_PT_uv_sculpt_brush_settings(
10653
10683
  """ """
10654
10684
  ...
10655
10685
 
10656
- def paint_settings(self, context):
10657
- """
10658
-
10659
- :param context:
10660
- """
10661
- ...
10662
-
10663
10686
  def path_from_id(self):
10664
10687
  """ """
10665
10688
  ...
@@ -10668,13 +10691,6 @@ class IMAGE_PT_uv_sculpt_brush_settings(
10668
10691
  """ """
10669
10692
  ...
10670
10693
 
10671
- def poll(self, context):
10672
- """
10673
-
10674
- :param context:
10675
- """
10676
- ...
10677
-
10678
10694
  def pop(self):
10679
10695
  """ """
10680
10696
  ...
@@ -10686,58 +10702,6 @@ class IMAGE_PT_uv_sculpt_brush_settings(
10686
10702
  """
10687
10703
  ...
10688
10704
 
10689
- def prop_unified(
10690
- self,
10691
- layout,
10692
- context,
10693
- brush,
10694
- prop_name,
10695
- unified_name,
10696
- pressure_name,
10697
- icon,
10698
- text,
10699
- slider,
10700
- header,
10701
- ):
10702
- """
10703
-
10704
- :param layout:
10705
- :param context:
10706
- :param brush:
10707
- :param prop_name:
10708
- :param unified_name:
10709
- :param pressure_name:
10710
- :param icon:
10711
- :param text:
10712
- :param slider:
10713
- :param header:
10714
- """
10715
- ...
10716
-
10717
- def prop_unified_color(self, parent, context, brush, prop_name, text):
10718
- """
10719
-
10720
- :param parent:
10721
- :param context:
10722
- :param brush:
10723
- :param prop_name:
10724
- :param text:
10725
- """
10726
- ...
10727
-
10728
- def prop_unified_color_picker(
10729
- self, parent, context, brush, prop_name, value_slider
10730
- ):
10731
- """
10732
-
10733
- :param parent:
10734
- :param context:
10735
- :param brush:
10736
- :param prop_name:
10737
- :param value_slider:
10738
- """
10739
- ...
10740
-
10741
10705
  def property_overridable_library_set(self):
10742
10706
  """ """
10743
10707
  ...
@@ -10761,7 +10725,9 @@ class IMAGE_PT_uv_sculpt_brush_settings(
10761
10725
  """ """
10762
10726
  ...
10763
10727
 
10764
- class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10728
+ class IMAGE_PT_paint_settings_advanced(
10729
+ bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
10730
+ ):
10765
10731
  """ """
10766
10732
 
10767
10733
  bl_category: typing.Any
@@ -10773,9 +10739,6 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10773
10739
  bl_label: typing.Any
10774
10740
  """ """
10775
10741
 
10776
- bl_options: typing.Any
10777
- """ """
10778
-
10779
10742
  bl_parent_id: typing.Any
10780
10743
  """ """
10781
10744
 
@@ -10788,6 +10751,9 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10788
10751
  bl_space_type: typing.Any
10789
10752
  """ """
10790
10753
 
10754
+ bl_ui_units_x: typing.Any
10755
+ """ """
10756
+
10791
10757
  id_data: typing.Any
10792
10758
  """ """
10793
10759
 
@@ -10829,13 +10795,6 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10829
10795
  """ """
10830
10796
  ...
10831
10797
 
10832
- def get_brush_mode(self, context):
10833
- """
10834
-
10835
- :param context:
10836
- """
10837
- ...
10838
-
10839
10798
  def id_properties_clear(self):
10840
10799
  """ """
10841
10800
  ...
@@ -10884,13 +10843,6 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10884
10843
  """ """
10885
10844
  ...
10886
10845
 
10887
- def paint_settings(self, context):
10888
- """
10889
-
10890
- :param context:
10891
- """
10892
- ...
10893
-
10894
10846
  def path_from_id(self):
10895
10847
  """ """
10896
10848
  ...
@@ -10899,13 +10851,6 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10899
10851
  """ """
10900
10852
  ...
10901
10853
 
10902
- def poll(self, context):
10903
- """
10904
-
10905
- :param context:
10906
- """
10907
- ...
10908
-
10909
10854
  def pop(self):
10910
10855
  """ """
10911
10856
  ...
@@ -10917,58 +10862,6 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10917
10862
  """
10918
10863
  ...
10919
10864
 
10920
- def prop_unified(
10921
- self,
10922
- layout,
10923
- context,
10924
- brush,
10925
- prop_name,
10926
- unified_name,
10927
- pressure_name,
10928
- icon,
10929
- text,
10930
- slider,
10931
- header,
10932
- ):
10933
- """
10934
-
10935
- :param layout:
10936
- :param context:
10937
- :param brush:
10938
- :param prop_name:
10939
- :param unified_name:
10940
- :param pressure_name:
10941
- :param icon:
10942
- :param text:
10943
- :param slider:
10944
- :param header:
10945
- """
10946
- ...
10947
-
10948
- def prop_unified_color(self, parent, context, brush, prop_name, text):
10949
- """
10950
-
10951
- :param parent:
10952
- :param context:
10953
- :param brush:
10954
- :param prop_name:
10955
- :param text:
10956
- """
10957
- ...
10958
-
10959
- def prop_unified_color_picker(
10960
- self, parent, context, brush, prop_name, value_slider
10961
- ):
10962
- """
10963
-
10964
- :param parent:
10965
- :param context:
10966
- :param brush:
10967
- :param prop_name:
10968
- :param value_slider:
10969
- """
10970
- ...
10971
-
10972
10865
  def property_overridable_library_set(self):
10973
10866
  """ """
10974
10867
  ...
@@ -10992,7 +10885,14 @@ class IMAGE_PT_uv_sculpt_curve(bl_ui.properties_paint_common.UnifiedPaintPanel):
10992
10885
  """ """
10993
10886
  ...
10994
10887
 
10995
- class IMAGE_PT_uv_sculpt_options(bl_ui.properties_paint_common.UnifiedPaintPanel):
10888
+ class IMAGE_PT_paint_swatches(
10889
+ bl_ui.properties_paint_common.BrushPanel,
10890
+ ImagePaintPanel,
10891
+ bpy_types.Panel,
10892
+ bpy_types._GenericUI,
10893
+ bl_ui.properties_paint_common.ColorPalettePanel,
10894
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
10895
+ ):
10996
10896
  """ """
10997
10897
 
10998
10898
  bl_category: typing.Any
@@ -11004,6 +10904,12 @@ class IMAGE_PT_uv_sculpt_options(bl_ui.properties_paint_common.UnifiedPaintPanel
11004
10904
  bl_label: typing.Any
11005
10905
  """ """
11006
10906
 
10907
+ bl_options: typing.Any
10908
+ """ """
10909
+
10910
+ bl_parent_id: typing.Any
10911
+ """ """
10912
+
11007
10913
  bl_region_type: typing.Any
11008
10914
  """ """
11009
10915
 
@@ -11217,7 +11123,7 @@ class IMAGE_PT_uv_sculpt_options(bl_ui.properties_paint_common.UnifiedPaintPanel
11217
11123
  """ """
11218
11124
  ...
11219
11125
 
11220
- class IMAGE_PT_view_display(bpy_types._GenericUI):
11126
+ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
11221
11127
  """ """
11222
11128
 
11223
11129
  bl_category: typing.Any
@@ -11373,7 +11279,7 @@ class IMAGE_PT_view_display(bpy_types._GenericUI):
11373
11279
  """ """
11374
11280
  ...
11375
11281
 
11376
- class IMAGE_PT_view_histogram(bpy_types._GenericUI):
11282
+ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
11377
11283
  """ """
11378
11284
 
11379
11285
  bl_category: typing.Any
@@ -11382,6 +11288,9 @@ class IMAGE_PT_view_histogram(bpy_types._GenericUI):
11382
11288
  bl_label: typing.Any
11383
11289
  """ """
11384
11290
 
11291
+ bl_options: typing.Any
11292
+ """ """
11293
+
11385
11294
  bl_region_type: typing.Any
11386
11295
  """ """
11387
11296
 
@@ -11529,7 +11438,7 @@ class IMAGE_PT_view_histogram(bpy_types._GenericUI):
11529
11438
  """ """
11530
11439
  ...
11531
11440
 
11532
- class IMAGE_PT_view_vectorscope(bpy_types._GenericUI):
11441
+ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
11533
11442
  """ """
11534
11443
 
11535
11444
  bl_category: typing.Any
@@ -11685,7 +11594,9 @@ class IMAGE_PT_view_vectorscope(bpy_types._GenericUI):
11685
11594
  """ """
11686
11595
  ...
11687
11596
 
11688
- class IMAGE_PT_view_waveform(bpy_types._GenericUI):
11597
+ class IMAGE_PT_view_vectorscope(
11598
+ bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI
11599
+ ):
11689
11600
  """ """
11690
11601
 
11691
11602
  bl_category: typing.Any
@@ -11841,12 +11752,24 @@ class IMAGE_PT_view_waveform(bpy_types._GenericUI):
11841
11752
  """ """
11842
11753
  ...
11843
11754
 
11844
- class IMAGE_UL_render_slots(bpy_types._GenericUI):
11755
+ class IMAGE_PT_view_waveform(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
11756
+ """ """
11757
+
11758
+ bl_category: typing.Any
11759
+ """ """
11760
+
11761
+ bl_label: typing.Any
11762
+ """ """
11763
+
11764
+ bl_region_type: typing.Any
11845
11765
  """ """
11846
11766
 
11847
11767
  bl_rna: typing.Any
11848
11768
  """ """
11849
11769
 
11770
+ bl_space_type: typing.Any
11771
+ """ """
11772
+
11850
11773
  id_data: typing.Any
11851
11774
  """ """
11852
11775
 
@@ -11869,27 +11792,10 @@ class IMAGE_UL_render_slots(bpy_types._GenericUI):
11869
11792
  """ """
11870
11793
  ...
11871
11794
 
11872
- def draw_item(
11873
- self,
11874
- _context,
11875
- layout,
11876
- _data,
11877
- item,
11878
- _icon,
11879
- _active_data,
11880
- _active_propname,
11881
- _index,
11882
- ):
11795
+ def draw(self, context):
11883
11796
  """
11884
11797
 
11885
- :param _context:
11886
- :param layout:
11887
- :param _data:
11888
- :param item:
11889
- :param _icon:
11890
- :param _active_data:
11891
- :param _active_propname:
11892
- :param _index:
11798
+ :param context:
11893
11799
  """
11894
11800
  ...
11895
11801
 
@@ -11961,6 +11867,13 @@ class IMAGE_UL_render_slots(bpy_types._GenericUI):
11961
11867
  """ """
11962
11868
  ...
11963
11869
 
11870
+ def poll(self, context):
11871
+ """
11872
+
11873
+ :param context:
11874
+ """
11875
+ ...
11876
+
11964
11877
  def pop(self):
11965
11878
  """ """
11966
11879
  ...
@@ -11995,12 +11908,35 @@ class IMAGE_UL_render_slots(bpy_types._GenericUI):
11995
11908
  """ """
11996
11909
  ...
11997
11910
 
11998
- class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
11911
+ class IMAGE_PT_uv_sculpt_brush_select(
11912
+ UVSculptPanel,
11913
+ bl_ui.properties_paint_common.BrushPanel,
11914
+ bpy_types._GenericUI,
11915
+ bpy_types.Panel,
11916
+ bl_ui.properties_paint_common.BrushSelectPanel,
11917
+ ImagePaintPanel,
11918
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
11919
+ ):
11920
+ """ """
11921
+
11922
+ bl_category: typing.Any
11923
+ """ """
11924
+
11925
+ bl_context: typing.Any
11926
+ """ """
11927
+
11928
+ bl_label: typing.Any
11929
+ """ """
11930
+
11931
+ bl_region_type: typing.Any
11999
11932
  """ """
12000
11933
 
12001
11934
  bl_rna: typing.Any
12002
11935
  """ """
12003
11936
 
11937
+ bl_space_type: typing.Any
11938
+ """ """
11939
+
12004
11940
  id_data: typing.Any
12005
11941
  """ """
12006
11942
 
@@ -12023,27 +11959,10 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
12023
11959
  """ """
12024
11960
  ...
12025
11961
 
12026
- def draw_item(
12027
- self,
12028
- _context,
12029
- layout,
12030
- _data,
12031
- item,
12032
- _icon,
12033
- _active_data,
12034
- _active_propname,
12035
- _index,
12036
- ):
11962
+ def draw(self, context):
12037
11963
  """
12038
11964
 
12039
- :param _context:
12040
- :param layout:
12041
- :param _data:
12042
- :param item:
12043
- :param _icon:
12044
- :param _active_data:
12045
- :param _active_propname:
12046
- :param _index:
11965
+ :param context:
12047
11966
  """
12048
11967
  ...
12049
11968
 
@@ -12059,6 +11978,13 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
12059
11978
  """ """
12060
11979
  ...
12061
11980
 
11981
+ def get_brush_mode(self, context):
11982
+ """
11983
+
11984
+ :param context:
11985
+ """
11986
+ ...
11987
+
12062
11988
  def id_properties_clear(self):
12063
11989
  """ """
12064
11990
  ...
@@ -12107,82 +12033,39 @@ class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
12107
12033
  """ """
12108
12034
  ...
12109
12035
 
12110
- def path_from_id(self):
12111
- """ """
12036
+ def paint_settings(self, context):
12037
+ """
12038
+
12039
+ :param context:
12040
+ """
12112
12041
  ...
12113
12042
 
12114
- def path_resolve(self):
12043
+ def path_from_id(self):
12115
12044
  """ """
12116
12045
  ...
12117
12046
 
12118
- def pop(self):
12047
+ def path_resolve(self):
12119
12048
  """ """
12120
12049
  ...
12121
12050
 
12122
- def prepend(self, draw_func):
12051
+ def poll(self, context):
12123
12052
  """
12124
12053
 
12125
- :param draw_func:
12054
+ :param context:
12126
12055
  """
12127
12056
  ...
12128
12057
 
12129
- def property_overridable_library_set(self):
12130
- """ """
12131
- ...
12132
-
12133
- def property_unset(self):
12058
+ def pop(self):
12134
12059
  """ """
12135
12060
  ...
12136
12061
 
12137
- def remove(self, draw_func):
12062
+ def prepend(self, draw_func):
12138
12063
  """
12139
12064
 
12140
12065
  :param draw_func:
12141
12066
  """
12142
12067
  ...
12143
12068
 
12144
- def type_recast(self):
12145
- """ """
12146
- ...
12147
-
12148
- def values(self):
12149
- """ """
12150
- ...
12151
-
12152
- class ImageScopesPanel:
12153
- """ """
12154
-
12155
- def poll(self, context):
12156
- """
12157
-
12158
- :param context:
12159
- """
12160
- ...
12161
-
12162
- class UVSculptPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
12163
- """ """
12164
-
12165
- def get_brush_mode(self, context):
12166
- """
12167
-
12168
- :param context:
12169
- """
12170
- ...
12171
-
12172
- def paint_settings(self, context):
12173
- """
12174
-
12175
- :param context:
12176
- """
12177
- ...
12178
-
12179
- def poll(self, context):
12180
- """
12181
-
12182
- :param context:
12183
- """
12184
- ...
12185
-
12186
12069
  def prop_unified(
12187
12070
  self,
12188
12071
  layout,
@@ -12235,28 +12118,36 @@ class UVSculptPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
12235
12118
  """
12236
12119
  ...
12237
12120
 
12238
- class _draw_tool_settings_context_mode:
12239
- """ """
12121
+ def property_overridable_library_set(self):
12122
+ """ """
12123
+ ...
12240
12124
 
12241
- def PAINT(self, context, layout, tool):
12125
+ def property_unset(self):
12126
+ """ """
12127
+ ...
12128
+
12129
+ def remove(self, draw_func):
12242
12130
  """
12243
12131
 
12244
- :param context:
12245
- :param layout:
12246
- :param tool:
12132
+ :param draw_func:
12247
12133
  """
12248
12134
  ...
12249
12135
 
12250
- def UV(self, context, layout, tool):
12251
- """
12136
+ def type_recast(self):
12137
+ """ """
12138
+ ...
12252
12139
 
12253
- :param context:
12254
- :param layout:
12255
- :param tool:
12256
- """
12140
+ def values(self):
12141
+ """ """
12257
12142
  ...
12258
12143
 
12259
- class IMAGE_PT_paint_color(ImagePaintPanel):
12144
+ class IMAGE_PT_uv_sculpt_brush_settings(
12145
+ UVSculptPanel,
12146
+ bpy_types._GenericUI,
12147
+ bpy_types.Panel,
12148
+ ImagePaintPanel,
12149
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
12150
+ ):
12260
12151
  """ """
12261
12152
 
12262
12153
  bl_category: typing.Any
@@ -12268,9 +12159,6 @@ class IMAGE_PT_paint_color(ImagePaintPanel):
12268
12159
  bl_label: typing.Any
12269
12160
  """ """
12270
12161
 
12271
- bl_parent_id: typing.Any
12272
- """ """
12273
-
12274
12162
  bl_region_type: typing.Any
12275
12163
  """ """
12276
12164
 
@@ -12321,6 +12209,13 @@ class IMAGE_PT_paint_color(ImagePaintPanel):
12321
12209
  """ """
12322
12210
  ...
12323
12211
 
12212
+ def get_brush_mode(self, context):
12213
+ """
12214
+
12215
+ :param context:
12216
+ """
12217
+ ...
12218
+
12324
12219
  def id_properties_clear(self):
12325
12220
  """ """
12326
12221
  ...
@@ -12369,6 +12264,13 @@ class IMAGE_PT_paint_color(ImagePaintPanel):
12369
12264
  """ """
12370
12265
  ...
12371
12266
 
12267
+ def paint_settings(self, context):
12268
+ """
12269
+
12270
+ :param context:
12271
+ """
12272
+ ...
12273
+
12372
12274
  def path_from_id(self):
12373
12275
  """ """
12374
12276
  ...
@@ -12395,6 +12297,58 @@ class IMAGE_PT_paint_color(ImagePaintPanel):
12395
12297
  """
12396
12298
  ...
12397
12299
 
12300
+ def prop_unified(
12301
+ self,
12302
+ layout,
12303
+ context,
12304
+ brush,
12305
+ prop_name,
12306
+ unified_name,
12307
+ pressure_name,
12308
+ icon,
12309
+ text,
12310
+ slider,
12311
+ header,
12312
+ ):
12313
+ """
12314
+
12315
+ :param layout:
12316
+ :param context:
12317
+ :param brush:
12318
+ :param prop_name:
12319
+ :param unified_name:
12320
+ :param pressure_name:
12321
+ :param icon:
12322
+ :param text:
12323
+ :param slider:
12324
+ :param header:
12325
+ """
12326
+ ...
12327
+
12328
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
12329
+ """
12330
+
12331
+ :param parent:
12332
+ :param context:
12333
+ :param brush:
12334
+ :param prop_name:
12335
+ :param text:
12336
+ """
12337
+ ...
12338
+
12339
+ def prop_unified_color_picker(
12340
+ self, parent, context, brush, prop_name, value_slider
12341
+ ):
12342
+ """
12343
+
12344
+ :param parent:
12345
+ :param context:
12346
+ :param brush:
12347
+ :param prop_name:
12348
+ :param value_slider:
12349
+ """
12350
+ ...
12351
+
12398
12352
  def property_overridable_library_set(self):
12399
12353
  """ """
12400
12354
  ...
@@ -12418,7 +12372,15 @@ class IMAGE_PT_paint_color(ImagePaintPanel):
12418
12372
  """ """
12419
12373
  ...
12420
12374
 
12421
- class IMAGE_PT_paint_settings(ImagePaintPanel):
12375
+ class IMAGE_PT_uv_sculpt_curve(
12376
+ UVSculptPanel,
12377
+ bl_ui.properties_paint_common.BrushPanel,
12378
+ bpy_types._GenericUI,
12379
+ bpy_types.Panel,
12380
+ bl_ui.properties_paint_common.FalloffPanel,
12381
+ ImagePaintPanel,
12382
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
12383
+ ):
12422
12384
  """ """
12423
12385
 
12424
12386
  bl_category: typing.Any
@@ -12430,6 +12392,12 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12430
12392
  bl_label: typing.Any
12431
12393
  """ """
12432
12394
 
12395
+ bl_options: typing.Any
12396
+ """ """
12397
+
12398
+ bl_parent_id: typing.Any
12399
+ """ """
12400
+
12433
12401
  bl_region_type: typing.Any
12434
12402
  """ """
12435
12403
 
@@ -12480,6 +12448,13 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12480
12448
  """ """
12481
12449
  ...
12482
12450
 
12451
+ def get_brush_mode(self, context):
12452
+ """
12453
+
12454
+ :param context:
12455
+ """
12456
+ ...
12457
+
12483
12458
  def id_properties_clear(self):
12484
12459
  """ """
12485
12460
  ...
@@ -12528,6 +12503,13 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12528
12503
  """ """
12529
12504
  ...
12530
12505
 
12506
+ def paint_settings(self, context):
12507
+ """
12508
+
12509
+ :param context:
12510
+ """
12511
+ ...
12512
+
12531
12513
  def path_from_id(self):
12532
12514
  """ """
12533
12515
  ...
@@ -12536,6 +12518,13 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12536
12518
  """ """
12537
12519
  ...
12538
12520
 
12521
+ def poll(self, context):
12522
+ """
12523
+
12524
+ :param context:
12525
+ """
12526
+ ...
12527
+
12539
12528
  def pop(self):
12540
12529
  """ """
12541
12530
  ...
@@ -12547,6 +12536,58 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12547
12536
  """
12548
12537
  ...
12549
12538
 
12539
+ def prop_unified(
12540
+ self,
12541
+ layout,
12542
+ context,
12543
+ brush,
12544
+ prop_name,
12545
+ unified_name,
12546
+ pressure_name,
12547
+ icon,
12548
+ text,
12549
+ slider,
12550
+ header,
12551
+ ):
12552
+ """
12553
+
12554
+ :param layout:
12555
+ :param context:
12556
+ :param brush:
12557
+ :param prop_name:
12558
+ :param unified_name:
12559
+ :param pressure_name:
12560
+ :param icon:
12561
+ :param text:
12562
+ :param slider:
12563
+ :param header:
12564
+ """
12565
+ ...
12566
+
12567
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
12568
+ """
12569
+
12570
+ :param parent:
12571
+ :param context:
12572
+ :param brush:
12573
+ :param prop_name:
12574
+ :param text:
12575
+ """
12576
+ ...
12577
+
12578
+ def prop_unified_color_picker(
12579
+ self, parent, context, brush, prop_name, value_slider
12580
+ ):
12581
+ """
12582
+
12583
+ :param parent:
12584
+ :param context:
12585
+ :param brush:
12586
+ :param prop_name:
12587
+ :param value_slider:
12588
+ """
12589
+ ...
12590
+
12550
12591
  def property_overridable_library_set(self):
12551
12592
  """ """
12552
12593
  ...
@@ -12570,7 +12611,13 @@ class IMAGE_PT_paint_settings(ImagePaintPanel):
12570
12611
  """ """
12571
12612
  ...
12572
12613
 
12573
- class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12614
+ class IMAGE_PT_uv_sculpt_options(
12615
+ UVSculptPanel,
12616
+ bpy_types._GenericUI,
12617
+ bpy_types.Panel,
12618
+ ImagePaintPanel,
12619
+ bl_ui.properties_paint_common.UnifiedPaintPanel,
12620
+ ):
12574
12621
  """ """
12575
12622
 
12576
12623
  bl_category: typing.Any
@@ -12582,9 +12629,6 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12582
12629
  bl_label: typing.Any
12583
12630
  """ """
12584
12631
 
12585
- bl_parent_id: typing.Any
12586
- """ """
12587
-
12588
12632
  bl_region_type: typing.Any
12589
12633
  """ """
12590
12634
 
@@ -12594,9 +12638,6 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12594
12638
  bl_space_type: typing.Any
12595
12639
  """ """
12596
12640
 
12597
- bl_ui_units_x: typing.Any
12598
- """ """
12599
-
12600
12641
  id_data: typing.Any
12601
12642
  """ """
12602
12643
 
@@ -12638,6 +12679,13 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12638
12679
  """ """
12639
12680
  ...
12640
12681
 
12682
+ def get_brush_mode(self, context):
12683
+ """
12684
+
12685
+ :param context:
12686
+ """
12687
+ ...
12688
+
12641
12689
  def id_properties_clear(self):
12642
12690
  """ """
12643
12691
  ...
@@ -12686,6 +12734,13 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12686
12734
  """ """
12687
12735
  ...
12688
12736
 
12737
+ def paint_settings(self, context):
12738
+ """
12739
+
12740
+ :param context:
12741
+ """
12742
+ ...
12743
+
12689
12744
  def path_from_id(self):
12690
12745
  """ """
12691
12746
  ...
@@ -12694,6 +12749,13 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12694
12749
  """ """
12695
12750
  ...
12696
12751
 
12752
+ def poll(self, context):
12753
+ """
12754
+
12755
+ :param context:
12756
+ """
12757
+ ...
12758
+
12697
12759
  def pop(self):
12698
12760
  """ """
12699
12761
  ...
@@ -12705,6 +12767,58 @@ class IMAGE_PT_paint_settings_advanced(ImagePaintPanel):
12705
12767
  """
12706
12768
  ...
12707
12769
 
12770
+ def prop_unified(
12771
+ self,
12772
+ layout,
12773
+ context,
12774
+ brush,
12775
+ prop_name,
12776
+ unified_name,
12777
+ pressure_name,
12778
+ icon,
12779
+ text,
12780
+ slider,
12781
+ header,
12782
+ ):
12783
+ """
12784
+
12785
+ :param layout:
12786
+ :param context:
12787
+ :param brush:
12788
+ :param prop_name:
12789
+ :param unified_name:
12790
+ :param pressure_name:
12791
+ :param icon:
12792
+ :param text:
12793
+ :param slider:
12794
+ :param header:
12795
+ """
12796
+ ...
12797
+
12798
+ def prop_unified_color(self, parent, context, brush, prop_name, text):
12799
+ """
12800
+
12801
+ :param parent:
12802
+ :param context:
12803
+ :param brush:
12804
+ :param prop_name:
12805
+ :param text:
12806
+ """
12807
+ ...
12808
+
12809
+ def prop_unified_color_picker(
12810
+ self, parent, context, brush, prop_name, value_slider
12811
+ ):
12812
+ """
12813
+
12814
+ :param parent:
12815
+ :param context:
12816
+ :param brush:
12817
+ :param prop_name:
12818
+ :param value_slider:
12819
+ """
12820
+ ...
12821
+
12708
12822
  def property_overridable_library_set(self):
12709
12823
  """ """
12710
12824
  ...