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
@@ -5,19 +5,10 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
8
- """ """
9
-
10
8
  bl_idname: typing.Any
11
- """ """
12
-
13
9
  bl_label: typing.Any
14
- """ """
15
-
16
10
  bl_rna: typing.Any
17
- """ """
18
-
19
11
  id_data: typing.Any
20
- """ """
21
12
 
22
13
  def append(self, draw_func):
23
14
  """Append a draw function to this menu,
@@ -122,10 +113,7 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
122
113
  """
123
114
  ...
124
115
 
125
- def is_extended(self):
126
- """ """
127
- ...
128
-
116
+ def is_extended(self): ...
129
117
  def is_property_hidden(self) -> bool:
130
118
  """Check if a property is hidden.
131
119
 
@@ -288,19 +276,10 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
288
276
  ...
289
277
 
290
278
  class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
291
- """ """
292
-
293
279
  bl_idname: typing.Any
294
- """ """
295
-
296
280
  bl_label: typing.Any
297
- """ """
298
-
299
281
  bl_rna: typing.Any
300
- """ """
301
-
302
282
  id_data: typing.Any
303
- """ """
304
283
 
305
284
  def append(self, draw_func):
306
285
  """Append a draw function to this menu,
@@ -405,10 +384,7 @@ class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
405
384
  """
406
385
  ...
407
386
 
408
- def is_extended(self):
409
- """ """
410
- ...
411
-
387
+ def is_extended(self): ...
412
388
  def is_property_hidden(self) -> bool:
413
389
  """Check if a property is hidden.
414
390
 
@@ -571,19 +547,10 @@ class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
571
547
  ...
572
548
 
573
549
  class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
574
- """ """
575
-
576
550
  bl_idname: typing.Any
577
- """ """
578
-
579
551
  bl_label: typing.Any
580
- """ """
581
-
582
552
  bl_rna: typing.Any
583
- """ """
584
-
585
553
  id_data: typing.Any
586
- """ """
587
554
 
588
555
  def append(self, draw_func):
589
556
  """Append a draw function to this menu,
@@ -688,10 +655,7 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
688
655
  """
689
656
  ...
690
657
 
691
- def is_extended(self):
692
- """ """
693
- ...
694
-
658
+ def is_extended(self): ...
695
659
  def is_property_hidden(self) -> bool:
696
660
  """Check if a property is hidden.
697
661
 
@@ -854,19 +818,10 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
854
818
  ...
855
819
 
856
820
  class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
857
- """ """
858
-
859
821
  bl_idname: typing.Any
860
- """ """
861
-
862
822
  bl_label: typing.Any
863
- """ """
864
-
865
823
  bl_rna: typing.Any
866
- """ """
867
-
868
824
  id_data: typing.Any
869
- """ """
870
825
 
871
826
  def append(self, draw_func):
872
827
  """Append a draw function to this menu,
@@ -971,10 +926,7 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
971
926
  """
972
927
  ...
973
928
 
974
- def is_extended(self):
975
- """ """
976
- ...
977
-
929
+ def is_extended(self): ...
978
930
  def is_property_hidden(self) -> bool:
979
931
  """Check if a property is hidden.
980
932
 
@@ -1137,19 +1089,10 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
1137
1089
  ...
1138
1090
 
1139
1091
  class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
1140
- """ """
1141
-
1142
1092
  bl_idname: typing.Any
1143
- """ """
1144
-
1145
1093
  bl_label: typing.Any
1146
- """ """
1147
-
1148
1094
  bl_rna: typing.Any
1149
- """ """
1150
-
1151
1095
  id_data: typing.Any
1152
- """ """
1153
1096
 
1154
1097
  def append(self, draw_func):
1155
1098
  """Append a draw function to this menu,
@@ -1254,10 +1197,7 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
1254
1197
  """
1255
1198
  ...
1256
1199
 
1257
- def is_extended(self):
1258
- """ """
1259
- ...
1260
-
1200
+ def is_extended(self): ...
1261
1201
  def is_property_hidden(self) -> bool:
1262
1202
  """Check if a property is hidden.
1263
1203
 
@@ -1420,19 +1360,10 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
1420
1360
  ...
1421
1361
 
1422
1362
  class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
1423
- """ """
1424
-
1425
1363
  bl_idname: typing.Any
1426
- """ """
1427
-
1428
1364
  bl_label: typing.Any
1429
- """ """
1430
-
1431
1365
  bl_rna: typing.Any
1432
- """ """
1433
-
1434
1366
  id_data: typing.Any
1435
- """ """
1436
1367
 
1437
1368
  def append(self, draw_func):
1438
1369
  """Append a draw function to this menu,
