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
@@ -8,16 +8,9 @@ import bpy_types
8
8
  GenericType = typing.TypeVar("GenericType")
9
9
 
10
10
  class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
11
- """ """
12
-
13
11
  bl_rna: typing.Any
14
- """ """
15
-
16
12
  bl_space_type: typing.Any
17
- """ """
18
-
19
13
  id_data: typing.Any
20
- """ """
21
14
 
22
15
  def append(self, draw_func):
23
16
  """Append a draw function to this menu,
@@ -102,10 +95,7 @@ class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
102
95
  """
103
96
  ...
104
97
 
105
- def is_extended(self):
106
- """ """
107
- ...
108
-
98
+ def is_extended(self): ...
109
99
  def is_property_hidden(self) -> bool:
110
100
  """Check if a property is hidden.
111
101
 
@@ -234,25 +224,12 @@ class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
234
224
  ...
235
225
 
236
226
  class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
237
- """ """
238
-
239
227
  bl_label: typing.Any
240
- """ """
241
-
242
228
  bl_options: typing.Any
243
- """ """
244
-
245
229
  bl_rna: typing.Any
246
- """ """
247
-
248
230
  bl_space_type: typing.Any
249
- """ """
250
-
251
231
  bl_translation_context: typing.Any
252
- """ """
253
-
254
232
  id_data: typing.Any
255
- """ """
256
233
 
257
234
  def append(self, draw_func):
258
235
  """Append a draw function to this menu,
@@ -357,10 +334,7 @@ class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
357
334
  """
358
335
  ...
359
336
 
360
- def is_extended(self):
361
- """ """
362
- ...
363
-
337
+ def is_extended(self): ...
364
338
  def is_property_hidden(self) -> bool:
365
339
  """Check if a property is hidden.
366
340
 
@@ -523,16 +497,9 @@ class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
523
497
  ...
524
498
 
525
499
  class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
526
- """ """
527
-
528
500
  bl_label: typing.Any
529
- """ """
530
-
531
501
  bl_rna: typing.Any
532
- """ """
533
-
534
502
  id_data: typing.Any
535
- """ """
536
503
 
537
504
  def append(self, draw_func):
538
505
  """Append a draw function to this menu,
@@ -637,10 +604,7 @@ class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
637
604
  """
638
605
  ...
639
606
 
640
- def is_extended(self):
641
- """ """
642
- ...
643
-
607
+ def is_extended(self): ...
644
608
  def is_property_hidden(self) -> bool:
645
609
  """Check if a property is hidden.
646
610
 
@@ -803,16 +767,9 @@ class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
803
767
  ...
804
768
 
805
769
  class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
806
- """ """
807
-
808
770
  bl_label: typing.Any
809
- """ """
810
-
811
771
  bl_rna: typing.Any
812
- """ """
813
-
814
772
  id_data: typing.Any
815
- """ """
816
773
 
817
774
  def append(self, draw_func):
818
775
  """Append a draw function to this menu,
@@ -917,10 +874,7 @@ class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
917
874
  """
918
875
  ...
919
876
 
920
- def is_extended(self):
921
- """ """
922
- ...
923
-
877
+ def is_extended(self): ...
924
878
  def is_property_hidden(self) -> bool:
925
879
  """Check if a property is hidden.
926
880
 
@@ -1083,16 +1037,9 @@ class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
1083
1037
  ...
1084
1038
 
1085
1039
  class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1086
- """ """
1087
-
1088
1040
  bl_label: typing.Any
1089
- """ """
1090
-
1091
1041
  bl_rna: typing.Any
1092
- """ """
1093
-
1094
1042
  id_data: typing.Any
1095
- """ """
1096
1043
 
1097
1044
  def append(self, draw_func):
1098
1045
  """Append a draw function to this menu,
@@ -1197,10 +1144,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1197
1144
  """
1198
1145
  ...
1199
1146
 
1200
- def is_extended(self):
1201
- """ """
1202
- ...
1203
-
1147
+ def is_extended(self): ...
1204
1148
  def is_property_hidden(self) -> bool:
