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,16 +5,9 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class MaterialFreestyleButtonsPanel:
8
- """ """
9
-
10
8
  bl_context: typing.Any
11
- """ """
12
-
13
9
  bl_region_type: typing.Any
14
- """ """
15
-
16
10
  bl_space_type: typing.Any
17
- """ """
18
11
 
19
12
  def poll(self, context):
20
13
  """
@@ -24,16 +17,9 @@ class MaterialFreestyleButtonsPanel:
24
17
  ...
25
18
 
26
19
  class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
27
- """ """
28
-
29
20
  bl_label: typing.Any
30
- """ """
31
-
32
21
  bl_rna: typing.Any
33
- """ """
34
-
35
22
  id_data: typing.Any
36
- """ """
37
23
 
38
24
  def append(self, draw_func):
39
25
  """Append a draw function to this menu,
@@ -138,10 +124,7 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
138
124
  """
139
125
  ...
140
126
 
141
- def is_extended(self):
142
- """ """
143
- ...
144
-
127
+ def is_extended(self): ...
145
128
  def is_property_hidden(self) -> bool:
146
129
  """Check if a property is hidden.
147
130
 
@@ -304,16 +287,9 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
304
287
  ...
305
288
 
306
289
  class RenderFreestyleButtonsPanel:
307
- """ """
308
-
309
290
  bl_context: typing.Any
310
- """ """
311
-
312
291
  bl_region_type: typing.Any
313
- """ """
314
-
315
292
  bl_space_type: typing.Any
316
- """ """
317
293
 
318
294
  def poll(self, context):
319
295
  """
@@ -323,19 +299,10 @@ class RenderFreestyleButtonsPanel:
323
299
  ...
324
300
 
325
301
  class ViewLayerFreestyleButtonsPanel:
326
- """ """
327
-
328
302
  bl_context: typing.Any
329
- """ """
330
-
331
303
  bl_order: typing.Any
332
- """ """
333
-
334
304
  bl_region_type: typing.Any
335
- """ """
336
-
337
305
  bl_space_type: typing.Any
338
- """ """
339
306
 
340
307
  def poll(self, context):
341
308
  """
@@ -345,13 +312,8 @@ class ViewLayerFreestyleButtonsPanel:
345
312
  ...
346
313
 
347
314
  class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
348
- """ """
349
-
350
315
  bl_rna: typing.Any
351
- """ """
352
-
353
316
  id_data: typing.Any
354
- """ """
355
317
 
356
318
  def append(self, draw_func):
357
319
  """Append a draw function to this menu,
@@ -445,10 +407,7 @@ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
445
407
  """
446
408
  ...
447
409
 
448
- def is_extended(self):
449
- """ """
450
- ...
451
-
410
+ def is_extended(self): ...
452
411
  def is_property_hidden(self) -> bool:
453
412
  """Check if a property is hidden.
454
413
 
@@ -579,31 +538,14 @@ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
579
538
  class MATERIAL_PT_freestyle_line(
580
539
  bpy_types.Panel, MaterialFreestyleButtonsPanel, bpy_types._GenericUI
581
540
  ):
582
- """ """
583
-
584
541
  COMPAT_ENGINES: typing.Any
585
- """ """
586
-
587
542
  bl_context: typing.Any
588
- """ """
589
-
590
543
  bl_label: typing.Any
591
- """ """
592
-
593
544
  bl_options: typing.Any
594
- """ """
595
-
596
545
  bl_region_type: typing.Any
597
- """ """
598
-
599
546
  bl_rna: typing.Any
600
- """ """
601
-
602
547
  bl_space_type: typing.Any
603
- """ """
604
-
605
548
  id_data: typing.Any
606
- """ """
607
549
 
608
550
  def append(self, draw_func):
609
551
  """Append a draw function to this menu,
