fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -9,13 +9,8 @@ import bpy_types
9
9
  GenericType = typing.TypeVar("GenericType")
10
10
 
11
11
  class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
12
- """ """
13
-
14
12
  bl_region_type: typing.Any
15
- """ """
16
-
17
13
  bl_space_type: typing.Any
18
- """ """
19
14
 
20
15
  def get_brush_mode(self, context):
21
16
  """Get the correct mode for this context. For any context where this returns None,
@@ -93,16 +88,9 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
93
88
  ...
94
89
 
95
90
  class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
96
- """ """
97
-
98
91
  bl_rna: typing.Any
99
- """ """
100
-
101
92
  bl_space_type: typing.Any
102
- """ """
103
-
104
93
  id_data: typing.Any
105
- """ """
106
94
 
107
95
  def append(self, draw_func):
108
96
  """Append a draw function to this menu,
@@ -195,10 +183,7 @@ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
195
183
  """
196
184
  ...
197
185
 
198
- def is_extended(self):
199
- """ """
200
- ...
201
-
186
+ def is_extended(self): ...
202
187
  def is_property_hidden(self) -> bool:
203
188
  """Check if a property is hidden.
204
189
 
@@ -327,19 +312,10 @@ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
327
312
  ...
328
313
 
329
314
  class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
330
- """ """
331
-
332
315
  bl_region_type: typing.Any
333
- """ """
334
-
335
316
  bl_rna: typing.Any
336
- """ """
337
-
338
317
  bl_space_type: typing.Any
339
- """ """
340
-
341
318
  id_data: typing.Any
342
- """ """
343
319
 
344
320
  def append(self, draw_func):
345
321
  """Append a draw function to this menu,
@@ -438,10 +414,7 @@ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
438
414
  """
439
415
  ...
440
416
 
441
- def is_extended(self):
442
- """ """
443
- ...
444
-
417
+ def is_extended(self): ...
445
418
  def is_property_hidden(self) -> bool:
446
419
  """Check if a property is hidden.
447
420
 
@@ -570,19 +543,10 @@ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
570
543
  ...
571
544
 
572
545
  class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
573
- """ """
574
-
575
546
  bl_idname: typing.Any
576
- """ """
577
-
578
547
  bl_label: typing.Any
579
- """ """
580
-
581
548
  bl_rna: typing.Any
582
- """ """
583
-
584
549
  id_data: typing.Any
585
- """ """
586
550
 
587
551
  def append(self, draw_func):
588
552
  """Append a draw function to this menu,
@@ -687,10 +651,7 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
687
651
  """
688
652
  ...
689
653
 
690
- def is_extended(self):
691
- """ """
692
- ...
693
-
654
+ def is_extended(self): ...
694
655
  def is_property_hidden(self) -> bool:
695
656
  """Check if a property is hidden.
696
657
 
@@ -853,16 +814,9 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
853
814
  ...
854
815
 
855
816
  class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
856
- """ """
857
-
858
817
  bl_label: typing.Any
859
- """ """
860
-
861
818
  bl_rna: typing.Any
862
- """ """
863
-
864
819
  id_data: typing.Any
865
- """ """
866
820
 
867
821
  def append(self, draw_func):
868
822
  """Append a draw function to this menu,
@@ -967,10 +921,7 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
967
921
  """
968
922
  ...
969
923
 
970
- def is_extended(self):
971
- """ """
972
- ...
973
-
924
+ def is_extended(self): ...
974
925
  def is_property_hidden(self) -> bool:
975
926
  """Check if a property is hidden.
976
927
 
@@ -1133,16 +1084,9 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
1133
1084
  ...
1134
1085
 
1135
1086
  class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1136
- """ """
1137
-
1138
1087
  bl_label: typing.Any
1139
- """ """
1140
-
1141
1088
  bl_rna: typing.Any
1142
- """ """
1143
-
1144
1089
  id_data: typing.Any
1145
- """ """
1146
1090
 
1147
1091
  def append(self, draw_func):
1148
1092
  """Append a draw function to this menu,
@@ -1247,10 +1191,7 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1247
1191
  """
1248
1192
  ...
1249
1193
 
1250
- def is_extended(self):
1251
- """ """
1252
- ...
1253
-
1194
+ def is_extended(self): ...
1254
1195
  def is_property_hidden(self) -> bool:
1255
1196
  """Check if a property is hidden.
1256
1197
 
@@ -1413,16 +1354,9 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1413
1354
  ...
1414
1355
 
1415
1356
  class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1416
- """ """
1417
-
1418
1357
  bl_label: typing.Any
1419
- """ """
1420
-
1421
1358
  bl_rna: typing.Any
1422
- """ """
1423
-
1424
1359
  id_data: typing.Any
1425
- """ """
1426
1360
 
1427
1361
  def append(self, draw_func):
1428
1362
  """Append a draw function to this menu,
@@ -1527,10 +1461,7 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1527
1461
  """
1528
1462
  ...
1529
1463
 
1530
- def is_extended(self):
1531
- """ """
1532
- ...
1533
-
1464
+ def is_extended(self): ...
1534
1465
  def is_property_hidden(self) -> bool:
1535
1466
  """Check if a property is hidden.
1536
1467
 
@@ -1693,16 +1624,9 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1693
1624
  ...
1694
1625
 
1695
1626
  class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1696
- """ """
1697
-
1698
1627
  bl_label: typing.Any
1699
- """ """
1700
-
1701
1628
  bl_rna: typing.Any
1702
- """ """
1703
-
1704
1629
  id_data: typing.Any
1705
- """ """
1706
1630
 
1707
1631
  def append(self, draw_func):
1708
1632
  """Append a draw function to this menu,
@@ -1807,10 +1731,7 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1807
1731
  """
1808
1732
  ...
1809
1733
 
1810
- def is_extended(self):
1811
- """ """
1812
- ...
1813
-
1734
+ def is_extended(self): ...
1814
1735
  def is_property_hidden(self) -> bool:
1815
1736
  """Check if a property is hidden.
1816
1737
 
@@ -1980,16 +1901,9 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1980
1901
  ...
1981
1902
 
1982
1903
  class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
1983
- """ """
1984
-
1985
1904
  bl_label: typing.Any
1986
- """ """
1987
-
1988
1905
  bl_rna: typing.Any
1989
- """ """
1990
-
1991
1906
  id_data: typing.Any
1992
- """ """
1993
1907
 
1994
1908
  def append(self, draw_func):
1995
1909
  """Append a draw function to this menu,
@@ -2094,10 +2008,7 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
2094
2008
  """
2095
2009
  ...
2096
2010
 
2097
- def is_extended(self):
2098
- """ """
2099
- ...
2100
-
2011
+ def is_extended(self): ...
2101
2012
  def is_property_hidden(self) -> bool:
2102
2013
  """Check if a property is hidden.
2103
2014
 
@@ -2260,16 +2171,9 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
2260
2171
  ...
2261
2172
 
2262
2173
  class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2263
- """ """
2264
-
2265
2174
  bl_label: typing.Any
2266
- """ """
2267
-
2268
2175
  bl_rna: typing.Any
2269
- """ """
2270
-
2271
2176
  id_data: typing.Any
2272
- """ """
2273
2177
 
2274
2178
  def append(self, draw_func):
2275
2179
  """Append a draw function to this menu,
@@ -2374,10 +2278,7 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2374
2278
  """
2375
2279
  ...
2376
2280
 
2377
- def is_extended(self):
2378
- """ """
2379
- ...
2380
-
2281
+ def is_extended(self): ...
2381
2282
  def is_property_hidden(self) -> bool:
2382
2283
  """Check if a property is hidden.
2383
2284
 
@@ -2540,16 +2441,9 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2540
2441
  ...
2541
2442
 
2542
2443
  class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2543
- """ """
2544
-
2545
2444
  bl_label: typing.Any
2546
- """ """
2547
-
2548
2445
  bl_rna: typing.Any
2549
- """ """
2550
-
2551
2446
  id_data: typing.Any
2552
- """ """
2553
2447
 
2554
2448
  def append(self, draw_func):
2555
2449
  """Append a draw function to this menu,
@@ -2654,10 +2548,7 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2654
2548
  """
2655
2549
  ...
2656
2550
 
2657
- def is_extended(self):
2658
- """ """
2659
- ...
2660
-
2551
+ def is_extended(self): ...
2661
2552
  def is_property_hidden(self) -> bool:
2662
2553
  """Check if a property is hidden.
2663
2554
 
@@ -2820,16 +2711,9 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2820
2711
  ...
2821
2712
 
2822
2713
  class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
2823
- """ """
2824
-
2825
2714
  bl_label: typing.Any
2826
- """ """
2827
-
2828
2715
  bl_rna: typing.Any
2829
- """ """
2830
-
2831
2716
  id_data: typing.Any
2832
- """ """
2833
2717
 
2834
2718
  def append(self, draw_func):
2835
2719
  """Append a draw function to this menu,
@@ -2934,10 +2818,7 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
2934
2818
  """
2935
2819
  ...
2936
2820
 
2937
- def is_extended(self):
2938
- """ """
2939
- ...
2940
-
2821
+ def is_extended(self): ...
2941
2822
  def is_property_hidden(self) -> bool:
2942
2823
  """Check if a property is hidden.
