fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +330 -329
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +106351 -103198
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -3,28 +3,32 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class MATERIAL_PT_freestyle_line(bpy_types._GenericUI):
7
- """ """
8
-
9
- COMPAT_ENGINES: typing.Any
6
+ class MaterialFreestyleButtonsPanel:
10
7
  """ """
11
8
 
12
9
  bl_context: typing.Any
13
10
  """ """
14
11
 
15
- bl_label: typing.Any
12
+ bl_region_type: typing.Any
16
13
  """ """
17
14
 
18
- bl_options: typing.Any
15
+ bl_space_type: typing.Any
19
16
  """ """
20
17
 
21
- bl_region_type: typing.Any
18
+ def poll(self, context):
19
+ """
20
+
21
+ :param context:
22
+ """
23
+ ...
24
+
25
+ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
22
26
  """ """
23
27
 
24
- bl_rna: typing.Any
28
+ bl_label: typing.Any
25
29
  """ """
26
30
 
27
- bl_space_type: typing.Any
31
+ bl_rna: typing.Any
28
32
  """ """
29
33
 
30
34
  id_data: typing.Any
@@ -49,10 +53,25 @@ class MATERIAL_PT_freestyle_line(bpy_types._GenericUI):
49
53
  """ """
50
54
  ...
51
55
 
52
- def draw(self, context):
56
+ def draw(self, _context):
57
+ """
58
+
59
+ :param _context:
60
+ """
61
+ ...
62
+
63
+ def draw_collapsible(self, context, layout):
53
64
  """
54
65
 
55
66
  :param context:
67
+ :param layout:
68
+ """
69
+ ...
70
+
71
+ def draw_preset(self, _context):
72
+ """
73
+
74
+ :param _context:
56
75
  """
57
76
  ...
58
77
 
@@ -120,17 +139,36 @@ class MATERIAL_PT_freestyle_line(bpy_types._GenericUI):
120
139
  """ """
121
140
  ...
122
141
 
123
- def path_resolve(self):
124
- """ """
125
- ...
126
-
127
- def poll(self, context):
142
+ def path_menu(
143
+ self,
144
+ searchpaths,
145
+ operator,
146
+ props_default,
147
+ prop_filepath,
148
+ filter_ext,
149
+ filter_path,
150
+ display_name,
151
+ add_operator,
152
+ add_operator_props,
153
+ ):
128
154
  """
129
155
 
130
- :param context:
156
+ :param searchpaths:
157
+ :param operator:
158
+ :param props_default:
159
+ :param prop_filepath:
160
+ :param filter_ext:
161
+ :param filter_path:
162
+ :param display_name:
163
+ :param add_operator:
164
+ :param add_operator_props:
131
165
  """
132
166
  ...
133
167
 
168
+ def path_resolve(self):
169
+ """ """
170
+ ...
171
+
134
172
  def pop(self):
135
173
  """ """
136
174
  ...
@@ -165,7 +203,7 @@ class MATERIAL_PT_freestyle_line(bpy_types._GenericUI):
165
203
  """ """
166
204
  ...
167
205
 
168
- class MaterialFreestyleButtonsPanel:
206
+ class RenderFreestyleButtonsPanel:
169
207
  """ """
170
208
 
171
209
  bl_context: typing.Any
@@ -184,10 +222,29 @@ class MaterialFreestyleButtonsPanel:
184
222
  """
185
223
  ...
186
224
 
187
- class RENDER_MT_lineset_context_menu(bpy_types._GenericUI):
225
+ class ViewLayerFreestyleButtonsPanel:
188
226
  """ """
189
227
 
190
- bl_label: typing.Any
228
+ bl_context: typing.Any
229
+ """ """
230
+
231
+ bl_order: typing.Any
232
+ """ """
233
+
234
+ bl_region_type: typing.Any
235
+ """ """
236
+
237
+ bl_space_type: typing.Any
238
+ """ """
239
+
240
+ def poll(self, context):
241
+ """
242
+
243
+ :param context:
244
+ """
245
+ ...
246
+
247
+ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
191
248
  """ """
192
249
 
193
250
  bl_rna: typing.Any
@@ -215,25 +272,19 @@ class RENDER_MT_lineset_context_menu(bpy_types._GenericUI):
215
272
  """ """
216
273
  ...
217
274
 
218
- def draw(self, _context):
275
+ def draw_item(
276
+ self, _context, layout, _data, item, icon, _active_data, _active_propname, index
277
+ ):
219
278
  """
220
279
 
221
280
  :param _context:
222
- """
223
- ...
224
-
225
- def draw_collapsible(self, context, layout):
226
- """
227
-
228
- :param context:
229
281
  :param layout:
230
- """
231
- ...
232
-
233
- def draw_preset(self, _context):
234
- """
235
-
236
- :param _context:
282
+ :param _data:
283
+ :param item:
284
+ :param icon:
285
+ :param _active_data:
286
+ :param _active_propname:
287
+ :param index:
237
288
  """
238
289
  ...
239
290
 
@@ -301,32 +352,6 @@ class RENDER_MT_lineset_context_menu(bpy_types._GenericUI):
301
352
  """ """
302
353
  ...
303
354
 
304
- def path_menu(
305
- self,
306
- searchpaths,
307
- operator,
308
- props_default,
309
- prop_filepath,
310
- filter_ext,
311
- filter_path,
312
- display_name,
313
- add_operator,
314
- add_operator_props,
315
- ):
316
- """
317
-
318
- :param searchpaths:
319
- :param operator:
320
- :param props_default:
321
- :param prop_filepath:
322
- :param filter_ext:
323
- :param filter_path:
324
- :param display_name:
325
- :param add_operator:
326
- :param add_operator_props:
327
- """
328
- ...
329
-
330
355
  def path_resolve(self):
331
356
  """ """
332
357
  ...
@@ -365,7 +390,9 @@ class RENDER_MT_lineset_context_menu(bpy_types._GenericUI):
365
390
  """ """
366
391
  ...
367
392
 
368
- class RENDER_PT_freestyle(bpy_types._GenericUI):
393
+ class MATERIAL_PT_freestyle_line(
394
+ bpy_types.Panel, MaterialFreestyleButtonsPanel, bpy_types._GenericUI
395
+ ):
369
396
  """ """
370
397
 
371
398
  COMPAT_ENGINES: typing.Any
@@ -380,9 +407,6 @@ class RENDER_PT_freestyle(bpy_types._GenericUI):
380
407
  bl_options: typing.Any
381
408
  """ """
382
409
 
383
- bl_order: typing.Any
384
- """ """
385
-
386
410
  bl_region_type: typing.Any
387
411
  """ """
388
412
 
@@ -421,13 +445,6 @@ class RENDER_PT_freestyle(bpy_types._GenericUI):
421
445
  """
422
446
  ...
423
447
 
424
- def draw_header(self, context):
425
- """
426
-
427
- :param context:
428
- """
429
- ...
430
-
431
448
  def driver_add(self):
432
449
  """ """
433
450
  ...
@@ -537,26 +554,9 @@ class RENDER_PT_freestyle(bpy_types._GenericUI):
537
554
  """ """
538
555
  ...
539
556
 
540
- class RenderFreestyleButtonsPanel:
541
- """ """
542
-
543
- bl_context: typing.Any
544
- """ """
545
-
546
- bl_region_type: typing.Any
547
- """ """
548
-
549
- bl_space_type: typing.Any
550
- """ """
551
-
552
- def poll(self, context):
553
- """
554
-
555
- :param context:
556
- """
557
- ...
558
-
559
- class VIEWLAYER_PT_freestyle(bpy_types._GenericUI):
557
+ class RENDER_PT_freestyle(
558
+ bpy_types.Panel, RenderFreestyleButtonsPanel, bpy_types._GenericUI
559
+ ):
560
560
  """ """
561
561
 
562
562
  COMPAT_ENGINES: typing.Any
@@ -568,6 +568,9 @@ class VIEWLAYER_PT_freestyle(bpy_types._GenericUI):
568
568
  bl_label: typing.Any
569
569
  """ """
570
570
 
571
+ bl_options: typing.Any
572
+ """ """
573
+
571
574
  bl_order: typing.Any
572
575
  """ """
573
576
 
@@ -725,7 +728,9 @@ class VIEWLAYER_PT_freestyle(bpy_types._GenericUI):
725
728
  """ """
726
729
  ...
727
730
 
728
- class VIEWLAYER_PT_freestyle_edge_detection(bpy_types._GenericUI):
731
+ class VIEWLAYER_PT_freestyle(
732
+ bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
733
+ ):
729
734
  """ """
730
735
 
731
736
  COMPAT_ENGINES: typing.Any
@@ -740,9 +745,6 @@ class VIEWLAYER_PT_freestyle_edge_detection(bpy_types._GenericUI):
740
745
  bl_order: typing.Any
741
746
  """ """
742
747
 
743
- bl_parent_id: typing.Any
744
- """ """
745
-
746
748
  bl_region_type: typing.Any
747
749
  """ """
748
750
 
@@ -781,6 +783,13 @@ class VIEWLAYER_PT_freestyle_edge_detection(bpy_types._GenericUI):
781
783
  """
782
784
  ...
783
785
 
786
+ def draw_header(self, context):
787
+ """
788
+
789
+ :param context:
790
+ """
791
+ ...
792
+
784
793
  def driver_add(self):
785
794
  """ """
786
795
  ...
@@ -890,7 +899,9 @@ class VIEWLAYER_PT_freestyle_edge_detection(bpy_types._GenericUI):
890
899
  """ """
891
900
  ...
892
901
 
893
- class VIEWLAYER_PT_freestyle_lineset(bpy_types._GenericUI):
902
+ class VIEWLAYER_PT_freestyle_edge_detection(
903
+ bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
904
+ ):
894
905
  """ """
895
906
 
896
907
  COMPAT_ENGINES: typing.Any
@@ -905,6 +916,9 @@ class VIEWLAYER_PT_freestyle_lineset(bpy_types._GenericUI):
905
916
  bl_order: typing.Any
906
917
  """ """
907
918
 
919
+ bl_parent_id: typing.Any
920
+ """ """
921
+
908
922
  bl_region_type: typing.Any
909
923
  """ """
910
924
 
@@ -943,15 +957,6 @@ class VIEWLAYER_PT_freestyle_lineset(bpy_types._GenericUI):
943
957
  """