@@ -688,10 +630,7 @@ class MATERIAL_PT_freestyle_line(
688
630
  """
689
631
  ...
690
632
 
691
- def is_extended(self):
692
- """ """
693
- ...
694
-
633
+ def is_extended(self): ...
695
634
  def is_property_hidden(self) -> bool:
696
635
  """Check if a property is hidden.
697
636
 
@@ -829,34 +768,15 @@ class MATERIAL_PT_freestyle_line(
829
768
  class RENDER_PT_freestyle(
830
769
  bpy_types.Panel, RenderFreestyleButtonsPanel, bpy_types._GenericUI
831
770
  ):
832
- """ """
833
-
834
771
  COMPAT_ENGINES: typing.Any
835
- """ """
836
-
837
772
  bl_context: typing.Any
838
- """ """
839
-
840
773
  bl_label: typing.Any
841
- """ """
842
-
843
774
  bl_options: typing.Any
844
- """ """
845
-
846
775
  bl_order: typing.Any
847
- """ """
848
-
849
776
  bl_region_type: typing.Any
850
- """ """
851
-
852
777
  bl_rna: typing.Any
853
- """ """
854
-
855
778
  bl_space_type: typing.Any
856
- """ """
857
-
858
779
  id_data: typing.Any
859
- """ """
860
780
 
861
781
  def append(self, draw_func):
862
782
  """Append a draw function to this menu,
@@ -948,10 +868,7 @@ class RENDER_PT_freestyle(
948
868
  """
949
869
  ...
950
870
 
951
- def is_extended(self):
952
- """ """
953
- ...
954
-
871
+ def is_extended(self): ...
955
872
  def is_property_hidden(self) -> bool:
956
873
  """Check if a property is hidden.
957
874
 
@@ -1089,31 +1006,14 @@ class RENDER_PT_freestyle(
1089
1006
  class VIEWLAYER_PT_freestyle(
1090
1007
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1091
1008
  ):
1092
- """ """
1093
-
1094
1009
  COMPAT_ENGINES: typing.Any
1095
- """ """
1096
-
1097
1010
  bl_context: typing.Any
1098
- """ """
1099
-
1100
1011
  bl_label: typing.Any
1101
- """ """
1102
-
1103
1012
  bl_order: typing.Any
1104
- """ """
1105
-
1106
1013
  bl_region_type: typing.Any
1107
- """ """
1108
-
1109
1014
  bl_rna: typing.Any
1110
- """ """
1111
-
1112
1015
  bl_space_type: typing.Any
1113
- """ """
1114
-
1115
1016
  id_data: typing.Any
1116
- """ """
1117
1017
 
1118
1018
  def append(self, draw_func):
1119
1019
  """Append a draw function to this menu,
@@ -1205,10 +1105,7 @@ class VIEWLAYER_PT_freestyle(
1205
1105
  """
1206
1106
  ...
1207
1107
 
1208
- def is_extended(self):
1209
- """ """
1210
- ...
1211
-
1108
+ def is_extended(self): ...
1212
1109
  def is_property_hidden(self) -> bool:
1213
1110
  """Check if a property is hidden.
1214
1111
 
@@ -1346,34 +1243,15 @@ class VIEWLAYER_PT_freestyle(
1346
1243
  class VIEWLAYER_PT_freestyle_edge_detection(
1347
1244
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1348
1245
  ):
1349
- """ """
1350
-
1351
1246
  COMPAT_ENGINES: typing.Any
1352
- """ """
1353
-
1354
1247
  bl_context: typing.Any
1355
- """ """
1356
-
1357
1248
  bl_label: typing.Any
1358
- """ """
1359
-
1360
1249
  bl_order: typing.Any
1361
- """ """
1362
-
1363
1250
  bl_parent_id: typing.Any
1364
- """ """
1365
-
1366
1251
  bl_region_type: typing.Any
1367
- """ """
1368
-
1369
1252
  bl_rna: typing.Any
1370
- """ """
1371
-
1372
1253
  bl_space_type: typing.Any
1373
- """ """
1374
-
1375
1254
  id_data: typing.Any
1376
- """ """
1377
1255
 
1378
1256
  def append(self, draw_func):
1379
1257
  """Append a draw function to this menu,
@@ -1458,10 +1336,7 @@ class VIEWLAYER_PT_freestyle_edge_detection(
1458
1336
  """
1459
1337
  ...
1460
1338
 
1461
- def is_extended(self):
1462
- """ """
1463
- ...
1464
-
1339
+ def is_extended(self): ...
1465
1340
  def is_property_hidden(self) -> bool:
1466
1341
  """Check if a property is hidden.
1467
1342
 
@@ -1599,34 +1474,15 @@ class VIEWLAYER_PT_freestyle_edge_detection(
1599
1474
  class VIEWLAYER_PT_freestyle_style_modules(
1600
1475
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1601
1476
  ):
1602
- """ """
1603
-
1604
1477
  COMPAT_ENGINES: typing.Any
1605
- """ """
1606
-
1607
1478
  bl_context: typing.Any
1608
- """ """
1609
-
1610
1479
  bl_label: typing.Any
1611
- """ """
1612
-
1613
1480
  bl_order: typing.Any
1614
- """ """
1615
-
1616
1481
  bl_parent_id: typing.Any
1617
- """ """
1618
-
1619
1482
  bl_region_type: typing.Any
1620
- """ """
1621
-
1622
1483
  bl_rna: typing.Any
1623
- """ """
1624
-
1625
1484
  bl_space_type: typing.Any
1626
- """ """
1627
-
1628
1485
  id_data: typing.Any
1629
- """ """
1630
1486
 
1631
1487
  def append(self, draw_func):
1632
1488
  """Append a draw function to this menu,
@@ -1711,10 +1567,7 @@ class VIEWLAYER_PT_freestyle_style_modules(
1711
1567
  """
1712
1568
  ...
1713
1569
 
1714
- def is_extended(self):
1715
- """ """
1716
- ...
1717
-
1570
+ def is_extended(self): ...
1718
1571
  def is_property_hidden(self) -> bool:
1719
1572
  """Check if a property is hidden.
1720
1573
 
@@ -1850,19 +1703,10 @@ class VIEWLAYER_PT_freestyle_style_modules(
1850
1703
  ...
1851
1704
 
1852
1705
  class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
1853
- """ """
1854
-
1855
1706
  bl_context: typing.Any
1856
- """ """
1857
-
1858
1707
  bl_order: typing.Any
1859
- """ """
1860
-
1861
1708
  bl_region_type: typing.Any
1862
- """ """
1863
-
1864
1709
  bl_space_type: typing.Any
1865
- """ """
1866
1710
 
1867
1711
  def poll(self, context):
1868
1712
  """
@@ -1877,31 +1721,14 @@ class VIEWLAYER_PT_freestyle_lineset(
1877
1721
  ViewLayerFreestyleButtonsPanel,
1878
1722
  bpy_types._GenericUI,
1879
1723
  ):
1880
- """ """
1881
-
1882
1724
  COMPAT_ENGINES: typing.Any
1883
- """ """
1884
-
1885
1725
  bl_context: typing.Any
1886
- """ """
1887
-
1888
1726
  bl_label: typing.Any
1889
- """ """
1890
-
1891
1727
  bl_order: typing.Any
1892
- """ """
1893
-
1894
1728
  bl_region_type: typing.Any
1895
- """ """
1896
-
1897
1729
  bl_rna: typing.Any
1898
- """ """
1899
-
1900
1730
  bl_space_type: typing.Any
1901
- """ """
1902
-
1903
1731
  id_data: typing.Any
1904
- """ """
1905
1732
 
1906
1733
  def append(self, draw_func):
1907
1734
  """Append a draw function to this menu,
@@ -1995,10 +1822,7 @@ class VIEWLAYER_PT_freestyle_lineset(
1995
1822
  """
1996
1823
  ...
1997
1824
 
1998
- def is_extended(self):
1999
- """ """
2000
- ...
2001
-
1825
+ def is_extended(self): ...
2002
1826
  def is_property_hidden(self) -> bool:
2003
1827
  """Check if a property is hidden.
2004
1828
 
@@ -2136,22 +1960,11 @@ class VIEWLAYER_PT_freestyle_lineset(
2136
1960
  class ViewLayerFreestyleLineStyle(
2137
1961
  ViewLayerFreestyleEditorButtonsPanel, ViewLayerFreestyleButtonsPanel
2138
1962
  ):
2139
- """ """
2140
-
2141
1963
  COMPAT_ENGINES: typing.Any
2142
- """ """
2143
-
2144
1964
  bl_context: typing.Any
2145
- """ """
2146
-
2147
1965
  bl_order: typing.Any
2148
- """ """
2149
-
2150
1966
  bl_region_type: typing.Any
2151
- """ """
2152
-
2153
1967
  bl_space_type: typing.Any
2154
- """ """
2155
1968
 
2156
1969
  def poll(self, context):
2157
1970
  """
@@ -2167,37 +1980,16 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
2167
1980
  ViewLayerFreestyleButtonsPanel,
2168
1981
  bpy_types._GenericUI,
2169
1982
  ):
2170
- """ """
2171
-
2172
1983
  COMPAT_ENGINES: typing.Any
2173
- """ """
2174
-
2175
1984
  bl_context: typing.Any
2176
- """ """
2177
-
2178
1985
  bl_label: typing.Any
2179
- """ """
2180
-
2181
1986
  bl_options: typing.Any
2182
- """ """
2183
-
2184
1987
  bl_order: typing.Any
2185
- """ """
2186
-
2187
1988
  bl_parent_id: typing.Any
2188
- """ """
2189
-
2190
1989
  bl_region_type: typing.Any
2191
- """ """
2192
-
2193
1990
  bl_rna: typing.Any
2194
- """ """
2195
-
2196
1991
  bl_space_type: typing.Any
2197
- """ """
2198
-
2199
1992
  id_data: typing.Any
2200
- """ """
2201
1993
 
2202
1994
  def append(self, draw_func):
2203
1995
  """Append a draw function to this menu,
@@ -2289,10 +2081,7 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
2289
2081
  """
2290
2082
  ...
2291
2083
 
2292
- def is_extended(self):
2293
- """ """
2294
- ...
2295
-
2084
+ def is_extended(self): ...
2296
2085
  def is_property_hidden(self) -> bool:
2297
2086
  """Check if a property is hidden.
2298
2087
 
@@ -2434,34 +2223,15 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
2434
2223
  ViewLayerFreestyleButtonsPanel,
2435
2224
  bpy_types._GenericUI,
2436
2225
  ):
2437
- """ """
2438
-
2439
2226
  COMPAT_ENGINES: typing.Any
2440
- """ """
2441
-
2442
2227
  bl_context: typing.Any
2443
- """ """
2444
-
2445
2228
  bl_label: typing.Any
2446
- """ """
2447
-
2448
2229
  bl_order: typing.Any
2449
- """ """
2450
-
2451
2230
  bl_parent_id: typing.Any
2452
- """ """
2453
-
2454
2231
  bl_region_type: typing.Any
2455
- """ """
2456
-
2457
2232
  bl_rna: typing.Any
2458
- """ """
2459
-
2460
2233
  bl_space_type: typing.Any
2461
- """ """
2462
-
2463
2234
  id_data: typing.Any
2464
- """ """
2465
2235
 
2466
2236
  def append(self, draw_func):
2467
2237
  """Append a draw function to this menu,
@@ -2562,10 +2332,7 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
2562
2332
  """
2563
2333
  ...
2564
2334
 
2565
- def is_extended(self):
2566
- """ """
2567
- ...
2568
-
2335
+ def is_extended(self): ...
2569
2336
  def is_property_hidden(self) -> bool:
2570
2337
  """Check if a property is hidden.
2571
2338
 
@@ -2707,37 +2474,16 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
2707
2474
  ViewLayerFreestyleButtonsPanel,
2708
2475
  bpy_types._GenericUI,
2709
2476
  ):
2710
- """ """
2711
-
2712
2477
  COMPAT_ENGINES: typing.Any
2713
- """ """
2714
-
2715
2478
  bl_context: typing.Any
2716
- """ """
2717
-
2718
2479
  bl_label: typing.Any
2719
- """ """
2720
-
2721
2480
  bl_options: typing.Any
2722
- """ """
2723
-
2724
2481
  bl_order: typing.Any
2725
- """ """
2726
-
2727
2482
  bl_parent_id: typing.Any
2728
- """ """
2729
-
2730
2483
  bl_region_type: typing.Any
2731
- """ """
2732
-
2733
2484
  bl_rna: typing.Any
2734
- """ """
2735
-
2736
2485
  bl_space_type: typing.Any
2737
- """ """
2738
-
2739
2486
  id_data: typing.Any
2740
- """ """
2741
2487
 
2742
2488
  def append(self, draw_func):
2743
2489
  """Append a draw function to this menu,
@@ -2829,10 +2575,7 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
2829
2575
  """
2830
2576
  ...
2831
2577
 
2832
- def is_extended(self):
2833
- """ """
2834
- ...
2835
-
2578
+ def is_extended(self): ...
2836
2579
  def is_property_hidden(self) -> bool:
2837
2580
  """Check if a property is hidden.
2838
2581
 
@@ -2974,34 +2717,15 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
2974
2717
  ViewLayerFreestyleButtonsPanel,
2975
2718
  bpy_types._GenericUI,
2976
2719
  ):
2977
- """ """
2978
-
2979
2720
  COMPAT_ENGINES: typing.Any
2980
- """ """
2981
-
2982
2721
  bl_context: typing.Any
2983
- """ """
2984
-
2985
2722
  bl_label: typing.Any
2986
- """ """
2987
-
2988
2723
  bl_order: typing.Any
2989
- """ """
2990
-
2991
2724
  bl_parent_id: typing.Any
2992
- """ """
2993
-
2994
2725
  bl_region_type: typing.Any
2995
- """ """
2996
-
2997
2726
  bl_rna: typing.Any
2998
- """ """
2999
-
3000
2727
  bl_space_type: typing.Any
3001
- """ """
3002
-
3003
2728
  id_data: typing.Any
3004
- """ """
3005
2729
 
3006
2730
  def append(self, draw_func):
3007
2731
  """Append a draw function to this menu,
@@ -3093,10 +2817,7 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
3093
2817
  """
3094
2818
  ...
3095
2819
 
3096
- def is_extended(self):
3097
- """ """
3098
- ...
3099
-
2820
+ def is_extended(self): ...
3100
2821
  def is_property_hidden(self) -> bool:
3101
2822
  """Check if a property is hidden.
3102
2823
 
@@ -3238,34 +2959,15 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
3238
2959
  ViewLayerFreestyleButtonsPanel,
3239
2960
  bpy_types._GenericUI,
3240
2961
  ):
3241
- """ """
3242
-
3243
2962
  COMPAT_ENGINES: typing.Any
3244
- """ """
3245
-
3246
2963
  bl_context: typing.Any
3247
- """ """
3248
-
3249
2964
  bl_label: typing.Any
3250
- """ """
3251
-
3252
2965
  bl_options: typing.Any
3253
- """ """
3254
-
3255
2966
  bl_order: typing.Any
3256
- """ """
3257
-
3258
2967
  bl_region_type: typing.Any
3259
- """ """
3260
-
3261
2968
  bl_rna: typing.Any
3262
- """ """
3263
-
3264
2969
  bl_space_type: typing.Any
3265
- """ """
3266
-
3267
2970
  id_data: typing.Any
3268
- """ """
3269
2971
 
3270
2972
  def append(self, draw_func):
3271
2973
  """Append a draw function to this menu,
@@ -3358,10 +3060,7 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
3358
3060
  """
3359
3061
  ...
3360
3062
 
3361
- def is_extended(self):
3362
- """ """
3363
- ...
3364
-
3063
+ def is_extended(self): ...
3365
3064
  def is_property_hidden(self) -> bool:
3366
3065
  """Check if a property is hidden.
3367
3066
 
@@ -3503,34 +3202,15 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
3503
3202
  ViewLayerFreestyleButtonsPanel,
3504
3203
  bpy_types._GenericUI,
3505
3204
  ):
3506
- """ """
3507
-
3508
3205
  COMPAT_ENGINES: typing.Any
3509
- """ """
3510
-
3511
3206
  bl_context: typing.Any
3512
- """ """
3513
-
3514
3207
  bl_label: typing.Any
3515
- """ """
3516
-
3517
3208
  bl_options: typing.Any
3518
- """ """
3519
-
3520
3209
  bl_order: typing.Any
3521
- """ """
3522
-
3523
3210
  bl_region_type: typing.Any
3524
- """ """
3525
-
3526
3211
  bl_rna: typing.Any
3527
- """ """
3528
-
3529
3212
  bl_space_type: typing.Any
3530
- """ """
3531
-
3532
3213
  id_data: typing.Any
3533
- """ """
3534
3214
 
3535
3215
  def append(self, draw_func):
3536
3216
  """Append a draw function to this menu,
@@ -3623,10 +3303,7 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
3623
3303
  """
3624
3304
  ...
3625
3305
 
3626
- def is_extended(self):
3627
- """ """
3628
- ...
3629
-
3306
+ def is_extended(self): ...
3630
3307
  def is_property_hidden(self) -> bool:
3631
3308
  """Check if a property is hidden.
3632
3309
 
@@ -3768,34 +3445,15 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
3768
3445
  ViewLayerFreestyleButtonsPanel,
3769
3446
  bpy_types._GenericUI,
3770
3447
  ):
3771
- """ """
3772
-
3773
3448
  COMPAT_ENGINES: typing.Any
3774
- """ """
3775
-
3776
3449
  bl_context: typing.Any
3777
- """ """
3778
-
3779
3450
  bl_label: typing.Any
3780
- """ """
3781
-
3782
3451
  bl_options: typing.Any
3783
- """ """
3784
-
3785
3452
  bl_order: typing.Any
3786
- """ """
3787
-
3788
3453
  bl_region_type: typing.Any
3789
- """ """
3790
-
3791
3454
  bl_rna: typing.Any
3792
- """ """
3793
-
3794
3455
  bl_space_type: typing.Any
3795
- """ """
3796
-
3797
3456
  id_data: typing.Any
3798
- """ """
3799
3457
 
3800
3458
  def append(self, draw_func):
3801
3459
  """Append a draw function to this menu,
@@ -3888,10 +3546,7 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
3888
3546
  """
3889
3547
  ...
3890
3548
 
3891
- def is_extended(self):
3892
- """ """
3893
- ...
3894
-
3549
+ def is_extended(self): ...
3895
3550
  def is_property_hidden(self) -> bool:
3896
3551
  """Check if a property is hidden.
3897
3552
 
@@ -4033,34 +3688,15 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
4033
3688
  ViewLayerFreestyleButtonsPanel,
4034
3689
  bpy_types._GenericUI,
4035
3690
  ):
4036
- """ """
4037
-
4038
3691
  COMPAT_ENGINES: typing.Any
4039
- """ """
4040
-
4041
3692
  bl_context: typing.Any
4042
- """ """
4043
-
4044
3693
  bl_label: typing.Any
4045
- """ """
4046
-
4047
3694
  bl_options: typing.Any
4048
- """ """
4049
-
4050
3695
  bl_order: typing.Any
4051
- """ """
4052
-
4053
3696
  bl_region_type: typing.Any
4054
- """ """
4055
-
4056
3697
  bl_rna: typing.Any
4057
- """ """
4058
-
4059
3698
  bl_space_type: typing.Any
4060
- """ """
4061
-
4062
3699
  id_data: typing.Any
4063
- """ """
4064
3700
 
4065
3701
  def append(self, draw_func):
4066
3702
  """Append a draw function to this menu,
@@ -4145,10 +3781,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
4145
3781
  """
4146
3782
  ...
4147
3783
 
4148
- def is_extended(self):
4149
- """ """
4150
- ...
4151
-
3784
+ def is_extended(self): ...
4152
3785
  def is_property_hidden(self) -> bool:
4153
3786
  """Check if a property is hidden.
4154
3787
 
@@ -4290,34 +3923,15 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
4290
3923
  ViewLayerFreestyleButtonsPanel,
4291
3924
  bpy_types._GenericUI,
4292
3925
  ):
4293
- """ """
4294
-
4295
3926
  COMPAT_ENGINES: typing.Any
4296
- """ """
4297
-
4298
3927
  bl_context: typing.Any
4299
- """ """
4300
-
4301
3928
  bl_label: typing.Any
4302
- """ """
4303
-
4304
3929
  bl_options: typing.Any
4305
- """ """
4306
-
4307
3930
  bl_order: typing.Any
4308
- """ """
4309
-
4310
3931
  bl_region_type: typing.Any
4311
- """ """
4312
-
4313
3932
  bl_rna: typing.Any
4314
- """ """
4315
-
4316
3933
  bl_space_type: typing.Any
4317
- """ """
4318
-
4319
3934
  id_data: typing.Any
4320
- """ """
4321
3935
 
4322
3936
  def append(self, draw_func):
4323
3937
  """Append a draw function to this menu,
@@ -4402,10 +4016,7 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
4402
4016
  """
4403
4017
  ...
4404
4018
 
4405
- def is_extended(self):
4406
- """ """
4407
- ...
4408
-
4019
+ def is_extended(self): ...
4409
4020
  def is_property_hidden(self) -> bool:
4410
4021
  """Check if a property is hidden.
4411
4022
 
@@ -4547,34 +4158,15 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
4547
4158
  ViewLayerFreestyleButtonsPanel,
4548
4159
  bpy_types._GenericUI,
4549
4160
  ):
4550
- """ """
4551
-
4552
4161
  COMPAT_ENGINES: typing.Any
4553
- """ """
4554
-
4555
4162
  bl_context: typing.Any
4556
- """ """
4557
-
4558
4163
  bl_label: typing.Any
4559
- """ """
4560
-
4561
4164
  bl_options: typing.Any
4562
- """ """
4563
-
4564
4165
  bl_order: typing.Any
4565
- """ """
4566
-
4567
4166
  bl_region_type: typing.Any
4568
- """ """
4569
-
4570
4167
  bl_rna: typing.Any
4571
- """ """
4572
-
4573
4168
  bl_space_type: typing.Any
4574
- """ """
4575
-
4576
4169
  id_data: typing.Any
4577
- """ """
4578
4170
 
4579
4171
  def append(self, draw_func):
4580
4172
  """Append a draw function to this menu,
@@ -4667,10 +4259,7 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
4667
4259
  """
4668
4260
  ...
4669
4261
 
4670
- def is_extended(self):
4671
- """ """
4672
- ...
4673
-
4262
+ def is_extended(self): ...
4674
4263
  def is_property_hidden(self) -> bool:
4675
4264
  """Check if a property is hidden.
4676
4265
 
@@ -4810,25 +4399,12 @@ class ViewLayerFreestyleLinestyleStrokesSubPanel(
4810
4399
  ViewLayerFreestyleLineStyle,
4811
4400
  ViewLayerFreestyleButtonsPanel,
4812
4401
  ):
4813
- """ """
4814
-
4815
4402
  COMPAT_ENGINES: typing.Any
4816
- """ """
4817
-
4818
4403
  bl_context: typing.Any
4819
- """ """
4820
-
4821
4404
  bl_order: typing.Any
4822
- """ """
4823
-
4824
4405
  bl_parent_id: typing.Any
4825
- """ """
4826
-
4827
4406
  bl_region_type: typing.Any
4828
- """ """
4829
-
4830
4407
  bl_space_type: typing.Any
4831
- """ """
4832
4408
 
4833
4409
  def poll(self, context):
4834
4410
  """
@@ -4845,34 +4421,15 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
4845
4421
  ViewLayerFreestyleButtonsPanel,
4846
4422
  bpy_types._GenericUI,
4847
4423
  ):
4848
- """ """
4849
-
4850
4424
  COMPAT_ENGINES: typing.Any
4851
- """ """
4852
-
4853
4425
  bl_context: typing.Any
4854
- """ """
4855
-
4856
4426
  bl_label: typing.Any
4857
- """ """
4858
-
4859
4427
  bl_order: typing.Any
4860
- """ """
4861
-
4862
4428
  bl_parent_id: typing.Any
4863
- """ """
4864
-
4865
4429
  bl_region_type: typing.Any
4866
- """ """
4867
-
4868
4430
  bl_rna: typing.Any
4869
- """ """
4870
-
4871
4431
  bl_space_type: typing.Any
4872
- """ """
4873
-
4874
4432
  id_data: typing.Any
4875
- """ """
4876
4433
 
4877
4434
  def append(self, draw_func):
4878
4435
  """Append a draw function to this menu,
@@ -4964,10 +4521,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
4964
4521
  """
4965
4522
  ...
4966
4523
 
4967
- def is_extended(self):
4968
- """ """
4969
- ...
4970
-
4524
+ def is_extended(self): ...
4971
4525
  def is_property_hidden(self) -> bool:
4972
4526
  """Check if a property is hidden.
4973
4527
 
@@ -5110,37 +4664,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
5110
4664
  ViewLayerFreestyleButtonsPanel,
5111
4665
  bpy_types._GenericUI,
5112
4666
  ):
5113
- """ """
5114
-
5115
4667
  COMPAT_ENGINES: typing.Any
5116
- """ """
5117
-
5118
4668
  bl_context: typing.Any
5119
- """ """
5120
-
5121
4669
  bl_label: typing.Any
5122
- """ """
5123
-
5124
4670
  bl_options: typing.Any
5125
- """ """
5126
-
5127
4671
  bl_order: typing.Any
5128
- """ """
5129
-
5130
4672
  bl_parent_id: typing.Any
5131
- """ """
5132
-
5133
4673
  bl_region_type: typing.Any
5134
- """ """
5135
-
5136
4674
  bl_rna: typing.Any
5137
- """ """
5138
-
5139
4675
  bl_space_type: typing.Any
5140
- """ """
5141
-
5142
4676
  id_data: typing.Any
5143
- """ """
5144
4677
 
5145
4678
  def append(self, draw_func):
5146
4679
  """Append a draw function to this menu,
@@ -5232,10 +4765,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
5232
4765
  """
5233
4766
  ...
5234
4767
 
5235
- def is_extended(self):
5236
- """ """
5237
- ...
5238
-
4768
+ def is_extended(self): ...
5239
4769
  def is_property_hidden(self) -> bool:
5240
4770
  """Check if a property is hidden.
5241
4771
 
@@ -5378,37 +4908,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
5378
4908
  ViewLayerFreestyleButtonsPanel,
5379
4909
  bpy_types._GenericUI,
5380
4910
  ):
5381
- """ """
5382
-
5383
4911
  COMPAT_ENGINES: typing.Any
5384
- """ """
5385
-
5386
4912
  bl_context: typing.Any
5387
- """ """
5388
-
5389
4913
  bl_label: typing.Any
5390
- """ """
5391
-
5392
4914
  bl_options: typing.Any
5393
- """ """
5394
-
5395
4915
  bl_order: typing.Any
5396
- """ """
5397
-
5398
4916
  bl_parent_id: typing.Any
5399
- """ """
5400
-
5401
4917
  bl_region_type: typing.Any
5402
- """ """
5403
-
5404
4918
  bl_rna: typing.Any
5405
- """ """
5406
-
5407
4919
  bl_space_type: typing.Any
5408
- """ """
5409
-
5410
4920
  id_data: typing.Any
5411
- """ """
5412
4921
 
5413
4922
  def append(self, draw_func):
5414
4923
  """Append a draw function to this menu,
@@ -5493,10 +5002,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
5493
5002
  """
5494
5003
  ...
5495
5004
 
5496
- def is_extended(self):
5497
- """ """
5498
- ...
5499
-
5005
+ def is_extended(self): ...
5500
5006
  def is_property_hidden(self) -> bool:
5501
5007
  """Check if a property is hidden.
5502
5008
 
@@ -5639,37 +5145,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
5639
5145
  ViewLayerFreestyleButtonsPanel,
5640
5146
  bpy_types._GenericUI,
5641
5147
  ):
5642
- """ """
5643
-
5644
5148
  COMPAT_ENGINES: typing.Any
5645
- """ """
5646
-
5647
5149
  bl_context: typing.Any
5648
- """ """
5649
-
5650
5150
  bl_label: typing.Any
5651
- """ """
5652
-
5653
5151
  bl_options: typing.Any
5654
- """ """
5655
-
5656
5152
  bl_order: typing.Any
5657
- """ """
5658
-
5659
5153
  bl_parent_id: typing.Any
5660
- """ """
5661
-
5662
5154
  bl_region_type: typing.Any
5663
- """ """
5664
-
5665
5155
  bl_rna: typing.Any
5666
- """ """
5667
-
5668
5156
  bl_space_type: typing.Any
5669
- """ """
5670
-
5671
5157
  id_data: typing.Any
5672
- """ """
5673
5158
 
5674
5159
  def append(self, draw_func):
5675
5160
  """Append a draw function to this menu,
@@ -5761,10 +5246,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
5761
5246
  """
5762
5247
  ...
5763
5248
 
5764
- def is_extended(self):
5765
- """ """
5766
- ...
5767
-
5249
+ def is_extended(self): ...
5768
5250
  def is_property_hidden(self) -> bool:
5769
5251
  """Check if a property is hidden.
5770
5252
 
@@ -5907,37 +5389,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
5907
5389
  ViewLayerFreestyleButtonsPanel,
5908
5390
  bpy_types._GenericUI,
5909
5391
  ):