1205
1149
  """Check if a property is hidden.
1206
1150
 
@@ -1363,19 +1307,10 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
1363
1307
  ...
1364
1308
 
1365
1309
  class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1366
- """ """
1367
-
1368
1310
  bl_idname: typing.Any
1369
- """ """
1370
-
1371
1311
  bl_label: typing.Any
1372
- """ """
1373
-
1374
1312
  bl_rna: typing.Any
1375
- """ """
1376
-
1377
1313
  id_data: typing.Any
1378
- """ """
1379
1314
 
1380
1315
  def append(self, draw_func):
1381
1316
  """Append a draw function to this menu,
@@ -1480,10 +1415,7 @@ class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1480
1415
  """
1481
1416
  ...
1482
1417
 
1483
- def is_extended(self):
1484
- """ """
1485
- ...
1486
-
1418
+ def is_extended(self): ...
1487
1419
  def is_property_hidden(self) -> bool:
1488
1420
  """Check if a property is hidden.
1489
1421
 
@@ -1646,16 +1578,9 @@ class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1646
1578
  ...
1647
1579
 
1648
1580
  class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1649
- """ """
1650
-
1651
1581
  bl_label: typing.Any
1652
- """ """
1653
-
1654
1582
  bl_rna: typing.Any
1655
- """ """
1656
-
1657
1583
  id_data: typing.Any
1658
- """ """
1659
1584
 
1660
1585
  def append(self, draw_func):
1661
1586
  """Append a draw function to this menu,
@@ -1760,10 +1685,7 @@ class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1760
1685
  """
1761
1686
  ...
1762
1687
 
1763
- def is_extended(self):
1764
- """ """
1765
- ...
1766
-
1688
+ def is_extended(self): ...
1767
1689
  def is_property_hidden(self) -> bool:
1768
1690
  """Check if a property is hidden.
1769
1691
 
@@ -1926,16 +1848,9 @@ class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
1926
1848
  ...
1927
1849
 
1928
1850
  class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1929
- """ """
1930
-
1931
1851
  bl_label: typing.Any
1932
- """ """
1933
-
1934
1852
  bl_rna: typing.Any
1935
- """ """
1936
-
1937
1853
  id_data: typing.Any
1938
- """ """
1939
1854
 
1940
1855
  def append(self, draw_func):
1941
1856
  """Append a draw function to this menu,
@@ -2040,10 +1955,7 @@ class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2040
1955
  """
2041
1956
  ...
2042
1957
 
2043
- def is_extended(self):
2044
- """ """
2045
- ...
2046
-
1958
+ def is_extended(self): ...
2047
1959
  def is_property_hidden(self) -> bool:
2048
1960
  """Check if a property is hidden.
2049
1961
 
@@ -2206,16 +2118,9 @@ class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2206
2118
  ...
2207
2119
 
2208
2120
  class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2209
- """ """
2210
-
2211
2121
  bl_label: typing.Any
2212
- """ """
2213
-
2214
2122
  bl_rna: typing.Any
2215
- """ """
2216
-
2217
2123
  id_data: typing.Any
2218
- """ """
2219
2124
 
2220
2125
  def append(self, draw_func):
2221
2126
  """Append a draw function to this menu,
@@ -2320,10 +2225,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._Generi
2320
2225
  """
2321
2226
  ...
2322
2227
 
2323
- def is_extended(self):
2324
- """ """
2325
- ...
2326
-
2228
+ def is_extended(self): ...
2327
2229
  def is_property_hidden(self) -> bool:
2328
2230
  """Check if a property is hidden.
2329
2231
 
@@ -2486,16 +2388,9 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._Generi
2486
2388
  ...
2487
2389
 
2488
2390
  class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2489
- """ """
2490
-
2491
2391
  bl_label: typing.Any
2492
- """ """
2493
-
2494
2392
  bl_rna: typing.Any
2495
- """ """
2496
-
2497
2393
  id_data: typing.Any
2498
- """ """
2499
2394
 
2500
2395
  def append(self, draw_func):
2501
2396
  """Append a draw function to this menu,
@@ -2600,10 +2495,7 @@ class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2600
2495
  """
2601
2496
  ...
2602
2497
 
2603
- def is_extended(self):
2604
- """ """
2605
- ...
2606
-
2498
+ def is_extended(self): ...
2607
2499
  def is_property_hidden(self) -> bool:
2608
2500
  """Check if a property is hidden.
