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,16 +6,9 @@ import bpy_types
6
6
  GenericType = typing.TypeVar("GenericType")
7
7
 
8
8
  class GRAPH_HT_header(bpy_types.Header, bpy_types._GenericUI):
9
- """ """
10
-
11
9
  bl_rna: typing.Any
12
- """ """
13
-
14
10
  bl_space_type: typing.Any
15
- """ """
16
-
17
11
  id_data: typing.Any
18
- """ """
19
12
 
20
13
  def append(self, draw_func):
21
14
  """Append a draw function to this menu,
@@ -100,10 +93,7 @@ class GRAPH_HT_header(bpy_types.Header, bpy_types._GenericUI):
100
93
  """
101
94
  ...
102
95
 
103
- def is_extended(self):
104
- """ """
105
- ...
106
-
96
+ def is_extended(self): ...
107
97
  def is_property_hidden(self) -> bool:
108
98
  """Check if a property is hidden.
109
99
 
@@ -232,16 +222,9 @@ class GRAPH_HT_header(bpy_types.Header, bpy_types._GenericUI):
232
222
  ...
233
223
 
234
224
  class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
235
- """ """
236
-
237
225
  bl_label: typing.Any
238
- """ """
239
-
240
226
  bl_rna: typing.Any
241
- """ """
242
-
243
227
  id_data: typing.Any
244
- """ """
245
228
 
246
229
  def append(self, draw_func):
247
230
  """Append a draw function to this menu,
@@ -346,10 +329,7 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
346
329
  """
347
330
  ...
348
331
 
349
- def is_extended(self):
350
- """ """
351
- ...
352
-
332
+ def is_extended(self): ...
353
333
  def is_property_hidden(self) -> bool:
354
334
  """Check if a property is hidden.
355
335
 
@@ -512,16 +492,9 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
512
492
  ...
513
493
 
514
494
  class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
515
- """ """
516
-
517
495
  bl_label: typing.Any
518
- """ """
519
-
520
496
  bl_rna: typing.Any
521
- """ """
522
-
523
497
  id_data: typing.Any
524
- """ """
525
498
 
526
499
  def append(self, draw_func):
527
500
  """Append a draw function to this menu,
@@ -626,10 +599,7 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
626
599
  """
627
600
  ...
628
601
 
629
- def is_extended(self):
630
- """ """
631
- ...
632
-
602
+ def is_extended(self): ...
633
603
  def is_property_hidden(self) -> bool:
634
604
  """Check if a property is hidden.
635
605
 
@@ -792,16 +762,9 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
792
762
  ...
793
763
 
794
764
  class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
795
- """ """
796
-
797
765
  bl_label: typing.Any
798
- """ """
799
-
800
766
  bl_rna: typing.Any
801
- """ """
802
-
803
767
  id_data: typing.Any
804
- """ """
805
768
 
806
769
  def append(self, draw_func):
807
770
  """Append a draw function to this menu,
@@ -906,10 +869,7 @@ class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
906
869
  """
907
870
  ...
908
871
 
909
- def is_extended(self):
910
- """ """
911
- ...
912
-
872
+ def is_extended(self): ...
913
873
  def is_property_hidden(self) -> bool:
914
874
  """Check if a property is hidden.
915
875
 
@@ -1072,19 +1032,10 @@ class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
1072
1032
  ...
1073
1033
 
1074
1034
  class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1075
- """ """
1076
-
1077
1035
  bl_idname: typing.Any
1078
- """ """
1079
-
1080
1036
  bl_label: typing.Any
1081
- """ """
1082
-
1083
1037
  bl_rna: typing.Any
1084
- """ """
1085
-
1086
1038
  id_data: typing.Any
1087
- """ """
1088
1039
 
1089
1040
  def append(self, draw_func):
1090
1041
  """Append a draw function to this menu,
@@ -1189,10 +1140,7 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1189
1140
  """
1190
1141
  ...
1191
1142
 
1192
- def is_extended(self):
1193
- """ """
1194
- ...
1195
-
1143
+ def is_extended(self): ...
1196
1144
  def is_property_hidden(self) -> bool:
1197
1145
  """Check if a property is hidden.
1198
1146
 
@@ -1355,16 +1303,9 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1355
1303
  ...
1356
1304
 
1357
1305
  class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
1358
- """ """
1359
-
1360
1306
  bl_label: typing.Any
1361
- """ """
1362
-
1363
1307
  bl_rna: typing.Any
1364
- """ """
1365
-
1366
1308
  id_data: typing.Any
1367
- """ """
1368
1309
 
1369
1310
  def append(self, draw_func):
1370
1311
  """Append a draw function to this menu,