5910
- """ """
5911
-
5912
5392
  COMPAT_ENGINES: typing.Any
5913
- """ """
5914
-
5915
5393
  bl_context: typing.Any
5916
- """ """
5917
-
5918
5394
  bl_label: typing.Any
5919
- """ """
5920
-
5921
5395
  bl_options: typing.Any
5922
- """ """
5923
-
5924
5396
  bl_order: typing.Any
5925
- """ """
5926
-
5927
5397
  bl_parent_id: typing.Any
5928
- """ """
5929
-
5930
5398
  bl_region_type: typing.Any
5931
- """ """
5932
-
5933
5399
  bl_rna: typing.Any
5934
- """ """
5935
-
5936
5400
  bl_space_type: typing.Any
5937
- """ """
5938
-
5939
5401
  id_data: typing.Any
5940
- """ """
5941
5402
 
5942
5403
  def append(self, draw_func):
5943
5404
  """Append a draw function to this menu,
@@ -6022,10 +5483,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
6022
5483
  """
6023
5484
  ...
6024
5485
 
6025
- def is_extended(self):
6026
- """ """
6027
- ...
6028
-
5486
+ def is_extended(self): ...
6029
5487
  def is_property_hidden(self) -> bool:
6030
5488
  """Check if a property is hidden.
6031
5489
 
@@ -6168,37 +5626,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6168
5626
  ViewLayerFreestyleButtonsPanel,
6169
5627
  bpy_types._GenericUI,
6170
5628
  ):
6171
- """ """
6172
-
6173
5629
  COMPAT_ENGINES: typing.Any
6174
- """ """
6175
-
6176
5630
  bl_context: typing.Any
6177
- """ """
6178
-
6179
5631
  bl_label: typing.Any
6180
- """ """
6181
-
6182
5632
  bl_options: typing.Any
6183
- """ """
6184
-
6185
5633
  bl_order: typing.Any
6186
- """ """
6187
-
6188
5634
  bl_parent_id: typing.Any
6189
- """ """
6190
-
6191
5635
  bl_region_type: typing.Any
6192
- """ """
6193
-
6194
5636
  bl_rna: typing.Any
6195
- """ """
6196
-
6197
5637
  bl_space_type: typing.Any
6198
- """ """
6199
-
6200
5638
  id_data: typing.Any
6201
- """ """
6202
5639
 
6203
5640
  def append(self, draw_func):
6204
5641
  """Append a draw function to this menu,