2609
2501
 
@@ -2766,16 +2658,9 @@ class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2766
2658
  ...
2767
2659
 
2768
2660
  class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2769
- """ """
2770
-
2771
2661
  bl_label: typing.Any
2772
- """ """
2773
-
2774
2662
  bl_rna: typing.Any
2775
- """ """
2776
-
2777
2663
  id_data: typing.Any
2778
- """ """
2779
2664
 
2780
2665
  def append(self, draw_func):
2781
2666
  """Append a draw function to this menu,
@@ -2880,10 +2765,7 @@ class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
2880
2765
  """
2881
2766
  ...
2882
2767
 
2883
- def is_extended(self):
2884
- """ """
2885
- ...
2886
-
2768
+ def is_extended(self): ...
2887
2769
  def is_property_hidden(self) -> bool:
2888
2770
  """Check if a property is hidden.
2889
2771
 
@@ -3046,16 +2928,9 @@ class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3046
2928
  ...
3047
2929
 
3048
2930
  class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3049
- """ """
3050
-
3051
2931
  bl_label: typing.Any
3052
- """ """
3053
-
3054
2932
  bl_rna: typing.Any
3055
- """ """
3056
-
3057
2933
  id_data: typing.Any
3058
- """ """
3059
2934
 
3060
2935
  def append(self, draw_func):
3061
2936
  """Append a draw function to this menu,
@@ -3160,10 +3035,7 @@ class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3160
3035
  """
3161
3036
  ...
3162
3037
 
3163
- def is_extended(self):
3164
- """ """
3165
- ...
3166
-
3038
+ def is_extended(self): ...
3167
3039
  def is_property_hidden(self) -> bool:
3168
3040
  """Check if a property is hidden.
3169
3041
 
@@ -3326,31 +3198,14 @@ class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3326
3198
  ...
3327
3199
 
3328
3200
  class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3329
- """ """
3330
-
3331
3201
  bl_category: typing.Any
3332
- """ """
3333
-
3334
3202
  bl_label: typing.Any
3335
- """ """
3336
-
3337
3203
  bl_options: typing.Any
3338
- """ """
3339
-
3340
3204
  bl_parent_id: typing.Any
3341
- """ """
3342
-
3343
3205
  bl_region_type: typing.Any
3344
- """ """
3345
-
3346
3206
  bl_rna: typing.Any
3347
- """ """
3348
-
3349
3207
  bl_space_type: typing.Any
3350
- """ """
3351
-
3352
3208
  id_data: typing.Any
3353
- """ """
3354
3209
 
3355
3210
  def append(self, draw_func):
3356
3211
  """Append a draw function to this menu,
@@ -3449,10 +3304,7 @@ class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3449
3304
  """
3450
3305
  ...
3451
3306
 
3452
- def is_extended(self):
3453
- """ """
3454
- ...
3455
-
3307
+ def is_extended(self): ...
3456
3308
  def is_property_hidden(self) -> bool:
3457
3309
  """Check if a property is hidden.
3458
3310
 
@@ -3588,25 +3440,12 @@ class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
3588
3440
  ...
3589
3441
 
3590
3442
  class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3591
- """ """
3592
-
3593
3443
  bl_category: typing.Any
3594
- """ """
3595
-
3596
3444
  bl_label: typing.Any
3597
- """ """
3598
-
3599
3445
  bl_region_type: typing.Any
3600
- """ """
3601
-
3602
3446
  bl_rna: typing.Any
3603
- """ """
3604
-
3605
3447
  bl_space_type: typing.Any
3606
- """ """
3607
-
3608
3448
  id_data: typing.Any
3609
- """ """
3610
3449
 
3611
3450
  def append(self, draw_func):
3612
3451
  """Append a draw function to this menu,
@@ -3691,10 +3530,7 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3691
3530
  """
3692
3531
  ...
3693
3532
 
3694
- def is_extended(self):
3695
- """ """
3696
- ...
3697
-
3533
+ def is_extended(self): ...
3698
3534
  def is_property_hidden(self) -> bool:
3699
3535
  """Check if a property is hidden.
3700
3536
 