944
958
  ...
945
959
 
946
- def draw_edge_type_buttons(self, box, lineset, edge_type):
947
- """
948
-
949
- :param box:
950
- :param lineset:
951
- :param edge_type:
952
- """
953
- ...
954
-
955
960
  def driver_add(self):
956
961
  """ """
957
962
  ...
@@ -1061,7 +1066,9 @@ class VIEWLAYER_PT_freestyle_lineset(bpy_types._GenericUI):
1061
1066
  """ """
1062
1067
  ...
1063
1068
 
1064
- class VIEWLAYER_PT_freestyle_lineset_collection(bpy_types._GenericUI):
1069
+ class VIEWLAYER_PT_freestyle_style_modules(
1070
+ bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1071
+ ):
1065
1072
  """ """
1066
1073
 
1067
1074
  COMPAT_ENGINES: typing.Any
@@ -1073,9 +1080,6 @@ class VIEWLAYER_PT_freestyle_lineset_collection(bpy_types._GenericUI):
1073
1080
  bl_label: typing.Any
1074
1081
  """ """
1075
1082
 
1076
- bl_options: typing.Any
1077
- """ """
1078
-
1079
1083
  bl_order: typing.Any
1080
1084
  """ """
1081
1085
 
@@ -1120,13 +1124,6 @@ class VIEWLAYER_PT_freestyle_lineset_collection(bpy_types._GenericUI):
1120
1124
  """
1121
1125
  ...
1122
1126
 
1123
- def draw_header(self, context):
1124
- """
1125
-
1126
- :param context:
1127
- """
1128
- ...
1129
-
1130
1127
  def driver_add(self):
1131
1128
  """ """
1132
1129
  ...
@@ -1236,7 +1233,34 @@ class VIEWLAYER_PT_freestyle_lineset_collection(bpy_types._GenericUI):
1236
1233
  """ """
1237
1234
  ...
1238
1235
 
1239
- class VIEWLAYER_PT_freestyle_lineset_edgetype(bpy_types._GenericUI):
1236
+ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
1237
+ """ """
1238
+
1239
+ bl_context: typing.Any
1240
+ """ """
1241
+
1242
+ bl_order: typing.Any
1243
+ """ """
1244
+
1245
+ bl_region_type: typing.Any
1246
+ """ """
1247
+
1248
+ bl_space_type: typing.Any
1249
+ """ """
1250
+
1251
+ def poll(self, context):
1252
+ """
1253
+
1254
+ :param context:
1255
+ """
1256
+ ...
1257
+
1258
+ class VIEWLAYER_PT_freestyle_lineset(
1259
+ bpy_types.Panel,
1260
+ ViewLayerFreestyleEditorButtonsPanel,
1261
+ ViewLayerFreestyleButtonsPanel,
1262
+ bpy_types._GenericUI,
1263
+ ):
1240
1264
  """ """
1241
1265
 
1242
1266
  COMPAT_ENGINES: typing.Any
@@ -1251,9 +1275,6 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(bpy_types._GenericUI):
1251
1275
  bl_order: typing.Any
1252
1276
  """ """
1253
1277
 
1254
- bl_parent_id: typing.Any
1255
- """ """
1256
-
1257
1278
  bl_region_type: typing.Any
1258
1279
  """ """
1259
1280
 
@@ -1301,13 +1322,6 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(bpy_types._GenericUI):
1301
1322
  """
1302
1323
  ...
1303
1324
 
1304
- def draw_header(self, context):
1305
- """
1306
-
1307
- :param context:
1308
- """
1309
- ...
1310
-
1311
1325
  def driver_add(self):
1312
1326
  """ """
1313
1327
  ...
@@ -1417,7 +1431,40 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(bpy_types._GenericUI):
1417
1431
  """ """
1418
1432
  ...
1419
1433
 