@@ -6290,10 +5727,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6290
5727
  """
6291
5728
  ...
6292
5729
 
6293
- def is_extended(self):
6294
- """ """
6295
- ...
6296
-
5730
+ def is_extended(self): ...
6297
5731
  def is_property_hidden(self) -> bool:
6298
5732
  """Check if a property is hidden.
6299
5733
 
@@ -6428,27 +5862,8 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6428
5862
  """
6429
5863
  ...
6430
5864
 
6431
- def draw_modifier_box_error(box, _modifier, message):
6432
- """ """
6433
-
6434
- ...
6435
-
6436
- def draw_modifier_box_header(box, modifier):
6437
- """ """
6438
-
6439
- ...
6440
-
6441
- def draw_modifier_color_ramp_common(box, modifier, has_range):
6442
- """ """
6443
-
6444
- ...
6445
-
6446
- def draw_modifier_common(box, modifier):
6447
- """ """
6448
-
6449
- ...
6450
-
6451
- def draw_modifier_curve_common(box, modifier, has_range, has_value):
6452
- """ """
6453
-
6454
- ...
5865
+ def draw_modifier_box_error(box, _modifier, message): ...
5866
+ def draw_modifier_box_header(box, modifier): ...
5867
+ def draw_modifier_color_ramp_common(box, modifier, has_range): ...
5868
+ def draw_modifier_common(box, modifier): ...
5869
+ def draw_modifier_curve_common(box, modifier, has_range, has_value): ...