@@ -3830,28 +3666,13 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
3830
3666
  ...
3831
3667
 
3832
3668
  class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
3833
- """ """
3834
-
3835
3669
  bl_category: typing.Any
3836
- """ """
3837
-
3838
3670
  bl_label: typing.Any
3839
- """ """
3840
-
3841
3671
  bl_options: typing.Any
3842
- """ """
3843
-
3844
3672
  bl_region_type: typing.Any
3845
- """ """
3846
-
3847
3673
  bl_rna: typing.Any
3848
- """ """
3849
-
3850
3674
  bl_space_type: typing.Any
3851
- """ """
3852
-
3853
3675
  id_data: typing.Any
3854
- """ """
3855
3676
 
3856
3677
  def append(self, draw_func):
3857
3678
  """Append a draw function to this menu,
@@ -3936,10 +3757,7 @@ class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
3936
3757
  """
3937
3758
  ...
3938
3759
 
3939
- def is_extended(self):
3940
- """ """
3941
- ...
3942
-
3760
+ def is_extended(self): ...
3943
3761
  def is_property_hidden(self) -> bool:
3944
3762
  """Check if a property is hidden.
3945
3763
 
@@ -4079,25 +3897,12 @@ class NODE_PT_active_tool(
4079
3897
  bl_ui.space_toolsystem_common.ToolActivePanelHelper,
4080
3898
  bpy_types._GenericUI,
4081
3899
  ):
4082
- """ """
4083
-
4084
3900
  bl_category: typing.Any
4085
- """ """
4086
-
4087
3901
  bl_label: typing.Any
4088
- """ """
4089
-
4090
3902
  bl_region_type: typing.Any
4091
- """ """
4092
-
4093
3903
  bl_rna: typing.Any
4094
- """ """
4095
-
4096
3904
  bl_space_type: typing.Any
4097
- """ """
4098
-
4099
3905
  id_data: typing.Any
4100
- """ """
4101
3906
 
4102
3907
  def append(self, draw_func):
4103
3908
  """Append a draw function to this menu,