@@ -1469,10 +1410,7 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
1469
1410
  """
1470
1411
  ...
1471
1412
 
1472
- def is_extended(self):
1473
- """ """
1474
- ...
1475
-
1413
+ def is_extended(self): ...
1476
1414
  def is_property_hidden(self) -> bool:
1477
1415
  """Check if a property is hidden.
1478
1416
 
@@ -1635,16 +1573,9 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
1635
1573
  ...
1636
1574
 
1637
1575
  class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
1638
- """ """
1639
-
1640
1576
  bl_label: typing.Any
1641
- """ """
1642
-
1643
1577
  bl_rna: typing.Any
1644
- """ """
1645
-
1646
1578
  id_data: typing.Any
1647
- """ """
1648
1579
 
1649
1580
  def append(self, draw_func):
1650
1581
  """Append a draw function to this menu,
@@ -1749,10 +1680,7 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
1749
1680
  """
1750
1681
  ...
1751
1682
 
1752
- def is_extended(self):
1753
- """ """
1754
- ...
1755
-
1683
+ def is_extended(self): ...
1756
1684
  def is_property_hidden(self) -> bool:
1757
1685
  """Check if a property is hidden.
1758
1686
 
@@ -1915,16 +1843,9 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
1915
1843
  ...
1916
1844
 
1917
1845
  class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
1918
- """ """
1919
-
1920
1846
  bl_label: typing.Any
1921
- """ """
1922
-
1923
1847
  bl_rna: typing.Any
1924
- """ """
1925
-
1926
1848
  id_data: typing.Any
1927
- """ """
1928
1849
 
1929
1850
  def append(self, draw_func):
1930
1851
  """Append a draw function to this menu,
@@ -2029,10 +1950,7 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
2029
1950
  """
2030
1951
  ...
2031
1952
 
2032
- def is_extended(self):
2033
- """ """
2034
- ...
2035
-
1953
+ def is_extended(self): ...
2036
1954
  def is_property_hidden(self) -> bool:
2037
1955
  """Check if a property is hidden.
2038
1956
 
@@ -2195,16 +2113,9 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
2195
2113
  ...
2196
2114
 
2197
2115
  class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
2198
- """ """
2199
-
2200
2116
  bl_label: typing.Any
2201
- """ """
2202
-
2203
2117
  bl_rna: typing.Any
2204
- """ """
2205
-
2206
2118
  id_data: typing.Any
2207
- """ """
2208
2119
 
2209
2120
  def append(self, draw_func):
2210
2121
  """Append a draw function to this menu,
@@ -2309,10 +2220,7 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
2309
2220
  """
2310
2221
  ...
2311
2222
 
2312
- def is_extended(self):
2313
- """ """
2314
- ...
2315
-
2223
+ def is_extended(self): ...
2316
2224
  def is_property_hidden(self) -> bool:
2317
2225
  """Check if a property is hidden.
2318
2226
 
@@ -2475,16 +2383,9 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
2475
2383
  ...
2476
2384
 
2477
2385
  class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
2478
- """ """
2479
-
2480
2386
  bl_label: typing.Any
2481
- """ """
2482
-
2483
2387
  bl_rna: typing.Any
2484
- """ """
2485
-
2486
2388
  id_data: typing.Any
2487
- """ """
2488
2389
 
2489
2390
  def append(self, draw_func):
2490
2391
  """Append a draw function to this menu,
@@ -2589,10 +2490,7 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
2589
2490
  """
2590
2491
  ...
2591
2492
 
2592
- def is_extended(self):
2593
- """ """
2594
- ...
2595
-
2493
+ def is_extended(self): ...
2596
2494
  def is_property_hidden(self) -> bool:
2597
2495
  """Check if a property is hidden.
2598
2496
 
@@ -2755,16 +2653,9 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
2755
2653
  ...
2756
2654
 
2757
2655
  class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
2758
- """ """
2759
-
2760
2656
  bl_label: typing.Any
2761
- """ """
2762
-
2763
2657
  bl_rna: typing.Any
2764
- """ """
2765
-
2766
2658
  id_data: typing.Any
2767
- """ """
2768
2659
 
2769
2660
  def append(self, draw_func):