1420
- class VIEWLAYER_PT_freestyle_lineset_facemarks(bpy_types._GenericUI):
1434
+ class ViewLayerFreestyleLineStyle(
1435
+ ViewLayerFreestyleEditorButtonsPanel, ViewLayerFreestyleButtonsPanel
1436
+ ):
1437
+ """ """
1438
+
1439
+ COMPAT_ENGINES: typing.Any
1440
+ """ """
1441
+
1442
+ bl_context: typing.Any
1443
+ """ """
1444
+
1445
+ bl_order: typing.Any
1446
+ """ """
1447
+
1448
+ bl_region_type: typing.Any
1449
+ """ """
1450
+
1451
+ bl_space_type: typing.Any
1452
+ """ """
1453
+
1454
+ def poll(self, context):
1455
+ """
1456
+
1457
+ :param context:
1458
+ """
1459
+ ...
1460
+
1461
+ class VIEWLAYER_PT_freestyle_lineset_collection(
1462
+ bpy_types.Panel,
1463
+ ViewLayerFreestyleEditorButtonsPanel,
1464
+ ViewLayerFreestyleLineStyle,
1465
+ ViewLayerFreestyleButtonsPanel,
1466
+ bpy_types._GenericUI,
1467
+ ):
1421
1468
  """ """
1422
1469
 
1423
1470
  COMPAT_ENGINES: typing.Any
@@ -1592,7 +1639,13 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(bpy_types._GenericUI):
1592
1639
  """ """
1593
1640
  ...
1594
1641
 
1595
- class VIEWLAYER_PT_freestyle_lineset_visibilty(bpy_types._GenericUI):
1642
+ class VIEWLAYER_PT_freestyle_lineset_edgetype(
1643
+ bpy_types.Panel,
1644
+ ViewLayerFreestyleEditorButtonsPanel,
1645
+ ViewLayerFreestyleLineStyle,
1646
+ ViewLayerFreestyleButtonsPanel,
1647
+ bpy_types._GenericUI,
1648
+ ):
1596
1649
  """ """
1597
1650
 
1598
1651
  COMPAT_ENGINES: typing.Any
@@ -1648,6 +1701,15 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(bpy_types._GenericUI):
1648
1701
  """
1649
1702
  ...
1650
1703
 
1704
+ def draw_edge_type_buttons(self, box, lineset, edge_type):
1705
+ """
1706
+
1707
+ :param box:
1708
+ :param lineset:
1709
+ :param edge_type:
1710
+ """
1711
+ ...
1712
+
1651
1713
  def draw_header(self, context):
1652
1714
  """
1653
1715
 
@@ -1764,7 +1826,13 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(bpy_types._GenericUI):
1764
1826
  """ """
1765
1827
  ...
1766
1828
 
1767
- class VIEWLAYER_PT_freestyle_linestyle_alpha(bpy_types._GenericUI):
1829
+ class VIEWLAYER_PT_freestyle_lineset_facemarks(
1830
+ bpy_types.Panel,
1831
+ ViewLayerFreestyleEditorButtonsPanel,
1832
+ ViewLayerFreestyleLineStyle,
1833
+ ViewLayerFreestyleButtonsPanel,
1834
+ bpy_types._GenericUI,
1835
+ ):
1768
1836
  """ """
1769
1837
 
1770
1838
  COMPAT_ENGINES: typing.Any
@@ -1782,6 +1850,9 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(bpy_types._GenericUI):
1782
1850
  bl_order: typing.Any
1783
1851
  """ """
1784
1852
 
1853
+ bl_parent_id: typing.Any
1854
+ """ """
1855
+
1785
1856
  bl_region_type: typing.Any
1786
1857
  """ """
1787
1858
 
@@ -1820,11 +1891,10 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(bpy_types._GenericUI):
1820
1891
  """
1821
1892
  ...
1822
1893
 
1823
- def draw_alpha_modifier(self, context, modifier):
1894
+ def draw_header(self, context):
1824
1895
  """
1825
1896
 
1826
1897
  :param context:
1827
- :param modifier:
1828
1898
  """
1829
1899
  ...
1830
1900
 
@@ -1937,7 +2007,13 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(bpy_types._GenericUI):
1937
2007
  """ """
1938
2008
  ...
1939
2009
 
1940
- class VIEWLAYER_PT_freestyle_linestyle_color(bpy_types._GenericUI):
2010
+ class VIEWLAYER_PT_freestyle_lineset_visibilty(
2011
+ bpy_types.Panel,
2012
+ ViewLayerFreestyleEditorButtonsPanel,
2013
+ ViewLayerFreestyleLineStyle,
2014
+ ViewLayerFreestyleButtonsPanel,
2015
+ bpy_types._GenericUI,
2016
+ ):
1941
2017
  """ """
1942
2018
 
1943
2019
  COMPAT_ENGINES: typing.Any
@@ -1949,10 +2025,10 @@ class VIEWLAYER_PT_freestyle_linestyle_color(bpy_types._GenericUI):
1949
2025
  bl_label: typing.Any
1950
2026
  """ """
1951
2027
 
1952
- bl_options: typing.Any
2028
+ bl_order: typing.Any
1953
2029
  """ """
1954
2030
 
1955
- bl_order: typing.Any
2031
+ bl_parent_id: typing.Any
1956
2032
  """ """
1957
2033
 
1958
2034
  bl_region_type: typing.Any
@@ -1993,11 +2069,10 @@ class VIEWLAYER_PT_freestyle_linestyle_color(bpy_types._GenericUI):
1993
2069
  """
1994
2070
  ...
1995
2071
 