2943
2824
 
@@ -3100,16 +2981,9 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
3100
2981
  ...
3101
2982
 
3102
2983
  class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3103
- """ """
3104
-
3105
2984
  bl_label: typing.Any
3106
- """ """
3107
-
3108
2985
  bl_rna: typing.Any
3109
- """ """
3110
-
3111
2986
  id_data: typing.Any
3112
- """ """
3113
2987
 
3114
2988
  def append(self, draw_func):
3115
2989
  """Append a draw function to this menu,
@@ -3214,10 +3088,7 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3214
3088
  """
3215
3089
  ...
3216
3090
 
3217
- def is_extended(self):
3218
- """ """
3219
- ...
3220
-
3091
+ def is_extended(self): ...
3221
3092
  def is_property_hidden(self) -> bool:
3222
3093
  """Check if a property is hidden.
3223
3094
 
@@ -3380,16 +3251,9 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3380
3251
  ...
3381
3252
 
3382
3253
  class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3383
- """ """
3384
-
3385
3254
  bl_label: typing.Any
3386
- """ """
3387
-
3388
3255
  bl_rna: typing.Any
3389
- """ """
3390
-
3391
3256
  id_data: typing.Any
3392
- """ """
3393
3257
 
3394
3258
  def append(self, draw_func):
3395
3259
  """Append a draw function to this menu,
@@ -3494,10 +3358,7 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3494
3358
  """
3495
3359
  ...
3496
3360
 
3497
- def is_extended(self):
3498
- """ """
3499
- ...
3500
-
3361
+ def is_extended(self): ...
3501
3362
  def is_property_hidden(self) -> bool:
3502
3363
  """Check if a property is hidden.
3503
3364
 
@@ -3660,16 +3521,9 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3660
3521
  ...
3661
3522
 
3662
3523
  class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3663
- """ """
3664
-
3665
3524
  bl_label: typing.Any
3666
- """ """
3667
-
3668
3525
  bl_rna: typing.Any
3669
- """ """
3670
-
3671
3526
  id_data: typing.Any
3672
- """ """
3673
3527
 
3674
3528
  def append(self, draw_func):
3675
3529
  """Append a draw function to this menu,
@@ -3774,10 +3628,7 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3774
3628
  """
3775
3629
  ...
3776
3630
 
3777
- def is_extended(self):
3778
- """ """
3779
- ...
3780
-
3631
+ def is_extended(self): ...
3781
3632
  def is_property_hidden(self) -> bool:
3782
3633
  """Check if a property is hidden.
3783
3634
 
@@ -3940,16 +3791,9 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3940
3791
  ...
3941
3792
 
3942
3793
  class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
3943
- """ """
3944
-
3945
3794
  bl_label: typing.Any
3946
- """ """
3947
-
3948
3795
  bl_rna: typing.Any
3949
- """ """
3950
-
3951
3796
  id_data: typing.Any
3952
- """ """
3953
3797
 
3954
3798
  def append(self, draw_func):
3955
3799
  """Append a draw function to this menu,
@@ -4054,10 +3898,7 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
4054
3898
  """
4055
3899
  ...
4056
3900
 
4057
- def is_extended(self):
4058
- """ """
4059
- ...
4060
-
3901
+ def is_extended(self): ...
4061
3902
  def is_property_hidden(self) -> bool:
4062
3903
  """Check if a property is hidden.
4063
3904
 
@@ -4220,16 +4061,9 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
4220
4061
  ...
4221
4062
 
4222
4063
  class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4223
- """ """
4224
-
4225
4064
  bl_label: typing.Any
4226
- """ """
4227
-
4228
4065
  bl_rna: typing.Any
4229
- """ """
4230
-
4231
4066
  id_data: typing.Any
4232
- """ """
4233
4067
 
4234
4068
  def append(self, draw_func):
4235
4069
  """Append a draw function to this menu,
@@ -4334,10 +4168,7 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4334
4168
  """
4335
4169
  ...
4336
4170
 
4337
- def is_extended(self):
4338
- """ """
4339
- ...
4340
-
4171
+ def is_extended(self): ...
4341
4172
  def is_property_hidden(self) -> bool:
4342
4173
  """Check if a property is hidden.
4343
4174
 
@@ -4500,16 +4331,9 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4500
4331
  ...
4501
4332
 
4502
4333
  class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4503
- """ """
4504
-
4505
4334
  bl_label: typing.Any
4506
- """ """
4507
-
4508
4335
  bl_rna: typing.Any
4509
- """ """
4510
-
4511
4336
  id_data: typing.Any
4512
- """ """
4513
4337
 
4514
4338
  def append(self, draw_func):
4515
4339
  """Append a draw function to this menu,
@@ -4614,10 +4438,7 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4614
4438
  """
4615
4439
  ...
4616
4440
 
4617
- def is_extended(self):
4618
- """ """
4619
- ...
4620
-
4441
+ def is_extended(self): ...
4621
4442
  def is_property_hidden(self) -> bool:
4622
4443
  """Check if a property is hidden.
4623
4444
 
@@ -4780,16 +4601,9 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4780
4601
  ...
4781
4602
 
4782
4603
  class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
4783
- """ """
4784
-
4785
4604
  bl_label: typing.Any
4786
- """ """
4787
-
4788
4605
  bl_rna: typing.Any
4789
- """ """
4790
-
4791
4606
  id_data: typing.Any
4792
- """ """
4793
4607
 
4794
4608
  def append(self, draw_func):
4795
4609
  """Append a draw function to this menu,
@@ -4894,10 +4708,7 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
4894
4708
  """
4895
4709
  ...
4896
4710
 
4897
- def is_extended(self):
4898
- """ """
4899
- ...
4900
-
4711
+ def is_extended(self): ...
4901
4712
  def is_property_hidden(self) -> bool:
4902
4713
  """Check if a property is hidden.
4903
4714
 
@@ -5060,16 +4871,9 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
5060
4871
  ...
5061
4872
 
5062
4873
  class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5063
- """ """
5064
-
5065
4874
  bl_label: typing.Any
5066
- """ """
5067
-
5068
4875
  bl_rna: typing.Any
5069
- """ """
5070
-
5071
4876
  id_data: typing.Any
5072
- """ """
5073
4877
 
5074
4878
  def append(self, draw_func):
5075
4879
  """Append a draw function to this menu,
@@ -5174,10 +4978,7 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5174
4978
  """
5175
4979
  ...
5176
4980
 
5177
- def is_extended(self):
5178
- """ """
5179
- ...
5180
-
4981
+ def is_extended(self): ...
5181
4982
  def is_property_hidden(self) -> bool:
5182
4983
  """Check if a property is hidden.
5183
4984
 
@@ -5340,16 +5141,9 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5340
5141
  ...
5341
5142
 
5342
5143
  class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5343
- """ """
5344
-
5345
5144
  bl_label: typing.Any
5346
- """ """
5347
-
5348
5145
  bl_rna: typing.Any
5349
- """ """
5350
-
5351
5146
  id_data: typing.Any
5352
- """ """
5353
5147
 
5354
5148
  def append(self, draw_func):
5355
5149
  """Append a draw function to this menu,
@@ -5454,10 +5248,7 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5454
5248
  """
5455
5249
  ...
5456
5250
 
5457
- def is_extended(self):
5458
- """ """
5459
- ...
5460
-
5251
+ def is_extended(self): ...
5461
5252
  def is_property_hidden(self) -> bool:
5462
5253
  """Check if a property is hidden.
5463
5254
 
@@ -5620,16 +5411,9 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5620
5411
  ...
5621
5412
 
5622
5413
  class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5623
- """ """
5624
-
5625
5414
  bl_label: typing.Any
5626
- """ """
5627
-
5628
5415
  bl_rna: typing.Any
5629
- """ """
5630
-
5631
5416
  id_data: typing.Any
5632
- """ """
5633
5417
 
5634
5418
  def append(self, draw_func):
5635
5419
  """Append a draw function to this menu,
@@ -5734,10 +5518,7 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5734
5518
  """
5735
5519
  ...
5736
5520
 
5737
- def is_extended(self):
5738
- """ """
5739
- ...
5740
-
5521
+ def is_extended(self): ...
5741
5522
  def is_property_hidden(self) -> bool:
5742
5523
  """Check if a property is hidden.
5743
5524
 
@@ -5900,16 +5681,9 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5900
5681
  ...
5901
5682
 
5902
5683
  class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
5903
- """ """
5904
-
5905
5684
  bl_label: typing.Any
5906
- """ """
5907
-
5908
5685
  bl_rna: typing.Any
5909
- """ """
5910
-
5911
5686
  id_data: typing.Any
5912
- """ """
5913
5687
 
5914
5688
  def append(self, draw_func):
5915
5689
  """Append a draw function to this menu,
@@ -6014,10 +5788,7 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
6014
5788
  """
6015
5789
  ...
6016
5790
 
6017
- def is_extended(self):
6018
- """ """
6019
- ...
6020
-
5791
+ def is_extended(self): ...
6021
5792
  def is_property_hidden(self) -> bool:
6022
5793
  """Check if a property is hidden.
6023
5794
 
@@ -6180,16 +5951,9 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
6180
5951
  ...
6181
5952
 
6182
5953
  class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6183
- """ """
6184
-
6185
5954
  bl_label: typing.Any
6186
- """ """
6187
-
6188
5955
  bl_rna: typing.Any
6189
- """ """
6190
-
6191
5956
  id_data: typing.Any
6192
- """ """
6193
5957
 
6194
5958
  def append(self, draw_func):
6195
5959
  """Append a draw function to this menu,
@@ -6294,10 +6058,7 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6294
6058
  """
6295
6059
  ...
6296
6060
 
6297
- def is_extended(self):
6298
- """ """
6299
- ...
6300
-
6061
+ def is_extended(self): ...
6301
6062
  def is_property_hidden(self) -> bool:
6302
6063
  """Check if a property is hidden.
6303
6064
 
@@ -6460,16 +6221,9 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6460
6221
  ...
6461
6222
 
6462
6223
  class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6463
- """ """
6464
-
6465
6224
  bl_label: typing.Any
6466
- """ """
6467
-
6468
6225
  bl_rna: typing.Any
6469
- """ """
6470
-
6471
6226
  id_data: typing.Any
6472
- """ """
6473
6227
 
6474
6228
  def append(self, draw_func):
6475
6229
  """Append a draw function to this menu,
@@ -6574,10 +6328,7 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6574
6328
  """
6575
6329
  ...
6576
6330
 
6577
- def is_extended(self):
6578
- """ """
6579
- ...
6580
-
6331
+ def is_extended(self): ...
6581
6332
  def is_property_hidden(self) -> bool:
6582
6333
  """Check if a property is hidden.
6583
6334
 
@@ -6740,16 +6491,9 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6740
6491
  ...
6741
6492
 
6742
6493
  class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
6743
- """ """
6744
-
6745
6494
  bl_label: typing.Any
6746
- """ """
6747
-
6748
6495
  bl_rna: typing.Any
6749
- """ """
6750
-
6751
6496
  id_data: typing.Any
6752
- """ """
6753
6497
 
6754
6498
  def append(self, draw_func):
6755
6499
  """Append a draw function to this menu,
@@ -6854,10 +6598,7 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
6854
6598
  """
6855
6599
  ...
6856
6600
 
6857
- def is_extended(self):
6858
- """ """
6859
- ...
6860
-
6601
+ def is_extended(self): ...
6861
6602
  def is_property_hidden(self) -> bool:
6862
6603
  """Check if a property is hidden.
6863
6604
 
@@ -7022,25 +6763,12 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
7022
6763
  class IMAGE_PT_active_mask_point(
7023
6764
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
7024
6765
  ):
7025
- """ """
7026
-
7027
6766
  bl_category: typing.Any
7028
- """ """
7029
-
7030
6767
  bl_label: typing.Any
7031
- """ """
7032
-
7033
6768
  bl_region_type: typing.Any
7034
- """ """
7035
-
7036
6769
  bl_rna: typing.Any
7037
- """ """
7038
-
7039
6770
  bl_space_type: typing.Any
7040
- """ """
7041
-
7042
6771
  id_data: typing.Any
7043
- """ """
7044
6772
 
7045
6773
  def append(self, draw_func):
7046
6774
  """Append a draw function to this menu,
@@ -7125,10 +6853,7 @@ class IMAGE_PT_active_mask_point(
7125
6853
  """
7126
6854
  ...
7127
6855
 
7128
- def is_extended(self):
7129
- """ """
7130
- ...
7131
-
6856
+ def is_extended(self): ...
7132
6857
  def is_property_hidden(self) -> bool:
7133
6858
  """Check if a property is hidden.
7134
6859
 
@@ -7266,25 +6991,12 @@ class IMAGE_PT_active_mask_point(
7266
6991
  class IMAGE_PT_active_mask_spline(
7267
6992
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
7268
6993
  ):
7269
- """ """
7270
-
7271
6994
  bl_category: typing.Any
7272
- """ """
7273
-
7274
6995
  bl_label: typing.Any
7275
- """ """
7276
-
7277
6996
  bl_region_type: typing.Any
7278
- """ """
7279
-
7280
6997
  bl_rna: typing.Any
7281
- """ """
7282
-
7283
6998
  bl_space_type: typing.Any
7284
- """ """
7285
-
7286
6999
  id_data: typing.Any
7287
- """ """
7288
7000
 
7289
7001
  def append(self, draw_func):
7290
7002
  """Append a draw function to this menu,