@@ -1537,10 +1468,7 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
1537
1468
  """
1538
1469
  ...
1539
1470
 
1540
- def is_extended(self):
1541
- """ """
1542
- ...
1543
-
1471
+ def is_extended(self): ...
1544
1472
  def is_property_hidden(self) -> bool:
1545
1473
  """Check if a property is hidden.
1546
1474
 
@@ -1703,19 +1631,10 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
1703
1631
  ...
1704
1632
 
1705
1633
  class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
1706
- """ """
1707
-
1708
1634
  bl_idname: typing.Any
1709
- """ """
1710
-
1711
1635
  bl_label: typing.Any
1712
- """ """
1713
-
1714
1636
  bl_rna: typing.Any
1715
- """ """
1716
-
1717
1637
  id_data: typing.Any
1718
- """ """
1719
1638
 
1720
1639
  def append(self, draw_func):
1721
1640
  """Append a draw function to this menu,
@@ -1820,10 +1739,7 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
1820
1739
  """
1821
1740
  ...
1822
1741
 
1823
- def is_extended(self):
1824
- """ """
1825
- ...
1826
-
1742
+ def is_extended(self): ...
1827
1743
  def is_property_hidden(self) -> bool:
1828
1744
  """Check if a property is hidden.
1829
1745
 
@@ -1986,19 +1902,10 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
1986
1902
  ...
1987
1903
 
1988
1904
  class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
1989
- """ """
1990
-
1991
1905
  bl_idname: typing.Any
1992
- """ """
1993
-
1994
1906
  bl_label: typing.Any
1995
- """ """
1996
-
1997
1907
  bl_rna: typing.Any
1998
- """ """
1999
-
2000
1908
  id_data: typing.Any
2001
- """ """
2002
1909
 
2003
1910
  def append(self, draw_func):
2004
1911
  """Append a draw function to this menu,
@@ -2103,10 +2010,7 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
2103
2010
  """
2104
2011
  ...
2105
2012
 
2106
- def is_extended(self):
2107
- """ """
2108
- ...
2109
-
2013
+ def is_extended(self): ...
2110
2014
  def is_property_hidden(self) -> bool:
2111
2015
  """Check if a property is hidden.
2112
2016
 
@@ -2269,19 +2173,10 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
2269
2173
  ...
2270
2174
 
2271
2175
  class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
2272
- """ """
2273
-
2274
2176
  bl_idname: typing.Any
2275
- """ """
2276
-
2277
2177
  bl_label: typing.Any
2278
- """ """
2279
-
2280
2178
  bl_rna: typing.Any
2281
- """ """
2282
-
2283
2179
  id_data: typing.Any
2284
- """ """
2285
2180
 
2286
2181
  def append(self, draw_func):
2287
2182
  """Append a draw function to this menu,
@@ -2386,10 +2281,7 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
2386
2281
  """
2387
2282
  ...
2388
2283
 
2389
- def is_extended(self):
2390
- """ """
2391
- ...
2392
-
2284
+ def is_extended(self): ...
2393
2285
  def is_property_hidden(self) -> bool:
2394
2286
  """Check if a property is hidden.
2395
2287
 
@@ -2552,19 +2444,10 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
2552
2444
  ...
2553
2445
 
2554
2446
  class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2555
- """ """
2556
-
2557
2447
  bl_idname: typing.Any
2558
- """ """
2559
-
2560
2448
  bl_label: typing.Any
2561
- """ """
2562
-
2563
2449
  bl_rna: typing.Any
2564
- """ """
2565
-
2566
2450
  id_data: typing.Any
2567
- """ """
2568
2451
 
2569
2452
  def append(self, draw_func):
2570
2453
  """Append a draw function to this menu,
@@ -2669,10 +2552,7 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2669
2552
  """
2670
2553
  ...
2671
2554
 
2672
- def is_extended(self):
2673
- """ """
2674
- ...
2675
-
2555
+ def is_extended(self): ...
2676
2556
  def is_property_hidden(self) -> bool:
2677
2557
  """Check if a property is hidden.
2678
2558
 