1996
- def draw_color_modifier(self, context, modifier):
2072
+ def draw_header(self, context):
1997
2073
  """
1998
2074
 
1999
2075
  :param context:
2000
- :param modifier:
2001
2076
  """
2002
2077
  ...
2003
2078
 
@@ -2110,7 +2185,13 @@ class VIEWLAYER_PT_freestyle_linestyle_color(bpy_types._GenericUI):
2110
2185
  """ """
2111
2186
  ...
2112
2187
 
2113
- class VIEWLAYER_PT_freestyle_linestyle_geometry(bpy_types._GenericUI):
2188
+ class VIEWLAYER_PT_freestyle_linestyle_alpha(
2189
+ bpy_types.Panel,
2190
+ ViewLayerFreestyleEditorButtonsPanel,
2191
+ ViewLayerFreestyleLineStyle,
2192
+ ViewLayerFreestyleButtonsPanel,
2193
+ bpy_types._GenericUI,
2194
+ ):
2114
2195
  """ """
2115
2196
 
2116
2197
  COMPAT_ENGINES: typing.Any
@@ -2166,10 +2247,10 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(bpy_types._GenericUI):
2166
2247
  """
2167
2248
  ...
2168
2249
 
2169
- def draw_geometry_modifier(self, _context, modifier):
2250
+ def draw_alpha_modifier(self, context, modifier):
2170
2251
  """
2171
2252
 
2172
- :param _context:
2253
+ :param context:
2173
2254
  :param modifier:
2174
2255
  """
2175
2256
  ...
@@ -2283,7 +2364,13 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(bpy_types._GenericUI):
2283
2364
  """ """
2284
2365
  ...
2285
2366
 
2286
- class VIEWLAYER_PT_freestyle_linestyle_strokes(bpy_types._GenericUI):
2367
+ class VIEWLAYER_PT_freestyle_linestyle_color(
2368
+ bpy_types.Panel,
2369
+ ViewLayerFreestyleEditorButtonsPanel,
2370
+ ViewLayerFreestyleLineStyle,
2371
+ ViewLayerFreestyleButtonsPanel,
2372
+ bpy_types._GenericUI,
2373
+ ):
2287
2374
  """ """
2288
2375
 
2289
2376
  COMPAT_ENGINES: typing.Any
@@ -2339,6 +2426,14 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(bpy_types._GenericUI):
2339
2426
  """
2340
2427
  ...
2341
2428
 
2429
+ def draw_color_modifier(self, context, modifier):
2430
+ """
2431
+
2432
+ :param context:
2433
+ :param modifier:
2434
+ """
2435
+ ...
2436
+
2342
2437
  def driver_add(self):
2343
2438
  """ """
2344
2439
  ...
@@ -2448,7 +2543,13 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(bpy_types._GenericUI):
2448
2543
  """ """
2449
2544
  ...
2450
2545
 
2451
- class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(bpy_types._GenericUI):
2546
+ class VIEWLAYER_PT_freestyle_linestyle_geometry(
2547
+ bpy_types.Panel,
2548
+ ViewLayerFreestyleEditorButtonsPanel,
2549
+ ViewLayerFreestyleLineStyle,
2550
+ ViewLayerFreestyleButtonsPanel,
2551
+ bpy_types._GenericUI,
2552
+ ):
2452
2553
  """ """
2453
2554
 
2454
2555
  COMPAT_ENGINES: typing.Any
@@ -2460,10 +2561,10 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(bpy_types._GenericUI):
2460
2561
  bl_label: typing.Any
2461
2562
  """ """
2462
2563
 
2463
- bl_order: typing.Any
2564
+ bl_options: typing.Any
2464
2565
  """ """
2465
2566
 
2466
- bl_parent_id: typing.Any
2567
+ bl_order: typing.Any
2467
2568
  """ """
2468
2569
 
2469
2570
  bl_region_type: typing.Any
@@ -2504,10 +2605,11 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(bpy_types._GenericUI):
2504
2605
  """
2505
2606
  ...
2506
2607
 
2507
- def draw_header(self, context):
2608
+ def draw_geometry_modifier(self, _context, modifier):
2508
2609
  """
2509
2610
 
2510
- :param context:
2611
+ :param _context:
2612
+ :param modifier:
2511
2613
  """
2512
2614
  ...
2513
2615
 
@@ -2620,7 +2722,13 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(bpy_types._GenericUI):
2620
2722
  """ """
2621
2723
  ...
2622
2724
 
2623
- class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(bpy_types._GenericUI):
2725
+ class VIEWLAYER_PT_freestyle_linestyle_strokes(
2726
+ bpy_types.Panel,
2727
+ ViewLayerFreestyleEditorButtonsPanel,
2728
+ ViewLayerFreestyleLineStyle,
2729
+ ViewLayerFreestyleButtonsPanel,
2730
+ bpy_types._GenericUI,
2731
+ ):
2624
2732
  """ """
2625
2733
 
2626
2734
  COMPAT_ENGINES: typing.Any
@@ -2638,9 +2746,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(bpy_types._GenericUI):
2638
2746
  bl_order: typing.Any
2639
2747
  """ """
2640
2748
 
2641
- bl_parent_id: typing.Any
2642
- """ """
2643
-
2644
2749
  bl_region_type: typing.Any
2645
2750
  """ """
2646
2751
 
@@ -2679,13 +2784,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(bpy_types._GenericUI):
2679
2784
  """
