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
@@ -6,10 +6,7 @@ import rna_prop_ui
6
6
  GenericType = typing.TypeVar("GenericType")
7
7
 
8
8
  class ColorAttributesListBase:
9
- """ """
10
-
11
9
  display_domain_names: typing.Any
12
- """ """
13
10
 
14
11
  def filter_items(self, _context, data, property):
15
12
  """
@@ -21,16 +18,9 @@ class ColorAttributesListBase:
21
18
  ...
22
19
 
23
20
  class MeshButtonsPanel:
24
- """ """
25
-
26
21
  bl_context: typing.Any
27
- """ """
28
-
29
22
  bl_region_type: typing.Any
30
- """ """
31
-
32
23
  bl_space_type: typing.Any
33
- """ """
34
24
 
35
25
  def poll(self, context):
36
26
  """
@@ -40,16 +30,9 @@ class MeshButtonsPanel:
40
30
  ...
41
31
 
42
32
  class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
43
- """ """
44
-
45
33
  bl_label: typing.Any
46
- """ """
47
-
48
34
  bl_rna: typing.Any
49
- """ """
50
-
51
35
  id_data: typing.Any
52
- """ """
53
36
 
54
37
  def append(self, draw_func):
55
38
  """Append a draw function to this menu,
@@ -154,10 +137,7 @@ class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
154
137
  """
155
138
  ...
156
139
 
157
- def is_extended(self):
158
- """ """
159
- ...
160
-
140
+ def is_extended(self): ...
161
141
  def is_property_hidden(self) -> bool:
162
142
  """Check if a property is hidden.
163
143
 
@@ -320,16 +300,9 @@ class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
320
300
  ...
321
301
 
322
302
  class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
323
- """ """
324
-
325
303
  bl_label: typing.Any
326
- """ """
327
-
328
304
  bl_rna: typing.Any
329
- """ """
330
-
331
305
  id_data: typing.Any
332
- """ """
333
306
 
334
307
  def append(self, draw_func):
335
308
  """Append a draw function to this menu,
@@ -434,10 +407,7 @@ class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI)
434
407
  """
435
408
  ...
436
409
 
437
- def is_extended(self):
438
- """ """
439
- ...
440
-
410
+ def is_extended(self): ...
441
411
  def is_property_hidden(self) -> bool:
442
412
  """Check if a property is hidden.
443
413
 
@@ -600,16 +570,9 @@ class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI)
600
570
  ...
601
571
 
602
572
  class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
603
- """ """
604
-
605
573
  bl_label: typing.Any
606
- """ """
607
-
608
574
  bl_rna: typing.Any
609
- """ """
610
-
611
575
  id_data: typing.Any
612
- """ """
613
576
 
614
577
  def append(self, draw_func):
615
578
  """Append a draw function to this menu,
@@ -714,10 +677,7 @@ class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
714
677
  """
715
678
  ...
716
679
 
717
- def is_extended(self):
718
- """ """
719
- ...
720
-
680
+ def is_extended(self): ...
721
681
  def is_property_hidden(self) -> bool:
722
682
  """Check if a property is hidden.
723
683
 
@@ -880,16 +840,9 @@ class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
880
840
  ...
881
841
 
882
842
  class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
883
- """ """
884
-
885
843
  bl_label: typing.Any
886
- """ """
887
-
888
844
  bl_rna: typing.Any
889
- """ """
890
-
891
845
  id_data: typing.Any
892
- """ """
893
846
 
894
847
  def append(self, draw_func):
895
848
  """Append a draw function to this menu,
@@ -994,10 +947,7 @@ class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
994
947
  """
995
948
  ...
996
949
 
997
- def is_extended(self):
998
- """ """
999
- ...
1000
-
950
+ def is_extended(self): ...
1001
951
  def is_property_hidden(self) -> bool:
1002
952
  """Check if a property is hidden.
1003
953
 
@@ -1160,16 +1110,9 @@ class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1160
1110
  ...
1161
1111
 
1162
1112
  class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1163
- """ """
1164
-
1165
1113
  bl_rna: typing.Any
1166
- """ """
1167
-
1168
1114
  display_domain_names: typing.Any
1169
- """ """
1170
-
1171
1115
  id_data: typing.Any
1172
- """ """
1173
1116
 
1174
1117
  def append(self, draw_func):
1175
1118
  """Append a draw function to this menu,
@@ -1280,10 +1223,7 @@ class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1280
1223
  """
1281
1224
  ...