@@ -4182,10 +3987,7 @@ class NODE_PT_active_tool(
4182
3987
  """
4183
3988
  ...
4184
3989
 
4185
- def is_extended(self):
4186
- """ """
4187
- ...
4188
-
3990
+ def is_extended(self): ...
4189
3991
  def is_property_hidden(self) -> bool:
4190
3992
  """Check if a property is hidden.
4191
3993
 
@@ -4318,28 +4120,13 @@ class NODE_PT_annotation(
4318
4120
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
4319
4121
  bpy_types._GenericUI,
4320
4122
  ):
4321
- """ """
4322
-
4323
4123
  bl_category: typing.Any
4324
- """ """
4325
-
4326
4124
  bl_label: typing.Any
4327
- """ """
4328
-
4329
4125
  bl_options: typing.Any
4330
- """ """
4331
-
4332
4126
  bl_region_type: typing.Any
4333
- """ """
4334
-
4335
4127
  bl_rna: typing.Any
4336
- """ """
4337
-
4338
4128
  bl_space_type: typing.Any
4339
- """ """
4340
-
4341
4129
  id_data: typing.Any
4342
- """ """
4343
4130
 
4344
4131
  def append(self, draw_func):
4345
4132
  """Append a draw function to this menu,
@@ -4440,10 +4227,7 @@ class NODE_PT_annotation(
4440
4227
  """
4441
4228
  ...
4442
4229
 
4443
- def is_extended(self):
4444
- """ """
4445
- ...
4446
-
4230
+ def is_extended(self): ...
4447
4231
  def is_property_hidden(self) -> bool:
4448
4232
  """Check if a property is hidden.
4449
4233
 
@@ -4579,25 +4363,12 @@ class NODE_PT_annotation(
4579
4363
  ...
4580
4364
 
4581
4365
  class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4582
- """ """
4583
-
4584
4366
  bl_category: typing.Any
4585
- """ """
4586
-
4587
4367
  bl_label: typing.Any
4588
- """ """
4589
-
4590
4368
  bl_region_type: typing.Any
4591
- """ """
4592
-
4593
4369
  bl_rna: typing.Any
4594
- """ """
4595
-
4596
4370
  bl_space_type: typing.Any
4597
- """ """
4598
-
4599
4371
  id_data: typing.Any
4600
- """ """
4601
4372
 
4602
4373
  def append(self, draw_func):
4603
4374
  """Append a draw function to this menu,
@@ -4689,10 +4460,7 @@ class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4689
4460
  """
4690
4461
  ...
4691
4462
 
4692
- def is_extended(self):
4693
- """ """
4694
- ...
4695
-
4463
+ def is_extended(self): ...
4696
4464
  def is_property_hidden(self) -> bool:
4697
4465
  """Check if a property is hidden.
4698
4466
 
@@ -4828,25 +4596,12 @@ class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
4828
4596
  ...
4829
4597
 
4830
4598
  class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
4831
- """ """
4832
-
4833
4599
  bl_label: typing.Any
4834
- """ """
4835
-
4836
4600
  bl_region_type: typing.Any
4837
- """ """
4838
-
4839
4601
  bl_rna: typing.Any
4840
- """ """
4841
-
4842
4602
  bl_space_type: typing.Any
4843
- """ """
4844
-
4845
4603
  bl_ui_units_x: typing.Any
4846
- """ """
4847
-
4848
4604
  id_data: typing.Any
4849
- """ """
4850
4605
 
4851
4606
  def append(self, draw_func):
4852
4607
  """Append a draw function to this menu,
@@ -4931,10 +4686,7 @@ class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
4931
4686
  """
4932
4687
  ...
4933
4688
 
4934
- def is_extended(self):
4935
- """ """
4936
- ...
4937
-
4689
+ def is_extended(self): ...
4938
4690
  def is_property_hidden(self) -> bool:
4939
4691
  """Check if a property is hidden.
4940
4692
 
@@ -5063,25 +4815,12 @@ class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
5063
4815
  ...
5064
4816
 
5065
4817
  class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._GenericUI):
5066
- """ """
5067
-
5068
4818
  bl_label: typing.Any
5069
- """ """
5070
-
5071
4819
  bl_region_type: typing.Any
5072
- """ """
5073
-
5074
4820
  bl_rna: typing.Any
5075
- """ """
5076
-
5077
4821
  bl_space_type: typing.Any
5078
- """ """
5079
-
5080
4822
  bl_ui_units_x: typing.Any
5081
- """ """
5082
-
5083
4823
  id_data: typing.Any
5084
- """ """
5085
4824
 
5086
4825
  def append(self, draw_func):
5087
4826
  """Append a draw function to this menu,
@@ -5166,10 +4905,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
5166
4905
  """
5167
4906
  ...
5168
4907
 
5169
- def is_extended(self):
5170
- """ """
5171
- ...
5172
-
4908
+ def is_extended(self): ...
5173
4909
  def is_property_hidden(self) -> bool:
5174
4910
  """Check if a property is hidden.
5175
4911
 
@@ -5298,25 +5034,12 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
5298
5034
  ...
5299
5035
 
5300
5036
  class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5301
- """ """
5302
-
5303
5037
  bl_label: typing.Any
5304
- """ """
5305
-
5306
5038
  bl_region_type: typing.Any
5307
- """ """
5308
-
5309
5039
  bl_rna: typing.Any
5310
- """ """
5311
-
5312
5040
  bl_space_type: typing.Any
5313
- """ """
5314
-
5315
5041
  bl_ui_units_x: typing.Any
5316
- """ """
5317
-
5318
5042
  id_data: typing.Any
5319
- """ """
5320
5043
 
5321
5044
  def append(self, draw_func):
5322
5045
  """Append a draw function to this menu,
@@ -5401,10 +5124,7 @@ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5401
5124
  """
5402
5125
  ...
5403
5126
 
5404
- def is_extended(self):
5405
- """ """
5406
- ...
5407
-
5127
+ def is_extended(self): ...
5408
5128
  def is_property_hidden(self) -> bool:
5409
5129
  """Check if a property is hidden.
5410
5130
 
@@ -5533,25 +5253,12 @@ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
5533
5253
  ...
5534
5254
 
5535
5255
  class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
5536
- """ """
5537
-
5538
5256
  bl_label: typing.Any
5539
- """ """
5540
-
5541
5257
  bl_region_type: typing.Any
5542
- """ """
5543
-
5544
5258
  bl_rna: typing.Any
5545
- """ """
5546
-
5547
5259
  bl_space_type: typing.Any
5548
- """ """
5549
-
5550
5260
  bl_ui_units_x: typing.Any
5551
- """ """
5552
-
5553
5261
  id_data: typing.Any
5554
- """ """
5555
5262
 
5556
5263
  def append(self, draw_func):
5557
5264
  """Append a draw function to this menu,
@@ -5643,10 +5350,7 @@ class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
5643
5350
  """
5644
5351
  ...
5645
5352
 
5646
- def is_extended(self):
5647
- """ """
5648
- ...
5649
-
5353
+ def is_extended(self): ...
5650
5354
  def is_property_hidden(self) -> bool:
5651
5355
  """Check if a property is hidden.
5652
5356
 
@@ -5780,28 +5484,13 @@ class NODE_PT_node_color_presets(
5780
5484
  """Predefined node color"""
5781
5485
 
5782
5486
  bl_label: typing.Any
5783
- """ """
5784
-
5785
5487
  bl_region_type: typing.Any
5786
- """ """
5787
-
5788
5488
  bl_rna: typing.Any
5789
- """ """
5790
-
5791
5489
  bl_space_type: typing.Any
5792
- """ """
5793
-
5794
5490
  id_data: typing.Any
5795
- """ """
5796
-
5797
5491
  preset_add_operator: typing.Any
5798
- """ """
5799
-
5800
5492
  preset_operator: typing.Any
5801
- """ """
5802
-
5803
5493
  preset_subdir: typing.Any
5804
- """ """
5805
5494
 
5806
5495
  def append(self, draw_func):
5807
5496
  """Append a draw function to this menu,
@@ -5901,10 +5590,7 @@ class NODE_PT_node_color_presets(
5901
5590
  """
5902
5591
  ...
5903
5592
 
5904
- def is_extended(self):
5905
- """ """
5906
- ...
5907
-
5593
+ def is_extended(self): ...
5908
5594
  def is_property_hidden(self) -> bool:
5909
5595
  """Check if a property is hidden.
5910
5596
 
@@ -6067,25 +5753,12 @@ class NODE_PT_node_color_presets(
6067
5753
  ...
6068
5754
 
6069
5755
  class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6070
- """ """
6071
-
6072
5756
  bl_category: typing.Any
6073
- """ """
6074
-
6075
5757
  bl_label: typing.Any
6076
- """ """
6077
-
6078
5758
  bl_region_type: typing.Any
6079
- """ """
6080
-
6081
5759
  bl_rna: typing.Any
6082
- """ """
6083
-
6084
5760
  bl_space_type: typing.Any
6085
- """ """
6086
-
6087
5761
  id_data: typing.Any
6088
- """ """
6089
5762
 
6090
5763
  def append(self, draw_func):
6091
5764
  """Append a draw function to this menu,
@@ -6170,10 +5843,7 @@ class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6170
5843
  """
6171
5844
  ...
6172
5845
 
6173
- def is_extended(self):
6174
- """ """
6175
- ...
6176
-
5846
+ def is_extended(self): ...
6177
5847
  def is_property_hidden(self) -> bool:
6178
5848
  """Check if a property is hidden.
6179
5849
 
@@ -6309,25 +5979,12 @@ class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
6309
5979
  ...
6310
5980
 
6311
5981
  class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6312
- """ """
6313
-
6314
5982
  bl_category: typing.Any
6315
- """ """
6316
-
6317
5983
  bl_label: typing.Any
6318
- """ """
6319
-
6320
5984
  bl_region_type: typing.Any
6321
- """ """
6322
-
6323
5985
  bl_rna: typing.Any
6324
- """ """
6325
-
6326
5986
  bl_space_type: typing.Any
6327
- """ """
6328
-
6329
5987
  id_data: typing.Any
6330
- """ """
6331
5988
 
6332
5989
  def append(self, draw_func):
6333
5990
  """Append a draw function to this menu,
@@ -6412,10 +6069,7 @@ class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6412
6069
  """
6413
6070
  ...
6414
6071
 
6415
- def is_extended(self):
6416
- """ """
6417
- ...
6418
-
6072
+ def is_extended(self): ...
6419
6073
  def is_property_hidden(self) -> bool:
6420
6074
  """Check if a property is hidden.
6421
6075
 
@@ -6551,25 +6205,12 @@ class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
6551
6205
  ...
6552
6206
 
6553
6207
  class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6554
- """ """
6555
-
6556
6208
  bl_label: typing.Any
6557
- """ """
6558
-
6559
6209
  bl_region_type: typing.Any
6560
- """ """
6561
-
6562
6210
  bl_rna: typing.Any
6563
- """ """
6564
-
6565
6211
  bl_space_type: typing.Any
6566
- """ """
6567
-
6568
6212
  bl_ui_units_x: typing.Any
6569
- """ """
6570
-
6571
6213
  id_data: typing.Any
6572
- """ """
6573
6214
 
6574
6215
  def append(self, draw_func):
6575
6216
  """Append a draw function to this menu,
@@ -6654,10 +6295,7 @@ class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6654
6295
  """
6655
6296
  ...
6656
6297
 
6657
- def is_extended(self):
6658
- """ """
6659
- ...
6660
-
6298
+ def is_extended(self): ...
6661
6299
  def is_property_hidden(self) -> bool:
6662
6300
  """Check if a property is hidden.
6663
6301
 
@@ -6786,25 +6424,12 @@ class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
6786
6424
  ...
6787
6425
 
6788
6426
  class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
6789
- """ """
6790
-
6791
6427
  bl_category: typing.Any
6792
- """ """
6793
-
6794
6428
  bl_label: typing.Any
6795
- """ """
6796
-
6797
6429
  bl_region_type: typing.Any
6798
- """ """
6799
-
6800
6430
  bl_rna: typing.Any
6801
- """ """
6802
-
6803
6431
  bl_space_type: typing.Any
6804
- """ """
6805
-
6806
6432
  id_data: typing.Any
6807
- """ """
6808
6433
 
6809
6434
  def append(self, draw_func):
6810
6435
  """Append a draw function to this menu,
@@ -6889,10 +6514,7 @@ class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
6889
6514
  """
6890
6515
  ...
6891
6516
 
6892
- def is_extended(self):
6893
- """ """
6894
- ...
6895
-
6517
+ def is_extended(self): ...
6896
6518
  def is_property_hidden(self) -> bool:
6897
6519
  """Check if a property is hidden.
6898
6520
 
@@ -7028,31 +6650,14 @@ class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
7028
6650
  ...
7029
6651
 
7030
6652
  class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7031
- """ """
7032
-
7033
6653
  COMPAT_ENGINES: typing.Any
7034
- """ """
7035
-
7036
6654
  bl_category: typing.Any
7037
- """ """
7038
-
7039
6655
  bl_label: typing.Any
7040
- """ """
7041
-
7042
6656
  bl_options: typing.Any
7043
- """ """
7044
-
7045
6657
  bl_region_type: typing.Any
7046
- """ """
7047
-
7048
6658
  bl_rna: typing.Any
7049
- """ """
7050
-
7051
6659
  bl_space_type: typing.Any
7052
- """ """
7053
-
7054
6660
  id_data: typing.Any
7055
- """ """
7056
6661
 
7057
6662
  def append(self, draw_func):
7058
6663
  """Append a draw function to this menu,
@@ -7137,10 +6742,7 @@ class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7137
6742
  """
7138
6743
  ...
7139
6744
 
7140
- def is_extended(self):
7141
- """ """
7142
- ...
7143
-
6745
+ def is_extended(self): ...
7144
6746
  def is_property_hidden(self) -> bool:
7145
6747
  """Check if a property is hidden.
7146
6748
 
@@ -7275,12 +6877,5 @@ class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
7275
6877
  """
7276
6878
  ...
7277
6879
 
7278
- def node_draw_tree_view(_layout, _context):
7279
- """ """
7280
-
7281
- ...
7282
-
7283
- def node_panel(cls):
7284
- """ """
7285
-
7286
- ...
6880
+ def node_draw_tree_view(_layout, _context): ...
6881
+ def node_panel(cls): ...