2770
2661
  """Append a draw function to this menu,
@@ -2869,10 +2760,7 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
2869
2760
  """
2870
2761
  ...
2871
2762
 
2872
- def is_extended(self):
2873
- """ """
2874
- ...
2875
-
2763
+ def is_extended(self): ...
2876
2764
  def is_property_hidden(self) -> bool:
2877
2765
  """Check if a property is hidden.
2878
2766
 
@@ -3035,16 +2923,9 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
3035
2923
  ...
3036
2924
 
3037
2925
  class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3038
- """ """
3039
-
3040
2926
  bl_label: typing.Any
3041
- """ """
3042
-
3043
2927
  bl_rna: typing.Any
3044
- """ """
3045
-
3046
2928
  id_data: typing.Any
3047
- """ """
3048
2929
 
3049
2930
  def append(self, draw_func):
3050
2931
  """Append a draw function to this menu,
@@ -3149,10 +3030,7 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3149
3030
  """
3150
3031
  ...
3151
3032
 
3152
- def is_extended(self):
3153
- """ """
3154
- ...
3155
-
3033
+ def is_extended(self): ...
3156
3034
  def is_property_hidden(self) -> bool:
3157
3035
  """Check if a property is hidden.
3158
3036
 
@@ -3315,16 +3193,9 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3315
3193
  ...
3316
3194
 
3317
3195
  class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3318
- """ """
3319
-
3320
3196
  bl_label: typing.Any
3321
- """ """
3322
-
3323
3197
  bl_rna: typing.Any
3324
- """ """
3325
-
3326
3198
  id_data: typing.Any
3327
- """ """
3328
3199
 
3329
3200
  def append(self, draw_func):
3330
3201
  """Append a draw function to this menu,
@@ -3429,10 +3300,7 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3429
3300
  """
3430
3301
  ...
3431
3302
 
3432
- def is_extended(self):
3433
- """ """
3434
- ...
3435
-
3303
+ def is_extended(self): ...
3436
3304
  def is_property_hidden(self) -> bool:
3437
3305
  """Check if a property is hidden.
3438
3306
 
@@ -3595,16 +3463,9 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3595
3463
  ...
3596
3464
 
3597
3465
  class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
3598
- """ """
3599
-
3600
3466
  bl_label: typing.Any
3601
- """ """
3602
-
3603
3467
  bl_rna: typing.Any
3604
- """ """
3605
-
3606
3468
  id_data: typing.Any
3607
- """ """
3608
3469
 
3609
3470
  def append(self, draw_func):
3610
3471
  """Append a draw function to this menu,
@@ -3709,10 +3570,7 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
3709
3570
  """
3710
3571
  ...
3711
3572
 
3712
- def is_extended(self):
3713
- """ """
3714
- ...
3715
-
3573
+ def is_extended(self): ...
3716
3574
  def is_property_hidden(self) -> bool:
3717
3575
  """Check if a property is hidden.
3718
3576
 
@@ -3875,16 +3733,9 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
3875
3733
  ...
3876
3734
 
3877
3735
  class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3878
- """ """
3879
-
3880
3736
  bl_label: typing.Any
3881
- """ """
3882
-
3883
3737
  bl_rna: typing.Any
3884
- """ """
3885
-
3886
3738
  id_data: typing.Any
3887
- """ """
3888
3739
 
3889
3740
  def append(self, draw_func):
3890
3741
  """Append a draw function to this menu,
@@ -3989,10 +3840,7 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3989
3840
  """
3990
3841
  ...
3991
3842
 
3992
- def is_extended(self):
3993
- """ """
3994
- ...
3995
-
3843
+ def is_extended(self): ...
3996
3844
  def is_property_hidden(self) -> bool:
3997
3845
  """Check if a property is hidden.
3998
3846
 
@@ -4155,16 +4003,9 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
4155
4003
  ...
4156
4004
 
4157
4005
  class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4158
- """ """
4159
-
4160
4006
  bl_label: typing.Any
4161
- """ """
4162
-
4163
4007
  bl_rna: typing.Any
4164
- """ """
4165
-
4166
4008
  id_data: typing.Any
4167
- """ """
4168
4009
 
4169
4010
  def append(self, draw_func):
4170
4011
  """Append a draw function to this menu,