2680
2785
  ...
2681
2786
 
2682
- def draw_header(self, context):
2683
- """
2684
-
2685
- :param context:
2686
- """
2687
- ...
2688
-
2689
2787
  def driver_add(self):
2690
2788
  """ """
2691
2789
  ...
@@ -2795,7 +2893,13 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(bpy_types._GenericUI):
2795
2893
  """ """
2796
2894
  ...
2797
2895
 
2798
- class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(bpy_types._GenericUI):
2896
+ class VIEWLAYER_PT_freestyle_linestyle_texture(
2897
+ bpy_types.Panel,
2898
+ ViewLayerFreestyleEditorButtonsPanel,
2899
+ ViewLayerFreestyleLineStyle,
2900
+ ViewLayerFreestyleButtonsPanel,
2901
+ bpy_types._GenericUI,
2902
+ ):
2799
2903
  """ """
2800
2904
 
2801
2905
  COMPAT_ENGINES: typing.Any
@@ -2813,9 +2917,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(bpy_types._GenericUI):
2813
2917
  bl_order: typing.Any
2814
2918
  """ """
2815
2919
 
2816
- bl_parent_id: typing.Any
2817
- """ """
2818
-
2819
2920
  bl_region_type: typing.Any
2820
2921
  """ """
2821
2922
 
@@ -2963,7 +3064,13 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(bpy_types._GenericUI):
2963
3064
  """ """
2964
3065
  ...
2965
3066
 
2966
- class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(bpy_types._GenericUI):
3067
+ class VIEWLAYER_PT_freestyle_linestyle_thickness(
3068
+ bpy_types.Panel,
3069
+ ViewLayerFreestyleEditorButtonsPanel,
3070
+ ViewLayerFreestyleLineStyle,
3071
+ ViewLayerFreestyleButtonsPanel,
3072
+ bpy_types._GenericUI,
3073
+ ):
2967
3074
  """ """
2968
3075
 
2969
3076
  COMPAT_ENGINES: typing.Any
@@ -2981,9 +3088,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(bpy_types._GenericUI):
2981
3088
  bl_order: typing.Any
2982
3089
  """ """
2983
3090
 
2984
- bl_parent_id: typing.Any
2985
- """ """
2986
-
2987
3091
  bl_region_type: typing.Any
2988
3092
  """ """
2989
3093
 
@@ -3022,10 +3126,11 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(bpy_types._GenericUI):
3022
3126
  """
3023
3127
  ...
3024
3128
 
3025
- def draw_header(self, context):
3129
+ def draw_thickness_modifier(self, context, modifier):
3026
3130
  """
3027
3131
 
3028
3132
  :param context:
3133
+ :param modifier:
3029
3134
  """
3030
3135
  ...
3031
3136
 
@@ -3138,7 +3243,11 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(bpy_types._GenericUI):
3138
3243
  """ """
3139
3244
  ...
3140
3245
 
3141
- class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(bpy_types._GenericUI):
3246
+ class ViewLayerFreestyleLinestyleStrokesSubPanel(
3247
+ ViewLayerFreestyleEditorButtonsPanel,
3248
+ ViewLayerFreestyleLineStyle,
3249
+ ViewLayerFreestyleButtonsPanel,
3250
+ ):
3142
3251
  """ """
3143
3252
 
3144
3253
  COMPAT_ENGINES: typing.Any
@@ -3147,10 +3256,42 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(bpy_types._GenericUI):
3147
3256
  bl_context: typing.Any
3148
3257
  """ """
3149
3258
 
3150
- bl_label: typing.Any
3259
+ bl_order: typing.Any
3151
3260
  """ """
3152
3261
 
3153
- bl_options: typing.Any
3262
+ bl_parent_id: typing.Any
3263
+ """ """
3264
+
3265
+ bl_region_type: typing.Any
3266
+ """ """
3267
+
3268
+ bl_space_type: typing.Any
3269
+ """ """
3270
+
3271
+ def poll(self, context):
3272
+ """
3273
+
3274
+ :param context:
3275
+ """
3276
+ ...
3277
+
3278
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
3279
+ bpy_types.Panel,
3280
+ ViewLayerFreestyleEditorButtonsPanel,
3281
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
3282
+ ViewLayerFreestyleLineStyle,
3283
+ ViewLayerFreestyleButtonsPanel,
3284
+ bpy_types._GenericUI,
3285
+ ):
3286
+ """ """
3287
+
3288
+ COMPAT_ENGINES: typing.Any
3289
+ """ """
3290
+
3291
+ bl_context: typing.Any
3292
+ """ """
3293
+
3294
+ bl_label: typing.Any
3154
3295
  """ """
3155
3296
 
3156
3297
  bl_order: typing.Any
@@ -3197,6 +3338,13 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(bpy_types._GenericUI):
3197
3338
  """