@@ -2834,42 +2714,11 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2834
2714
  """
2835
2715
  ...
2836
2716
 
2837
- def cycles_shader_nodes_poll(context):
2838
- """ """
2839
-
2840
- ...
2841
-
2842
- def eevee_shader_nodes_poll(context):
2843
- """ """
2844
-
2845
- ...
2846
-
2847
- def line_style_shader_nodes_poll(context):
2848
- """ """
2849
-
2850
- ...
2851
-
2852
- def object_cycles_shader_nodes_poll(context):
2853
- """ """
2854
-
2855
- ...
2856
-
2857
- def object_eevee_shader_nodes_poll(context):
2858
- """ """
2859
-
2860
- ...
2861
-
2862
- def object_not_eevee_shader_nodes_poll(context):
2863
- """ """
2864
-
2865
- ...
2866
-
2867
- def object_shader_nodes_poll(context):
2868
- """ """
2869
-
2870
- ...
2871
-
2872
- def world_shader_nodes_poll(context):
2873
- """ """
2874
-
2875
- ...
2717
+ def cycles_shader_nodes_poll(context): ...
2718
+ def eevee_shader_nodes_poll(context): ...
2719
+ def line_style_shader_nodes_poll(context): ...
2720
+ def object_cycles_shader_nodes_poll(context): ...
2721
+ def object_eevee_shader_nodes_poll(context): ...
2722
+ def object_not_eevee_shader_nodes_poll(context): ...
2723
+ def object_shader_nodes_poll(context): ...
2724
+ def world_shader_nodes_poll(context): ...
@@ -5,19 +5,10 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
8
- """ """
9
-
10
8
  bl_idname: typing.Any
11
- """ """
12
-
13
9
  bl_label: typing.Any
14
- """ """
15
-
16
10
  bl_rna: typing.Any
17
- """ """
18
-
19
11
  id_data: typing.Any
20
- """ """
21
12
 
22
13
  def append(self, draw_func):
23
14
  """Append a draw function to this menu,
@@ -122,10 +113,7 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
122
113
  """
123
114
  ...
124
115
 
125
- def is_extended(self):
126
- """ """
127
- ...
128
-
116
+ def is_extended(self): ...
129
117
  def is_property_hidden(self) -> bool:
130
118
  """Check if a property is hidden.
131
119
 
@@ -288,19 +276,10 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
288
276
  ...
289
277
 
290
278
  class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
291
- """ """
292
-
293
279
  bl_idname: typing.Any
294
- """ """
295
-
296
280
  bl_label: typing.Any
297
- """ """
298
-
299
281
  bl_rna: typing.Any
300
- """ """
301
-
302
282
  id_data: typing.Any
303
- """ """
304
283
 
305
284
  def append(self, draw_func):
306
285
  """Append a draw function to this menu,
@@ -405,10 +384,7 @@ class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
405
384
  """
406
385
  ...
407
386
 
408
- def is_extended(self):
409
- """ """
410
- ...
411
-
387
+ def is_extended(self): ...
412
388
  def is_property_hidden(self) -> bool:
413
389
  """Check if a property is hidden.
414
390
 
@@ -571,19 +547,10 @@ class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
571
547
  ...
572
548
 
573
549
  class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
574
- """ """
575
-
576
550
  bl_idname: typing.Any
577
- """ """
578
-
579
551
  bl_label: typing.Any
580
- """ """
581
-
582
552
  bl_rna: typing.Any
583
- """ """
584
-
585
553
  id_data: typing.Any
586
- """ """
587
554
 
588
555
  def append(self, draw_func):
589
556
  """Append a draw function to this menu,
@@ -688,10 +655,7 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
688
655
  """
689
656
  ...
690
657
 
691
- def is_extended(self):
692
- """ """
693
- ...
694
-
658
+ def is_extended(self): ...
695
659
  def is_property_hidden(self) -> bool:
696
660
  """Check if a property is hidden.
697
661
 
@@ -854,19 +818,10 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
854
818
  ...
855
819
 
856
820
  class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
857
- """ """
858
-
859
821
  bl_idname: typing.Any
860
- """ """
861
-
862
822
  bl_label: typing.Any
863
- """ """
864
-
865
823
  bl_rna: typing.Any
866
- """ """
867
-
868
824
  id_data: typing.Any
869
- """ """
870
825
 
871
826
  def append(self, draw_func):
872
827
  """Append a draw function to this menu,
@@ -971,10 +926,7 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
971
926
  """
972
927
  ...
973
928
 
974
- def is_extended(self):
975
- """ """
976
- ...
977
-
929
+ def is_extended(self): ...
978
930
  def is_property_hidden(self) -> bool:
979
931
  """Check if a property is hidden.
980
932
 
@@ -1137,19 +1089,10 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
1137
1089
  ...
1138
1090
 
1139
1091
  class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
1140
- """ """
1141
-
1142
1092
  bl_idname: typing.Any
1143
- """ """
1144
-
1145
1093
  bl_label: typing.Any
1146
- """ """
1147
-
1148
1094
  bl_rna: typing.Any
1149
- """ """
1150
-
1151
1095
  id_data: typing.Any
1152
- """ """
1153
1096
 
1154
1097
  def append(self, draw_func):
1155
1098
  """Append a draw function to this menu,
@@ -1254,10 +1197,7 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
1254
1197
  """
1255
1198
  ...
1256
1199
 
1257
- def is_extended(self):
1258
- """ """
1259
- ...
1260
-
1200
+ def is_extended(self): ...
1261
1201
  def is_property_hidden(self) -> bool:
1262
1202
  """Check if a property is hidden.