@@ -4269,10 +4110,7 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4269
4110
  """
4270
4111
  ...
4271
4112
 
4272
- def is_extended(self):
4273
- """ """
4274
- ...
4275
-
4113
+ def is_extended(self): ...
4276
4114
  def is_property_hidden(self) -> bool:
4277
4115
  """Check if a property is hidden.
4278
4116
 
@@ -4435,16 +4273,9 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4435
4273
  ...
4436
4274
 
4437
4275
  class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4438
- """ """
4439
-
4440
4276
  bl_label: typing.Any
4441
- """ """
4442
-
4443
4277
  bl_rna: typing.Any
4444
- """ """
4445
-
4446
4278
  id_data: typing.Any
4447
- """ """
4448
4279
 
4449
4280
  def append(self, draw_func):
4450
4281
  """Append a draw function to this menu,
@@ -4549,10 +4380,7 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4549
4380
  """
4550
4381
  ...
4551
4382
 
4552
- def is_extended(self):
4553
- """ """
4554
- ...
4555
-
4383
+ def is_extended(self): ...
4556
4384
  def is_property_hidden(self) -> bool:
4557
4385
  """Check if a property is hidden.
4558
4386
 
@@ -4719,22 +4547,11 @@ class GRAPH_PT_filters(
4719
4547
  bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
4720
4548
  bpy_types._GenericUI,
4721
4549
  ):
4722
- """ """
4723
-
4724
4550
  bl_label: typing.Any
4725
- """ """
4726
-
4727
4551
  bl_region_type: typing.Any
4728
- """ """
4729
-
4730
4552
  bl_rna: typing.Any
4731
- """ """
4732
-
4733
4553
  bl_space_type: typing.Any
4734
- """ """
4735
-
4736
4554
  id_data: typing.Any
4737
- """ """
4738
4555
 
4739
4556
  def append(self, draw_func):
4740
4557
  """Append a draw function to this menu,
@@ -4844,10 +4661,7 @@ class GRAPH_PT_filters(
4844
4661
  """
4845
4662
  ...
4846
4663
 
4847
- def is_extended(self):
4848
- """ """
4849
- ...
4850
-
4664
+ def is_extended(self): ...
4851
4665
  def is_property_hidden(self) -> bool:
4852
4666
  """Check if a property is hidden.
4853
4667
 
@@ -4976,25 +4790,12 @@ class GRAPH_PT_filters(
4976
4790
  ...
4977
4791
 
4978
4792
  class GRAPH_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
4979
- """ """
4980
-
4981
4793
  bl_label: typing.Any
4982
- """ """
4983
-
4984
4794
  bl_region_type: typing.Any
4985
- """ """
4986
-
4987
4795
  bl_rna: typing.Any
4988
- """ """
4989
-
4990
4796
  bl_space_type: typing.Any
4991
- """ """
4992
-
4993
4797
  bl_ui_units_x: typing.Any
4994
- """ """
4995
-
4996
4798
  id_data: typing.Any
4997
- """ """
4998
4799
 
4999
4800
  def append(self, draw_func):
5000
4801
  """Append a draw function to this menu,
@@ -5079,10 +4880,7 @@ class GRAPH_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
5079
4880
  """
5080
4881
  ...
5081
4882
 
5082
- def is_extended(self):
5083
- """ """
5084
- ...
5085
-
4883
+ def is_extended(self): ...
5086
4884
  def is_property_hidden(self) -> bool:
5087
4885
  """Check if a property is hidden.
5088
4886
 
@@ -5211,22 +5009,11 @@ class GRAPH_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
5211
5009
  ...
5212
5010
 
5213
5011
  class GRAPH_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
5214
- """ """
5215
-
5216
5012
  bl_label: typing.Any
5217
- """ """
5218
-
5219
5013
  bl_region_type: typing.Any
5220
- """ """
5221
-
5222
5014
  bl_rna: typing.Any
5223
- """ """
5224
-
5225
5015
  bl_space_type: typing.Any
5226
- """ """
5227
-
5228
5016
  id_data: typing.Any
5229
- """ """
5230
5017
 
5231
5018
  def append(self, draw_func):
5232
5019
  """Append a draw function to this menu,
@@ -5311,10 +5098,7 @@ class GRAPH_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
5311
5098
  """
5312
5099
  ...
5313
5100
 
5314
- def is_extended(self):
5315
- """ """
5316
- ...
5317
-
5101
+ def is_extended(self): ...
5318
5102
  def is_property_hidden(self) -> bool:
5319
5103
  """Check if a property is hidden.
5320
5104