@@ -7369,10 +7081,7 @@ class IMAGE_PT_active_mask_spline(
7369
7081
  """
7370
7082
  ...
7371
7083
 
7372
- def is_extended(self):
7373
- """ """
7374
- ...
7375
-
7084
+ def is_extended(self): ...
7376
7085
  def is_property_hidden(self) -> bool:
7377
7086
  """Check if a property is hidden.
7378
7087
 
@@ -7512,25 +7221,12 @@ class IMAGE_PT_active_tool(
7512
7221
  bpy_types.Panel,
7513
7222
  bl_ui.space_toolsystem_common.ToolActivePanelHelper,
7514
7223
  ):
7515
- """ """
7516
-
7517
7224
  bl_category: typing.Any
7518
- """ """
7519
-
7520
7225
  bl_label: typing.Any
7521
- """ """
7522
-
7523
7226
  bl_region_type: typing.Any
7524
- """ """
7525
-
7526
7227
  bl_rna: typing.Any
7527
- """ """
7528
-
7529
7228
  bl_space_type: typing.Any
7530
- """ """
7531
-
7532
7229
  id_data: typing.Any
7533
- """ """
7534
7230
 
7535
7231
  def append(self, draw_func):
7536
7232
  """Append a draw function to this menu,
@@ -7615,10 +7311,7 @@ class IMAGE_PT_active_tool(
7615
7311
  """
7616
7312
  ...
7617
7313
 
7618
- def is_extended(self):
7619
- """ """
7620
- ...
7621
-
7314
+ def is_extended(self): ...
7622
7315
  def is_property_hidden(self) -> bool:
7623
7316
  """Check if a property is hidden.
7624
7317
 
@@ -7751,28 +7444,13 @@ class IMAGE_PT_annotation(
7751
7444
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
7752
7445
  bpy_types._GenericUI,
7753
7446
  ):
7754
- """ """
7755
-
7756
7447
  bl_category: typing.Any
7757
- """ """
7758
-
7759
7448
  bl_label: typing.Any
7760
- """ """
7761
-
7762
7449
  bl_options: typing.Any
7763
- """ """
7764
-
7765
7450
  bl_region_type: typing.Any
7766
- """ """
7767
-
7768
7451
  bl_rna: typing.Any
7769
- """ """
7770
-
7771
7452
  bl_space_type: typing.Any
7772
- """ """
7773
-
7774
7453
  id_data: typing.Any
7775
- """ """
7776
7454
 
7777
7455
  def append(self, draw_func):
7778
7456
  """Append a draw function to this menu,
@@ -7873,10 +7551,7 @@ class IMAGE_PT_annotation(
7873
7551
  """
7874
7552
  ...
7875
7553
 
7876
- def is_extended(self):
7877
- """ """
7878
- ...
7879
-
7554
+ def is_extended(self): ...
7880
7555
  def is_property_hidden(self) -> bool:
7881
7556
  """Check if a property is hidden.
7882
7557
 
@@ -8005,25 +7680,12 @@ class IMAGE_PT_annotation(
8005
7680
  ...
8006
7681
 
8007
7682
  class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8008
- """ """
8009
-
8010
7683
  bl_label: typing.Any
8011
- """ """
8012
-
8013
7684
  bl_region_type: typing.Any
8014
- """ """
8015
-
8016
7685
  bl_rna: typing.Any
8017
- """ """
8018
-
8019
7686
  bl_space_type: typing.Any
8020
- """ """
8021
-
8022
7687
  bl_ui_units_x: typing.Any
8023
- """ """
8024
-
8025
7688
  id_data: typing.Any
8026
- """ """
8027
7689
 
8028
7690
  def append(self, draw_func):
8029
7691
  """Append a draw function to this menu,
@@ -8108,10 +7770,7 @@ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8108
7770
  """
8109
7771
  ...
8110
7772
 
8111
- def is_extended(self):
8112
- """ """
8113
- ...
8114
-
7773
+ def is_extended(self): ...
8115
7774
  def is_property_hidden(self) -> bool:
8116
7775
  """Check if a property is hidden.
8117
7776
 
@@ -8240,25 +7899,12 @@ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8240
7899
  ...
8241
7900
 
8242
7901
  class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8243
- """ """
8244
-
8245
7902
  bl_category: typing.Any
8246
- """ """
8247
-
8248
7903
  bl_label: typing.Any
8249
- """ """
8250
-
8251
7904
  bl_region_type: typing.Any
8252
- """ """
8253
-
8254
7905
  bl_rna: typing.Any
8255
- """ """
8256
-
8257
7906
  bl_space_type: typing.Any
8258
- """ """
8259
-
8260
7907
  id_data: typing.Any
8261
- """ """
8262
7908
 
8263
7909
  def append(self, draw_func):
8264
7910
  """Append a draw function to this menu,
@@ -8343,10 +7989,7 @@ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8343
7989
  """
8344
7990
  ...
8345
7991
 
8346
- def is_extended(self):
8347
- """ """
8348
- ...
8349
-
7992
+ def is_extended(self): ...
8350
7993
  def is_property_hidden(self) -> bool:
8351
7994
  """Check if a property is hidden.
8352
7995
 
@@ -8484,28 +8127,13 @@ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8484
8127
  class IMAGE_PT_mask(
8485
8128
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
8486
8129
  ):
8487
- """ """
8488
-
8489
8130
  bl_category: typing.Any
8490
- """ """
8491
-
8492
8131
  bl_label: typing.Any
8493
- """ """
8494
-
8495
8132
  bl_options: typing.Any
8496
- """ """
8497
-
8498
8133
  bl_region_type: typing.Any
8499
- """ """
8500
-
8501
8134
  bl_rna: typing.Any
8502
- """ """
8503
-
8504
8135
  bl_space_type: typing.Any
8505
- """ """
8506
-
8507
8136
  id_data: typing.Any
8508
- """ """
8509
8137
 
8510
8138
  def append(self, draw_func):
8511
8139
  """Append a draw function to this menu,
@@ -8590,10 +8218,7 @@ class IMAGE_PT_mask(
8590
8218
  """
8591
8219
  ...
8592
8220
 
8593
- def is_extended(self):
8594
- """ """
8595
- ...
8596
-
8221
+ def is_extended(self): ...
8597
8222
  def is_property_hidden(self) -> bool:
8598
8223
  """Check if a property is hidden.
8599
8224
 
@@ -8731,22 +8356,11 @@ class IMAGE_PT_mask(
8731
8356
  class IMAGE_PT_mask_display(
8732
8357
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
8733
8358
  ):
8734
- """ """
8735
-
8736
8359
  bl_label: typing.Any
8737
- """ """
8738
-
8739
8360
  bl_region_type: typing.Any
8740
- """ """
8741
-
8742
8361
  bl_rna: typing.Any
8743
- """ """
8744
-
8745
8362
  bl_space_type: typing.Any
8746
- """ """
8747
-
8748
8363
  id_data: typing.Any
8749
- """ """
8750
8364
 
8751
8365
  def append(self, draw_func):
8752
8366
  """Append a draw function to this menu,
@@ -8831,10 +8445,7 @@ class IMAGE_PT_mask_display(
8831
8445
  """
8832
8446
  ...
8833
8447
 
8834
- def is_extended(self):
8835
- """ """
8836
- ...
8837
-
8448
+ def is_extended(self): ...
8838
8449
  def is_property_hidden(self) -> bool:
8839
8450
  """Check if a property is hidden.
8840
8451
 
@@ -8972,25 +8583,12 @@ class IMAGE_PT_mask_display(
8972
8583
  class IMAGE_PT_mask_layers(
8973
8584
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
8974
8585
  ):
8975
- """ """
8976
-
8977
8586
  bl_category: typing.Any
8978
- """ """
8979
-
8980
8587
  bl_label: typing.Any
8981
- """ """
8982
-
8983
8588
  bl_region_type: typing.Any
8984
- """ """
8985
-
8986
8589
  bl_rna: typing.Any
8987
- """ """
8988
-
8989
8590
  bl_space_type: typing.Any
8990
- """ """
8991
-
8992
8591
  id_data: typing.Any
8993
- """ """
8994
8592
 
8995
8593
  def append(self, draw_func):
8996
8594
  """Append a draw function to this menu,
@@ -9075,10 +8673,7 @@ class IMAGE_PT_mask_layers(
9075
8673
  """
9076
8674
  ...
9077
8675
 
9078
- def is_extended(self):
9079
- """ """
9080
- ...
9081
-
8676
+ def is_extended(self): ...
9082
8677
  def is_property_hidden(self) -> bool:
9083
8678
  """Check if a property is hidden.
9084
8679
 
@@ -9214,25 +8809,12 @@ class IMAGE_PT_mask_layers(
9214
8809
  ...
9215
8810
 
9216
8811
  class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9217
- """ """
9218
-
9219
8812
  bl_label: typing.Any
9220
- """ """
9221
-
9222
8813
  bl_region_type: typing.Any
9223
- """ """
9224
-
9225
8814
  bl_rna: typing.Any
9226
- """ """
9227
-
9228
8815
  bl_space_type: typing.Any
9229
- """ """
9230
-
9231
8816
  bl_ui_units_x: typing.Any
9232
- """ """
9233
-
9234
8817
  id_data: typing.Any
9235
- """ """
9236
8818
 
9237
8819
  def append(self, draw_func):
9238
8820
  """Append a draw function to this menu,
@@ -9317,10 +8899,7 @@ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9317
8899
  """
9318
8900
  ...
9319
8901
 
9320
- def is_extended(self):
9321
- """ """
9322
- ...
9323
-
8902
+ def is_extended(self): ...
9324
8903
  def is_property_hidden(self) -> bool:
9325
8904
  """Check if a property is hidden.
9326
8905
 
@@ -9449,25 +9028,12 @@ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9449
9028
  ...
9450
9029
 
9451
9030
  class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9452
- """ """
9453
-
9454
9031
  bl_label: typing.Any
9455
- """ """
9456
-
9457
9032
  bl_parent_id: typing.Any
9458
- """ """
9459
-
9460
9033
  bl_region_type: typing.Any
9461
- """ """
9462
-
9463
9034
  bl_rna: typing.Any
9464
- """ """
9465
-
9466
9035
  bl_space_type: typing.Any
9467
- """ """
9468
-
9469
9036
  id_data: typing.Any
9470
- """ """
9471
9037
 
9472
9038
  def append(self, draw_func):
9473
9039
  """Append a draw function to this menu,
@@ -9552,10 +9118,7 @@ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9552
9118
  """
9553
9119
  ...
9554
9120
 
9555
- def is_extended(self):
9556
- """ """
9557
- ...
9558
-
9121
+ def is_extended(self): ...
9559
9122
  def is_property_hidden(self) -> bool:
9560
9123
  """Check if a property is hidden.
9561
9124
 
@@ -9691,25 +9254,12 @@ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9691
9254
  ...
9692
9255
 
9693
9256
  class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9694
- """ """
9695
-
9696
9257
  bl_label: typing.Any
9697
- """ """
9698
-
9699
9258
  bl_parent_id: typing.Any
9700
- """ """
9701
-
9702
9259
  bl_region_type: typing.Any
9703
- """ """
9704
-
9705
9260
  bl_rna: typing.Any
9706
- """ """
9707
-
9708
9261
  bl_space_type: typing.Any
9709
- """ """
9710
-
9711
9262
  id_data: typing.Any
9712
- """ """
9713
9263
 
9714
9264
  def append(self, draw_func):
9715
9265
  """Append a draw function to this menu,
@@ -9794,10 +9344,7 @@ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9794
9344
  """
9795
9345
  ...
9796
9346
 
9797
- def is_extended(self):
9798
- """ """
9799
- ...
9800
-
9347
+ def is_extended(self): ...
9801
9348
  def is_property_hidden(self) -> bool:
9802
9349
  """Check if a property is hidden.
9803
9350
 
@@ -9926,25 +9473,12 @@ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9926
9473
  ...
9927
9474
 
9928
9475
  class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
9929
- """ """
9930
-
9931
9476
  bl_label: typing.Any
9932
- """ """
9933
-
9934
9477
  bl_parent_id: typing.Any
9935
- """ """
9936
-
9937
9478
  bl_region_type: typing.Any
9938
- """ """
9939
-
9940
9479
  bl_rna: typing.Any
9941
- """ """
9942
-
9943
9480
  bl_space_type: typing.Any
9944
- """ """
9945
-
9946
9481
  id_data: typing.Any
9947
- """ """
9948
9482
 
9949
9483
  def append(self, draw_func):
9950
9484
  """Append a draw function to this menu,
@@ -10029,10 +9563,7 @@ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
10029
9563
  """
10030
9564
  ...
10031
9565
 
10032
- def is_extended(self):
10033
- """ """
10034
- ...
10035
-
9566
+ def is_extended(self): ...
10036
9567
  def is_property_hidden(self) -> bool:
10037
9568
  """Check if a property is hidden.
10038
9569
 
@@ -10168,25 +9699,12 @@ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
10168
9699
  ...
10169
9700
 
10170
9701
  class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10171
- """ """
10172
-
10173
9702
  bl_label: typing.Any
10174
- """ """
10175
-
10176
9703
  bl_parent_id: typing.Any
10177
- """ """
10178
-
10179
9704
  bl_region_type: typing.Any
10180
- """ """
10181
-
10182
9705
  bl_rna: typing.Any
10183
- """ """
10184
-
10185
9706
  bl_space_type: typing.Any
10186
- """ """
10187
-
10188
9707
  id_data: typing.Any
10189
- """ """
10190
9708
 
10191
9709
  def append(self, draw_func):
10192
9710
  """Append a draw function to this menu,
@@ -10271,10 +9789,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10271
9789
  """
10272
9790
  ...
10273
9791
 
10274
- def is_extended(self):
10275
- """ """
10276
- ...
10277
-
9792
+ def is_extended(self): ...
10278
9793
  def is_property_hidden(self) -> bool:
10279
9794
  """Check if a property is hidden.
10280
9795
 
@@ -10410,25 +9925,12 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10410
9925
  ...
10411
9926
 
10412
9927
  class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10413
- """ """
10414
-
10415
9928
  bl_label: typing.Any
10416
- """ """
10417
-
10418
9929
  bl_parent_id: typing.Any
10419
- """ """
10420
-
10421
9930
  bl_region_type: typing.Any
10422
- """ """
10423
-
10424
9931
  bl_rna: typing.Any
10425
- """ """
10426
-
10427
9932
  bl_space_type: typing.Any
10428
- """ """
10429
-
10430
9933
  id_data: typing.Any
10431
- """ """
10432
9934
 
10433
9935
  def append(self, draw_func):
10434
9936
  """Append a draw function to this menu,
@@ -10513,10 +10015,7 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10513
10015
  """
10514
10016
  ...
10515
10017
 
10516
- def is_extended(self):
10517
- """ """
10518
- ...
10519
-
10018
+ def is_extended(self): ...
10520
10019
  def is_property_hidden(self) -> bool:
10521
10020
  """Check if a property is hidden.
10522
10021
 
@@ -10652,34 +10151,16 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10652
10151
  ...
10653
10152
 
10654
10153
  class ImagePaintPanel:
10655
- """ """
10656
-
10657
10154
  bl_region_type: typing.Any
10658
- """ """
10659
-
10660
10155
  bl_space_type: typing.Any
10661
- """ """
10662
10156
 
10663
10157
  class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10664
- """ """
10665
-
10666
10158
  bl_label: typing.Any
10667
- """ """
10668
-
10669
10159
  bl_region_type: typing.Any
10670
- """ """
10671
-
10672
10160
  bl_rna: typing.Any
10673
- """ """
10674
-
10675
10161
  bl_space_type: typing.Any
10676
- """ """
10677
-
10678
10162
  bl_ui_units_x: typing.Any
10679
- """ """
10680
-
10681
10163
  id_data: typing.Any
10682
- """ """
10683
10164
 
10684
10165
  def append(self, draw_func):
10685
10166
  """Append a draw function to this menu,
@@ -10764,10 +10245,7 @@ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10764
10245
  """
10765
10246
  ...
10766
10247
 
10767
- def is_extended(self):
10768
- """ """
10769
- ...
10770
-
10248
+ def is_extended(self): ...
10771
10249
  def is_property_hidden(self) -> bool:
10772
10250
  """Check if a property is hidden.
10773
10251
 
@@ -10896,25 +10374,12 @@ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10896
10374
  ...
10897
10375
 
10898
10376
  class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
10899
- """ """
10900
-
10901
10377
  bl_category: typing.Any
10902
- """ """
10903
-
10904
10378
  bl_label: typing.Any
10905
- """ """
10906
-
10907
10379
  bl_region_type: typing.Any
10908
- """ """
10909
-
10910
10380
  bl_rna: typing.Any
10911
- """ """
10912
-
10913
10381
  bl_space_type: typing.Any
10914
- """ """
10915
-
10916
10382
  id_data: typing.Any
10917
- """ """
10918
10383
 
10919
10384
  def append(self, draw_func):
10920
10385
  """Append a draw function to this menu,
@@ -10999,10 +10464,7 @@ class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
10999
10464
  """
11000
10465
  ...
11001
10466
 
11002
- def is_extended(self):
11003
- """ """
11004
- ...
11005
-
10467
+ def is_extended(self): ...
11006
10468
  def is_property_hidden(self) -> bool:
11007
10469
  """Check if a property is hidden.
11008
10470
 
@@ -11138,8 +10600,6 @@ class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
11138
10600
  ...
11139
10601
 
11140
10602
  class ImageScopesPanel:
11141
- """ """
11142
-
11143
10603
  def poll(self, context):
11144
10604
  """
11145
10605
 
@@ -11148,22 +10608,11 @@ class ImageScopesPanel:
11148
10608
  ...
11149
10609
 
11150
10610
  class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11151
- """ """
11152
-
11153
10611
  bl_label: typing.Any
11154
- """ """
11155
-
11156
10612
  bl_region_type: typing.Any
11157
- """ """
11158
-
11159
10613
  bl_rna: typing.Any
11160
- """ """
11161
-
11162
10614
  bl_space_type: typing.Any
11163
- """ """
11164
-
11165
10615
  id_data: typing.Any
11166
- """ """
11167
10616
 
11168
10617
  def append(self, draw_func):
11169
10618
  """Append a draw function to this menu,
@@ -11248,10 +10697,7 @@ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11248
10697
  """
11249
10698
  ...
11250
10699
 
11251
- def is_extended(self):
11252
- """ """
11253
- ...
11254
-
10700
+ def is_extended(self): ...
11255
10701
  def is_property_hidden(self) -> bool:
11256
10702
  """Check if a property is hidden.
11257
10703
 
@@ -11380,25 +10826,12 @@ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11380
10826
  ...
11381
10827
 
11382
10828
  class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11383
- """ """
11384
-
11385
10829
  bl_category: typing.Any
11386
- """ """
11387
-
11388
10830
  bl_label: typing.Any
11389
- """ """
11390
-
11391
10831
  bl_region_type: typing.Any
11392
- """ """
11393
-
11394
10832
  bl_rna: typing.Any
11395
- """ """
11396
-
11397
10833
  bl_space_type: typing.Any
11398
- """ """
11399
-
11400
10834
  id_data: typing.Any
11401
- """ """
11402
10835
 
11403
10836
  def append(self, draw_func):
11404
10837
  """Append a draw function to this menu,
@@ -11483,10 +10916,7 @@ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11483
10916
  """
11484
10917
  ...
11485
10918
 
11486
- def is_extended(self):
11487
- """ """
11488
- ...
11489
-
10919
+ def is_extended(self): ...
11490
10920
  def is_property_hidden(self) -> bool:
11491
10921
  """Check if a property is hidden.
11492
10922
 
@@ -11622,25 +11052,12 @@ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11622
11052
  ...
11623
11053
 
11624
11054
  class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11625
- """ """
11626
-
11627
11055
  bl_category: typing.Any
11628
- """ """
11629
-
11630
11056
  bl_label: typing.Any
11631
- """ """
11632
-
11633
11057
  bl_region_type: typing.Any
11634
- """ """
11635
-
11636
11058
  bl_rna: typing.Any
11637
- """ """
11638
-
11639
11059
  bl_space_type: typing.Any
11640
- """ """
11641
-
11642
11060
  id_data: typing.Any
11643
- """ """
11644
11061
 
11645
11062
  def append(self, draw_func):
11646
11063
  """Append a draw function to this menu,
@@ -11725,10 +11142,7 @@ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11725
11142
  """
11726
11143
  ...
11727
11144
 
11728
- def is_extended(self):
11729
- """ """
11730
- ...
11731
-
11145
+ def is_extended(self): ...
11732
11146
  def is_property_hidden(self) -> bool:
11733
11147
  """Check if a property is hidden.
11734
11148
 
@@ -11864,25 +11278,12 @@ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11864
11278
  ...
11865
11279
 
11866
11280
  class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
11867
- """ """
11868
-
11869
11281
  bl_category: typing.Any
11870
- """ """
11871
-
11872
11282
  bl_label: typing.Any
11873
- """ """
11874
-
11875
11283
  bl_region_type: typing.Any
11876
- """ """
11877
-
11878
11284
  bl_rna: typing.Any
11879
- """ """
11880
-
11881
11285
  bl_space_type: typing.Any
11882
- """ """
11883
-
11884
11286
  id_data: typing.Any
11885
- """ """
11886
11287
 
11887
11288
  def append(self, draw_func):
11888
11289
  """Append a draw function to this menu,
@@ -11967,10 +11368,7 @@ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
11967
11368
  """
11968
11369
  ...
11969
11370
 
11970
- def is_extended(self):
11971
- """ """
11972
- ...
11973
-
11371
+ def is_extended(self): ...
11974
11372
  def is_property_hidden(self) -> bool:
11975
11373
  """Check if a property is hidden.
11976
11374
 
@@ -12106,13 +11504,8 @@ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
12106
11504
  ...
12107
11505
 
12108
11506
  class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12109
- """ """
12110
-
12111
11507
  bl_rna: typing.Any
12112
- """ """
12113
-
12114
11508
  id_data: typing.Any
12115
- """ """
12116
11509
 
12117
11510
  def append(self, draw_func):
12118
11511
  """Append a draw function to this menu,
@@ -12214,10 +11607,7 @@ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12214
11607
  """
12215
11608
  ...
12216
11609
 
12217
- def is_extended(self):
12218
- """ """
12219
- ...
12220
-
11610
+ def is_extended(self): ...
12221
11611
  def is_property_hidden(self) -> bool:
12222
11612
  """Check if a property is hidden.
12223
11613
 
@@ -12346,13 +11736,8 @@ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12346
11736
  ...
12347
11737
 
12348
11738
  class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12349
- """ """
12350
-
12351
11739
  bl_rna: typing.Any
12352
- """ """
12353
-
12354
11740
  id_data: typing.Any
12355
- """ """
12356
11741
 
12357
11742
  def append(self, draw_func):
12358
11743
  """Append a draw function to this menu,
@@ -12454,10 +11839,7 @@ class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12454
11839
  """
12455
11840
  ...
12456
11841
 
12457
- def is_extended(self):
12458
- """ """
12459
- ...
12460
-
11842
+ def is_extended(self): ...
12461
11843
  def is_property_hidden(self) -> bool:
12462
11844
  """Check if a property is hidden.
12463
11845
 
@@ -12586,8 +11968,6 @@ class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12586
11968
  ...
12587
11969
 
12588
11970
  class _draw_tool_settings_context_mode:
12589
- """ """
12590
-
12591
11971
  def PAINT(self, context, layout, tool):
12592
11972
  """
12593
11973
 
@@ -12614,34 +11994,15 @@ class IMAGE_PT_paint_curve(
12614
11994
  bl_ui.properties_paint_common.FalloffPanel,
12615
11995
  bl_ui.properties_paint_common.UnifiedPaintPanel,
12616
11996
  ):
12617
- """ """
12618
-
12619
11997
  bl_category: typing.Any
12620
- """ """
12621
-
12622
11998
  bl_context: typing.Any
12623
- """ """
12624
-
12625
11999
  bl_label: typing.Any
12626
- """ """
12627
-
12628
12000
  bl_options: typing.Any
12629
- """ """
12630
-
12631
12001
  bl_parent_id: typing.Any
12632
- """ """
12633
-
12634
12002
  bl_region_type: typing.Any
12635
- """ """
12636
-
12637
12003
  bl_rna: typing.Any
12638
- """ """
12639
-
12640
12004
  bl_space_type: typing.Any
12641
- """ """
12642
-
12643
12005
  id_data: typing.Any
12644
- """ """
12645
12006
 
12646
12007
  def append(self, draw_func):
12647
12008
  """Append a draw function to this menu,
@@ -12734,10 +12095,7 @@ class IMAGE_PT_paint_curve(
12734
12095
  """
12735
12096
  ...
12736
12097
 
12737
- def is_extended(self):
12738
- """ """
12739
- ...
12740
-
12098
+ def is_extended(self): ...
12741
12099
  def is_property_hidden(self) -> bool:
12742
12100
  """Check if a property is hidden.
12743
12101
 
@@ -12940,37 +12298,16 @@ class IMAGE_PT_paint_stroke(
12940
12298
  bl_ui.properties_paint_common.StrokePanel,
12941
12299
  bl_ui.properties_paint_common.UnifiedPaintPanel,
12942
12300
  ):
12943
- """ """
12944
-
12945
12301
  bl_category: typing.Any
12946
- """ """
12947
-
12948
12302
  bl_context: typing.Any
12949
- """ """
12950
-
12951
12303
  bl_label: typing.Any
12952
- """ """
12953
-
12954
12304
  bl_options: typing.Any
12955
- """ """
12956
-
12957
12305
  bl_parent_id: typing.Any
12958
- """ """
12959
-
12960
12306
  bl_region_type: typing.Any
12961
- """ """
12962
-
12963
12307
  bl_rna: typing.Any
12964
- """ """
12965
-
12966
12308
  bl_space_type: typing.Any
12967
- """ """
12968
-
12969
12309
  bl_ui_units_x: typing.Any
12970
- """ """
12971
-
12972
12310
  id_data: typing.Any
12973
- """ """
12974
12311
 
12975
12312
  def append(self, draw_func):
12976
12313
  """Append a draw function to this menu,
@@ -13063,10 +12400,7 @@ class IMAGE_PT_paint_stroke(
13063
12400
  """
13064
12401
  ...
13065
12402
 
13066
- def is_extended(self):
13067
- """ """
13068
- ...
13069
-
12403
+ def is_extended(self): ...
13070
12404
  def is_property_hidden(self) -> bool:
13071
12405
  """Check if a property is hidden.
13072
12406
 
@@ -13269,34 +12603,15 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
13269
12603
  bl_ui.properties_paint_common.SmoothStrokePanel,
13270
12604
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13271
12605
  ):
13272
- """ """
13273
-
13274
12606
  bl_category: typing.Any
13275
- """ """
13276
-
13277
12607
  bl_context: typing.Any
13278
- """ """
13279
-
13280
12608
  bl_label: typing.Any
13281
- """ """
13282
-
13283
12609
  bl_options: typing.Any
13284
- """ """
13285
-
13286
12610
  bl_parent_id: typing.Any
13287
- """ """
13288
-
13289
12611
  bl_region_type: typing.Any
13290
- """ """
13291
-
13292
12612
  bl_rna: typing.Any
13293
- """ """
13294
-
13295
12613
  bl_space_type: typing.Any
13296
- """ """
13297
-
13298
12614
  id_data: typing.Any
13299
- """ """
13300
12615
 
13301
12616
  def append(self, draw_func):
13302
12617
  """Append a draw function to this menu,
@@ -13396,10 +12711,7 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
13396
12711
  """
13397
12712
  ...
13398
12713
 
13399
- def is_extended(self):
13400
- """ """
13401
- ...
13402
-
12714
+ def is_extended(self): ...
13403
12715
  def is_property_hidden(self) -> bool:
13404
12716
  """Check if a property is hidden.
13405
12717
 
@@ -13602,37 +12914,16 @@ class IMAGE_PT_tools_brush_display(
13602
12914
  bl_ui.properties_paint_common.DisplayPanel,
13603
12915
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13604
12916
  ):
13605
- """ """
13606
-
13607
12917
  bl_category: typing.Any
13608
- """ """
13609
-
13610
12918
  bl_context: typing.Any
13611
- """ """
13612
-
13613
12919
  bl_label: typing.Any
13614
- """ """
13615
-
13616
12920
  bl_options: typing.Any
13617
- """ """
13618
-
13619
12921
  bl_parent_id: typing.Any
13620
- """ """
13621
-
13622
12922
  bl_region_type: typing.Any
13623
- """ """
13624
-
13625
12923
  bl_rna: typing.Any
13626
- """ """
13627
-
13628
12924
  bl_space_type: typing.Any
13629
- """ """
13630
-
13631
12925
  bl_ui_units_x: typing.Any
13632
- """ """
13633
-
13634
12926
  id_data: typing.Any
13635
- """ """
13636
12927
 
13637
12928
  def append(self, draw_func):
13638
12929
  """Append a draw function to this menu,
@@ -13732,10 +13023,7 @@ class IMAGE_PT_tools_brush_display(
13732
13023
  """
13733
13024
  ...
13734
13025
 
13735
- def is_extended(self):
13736
- """ """
13737
- ...
13738
-
13026
+ def is_extended(self): ...
13739
13027
  def is_property_hidden(self) -> bool:
13740
13028
  """Check if a property is hidden.
13741
13029
 
@@ -13936,34 +13224,15 @@ class IMAGE_PT_tools_brush_texture(
13936
13224
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13937
13225
  bpy_types._GenericUI,
13938
13226
  ):
13939
- """ """
13940
-
13941
13227
  bl_category: typing.Any
13942
- """ """
13943
-
13944
13228
  bl_context: typing.Any
13945
- """ """
13946
-
13947
13229
  bl_label: typing.Any
13948
- """ """
13949
-
13950
13230
  bl_options: typing.Any
13951
- """ """
13952
-
13953
13231
  bl_parent_id: typing.Any
13954
- """ """
13955
-
13956
13232
  bl_region_type: typing.Any
13957
- """ """
13958
-
13959
13233
  bl_rna: typing.Any
13960
- """ """
13961
-
13962
13234
  bl_space_type: typing.Any
13963
- """ """
13964
-
13965
13235
  id_data: typing.Any
13966
- """ """
13967
13236
 
13968
13237
  def append(self, draw_func):
13969
13238
  """Append a draw function to this menu,
@@ -14056,10 +13325,7 @@ class IMAGE_PT_tools_brush_texture(
14056
13325
  """
14057
13326
  ...
14058
13327
 
14059
- def is_extended(self):
14060
- """ """
14061
- ...
14062
-
13328
+ def is_extended(self): ...
14063
13329
  def is_property_hidden(self) -> bool:
14064
13330
  """Check if a property is hidden.
14065
13331
 
@@ -14260,31 +13526,14 @@ class IMAGE_PT_tools_imagepaint_symmetry(
14260
13526
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14261
13527
  bpy_types._GenericUI,
14262
13528
  ):
14263
- """ """
14264
-
14265
13529
  bl_category: typing.Any
14266
- """ """
14267
-
14268
13530
  bl_context: typing.Any
14269
- """ """
14270
-
14271
13531
  bl_label: typing.Any
14272
- """ """
14273
-
14274
13532
  bl_options: typing.Any
14275
- """ """
14276
-
14277
13533
  bl_region_type: typing.Any
14278
- """ """
14279
-
14280
13534
  bl_rna: typing.Any
14281
- """ """
14282
-
14283
13535
  bl_space_type: typing.Any
14284
- """ """
14285
-
14286
13536
  id_data: typing.Any
14287
- """ """
14288
13537
 
14289
13538
  def append(self, draw_func):
14290
13539
  """Append a draw function to this menu,
@@ -14377,10 +13626,7 @@ class IMAGE_PT_tools_imagepaint_symmetry(
14377
13626
  """
14378
13627
  ...
14379
13628
 
14380
- def is_extended(self):
14381
- """ """
14382
- ...
14383
-
13629
+ def is_extended(self): ...
14384
13630
  def is_property_hidden(self) -> bool:
14385
13631
  """Check if a property is hidden.
14386
13632
 
@@ -14583,37 +13829,16 @@ class IMAGE_PT_tools_mask_texture(
14583
13829
  bl_ui.properties_paint_common.TextureMaskPanel,
14584
13830
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14585
13831
  ):
14586
- """ """
14587
-
14588
13832
  bl_category: typing.Any
14589
- """ """
14590
-
14591
13833
  bl_context: typing.Any
14592
- """ """
14593
-
14594
13834
  bl_label: typing.Any
14595
- """ """
14596
-
14597
13835
  bl_options: typing.Any
14598
- """ """
14599
-
14600
13836
  bl_parent_id: typing.Any
14601
- """ """
14602
-
14603
13837
  bl_region_type: typing.Any
14604
- """ """
14605
-
14606
13838
  bl_rna: typing.Any
14607
- """ """
14608
-
14609
13839
  bl_space_type: typing.Any
14610
- """ """
14611
-
14612
13840
  bl_ui_units_x: typing.Any
14613
- """ """
14614
-
14615
13841
  id_data: typing.Any
14616
- """ """
14617
13842
 
14618
13843
  def append(self, draw_func):
14619
13844
  """Append a draw function to this menu,
@@ -14706,10 +13931,7 @@ class IMAGE_PT_tools_mask_texture(
14706
13931
  """
14707
13932
  ...
14708
13933
 
14709
- def is_extended(self):
14710
- """ """
14711
- ...
14712
-
13934
+ def is_extended(self): ...
14713
13935
  def is_property_hidden(self) -> bool:
14714
13936
  """Check if a property is hidden.
14715
13937
 
@@ -14912,34 +14134,15 @@ class IMAGE_PT_paint_clone(
14912
14134
  bl_ui.properties_paint_common.ClonePanel,
14913
14135
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14914
14136
  ):
14915
- """ """
14916
-
14917
14137
  bl_category: typing.Any
14918
- """ """
14919
-
14920
14138
  bl_context: typing.Any
14921
- """ """
14922
-
14923
14139
  bl_label: typing.Any
14924
- """ """
14925
-
14926
14140
  bl_options: typing.Any
14927
- """ """
14928
-
14929
14141
  bl_parent_id: typing.Any
14930
- """ """
14931
-
14932
14142
  bl_region_type: typing.Any
14933
- """ """
14934
-
14935
14143
  bl_rna: typing.Any
14936
- """ """
14937
-
14938
14144
  bl_space_type: typing.Any
14939
- """ """
14940
-
14941
14145
  id_data: typing.Any
14942
- """ """
14943
14146
 
14944
14147
  def append(self, draw_func):
14945
14148
  """Append a draw function to this menu,
@@ -15039,10 +14242,7 @@ class IMAGE_PT_paint_clone(
15039
14242
  """
15040
14243
  ...
15041
14244
 
15042
- def is_extended(self):
15043
- """ """
15044
- ...
15045
-
14245
+ def is_extended(self): ...
15046
14246
  def is_property_hidden(self) -> bool:
15047
14247
  """Check if a property is hidden.
15048
14248
 
@@ -15238,31 +14438,14 @@ class IMAGE_PT_paint_clone(
15238
14438
  ...
15239
14439
 
15240
14440
  class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
15241
- """ """
15242
-
15243
14441
  bl_category: typing.Any
15244
- """ """
15245
-
15246
14442
  bl_context: typing.Any
15247
- """ """
15248
-
15249
14443
  bl_label: typing.Any
15250
- """ """
15251
-
15252
14444
  bl_parent_id: typing.Any
15253
- """ """
15254
-
15255
14445
  bl_region_type: typing.Any
15256
- """ """
15257
-
15258
14446
  bl_rna: typing.Any
15259
- """ """
15260
-
15261
14447
  bl_space_type: typing.Any
15262
- """ """
15263
-
15264
14448
  id_data: typing.Any
15265
- """ """
15266
14449
 
15267
14450
  def append(self, draw_func):
15268
14451
  """Append a draw function to this menu,
@@ -15347,10 +14530,7 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPane
15347
14530
  """
15348
14531
  ...
15349
14532
 
15350
- def is_extended(self):
15351
- """ """
15352
- ...
15353
-
14533
+ def is_extended(self): ...
15354
14534
  def is_property_hidden(self) -> bool:
15355
14535
  """Check if a property is hidden.
15356
14536
 
@@ -15493,28 +14673,13 @@ class IMAGE_PT_paint_select(
15493
14673
  bl_ui.properties_paint_common.BrushSelectPanel,
15494
14674
  bl_ui.properties_paint_common.UnifiedPaintPanel,
15495
14675
  ):
15496
- """ """
15497
-
15498
14676
  bl_category: typing.Any
15499
- """ """
15500
-
15501
14677
  bl_context: typing.Any
15502
- """ """
15503
-
15504
14678
  bl_label: typing.Any
15505
- """ """
15506
-
15507
14679
  bl_region_type: typing.Any
15508
- """ """
15509
-
15510
14680
  bl_rna: typing.Any
15511
- """ """
15512
-
15513
14681
  bl_space_type: typing.Any
15514
- """ """
15515
-
15516
14682
  id_data: typing.Any
15517
- """ """
15518
14683
 
15519
14684
  def append(self, draw_func):
15520
14685
  """Append a draw function to this menu,
@@ -15607,10 +14772,7 @@ class IMAGE_PT_paint_select(
15607
14772
  """
15608
14773
  ...
15609
14774
 
15610
- def is_extended(self):
15611
- """ """
15612
- ...
15613
-
14775
+ def is_extended(self): ...
15614
14776
  def is_property_hidden(self) -> bool:
15615
14777
  """Check if a property is hidden.
15616
14778
 
@@ -15806,28 +14968,13 @@ class IMAGE_PT_paint_select(
15806
14968
  ...
15807
14969
 
15808
14970
  class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
15809
- """ """
15810
-
15811
14971
  bl_category: typing.Any
15812
- """ """
15813
-
15814
14972
  bl_context: typing.Any
15815
- """ """
15816
-
15817
14973
  bl_label: typing.Any
15818
- """ """
15819
-
15820
14974
  bl_region_type: typing.Any
15821
- """ """
15822
-
15823
14975
  bl_rna: typing.Any
15824
- """ """
15825
-
15826
14976
  bl_space_type: typing.Any
15827
- """ """
15828
-
15829
14977
  id_data: typing.Any
15830
- """ """
15831
14978
 
15832
14979
  def append(self, draw_func):
15833
14980
  """Append a draw function to this menu,
@@ -15912,10 +15059,7 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintP
15912
15059
  """
15913
15060
  ...
15914
15061
 
15915
- def is_extended(self):
15916
- """ """
15917
- ...
15918
-
15062
+ def is_extended(self): ...
15919
15063
  def is_property_hidden(self) -> bool:
15920
15064
  """Check if a property is hidden.
15921
15065
 
@@ -16046,34 +15190,15 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintP
16046
15190
  class IMAGE_PT_paint_settings_advanced(
16047
15191
  bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
16048
15192
  ):
16049
- """ """
16050
-
16051
15193
  bl_category: typing.Any
16052
- """ """
16053
-
16054
15194
  bl_context: typing.Any
16055
- """ """
16056
-
16057
15195
  bl_label: typing.Any
16058
- """ """
16059
-
16060
15196
  bl_parent_id: typing.Any
16061
- """ """
16062
-
16063
15197
  bl_region_type: typing.Any
16064
- """ """
16065
-
16066
15198
  bl_rna: typing.Any
16067
- """ """
16068
-
16069
15199
  bl_space_type: typing.Any
16070
- """ """
16071
-
16072
15200
  bl_ui_units_x: typing.Any
16073
- """ """
16074
-
16075
15201
  id_data: typing.Any
16076
- """ """
16077
15202
 
16078
15203
  def append(self, draw_func):
16079
15204
  """Append a draw function to this menu,
@@ -16158,10 +15283,7 @@ class IMAGE_PT_paint_settings_advanced(
16158
15283
  """
16159
15284
  ...
16160
15285
 
16161
- def is_extended(self):
16162
- """ """
16163
- ...
16164
-
15286
+ def is_extended(self): ...
16165
15287
  def is_property_hidden(self) -> bool:
16166
15288
  """Check if a property is hidden.
16167
15289
 
@@ -16297,34 +15419,15 @@ class IMAGE_PT_paint_swatches(
16297
15419
  bl_ui.properties_paint_common.ColorPalettePanel,
16298
15420
  bl_ui.properties_paint_common.UnifiedPaintPanel,
16299
15421
  ):
16300
- """ """
16301
-
16302
15422
  bl_category: typing.Any
16303
- """ """
16304
-
16305
15423
  bl_context: typing.Any
16306
- """ """
16307
-
16308
15424
  bl_label: typing.Any
16309
- """ """
16310
-
16311
15425
  bl_options: typing.Any
16312
- """ """
16313
-
16314
15426
  bl_parent_id: typing.Any
16315
- """ """
16316
-
16317
15427
  bl_region_type: typing.Any
16318
- """ """
16319
-
16320
15428
  bl_rna: typing.Any
16321
- """ """
16322
-
16323
15429
  bl_space_type: typing.Any
16324
- """ """
16325
-
16326
15430
  id_data: typing.Any
16327
- """ """
16328
15431
 
16329
15432
  def append(self, draw_func):
16330
15433
  """Append a draw function to this menu,
@@ -16417,10 +15520,7 @@ class IMAGE_PT_paint_swatches(
16417
15520
  """
16418
15521
  ...
16419
15522
 
16420
- def is_extended(self):
16421
- """ """
16422
- ...
16423
-
15523
+ def is_extended(self): ...
16424
15524
  def is_property_hidden(self) -> bool:
16425
15525
  """Check if a property is hidden.
16426
15526
 
@@ -16616,31 +15716,14 @@ class IMAGE_PT_paint_swatches(
16616
15716
  ...
16617
15717
 
16618
15718
  class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
16619
- """ """
16620
-
16621
15719
  bl_category: typing.Any
16622
- """ """
16623
-
16624
15720
  bl_context: typing.Any
16625
- """ """
16626
-
16627
15721
  bl_label: typing.Any
16628
- """ """
16629
-
16630
15722
  bl_options: typing.Any
16631
- """ """
16632
-
16633
15723
  bl_region_type: typing.Any
16634
- """ """
16635
-
16636
15724
  bl_rna: typing.Any
16637
- """ """
16638
-
16639
15725
  bl_space_type: typing.Any
16640
- """ """
16641
-
16642
15726
  id_data: typing.Any
16643
- """ """
16644
15727
 
16645
15728
  def append(self, draw_func):
16646
15729
  """Append a draw function to this menu,
@@ -16725,10 +15808,7 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaint
16725
15808
  """
16726
15809
  ...
16727
15810
 
16728
- def is_extended(self):
16729
- """ """
16730
- ...
16731
-
15811
+ def is_extended(self): ...
16732
15812
  def is_property_hidden(self) -> bool:
16733
15813
  """Check if a property is hidden.
16734
15814
 
@@ -16859,28 +15939,13 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaint
16859
15939
  class IMAGE_PT_uv_sculpt_options(
16860
15940
  bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
16861
15941
  ):
16862
- """ """
16863
-
16864
15942
  bl_category: typing.Any
16865
- """ """
16866
-
16867
15943
  bl_context: typing.Any
16868
- """ """
16869
-
16870
15944
  bl_label: typing.Any
16871
- """ """
16872
-
16873
15945
  bl_region_type: typing.Any
16874
- """ """
16875
-
16876
15946
  bl_rna: typing.Any
16877
- """ """
16878
-
16879
15947
  bl_space_type: typing.Any
16880
- """ """
16881
-
16882
15948
  id_data: typing.Any
16883
- """ """
16884
15949
 
16885
15950
  def append(self, draw_func):
16886
15951
  """Append a draw function to this menu,
@@ -16965,10 +16030,7 @@ class IMAGE_PT_uv_sculpt_options(
16965
16030
  """
16966
16031
  ...
16967
16032
 
16968
- def is_extended(self):
16969
- """ """
16970
- ...
16971
-
16033
+ def is_extended(self): ...
16972
16034
  def is_property_hidden(self) -> bool:
16973
16035
  """Check if a property is hidden.
16974
16036
 
@@ -17097,25 +16159,12 @@ class IMAGE_PT_uv_sculpt_options(
17097
16159
  ...
17098
16160
 
17099
16161
  class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17100
- """ """
17101
-
17102
16162
  bl_category: typing.Any
17103
- """ """
17104
-
17105
16163
  bl_label: typing.Any
17106
- """ """
17107
-
17108
16164
  bl_region_type: typing.Any
17109
- """ """
17110
-
17111
16165
  bl_rna: typing.Any
17112
- """ """
17113
-
17114
16166
  bl_space_type: typing.Any
17115
- """ """
17116
-
17117
16167
  id_data: typing.Any
17118
- """ """
17119
16168
 
17120
16169
  def append(self, draw_func):
17121
16170
  """Append a draw function to this menu,
@@ -17200,10 +16249,7 @@ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._Generic
17200
16249
  """
17201
16250
  ...
17202
16251
 
17203
- def is_extended(self):
17204
- """ """
17205
- ...
17206
-
16252
+ def is_extended(self): ...
17207
16253
  def is_property_hidden(self) -> bool:
17208
16254
  """Check if a property is hidden.
17209
16255
 
@@ -17339,28 +16385,13 @@ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._Generic
17339
16385
  ...
17340
16386
 
17341
16387
  class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17342
- """ """
17343
-
17344
16388
  bl_category: typing.Any
17345
- """ """
17346
-
17347
16389
  bl_label: typing.Any
17348
- """ """
17349
-
17350
16390
  bl_options: typing.Any
17351
- """ """
17352
-
17353
16391
  bl_region_type: typing.Any
17354
- """ """
17355
-
17356
16392
  bl_rna: typing.Any
17357
- """ """
17358
-
17359
16393
  bl_space_type: typing.Any
17360
- """ """
17361
-
17362
16394
  id_data: typing.Any
17363
- """ """
17364
16395
 
17365
16396
  def append(self, draw_func):
17366
16397
  """Append a draw function to this menu,
@@ -17445,10 +16476,7 @@ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._Generi
17445
16476
  """
17446
16477
  ...
17447
16478
 
17448
- def is_extended(self):
17449
- """ """
17450
- ...
17451
-
16479
+ def is_extended(self): ...
17452
16480
  def is_property_hidden(self) -> bool:
17453
16481
  """Check if a property is hidden.
17454
16482
 
@@ -17584,25 +16612,12 @@ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._Generi
17584
16612
  ...
17585
16613
 
17586
16614
  class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17587
- """ """
17588
-
17589
16615
  bl_category: typing.Any
17590
- """ """
17591
-
17592
16616
  bl_label: typing.Any
17593
- """ """
17594
-
17595
16617
  bl_region_type: typing.Any
17596
- """ """
17597
-
17598
16618
  bl_rna: typing.Any
17599
- """ """
17600
-
17601
16619
  bl_space_type: typing.Any
17602
- """ """
17603
-
17604
16620
  id_data: typing.Any
17605
- """ """
17606
16621
 
17607
16622
  def append(self, draw_func):
17608
16623
  """Append a draw function to this menu,
@@ -17687,10 +16702,7 @@ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._Gene
17687
16702
  """
17688
16703
  ...
17689
16704
 
17690
- def is_extended(self):
17691
- """ """
17692
- ...
17693
-
16705
+ def is_extended(self): ...
17694
16706
  def is_property_hidden(self) -> bool:
17695
16707
  """Check if a property is hidden.
17696
16708
 
@@ -17828,25 +16840,12 @@ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._Gene
17828
16840
  class IMAGE_PT_view_vectorscope(
17829
16841
  bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI
17830
16842
  ):
17831
- """ """
17832
-
17833
16843
  bl_category: typing.Any
17834
- """ """
17835
-
17836
16844
  bl_label: typing.Any
17837
- """ """
17838
-
17839
16845
  bl_region_type: typing.Any
17840
- """ """
17841
-
17842
16846
  bl_rna: typing.Any
17843
- """ """
17844
-
17845
16847
  bl_space_type: typing.Any
17846
- """ """
17847
-
17848
16848
  id_data: typing.Any
17849
- """ """
17850
16849
 
17851
16850
  def append(self, draw_func):
17852
16851
  """Append a draw function to this menu,
@@ -17931,10 +16930,7 @@ class IMAGE_PT_view_vectorscope(
17931
16930
  """
17932
16931
  ...
17933
16932
 
17934
- def is_extended(self):
17935
- """ """
17936
- ...
17937
-
16933
+ def is_extended(self): ...
17938
16934
  def is_property_hidden(self) -> bool:
17939
16935
  """Check if a property is hidden.
17940
16936
 
@@ -18070,25 +17066,12 @@ class IMAGE_PT_view_vectorscope(
18070
17066
  ...
18071
17067
 
18072
17068
  class IMAGE_PT_view_waveform(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
18073
- """ """
18074
-
18075
17069
  bl_category: typing.Any
18076
- """ """
18077
-
18078
17070
  bl_label: typing.Any
18079
- """ """
18080
-
18081
17071
  bl_region_type: typing.Any
18082
- """ """
18083
-
18084
17072
  bl_rna: typing.Any
18085
- """ """
18086
-
18087
17073
  bl_space_type: typing.Any
18088
- """ """
18089
-
18090
17074
  id_data: typing.Any
18091
- """ """
18092
17075
 
18093
17076
  def append(self, draw_func):
18094
17077
  """Append a draw function to this menu,
@@ -18173,10 +17156,7 @@ class IMAGE_PT_view_waveform(bpy_types.Panel, ImageScopesPanel, bpy_types._Gener
18173
17156
  """
18174
17157
  ...
18175
17158
 
18176
- def is_extended(self):
18177
- """ """
18178
- ...
18179
-
17159
+ def is_extended(self): ...
18180
17160
  def is_property_hidden(self) -> bool:
18181
17161
  """Check if a property is hidden.
18182
17162