1263
1203
 
@@ -1420,19 +1360,10 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
1420
1360
  ...
1421
1361
 
1422
1362
  class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
1423
- """ """
1424
-
1425
1363
  bl_idname: typing.Any
1426
- """ """
1427
-
1428
1364
  bl_label: typing.Any
1429
- """ """
1430
-
1431
1365
  bl_rna: typing.Any
1432
- """ """
1433
-
1434
1366
  id_data: typing.Any
1435
- """ """
1436
1367
 
1437
1368
  def append(self, draw_func):
1438
1369
  """Append a draw function to this menu,
@@ -1537,10 +1468,7 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
1537
1468
  """
1538
1469
  ...
1539
1470
 
1540
- def is_extended(self):
1541
- """ """
1542
- ...
1543
-
1471
+ def is_extended(self): ...
1544
1472
  def is_property_hidden(self) -> bool:
1545
1473
  """Check if a property is hidden.
1546
1474
 
@@ -1703,19 +1631,10 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
1703
1631
  ...
1704
1632
 
1705
1633
  class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
1706
- """ """
1707
-
1708
1634
  bl_idname: typing.Any
1709
- """ """
1710
-
1711
1635
  bl_label: typing.Any
1712
- """ """
1713
-
1714
1636
  bl_rna: typing.Any
1715
- """ """
1716
-
1717
1637
  id_data: typing.Any
1718
- """ """
1719
1638
 
1720
1639
  def append(self, draw_func):
1721
1640
  """Append a draw function to this menu,
@@ -1820,10 +1739,7 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
1820
1739
  """
1821
1740
  ...
1822
1741
 
1823
- def is_extended(self):
1824
- """ """
1825
- ...
1826
-
1742
+ def is_extended(self): ...
1827
1743
  def is_property_hidden(self) -> bool:
1828
1744
  """Check if a property is hidden.
1829
1745
 
@@ -1986,19 +1902,10 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
1986
1902
  ...
1987
1903
 
1988
1904
  class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
1989
- """ """
1990
-
1991
1905
  bl_idname: typing.Any
1992
- """ """
1993
-
1994
1906
  bl_label: typing.Any
1995
- """ """
1996
-
1997
1907
  bl_rna: typing.Any
1998
- """ """
1999
-
2000
1908
  id_data: typing.Any
2001
- """ """
2002
1909
 
2003
1910
  def append(self, draw_func):
2004
1911
  """Append a draw function to this menu,
@@ -2103,10 +2010,7 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
2103
2010
  """
2104
2011
  ...
2105
2012
 
2106
- def is_extended(self):
2107
- """ """
2108
- ...
2109
-
2013
+ def is_extended(self): ...
2110
2014
  def is_property_hidden(self) -> bool:
2111
2015
  """Check if a property is hidden.
2112
2016
 
@@ -2269,19 +2173,10 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
2269
2173
  ...
2270
2174
 
2271
2175
  class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2272
- """ """
2273
-
2274
2176
  bl_idname: typing.Any
2275
- """ """
2276
-
2277
2177
  bl_label: typing.Any
2278
- """ """
2279
-
2280
2178
  bl_rna: typing.Any
2281
- """ """
2282
-
2283
2179
  id_data: typing.Any
2284
- """ """
2285
2180
 
2286
2181
  def append(self, draw_func):
2287
2182
  """Append a draw function to this menu,
@@ -2386,10 +2281,7 @@ class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2386
2281
  """
2387
2282
  ...
2388
2283
 
2389
- def is_extended(self):
2390
- """ """
2391
- ...
2392
-
2284
+ def is_extended(self): ...
2393
2285
  def is_property_hidden(self) -> bool:
2394
2286
  """Check if a property is hidden.
2395
2287
 
@@ -3,16 +3,9 @@ import typing
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
5
  class MotionPathButtonsPanel:
6
- """ """
7
-
8
6
  bl_label: typing.Any
9
- """ """
10
-
11
7
  bl_region_type: typing.Any
12
- """ """
13
-
14
8
  bl_space_type: typing.Any
15
- """ """
16
9
 
17
10
  def draw_settings(self, _context, avs, mpath, bones=False):
18
11
  """
@@ -25,16 +18,9 @@ class MotionPathButtonsPanel:
25
18
  ...
26
19
 
27
20
  class MotionPathButtonsPanel_display:
28
- """ """
29
-
30
21
  bl_label: typing.Any
31
- """ """
32
-
33
22
  bl_region_type: typing.Any
34
- """ """
35
-
36
23
  bl_space_type: typing.Any
37
- """ """
38
24
 
39
25
  def draw_settings(self, _context, avs, mpath, bones=False):
40
26
  """