3198
3339
  ...
3199
3340
 
3341
+ def draw_header(self, context):
3342
+ """
3343
+
3344
+ :param context:
3345
+ """
3346
+ ...
3347
+
3200
3348
  def driver_add(self):
3201
3349
  """ """
3202
3350
  ...
@@ -3306,7 +3454,14 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(bpy_types._GenericUI):
3306
3454
  """ """
3307
3455
  ...
3308
3456
 
3309
- class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(bpy_types._GenericUI):
3457
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
3458
+ bpy_types.Panel,
3459
+ ViewLayerFreestyleEditorButtonsPanel,
3460
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
3461
+ ViewLayerFreestyleLineStyle,
3462
+ ViewLayerFreestyleButtonsPanel,
3463
+ bpy_types._GenericUI,
3464
+ ):
3310
3465
  """ """
3311
3466
 
3312
3467
  COMPAT_ENGINES: typing.Any
@@ -3481,7 +3636,14 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(bpy_types._Gene
3481
3636
  """ """
3482
3637
  ...
3483
3638
 
3484
- class VIEWLAYER_PT_freestyle_linestyle_texture(bpy_types._GenericUI):
3639
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
3640
+ bpy_types.Panel,
3641
+ ViewLayerFreestyleEditorButtonsPanel,
3642
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
3643
+ ViewLayerFreestyleLineStyle,
3644
+ ViewLayerFreestyleButtonsPanel,
3645
+ bpy_types._GenericUI,
3646
+ ):
3485
3647
  """ """
3486
3648
 
3487
3649
  COMPAT_ENGINES: typing.Any
@@ -3499,6 +3661,9 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(bpy_types._GenericUI):
3499
3661
  bl_order: typing.Any
3500
3662
  """ """
3501
3663
 
3664
+ bl_parent_id: typing.Any
3665
+ """ """
3666
+
3502
3667
  bl_region_type: typing.Any
3503
3668
  """ """
3504
3669
 
@@ -3646,7 +3811,14 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(bpy_types._GenericUI):
3646
3811
  """ """
3647
3812
  ...
3648
3813
 
3649
- class VIEWLAYER_PT_freestyle_linestyle_thickness(bpy_types._GenericUI):
3814
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
3815
+ bpy_types.Panel,
3816
+ ViewLayerFreestyleEditorButtonsPanel,
3817
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
3818
+ ViewLayerFreestyleLineStyle,
3819
+ ViewLayerFreestyleButtonsPanel,
3820
+ bpy_types._GenericUI,
3821
+ ):
3650
3822
  """ """
3651
3823
 
3652
3824
  COMPAT_ENGINES: typing.Any
@@ -3664,6 +3836,9 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(bpy_types._GenericUI):
3664
3836
  bl_order: typing.Any
3665
3837
  """ """
3666
3838
 
3839
+ bl_parent_id: typing.Any
3840
+ """ """
3841
+
3667
3842
  bl_region_type: typing.Any
3668
3843
  """ """
3669
3844
 
@@ -3702,11 +3877,10 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(bpy_types._GenericUI):
3702
3877
  """
3703
3878
  ...
3704
3879
 
3705
- def draw_thickness_modifier(self, context, modifier):
3880
+ def draw_header(self, context):
3706
3881
  """
3707
3882
 
3708
3883
  :param context:
3709
- :param modifier:
3710
3884
  """
3711
3885
  ...
3712
3886
 
@@ -3819,7 +3993,14 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(bpy_types._GenericUI):
3819
3993
  """ """
3820
3994
  ...
3821
3995
 
3822
- class VIEWLAYER_PT_freestyle_style_modules(bpy_types._GenericUI):
3996
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
3997
+ bpy_types.Panel,
3998
+ ViewLayerFreestyleEditorButtonsPanel,
3999
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
4000
+ ViewLayerFreestyleLineStyle,
4001
+ ViewLayerFreestyleButtonsPanel,
4002
+ bpy_types._GenericUI,
4003
+ ):
3823
4004
  """ """
3824
4005
 
3825
4006
  COMPAT_ENGINES: typing.Any
@@ -3831,6 +4012,9 @@ class VIEWLAYER_PT_freestyle_style_modules(bpy_types._GenericUI):
3831
4012
  bl_label: typing.Any
3832
4013
  """ """
3833
4014
 
4015
+ bl_options: typing.Any
4016
+ """ """
4017
+
3834
4018
  bl_order: typing.Any
3835
4019
  """ """
3836
4020
 
@@ -3984,12 +4168,43 @@ class VIEWLAYER_PT_freestyle_style_modules(bpy_types._GenericUI):
3984
4168
  """ """
3985
4169
  ...
3986
4170
 
3987
- class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
4171
+ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
4172
+ bpy_types.Panel,
4173
+ ViewLayerFreestyleEditorButtonsPanel,
4174
+ ViewLayerFreestyleLinestyleStrokesSubPanel,
4175
+ ViewLayerFreestyleLineStyle,
4176
+ ViewLayerFreestyleButtonsPanel,
4177
+ bpy_types._GenericUI,
4178
+ ):
4179
+ """ """
4180
+
4181
+ COMPAT_ENGINES: typing.Any
4182
+ """ """
4183
+
4184
+ bl_context: typing.Any
4185
+ """ """
4186
+
4187
+ bl_label: typing.Any
4188
+ """ """
4189
+
4190
+ bl_options: typing.Any
4191
+ """ """
4192
+
4193
+ bl_order: typing.Any
4194
+ """ """
4195
+
4196
+ bl_parent_id: typing.Any
4197
+ """ """
4198
+
4199
+ bl_region_type: typing.Any
3988
4200
  """ """
3989
4201
 
3990
4202
  bl_rna: typing.Any
3991
4203
  """ """
3992
4204
 
4205
+ bl_space_type: typing.Any
4206
+ """ """
4207
+
3993
4208
  id_data: typing.Any
3994
4209
  """ """
3995
4210
 
@@ -4012,19 +4227,17 @@ class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
4012
4227
  """ """
4013
4228
  ...
4014
4229
 
4015
- def draw_item(
4016
- self, _context, layout, _data, item, icon, _active_data, _active_propname, index
4017
- ):
4230
+ def draw(self, context):
4018
4231
  """
4019
4232
 
4020
- :param _context:
4021
- :param layout:
4022
- :param _data:
4023
- :param item:
4024
- :param icon:
4025
- :param _active_data:
4026
- :param _active_propname:
4027
- :param index:
4233
+ :param context:
4234
+ """
4235
+ ...
4236
+
4237
+ def draw_header(self, context):
4238
+ """
4239
+
4240
+ :param context:
4028
4241
  """
4029
4242
  ...
4030
4243
 
@@ -4096,6 +4309,13 @@ class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
4096
4309
  """ """
4097
4310
  ...
4098
4311
 
4312
+ def poll(self, context):
4313
+ """
4314
+
4315
+ :param context:
4316
+ """
4317
+ ...
4318
+
4099
4319
  def pop(self):
4100
4320
  """ """
4101
4321
  ...
@@ -4130,103 +4350,6 @@ class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
4130
4350
  """ """
4131
4351
  ...
4132
4352
 
4133
- class ViewLayerFreestyleButtonsPanel:
4134
- """ """
4135
-
4136
- bl_context: typing.Any
4137
- """ """
4138
-
4139
- bl_order: typing.Any
4140
- """ """
4141
-
4142
- bl_region_type: typing.Any
4143
- """ """
4144
-
4145
- bl_space_type: typing.Any
4146
- """ """
4147
-
4148
- def poll(self, context):
4149
- """
4150
-
4151
- :param context:
4152
- """
4153
- ...
4154
-
4155
- class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
4156
- """ """
4157
-
4158
- bl_context: typing.Any
4159
- """ """
4160
-
4161
- bl_order: typing.Any
4162
- """ """
4163
-
4164
- bl_region_type: typing.Any
4165
- """ """
4166
-
4167
- bl_space_type: typing.Any
4168
- """ """
4169
-
4170
- def poll(self, context):
4171
- """
4172
-
4173
- :param context:
4174
- """
4175
- ...
4176
-
4177
- class ViewLayerFreestyleLineStyle(ViewLayerFreestyleButtonsPanel):
4178
- """ """
4179
-
4180
- COMPAT_ENGINES: typing.Any
4181
- """ """
4182
-
4183
- bl_context: typing.Any
4184
- """ """
4185
-
4186
- bl_order: typing.Any
4187
- """ """
4188
-
4189
- bl_region_type: typing.Any
4190
- """ """
4191
-
4192
- bl_space_type: typing.Any
4193
- """ """
4194
-
4195
- def poll(self, context):
4196
- """
4197
-
4198
- :param context:
4199
- """
4200
- ...
4201
-
4202
- class ViewLayerFreestyleLinestyleStrokesSubPanel(ViewLayerFreestyleButtonsPanel):
4203
- """ """
4204
-
4205
- COMPAT_ENGINES: typing.Any
4206
- """ """
4207
-
4208
- bl_context: typing.Any
4209
- """ """
4210
-
4211
- bl_order: typing.Any
4212
- """ """
4213
-
4214
- bl_parent_id: typing.Any
4215
- """ """
4216
-
4217
- bl_region_type: typing.Any
4218
- """ """
4219
-
4220
- bl_space_type: typing.Any
4221
- """ """
4222
-
4223
- def poll(self, context):
4224
- """
4225
-
4226
- :param context:
4227
- """
4228
- ...
4229
-
4230
4353
  def draw_modifier_box_error(box, _modifier, message):
4231
4354
  """ """
4232
4355