1282
1225
 
1283
- def is_extended(self):
1284
- """ """
1285
- ...
1286
-
1226
+ def is_extended(self): ...
1287
1227
  def is_property_hidden(self) -> bool:
1288
1228
  """Check if a property is hidden.
1289
1229
 
@@ -1412,13 +1352,8 @@ class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1412
1352
  ...
1413
1353
 
1414
1354
  class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1415
- """ """
1416
-
1417
1355
  bl_rna: typing.Any
1418
- """ """
1419
-
1420
1356
  id_data: typing.Any
1421
- """ """
1422
1357
 
1423
1358
  def append(self, draw_func):
1424
1359
  """Append a draw function to this menu,
@@ -1512,10 +1447,7 @@ class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1512
1447
  """
1513
1448
  ...
1514
1449
 
1515
- def is_extended(self):
1516
- """ """
1517
- ...
1518
-
1450
+ def is_extended(self): ...
1519
1451
  def is_property_hidden(self) -> bool:
1520
1452
  """Check if a property is hidden.
1521
1453
 
@@ -1644,13 +1576,8 @@ class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1644
1576
  ...
1645
1577
 
1646
1578
  class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1647
- """ """
1648
-
1649
1579
  bl_rna: typing.Any
1650
- """ """
1651
-
1652
1580
  id_data: typing.Any
1653
- """ """
1654
1581
 
1655
1582
  def append(self, draw_func):
1656
1583
  """Append a draw function to this menu,
@@ -1752,10 +1679,7 @@ class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1752
1679
  """
1753
1680
  ...
1754
1681
 
1755
- def is_extended(self):
1756
- """ """
1757
- ...
1758
-
1682
+ def is_extended(self): ...
1759
1683
  def is_property_hidden(self) -> bool:
1760
1684
  """Check if a property is hidden.
1761
1685
 
@@ -1884,13 +1808,8 @@ class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1884
1808
  ...
1885
1809
 
1886
1810
  class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
1887
- """ """
1888
-
1889
1811
  bl_rna: typing.Any
1890
- """ """
1891
-
1892
1812
  id_data: typing.Any
1893
- """ """
1894
1813
 
1895
1814
  def append(self, draw_func):
1896
1815
  """Append a draw function to this menu,
@@ -1992,10 +1911,7 @@ class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
1992
1911
  """
1993
1912
  ...
1994
1913
 
1995
- def is_extended(self):
1996
- """ """
1997
- ...
1998
-
1914
+ def is_extended(self): ...
1999
1915
  def is_property_hidden(self) -> bool:
2000
1916
  """Check if a property is hidden.
2001
1917
 
@@ -2126,16 +2042,9 @@ class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
2126
2042
  class MESH_UL_color_attributes(
2127
2043
  bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2128
2044
  ):
2129
- """ """
2130
-
2131
2045
  bl_rna: typing.Any
2132
- """ """
2133
-
2134
2046
  display_domain_names: typing.Any
2135
- """ """
2136
-
2137
2047
  id_data: typing.Any
2138
- """ """
2139
2048
 
2140
2049
  def append(self, draw_func):
2141
2050
  """Append a draw function to this menu,
@@ -2246,10 +2155,7 @@ class MESH_UL_color_attributes(
2246
2155
  """
2247
2156
  ...
2248
2157
 
2249
- def is_extended(self):
2250
- """ """
2251
- ...
2252
-
2158
+ def is_extended(self): ...
2253
2159
  def is_property_hidden(self) -> bool:
2254
2160
  """Check if a property is hidden.
2255
2161
 
@@ -2380,16 +2286,9 @@ class MESH_UL_color_attributes(
2380
2286
  class MESH_UL_color_attributes_selector(
2381
2287
  bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2382
2288
  ):
2383
- """ """
2384
-
2385
2289
  bl_rna: typing.Any
2386
- """ """
2387
-
2388
2290
  display_domain_names: typing.Any
2389
- """ """
2390
-
2391
2291
  id_data: typing.Any
2392
- """ """
2393
2292
 
2394
2293
  def append(self, draw_func):
2395
2294
  """Append a draw function to this menu,
@@ -2500,10 +2399,7 @@ class MESH_UL_color_attributes_selector(
2500
2399
  """
2501
2400
  ...
2502
2401
 
2503
- def is_extended(self):
2504
- """ """
2505
- ...
2506
-
2402
+ def is_extended(self): ...
2507
2403
  def is_property_hidden(self) -> bool:
2508
2404
  """Check if a property is hidden.
2509
2405
 
@@ -2632,31 +2528,14 @@ class MESH_UL_color_attributes_selector(
2632
2528
  ...
2633
2529
 
2634
2530
  class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
2635
- """ """
2636
-
2637
2531
  COMPAT_ENGINES: typing.Any
2638
- """ """
2639
-
2640
2532
  bl_context: typing.Any
2641
- """ """
2642
-
2643
2533
  bl_label: typing.Any
2644
- """ """
2645
-
2646
2534
  bl_options: typing.Any
2647
- """ """
2648
-
2649
2535
  bl_region_type: typing.Any
2650
- """ """
2651
-
2652
2536
  bl_rna: typing.Any
2653
- """ """
2654
-
2655
2537
  bl_space_type: typing.Any
2656
- """ """
2657
-
2658
2538
  id_data: typing.Any
2659
- """ """
2660
2539
 
2661
2540
  def append(self, draw_func):
2662
2541
  """Append a draw function to this menu,
@@ -2741,10 +2620,7 @@ class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generic
2741
2620
  """
2742
2621
  ...
2743
2622
 
2744
- def is_extended(self):
2745
- """ """
2746
- ...
2747
-
2623
+ def is_extended(self): ...
2748
2624
  def is_property_hidden(self) -> bool:
2749
2625
  """Check if a property is hidden.
2750
2626
 
@@ -2887,31 +2763,14 @@ class DATA_PT_custom_props_mesh(
2887
2763
  """
2888
2764
 
2889
2765
  COMPAT_ENGINES: typing.Any
2890
- """ """
2891
-
2892
2766
  bl_context: typing.Any
2893
- """ """
2894
-
2895
2767
  bl_label: typing.Any
2896
- """ """
2897
-
2898
2768
  bl_options: typing.Any
2899
- """ """
2900
-
2901
2769
  bl_order: typing.Any
2902
- """ """
2903
-
2904
2770
  bl_region_type: typing.Any
2905
- """ """
2906
-
2907
2771
  bl_rna: typing.Any
2908
- """ """
2909
-
2910
2772
  bl_space_type: typing.Any
2911
- """ """
2912
-
2913
2773
  id_data: typing.Any
2914
- """ """
2915
2774
 
2916
2775
  def append(self, draw_func):
2917
2776
  """Append a draw function to this menu,
@@ -2996,10 +2855,7 @@ class DATA_PT_custom_props_mesh(
2996
2855
  """
2997
2856
  ...
2998
2857
 
2999
- def is_extended(self):
3000
- """ """
3001
- ...
3002
-
2858
+ def is_extended(self): ...
3003
2859
  def is_property_hidden(self) -> bool:
3004
2860
  """Check if a property is hidden.
3005
2861
 
@@ -3135,31 +2991,14 @@ class DATA_PT_custom_props_mesh(
3135
2991
  ...
3136
2992
 
3137
2993
  class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3138
- """ """
3139
-
3140
2994
  COMPAT_ENGINES: typing.Any
3141
- """ """
3142
-
3143
2995
  bl_context: typing.Any
3144
- """ """
3145
-
3146
2996
  bl_label: typing.Any
3147
- """ """
3148
-
3149
2997
  bl_options: typing.Any
3150
- """ """
3151
-
3152
2998
  bl_region_type: typing.Any
3153
- """ """
3154
-
3155
2999
  bl_rna: typing.Any
3156
- """ """
3157
-
3158
3000
  bl_space_type: typing.Any
3159
- """ """
3160
-
3161
3001
  id_data: typing.Any
3162
- """ """
3163
3002
 
3164
3003
  def append(self, draw_func):
3165
3004
  """Append a draw function to this menu,
@@ -3244,10 +3083,7 @@ class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3244
3083
  """
3245
3084
  ...
3246
3085
 
3247
- def is_extended(self):
3248
- """ """
3249
- ...
3250
-
3086
+ def is_extended(self): ...
3251
3087
  def is_property_hidden(self) -> bool:
3252
3088
  """Check if a property is hidden.
3253
3089
 
@@ -3383,31 +3219,14 @@ class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3383
3219
  ...
3384
3220
 
3385
3221
  class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3386
- """ """
3387
-
3388
3222
  COMPAT_ENGINES: typing.Any
3389
- """ """
3390
-
3391
3223
  bl_context: typing.Any
3392
- """ """
3393
-
3394
3224
  bl_label: typing.Any
3395
- """ """
3396
-
3397
3225
  bl_options: typing.Any
3398
- """ """
3399
-
3400
3226
  bl_region_type: typing.Any
3401
- """ """
3402
-
3403
3227
  bl_rna: typing.Any
3404
- """ """
3405
-
3406
3228
  bl_space_type: typing.Any
3407
- """ """
3408
-
3409
3229
  id_data: typing.Any
3410
- """ """
3411
3230
 
3412
3231
  def append(self, draw_func):
3413
3232
  """Append a draw function to this menu,
@@ -3492,10 +3311,7 @@ class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._Gene
3492
3311
  """
3493
3312
  ...
3494
3313
 
3495
- def is_extended(self):
3496
- """ """
3497
- ...
3498
-
3314
+ def is_extended(self): ...
3499
3315
  def is_property_hidden(self) -> bool:
3500
3316
  """Check if a property is hidden.
3501
3317
 
@@ -3631,31 +3447,14 @@ class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._Gene
3631
3447
  ...
3632
3448
 
3633
3449
  class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3634
- """ """
3635
-
3636
3450
  COMPAT_ENGINES: typing.Any
3637
- """ """
3638
-
3639
3451
  bl_context: typing.Any
3640
- """ """
3641
-
3642
3452
  bl_label: typing.Any
3643
- """ """
3644
-
3645
3453
  bl_options: typing.Any
3646
- """ """
3647
-
3648
3454
  bl_region_type: typing.Any
3649
- """ """
3650
-
3651
3455
  bl_rna: typing.Any
3652
- """ """
3653
-
3654
3456
  bl_space_type: typing.Any
3655
- """ """
3656
-
3657
3457
  id_data: typing.Any
3658
- """ """
3659
3458
 
3660
3459
  def append(self, draw_func):
3661
3460
  """Append a draw function to this menu,
@@ -3740,10 +3539,7 @@ class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3740
3539
  """
3741
3540
  ...
3742
3541
 
3743
- def is_extended(self):
3744
- """ """
3745
- ...
3746
-
3542
+ def is_extended(self): ...
3747
3543
  def is_property_hidden(self) -> bool:
3748
3544
  """Check if a property is hidden.
3749
3545
 
@@ -3879,28 +3675,13 @@ class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3879
3675
  ...
3880
3676
 
3881
3677
  class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3882
- """ """
3883
-
3884
3678
  COMPAT_ENGINES: typing.Any
3885
- """ """
3886
-
3887
3679
  bl_context: typing.Any
3888
- """ """
3889
-
3890
3680
  bl_label: typing.Any
3891
- """ """
3892
-
3893
3681
  bl_region_type: typing.Any
3894
- """ """
3895
-
3896
3682
  bl_rna: typing.Any
3897
- """ """
3898
-
3899
3683
  bl_space_type: typing.Any
3900
- """ """
3901
-
3902
3684
  id_data: typing.Any
3903
- """ """
3904
3685
 
3905
3686
  def append(self, draw_func):
3906
3687
  """Append a draw function to this menu,
@@ -3985,10 +3766,7 @@ class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3985
3766
  """
3986
3767
  ...
3987
3768
 
3988
- def is_extended(self):
3989
- """ """
3990
- ...
3991
-
3769
+ def is_extended(self): ...
3992
3770
  def is_property_hidden(self) -> bool:
3993
3771
  """Check if a property is hidden.
3994
3772
 
@@ -4124,31 +3902,14 @@ class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4124
3902
  ...
4125
3903
 
4126
3904
  class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4127
- """ """
4128
-
4129
3905
  COMPAT_ENGINES: typing.Any
4130
- """ """
4131
-
4132
3906
  bl_context: typing.Any
4133
- """ """
4134
-
4135
3907
  bl_label: typing.Any
4136
- """ """
4137
-
4138
3908
  bl_options: typing.Any
4139
- """ """
4140
-
4141
3909
  bl_region_type: typing.Any
4142
- """ """
4143
-
4144
3910
  bl_rna: typing.Any
4145
- """ """
4146
-
4147
3911
  bl_space_type: typing.Any
4148
- """ """
4149
-
4150
3912
  id_data: typing.Any
4151
- """ """
4152
3913
 
4153
3914
  def append(self, draw_func):
4154
3915
  """Append a draw function to this menu,
@@ -4233,10 +3994,7 @@ class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4233
3994
  """
4234
3995
  ...
4235
3996
 
4236
- def is_extended(self):
4237
- """ """
4238
- ...
4239
-
3997
+ def is_extended(self): ...
4240
3998
  def is_property_hidden(self) -> bool:
4241
3999
  """Check if a property is hidden.
4242
4000
 
@@ -4372,31 +4130,14 @@ class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4372
4130
  ...
4373
4131
 
4374
4132
  class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4375
- """ """
4376
-
4377
4133
  COMPAT_ENGINES: typing.Any
4378
- """ """
4379
-
4380
4134
  bl_context: typing.Any
4381
- """ """
4382
-
4383
4135
  bl_label: typing.Any
4384
- """ """
4385
-
4386
4136
  bl_options: typing.Any
4387
- """ """
4388
-
4389
4137
  bl_region_type: typing.Any
4390
- """ """
4391
-
4392
4138
  bl_rna: typing.Any
4393
- """ """
4394
-
4395
4139
  bl_space_type: typing.Any
4396
- """ """
4397
-
4398
4140
  id_data: typing.Any
4399
- """ """
4400
4141
 
4401
4142
  def append(self, draw_func):
4402
4143
  """Append a draw function to this menu,
@@ -4481,10 +4222,7 @@ class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4481
4222
  """
4482
4223
  ...
4483
4224
 
4484
- def is_extended(self):
4485
- """ """
4486
- ...
4487
-
4225
+ def is_extended(self): ...
4488
4226
  def is_property_hidden(self) -> bool:
4489
4227
  """Check if a property is hidden.
4490
4228
 
@@ -4620,28 +4358,13 @@ class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4620
4358
  ...
4621
4359
 
4622
4360
  class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4623
- """ """
4624
-
4625
4361
  COMPAT_ENGINES: typing.Any
4626
- """ """
4627
-
4628
4362
  bl_context: typing.Any
4629
- """ """
4630
-
4631
4363
  bl_label: typing.Any
4632
- """ """
4633
-
4634
4364
  bl_region_type: typing.Any
4635
- """ """
4636
-
4637
4365
  bl_rna: typing.Any
4638
- """ """
4639
-
4640
4366
  bl_space_type: typing.Any
4641
- """ """
4642
-
4643
4367
  id_data: typing.Any
4644
- """ """
4645
4368
 
4646
4369
  def append(self, draw_func):
4647
4370
  """Append a draw function to this menu,
@@ -4726,10 +4449,7 @@ class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4726
4449
  """
4727
4450
  ...
4728
4451
 
4729
- def is_extended(self):
4730
- """ """
4731
- ...
4732
-
4452
+ def is_extended(self): ...
4733
4453
  def is_property_hidden(self) -> bool:
4734
4454
  """Check if a property is hidden.
4735
4455
 
@@ -4867,31 +4587,14 @@ class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4867
4587
  class DATA_PT_vertex_colors(
4868
4588
  bpy_types.Panel, DATA_PT_mesh_attributes, MeshButtonsPanel, bpy_types._GenericUI
4869
4589
  ):
4870
- """ """
4871
-
4872
4590
  COMPAT_ENGINES: typing.Any
4873
- """ """
4874
-
4875
4591
  bl_context: typing.Any
4876
- """ """
4877
-
4878
4592
  bl_label: typing.Any
4879
- """ """
4880
-
4881
4593
  bl_options: typing.Any
4882
- """ """
4883
-
4884
4594
  bl_region_type: typing.Any
4885
- """ """
4886
-
4887
4595
  bl_rna: typing.Any
4888
- """ """
4889
-
4890
4596
  bl_space_type: typing.Any
4891
- """ """
4892
-
4893
4597
  id_data: typing.Any
4894
- """ """
4895
4598
 
4896
4599
  def append(self, draw_func):
4897
4600
  """Append a draw function to this menu,
@@ -4976,10 +4679,7 @@ class DATA_PT_vertex_colors(
4976
4679
  """
4977
4680
  ...
4978
4681
 
4979
- def is_extended(self):
4980
- """ """
4981
- ...
4982
-
4682
+ def is_extended(self): ...
4983
4683
  def is_property_hidden(self) -> bool:
4984
4684
  """Check if a property is hidden.
4985
4685
 
@@ -5114,7 +4814,4 @@ class DATA_PT_vertex_colors(
5114
4814
  """
5115
4815
  ...
5116
4816
 
5117
- def draw_attribute_warnings(context, layout):
5118
- """ """
5119
-
5120
- ...
4817
+ def draw_attribute_warnings(context, layout): ...