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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.utils
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class RENDER_MT_framerate_presets(bpy_types._GenericUI):
|
|
7
|
+
class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
bl_label: typing.Any
|
|
@@ -190,22 +191,31 @@ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
|
|
|
190
191
|
""" """
|
|
191
192
|
...
|
|
192
193
|
|
|
193
|
-
class
|
|
194
|
+
class RenderOutputButtonsPanel:
|
|
194
195
|
""" """
|
|
195
196
|
|
|
196
|
-
|
|
197
|
+
bl_context: typing.Any
|
|
197
198
|
""" """
|
|
198
199
|
|
|
199
|
-
|
|
200
|
+
bl_region_type: typing.Any
|
|
200
201
|
""" """
|
|
201
202
|
|
|
202
|
-
|
|
203
|
+
bl_space_type: typing.Any
|
|
203
204
|
""" """
|
|
204
205
|
|
|
205
|
-
|
|
206
|
+
def poll(self, context):
|
|
207
|
+
"""
|
|
208
|
+
|
|
209
|
+
:param context:
|
|
210
|
+
"""
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
class RENDER_PT_ffmpeg_presets(
|
|
214
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
215
|
+
):
|
|
206
216
|
""" """
|
|
207
217
|
|
|
208
|
-
|
|
218
|
+
bl_label: typing.Any
|
|
209
219
|
""" """
|
|
210
220
|
|
|
211
221
|
bl_region_type: typing.Any
|
|
@@ -220,6 +230,12 @@ class RENDER_PT_encoding(bpy_types._GenericUI):
|
|
|
220
230
|
id_data: typing.Any
|
|
221
231
|
""" """
|
|
222
232
|
|
|
233
|
+
preset_operator: typing.Any
|
|
234
|
+
""" """
|
|
235
|
+
|
|
236
|
+
preset_subdir: typing.Any
|
|
237
|
+
""" """
|
|
238
|
+
|
|
223
239
|
def append(self, draw_func):
|
|
224
240
|
"""
|
|
225
241
|
|
|
@@ -246,10 +262,18 @@ class RENDER_PT_encoding(bpy_types._GenericUI):
|
|
|
246
262
|
"""
|
|
247
263
|
...
|
|
248
264
|
|
|
249
|
-
def
|
|
265
|
+
def draw_menu(self, layout, text):
|
|
250
266
|
"""
|
|
251
267
|
|
|
252
|
-
:param
|
|
268
|
+
:param layout:
|
|
269
|
+
:param text:
|
|
270
|
+
"""
|
|
271
|
+
...
|
|
272
|
+
|
|
273
|
+
def draw_panel_header(self, layout):
|
|
274
|
+
"""
|
|
275
|
+
|
|
276
|
+
:param layout:
|
|
253
277
|
"""
|
|
254
278
|
...
|
|
255
279
|
|
|
@@ -317,17 +341,36 @@ class RENDER_PT_encoding(bpy_types._GenericUI):
|
|
|
317
341
|
""" """
|
|
318
342
|
...
|
|
319
343
|
|
|
320
|
-
def
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
344
|
+
def path_menu(
|
|
345
|
+
self,
|
|
346
|
+
searchpaths,
|
|
347
|
+
operator,
|
|
348
|
+
props_default,
|
|
349
|
+
prop_filepath,
|
|
350
|
+
filter_ext,
|
|
351
|
+
filter_path,
|
|
352
|
+
display_name,
|
|
353
|
+
add_operator,
|
|
354
|
+
add_operator_props,
|
|
355
|
+
):
|
|
325
356
|
"""
|
|
326
357
|
|
|
327
|
-
:param
|
|
358
|
+
:param searchpaths:
|
|
359
|
+
:param operator:
|
|
360
|
+
:param props_default:
|
|
361
|
+
:param prop_filepath:
|
|
362
|
+
:param filter_ext:
|
|
363
|
+
:param filter_path:
|
|
364
|
+
:param display_name:
|
|
365
|
+
:param add_operator:
|
|
366
|
+
:param add_operator_props:
|
|
328
367
|
"""
|
|
329
368
|
...
|
|
330
369
|
|
|
370
|
+
def path_resolve(self):
|
|
371
|
+
""" """
|
|
372
|
+
...
|
|
373
|
+
|
|
331
374
|
def pop(self):
|
|
332
375
|
""" """
|
|
333
376
|
...
|
|
@@ -362,31 +405,33 @@ class RENDER_PT_encoding(bpy_types._GenericUI):
|
|
|
362
405
|
""" """
|
|
363
406
|
...
|
|
364
407
|
|
|
365
|
-
class
|
|
408
|
+
class RENDER_PT_format_presets(
|
|
409
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
410
|
+
):
|
|
366
411
|
""" """
|
|
367
412
|
|
|
368
|
-
|
|
413
|
+
bl_label: typing.Any
|
|
369
414
|
""" """
|
|
370
415
|
|
|
371
|
-
|
|
416
|
+
bl_region_type: typing.Any
|
|
372
417
|
""" """
|
|
373
418
|
|
|
374
|
-
|
|
419
|
+
bl_rna: typing.Any
|
|
375
420
|
""" """
|
|
376
421
|
|
|
377
|
-
|
|
422
|
+
bl_space_type: typing.Any
|
|
378
423
|
""" """
|
|
379
424
|
|
|
380
|
-
|
|
425
|
+
id_data: typing.Any
|
|
381
426
|
""" """
|
|
382
427
|
|
|
383
|
-
|
|
428
|
+
preset_add_operator: typing.Any
|
|
384
429
|
""" """
|
|
385
430
|
|
|
386
|
-
|
|
431
|
+
preset_operator: typing.Any
|
|
387
432
|
""" """
|
|
388
433
|
|
|
389
|
-
|
|
434
|
+
preset_subdir: typing.Any
|
|
390
435
|
""" """
|
|
391
436
|
|
|
392
437
|
def append(self, draw_func):
|
|
@@ -415,6 +460,21 @@ class RENDER_PT_encoding_audio(bpy_types._GenericUI):
|
|
|
415
460
|
"""
|
|
416
461
|
...
|
|
417
462
|
|
|
463
|
+
def draw_menu(self, layout, text):
|
|
464
|
+
"""
|
|
465
|
+
|
|
466
|
+
:param layout:
|
|
467
|
+
:param text:
|
|
468
|
+
"""
|
|
469
|
+
...
|
|
470
|
+
|
|
471
|
+
def draw_panel_header(self, layout):
|
|
472
|
+
"""
|
|
473
|
+
|
|
474
|
+
:param layout:
|
|
475
|
+
"""
|
|
476
|
+
...
|
|
477
|
+
|
|
418
478
|
def driver_add(self):
|
|
419
479
|
""" """
|
|
420
480
|
...
|
|
@@ -479,17 +539,36 @@ class RENDER_PT_encoding_audio(bpy_types._GenericUI):
|
|
|
479
539
|
""" """
|
|
480
540
|
...
|
|
481
541
|
|
|
482
|
-
def
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
542
|
+
def path_menu(
|
|
543
|
+
self,
|
|
544
|
+
searchpaths,
|
|
545
|
+
operator,
|
|
546
|
+
props_default,
|
|
547
|
+
prop_filepath,
|
|
548
|
+
filter_ext,
|
|
549
|
+
filter_path,
|
|
550
|
+
display_name,
|
|
551
|
+
add_operator,
|
|
552
|
+
add_operator_props,
|
|
553
|
+
):
|
|
487
554
|
"""
|
|
488
555
|
|
|
489
|
-
:param
|
|
556
|
+
:param searchpaths:
|
|
557
|
+
:param operator:
|
|
558
|
+
:param props_default:
|
|
559
|
+
:param prop_filepath:
|
|
560
|
+
:param filter_ext:
|
|
561
|
+
:param filter_path:
|
|
562
|
+
:param display_name:
|
|
563
|
+
:param add_operator:
|
|
564
|
+
:param add_operator_props:
|
|
490
565
|
"""
|
|
491
566
|
...
|
|
492
567
|
|
|
568
|
+
def path_resolve(self):
|
|
569
|
+
""" """
|
|
570
|
+
...
|
|
571
|
+
|
|
493
572
|
def pop(self):
|
|
494
573
|
""" """
|
|
495
574
|
...
|
|
@@ -524,30 +603,12 @@ class RENDER_PT_encoding_audio(bpy_types._GenericUI):
|
|
|
524
603
|
""" """
|
|
525
604
|
...
|
|
526
605
|
|
|
527
|
-
class
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
|
-
COMPAT_ENGINES: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
|
-
bl_context: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
|
-
bl_label: typing.Any
|
|
537
|
-
""" """
|
|
538
|
-
|
|
539
|
-
bl_parent_id: typing.Any
|
|
540
|
-
""" """
|
|
541
|
-
|
|
542
|
-
bl_region_type: typing.Any
|
|
606
|
+
class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
|
|
543
607
|
""" """
|
|
544
608
|
|
|
545
609
|
bl_rna: typing.Any
|
|
546
610
|
""" """
|
|
547
611
|
|
|
548
|
-
bl_space_type: typing.Any
|
|
549
|
-
""" """
|
|
550
|
-
|
|
551
612
|
id_data: typing.Any
|
|
552
613
|
""" """
|
|
553
614
|
|
|
@@ -570,17 +631,19 @@ class RENDER_PT_encoding_video(bpy_types._GenericUI):
|
|
|
570
631
|
""" """
|
|
571
632
|
...
|
|
572
633
|
|
|
573
|
-
def
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
:param context:
|
|
577
|
-
"""
|
|
578
|
-
...
|
|
579
|
-
|
|
580
|
-
def draw_vcodec(self, context):
|
|
634
|
+
def draw_item(
|
|
635
|
+
self, _context, layout, _data, item, icon, _active_data, _active_propname, index
|
|
636
|
+
):
|
|
581
637
|
"""
|
|
582
638
|
|
|
583
|
-
:param
|
|
639
|
+
:param _context:
|
|
640
|
+
:param layout:
|
|
641
|
+
:param _data:
|
|
642
|
+
:param item:
|
|
643
|
+
:param icon:
|
|
644
|
+
:param _active_data:
|
|
645
|
+
:param _active_propname:
|
|
646
|
+
:param index:
|
|
584
647
|
"""
|
|
585
648
|
...
|
|
586
649
|
|
|
@@ -652,13 +715,6 @@ class RENDER_PT_encoding_video(bpy_types._GenericUI):
|
|
|
652
715
|
""" """
|
|
653
716
|
...
|
|
654
717
|
|
|
655
|
-
def poll(self, context):
|
|
656
|
-
"""
|
|
657
|
-
|
|
658
|
-
:param context:
|
|
659
|
-
"""
|
|
660
|
-
...
|
|
661
|
-
|
|
662
718
|
def pop(self):
|
|
663
719
|
""" """
|
|
664
720
|
...
|
|
@@ -693,28 +749,36 @@ class RENDER_PT_encoding_video(bpy_types._GenericUI):
|
|
|
693
749
|
""" """
|
|
694
750
|
...
|
|
695
751
|
|
|
696
|
-
class
|
|
752
|
+
class RENDER_PT_encoding(
|
|
753
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
754
|
+
):
|
|
755
|
+
""" """
|
|
756
|
+
|
|
757
|
+
COMPAT_ENGINES: typing.Any
|
|
758
|
+
""" """
|
|
759
|
+
|
|
760
|
+
bl_context: typing.Any
|
|
697
761
|
""" """
|
|
698
762
|
|
|
699
763
|
bl_label: typing.Any
|
|
700
764
|
""" """
|
|
701
765
|
|
|
702
|
-
|
|
766
|
+
bl_options: typing.Any
|
|
703
767
|
""" """
|
|
704
768
|
|
|
705
|
-
|
|
769
|
+
bl_parent_id: typing.Any
|
|
706
770
|
""" """
|
|
707
771
|
|
|
708
|
-
|
|
772
|
+
bl_region_type: typing.Any
|
|
709
773
|
""" """
|
|
710
774
|
|
|
711
|
-
|
|
775
|
+
bl_rna: typing.Any
|
|
712
776
|
""" """
|
|
713
777
|
|
|
714
|
-
|
|
778
|
+
bl_space_type: typing.Any
|
|
715
779
|
""" """
|
|
716
780
|
|
|
717
|
-
|
|
781
|
+
id_data: typing.Any
|
|
718
782
|
""" """
|
|
719
783
|
|
|
720
784
|
def append(self, draw_func):
|
|
@@ -743,18 +807,10 @@ class RENDER_PT_ffmpeg_presets(bpy_types._GenericUI):
|
|
|
743
807
|
"""
|
|
744
808
|
...
|
|
745
809
|
|
|
746
|
-
def
|
|
747
|
-
"""
|
|
748
|
-
|
|
749
|
-
:param layout:
|
|
750
|
-
:param text:
|
|
751
|
-
"""
|
|
752
|
-
...
|
|
753
|
-
|
|
754
|
-
def draw_panel_header(self, layout):
|
|
810
|
+
def draw_header_preset(self, _context):
|
|
755
811
|
"""
|
|
756
812
|
|
|
757
|
-
:param
|
|
813
|
+
:param _context:
|
|
758
814
|
"""
|
|
759
815
|
...
|
|
760
816
|
|
|
@@ -822,34 +878,15 @@ class RENDER_PT_ffmpeg_presets(bpy_types._GenericUI):
|
|
|
822
878
|
""" """
|
|
823
879
|
...
|
|
824
880
|
|
|
825
|
-
def
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
operator,
|
|
829
|
-
props_default,
|
|
830
|
-
prop_filepath,
|
|
831
|
-
filter_ext,
|
|
832
|
-
filter_path,
|
|
833
|
-
display_name,
|
|
834
|
-
add_operator,
|
|
835
|
-
add_operator_props,
|
|
836
|
-
):
|
|
837
|
-
"""
|
|
881
|
+
def path_resolve(self):
|
|
882
|
+
""" """
|
|
883
|
+
...
|
|
838
884
|
|
|
839
|
-
|
|
840
|
-
:param operator:
|
|
841
|
-
:param props_default:
|
|
842
|
-
:param prop_filepath:
|
|
843
|
-
:param filter_ext:
|
|
844
|
-
:param filter_path:
|
|
845
|
-
:param display_name:
|
|
846
|
-
:param add_operator:
|
|
847
|
-
:param add_operator_props:
|
|
885
|
+
def poll(self, context):
|
|
848
886
|
"""
|
|
849
|
-
...
|
|
850
887
|
|
|
851
|
-
|
|
852
|
-
"""
|
|
888
|
+
:param context:
|
|
889
|
+
"""
|
|
853
890
|
...
|
|
854
891
|
|
|
855
892
|
def pop(self):
|
|
@@ -886,7 +923,9 @@ class RENDER_PT_ffmpeg_presets(bpy_types._GenericUI):
|
|
|
886
923
|
""" """
|
|
887
924
|
...
|
|
888
925
|
|
|
889
|
-
class
|
|
926
|
+
class RENDER_PT_encoding_audio(
|
|
927
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
928
|
+
):
|
|
890
929
|
""" """
|
|
891
930
|
|
|
892
931
|
COMPAT_ENGINES: typing.Any
|
|
@@ -898,6 +937,9 @@ class RENDER_PT_format(bpy_types._GenericUI):
|
|
|
898
937
|
bl_label: typing.Any
|
|
899
938
|
""" """
|
|
900
939
|
|
|
940
|
+
bl_parent_id: typing.Any
|
|
941
|
+
""" """
|
|
942
|
+
|
|
901
943
|
bl_region_type: typing.Any
|
|
902
944
|
""" """
|
|
903
945
|
|
|
@@ -936,21 +978,6 @@ class RENDER_PT_format(bpy_types._GenericUI):
|
|
|
936
978
|
"""
|
|
937
979
|
...
|
|
938
980
|
|
|
939
|
-
def draw_framerate(self, layout, rd):
|
|
940
|
-
"""
|
|
941
|
-
|
|
942
|
-
:param layout:
|
|
943
|
-
:param rd:
|
|
944
|
-
"""
|
|
945
|
-
...
|
|
946
|
-
|
|
947
|
-
def draw_header_preset(self, _context):
|
|
948
|
-
"""
|
|
949
|
-
|
|
950
|
-
:param _context:
|
|
951
|
-
"""
|
|
952
|
-
...
|
|
953
|
-
|
|
954
981
|
def driver_add(self):
|
|
955
982
|
""" """
|
|
956
983
|
...
|
|
@@ -1060,31 +1087,33 @@ class RENDER_PT_format(bpy_types._GenericUI):
|
|
|
1060
1087
|
""" """
|
|
1061
1088
|
...
|
|
1062
1089
|
|
|
1063
|
-
class
|
|
1090
|
+
class RENDER_PT_encoding_video(
|
|
1091
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1092
|
+
):
|
|
1064
1093
|
""" """
|
|
1065
1094
|
|
|
1066
|
-
|
|
1095
|
+
COMPAT_ENGINES: typing.Any
|
|
1067
1096
|
""" """
|
|
1068
1097
|
|
|
1069
|
-
|
|
1098
|
+
bl_context: typing.Any
|
|
1070
1099
|
""" """
|
|
1071
1100
|
|
|
1072
|
-
|
|
1101
|
+
bl_label: typing.Any
|
|
1073
1102
|
""" """
|
|
1074
1103
|
|
|
1075
|
-
|
|
1104
|
+
bl_parent_id: typing.Any
|
|
1076
1105
|
""" """
|
|
1077
1106
|
|
|
1078
|
-
|
|
1107
|
+
bl_region_type: typing.Any
|
|
1079
1108
|
""" """
|
|
1080
1109
|
|
|
1081
|
-
|
|
1110
|
+
bl_rna: typing.Any
|
|
1082
1111
|
""" """
|
|
1083
1112
|
|
|
1084
|
-
|
|
1113
|
+
bl_space_type: typing.Any
|
|
1085
1114
|
""" """
|
|
1086
1115
|
|
|
1087
|
-
|
|
1116
|
+
id_data: typing.Any
|
|
1088
1117
|
""" """
|
|
1089
1118
|
|
|
1090
1119
|
def append(self, draw_func):
|
|
@@ -1113,18 +1142,10 @@ class RENDER_PT_format_presets(bpy_types._GenericUI):
|
|
|
1113
1142
|
"""
|
|
1114
1143
|
...
|
|
1115
1144
|
|
|
1116
|
-
def
|
|
1117
|
-
"""
|
|
1118
|
-
|
|
1119
|
-
:param layout:
|
|
1120
|
-
:param text:
|
|
1121
|
-
"""
|
|
1122
|
-
...
|
|
1123
|
-
|
|
1124
|
-
def draw_panel_header(self, layout):
|
|
1145
|
+
def draw_vcodec(self, context):
|
|
1125
1146
|
"""
|
|
1126
1147
|
|
|
1127
|
-
:param
|
|
1148
|
+
:param context:
|
|
1128
1149
|
"""
|
|
1129
1150
|
...
|
|
1130
1151
|
|
|
@@ -1192,34 +1213,15 @@ class RENDER_PT_format_presets(bpy_types._GenericUI):
|
|
|
1192
1213
|
""" """
|
|
1193
1214
|
...
|
|
1194
1215
|
|
|
1195
|
-
def
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
operator,
|
|
1199
|
-
props_default,
|
|
1200
|
-
prop_filepath,
|
|
1201
|
-
filter_ext,
|
|
1202
|
-
filter_path,
|
|
1203
|
-
display_name,
|
|
1204
|
-
add_operator,
|
|
1205
|
-
add_operator_props,
|
|
1206
|
-
):
|
|
1207
|
-
"""
|
|
1216
|
+
def path_resolve(self):
|
|
1217
|
+
""" """
|
|
1218
|
+
...
|
|
1208
1219
|
|
|
1209
|
-
|
|
1210
|
-
:param operator:
|
|
1211
|
-
:param props_default:
|
|
1212
|
-
:param prop_filepath:
|
|
1213
|
-
:param filter_ext:
|
|
1214
|
-
:param filter_path:
|
|
1215
|
-
:param display_name:
|
|
1216
|
-
:param add_operator:
|
|
1217
|
-
:param add_operator_props:
|
|
1220
|
+
def poll(self, context):
|
|
1218
1221
|
"""
|
|
1219
|
-
...
|
|
1220
1222
|
|
|
1221
|
-
|
|
1222
|
-
"""
|
|
1223
|
+
:param context:
|
|
1224
|
+
"""
|
|
1223
1225
|
...
|
|
1224
1226
|
|
|
1225
1227
|
def pop(self):
|
|
@@ -1256,7 +1258,7 @@ class RENDER_PT_format_presets(bpy_types._GenericUI):
|
|
|
1256
1258
|
""" """
|
|
1257
1259
|
...
|
|
1258
1260
|
|
|
1259
|
-
class
|
|
1261
|
+
class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
1260
1262
|
""" """
|
|
1261
1263
|
|
|
1262
1264
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1306,6 +1308,21 @@ class RENDER_PT_frame_range(bpy_types._GenericUI):
|
|
|
1306
1308
|
"""
|
|
1307
1309
|
...
|
|
1308
1310
|
|
|
1311
|
+
def draw_framerate(self, layout, rd):
|
|
1312
|
+
"""
|
|
1313
|
+
|
|
1314
|
+
:param layout:
|
|
1315
|
+
:param rd:
|
|
1316
|
+
"""
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1319
|
+
def draw_header_preset(self, _context):
|
|
1320
|
+
"""
|
|
1321
|
+
|
|
1322
|
+
:param _context:
|
|
1323
|
+
"""
|
|
1324
|
+
...
|
|
1325
|
+
|
|
1309
1326
|
def driver_add(self):
|
|
1310
1327
|
""" """
|
|
1311
1328
|
...
|
|
@@ -1415,7 +1432,9 @@ class RENDER_PT_frame_range(bpy_types._GenericUI):
|
|
|
1415
1432
|
""" """
|
|
1416
1433
|
...
|
|
1417
1434
|
|
|
1418
|
-
class
|
|
1435
|
+
class RENDER_PT_frame_range(
|
|
1436
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1437
|
+
):
|
|
1419
1438
|
""" """
|
|
1420
1439
|
|
|
1421
1440
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1574,7 +1593,7 @@ class RENDER_PT_output(bpy_types._GenericUI):
|
|
|
1574
1593
|
""" """
|
|
1575
1594
|
...
|
|
1576
1595
|
|
|
1577
|
-
class
|
|
1596
|
+
class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
1578
1597
|
""" """
|
|
1579
1598
|
|
|
1580
1599
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1586,12 +1605,6 @@ class RENDER_PT_output_color_management(bpy_types._GenericUI):
|
|
|
1586
1605
|
bl_label: typing.Any
|
|
1587
1606
|
""" """
|
|
1588
1607
|
|
|
1589
|
-
bl_options: typing.Any
|
|
1590
|
-
""" """
|
|
1591
|
-
|
|
1592
|
-
bl_parent_id: typing.Any
|
|
1593
|
-
""" """
|
|
1594
|
-
|
|
1595
1608
|
bl_region_type: typing.Any
|
|
1596
1609
|
""" """
|
|
1597
1610
|
|
|
@@ -1739,7 +1752,9 @@ class RENDER_PT_output_color_management(bpy_types._GenericUI):
|
|
|
1739
1752
|
""" """
|
|
1740
1753
|
...
|
|
1741
1754
|
|
|
1742
|
-
class
|
|
1755
|
+
class RENDER_PT_output_color_management(
|
|
1756
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1757
|
+
):
|
|
1743
1758
|
""" """
|
|
1744
1759
|
|
|
1745
1760
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1751,6 +1766,9 @@ class RENDER_PT_output_views(bpy_types._GenericUI):
|
|
|
1751
1766
|
bl_label: typing.Any
|
|
1752
1767
|
""" """
|
|
1753
1768
|
|
|
1769
|
+
bl_options: typing.Any
|
|
1770
|
+
""" """
|
|
1771
|
+
|
|
1754
1772
|
bl_parent_id: typing.Any
|
|
1755
1773
|
""" """
|
|
1756
1774
|
|
|
@@ -1901,7 +1919,9 @@ class RENDER_PT_output_views(bpy_types._GenericUI):
|
|
|
1901
1919
|
""" """
|
|
1902
1920
|
...
|
|
1903
1921
|
|
|
1904
|
-
class
|
|
1922
|
+
class RENDER_PT_output_views(
|
|
1923
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1924
|
+
):
|
|
1905
1925
|
""" """
|
|
1906
1926
|
|
|
1907
1927
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1913,7 +1933,7 @@ class RENDER_PT_post_processing(bpy_types._GenericUI):
|
|
|
1913
1933
|
bl_label: typing.Any
|
|
1914
1934
|
""" """
|
|
1915
1935
|
|
|
1916
|
-
|
|
1936
|
+
bl_parent_id: typing.Any
|
|
1917
1937
|
""" """
|
|
1918
1938
|
|
|
1919
1939
|
bl_region_type: typing.Any
|
|
@@ -2063,7 +2083,9 @@ class RENDER_PT_post_processing(bpy_types._GenericUI):
|
|
|
2063
2083
|
""" """
|
|
2064
2084
|
...
|
|
2065
2085
|
|
|
2066
|
-
class
|
|
2086
|
+
class RENDER_PT_post_processing(
|
|
2087
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2088
|
+
):
|
|
2067
2089
|
""" """
|
|
2068
2090
|
|
|
2069
2091
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2225,7 +2247,7 @@ class RENDER_PT_stamp(bpy_types._GenericUI):
|
|
|
2225
2247
|
""" """
|
|
2226
2248
|
...
|
|
2227
2249
|
|
|
2228
|
-
class
|
|
2250
|
+
class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2229
2251
|
""" """
|
|
2230
2252
|
|
|
2231
2253
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2240,9 +2262,6 @@ class RENDER_PT_stamp_burn(bpy_types._GenericUI):
|
|
|
2240
2262
|
bl_options: typing.Any
|
|
2241
2263
|
""" """
|
|
2242
2264
|
|
|
2243
|
-
bl_parent_id: typing.Any
|
|
2244
|
-
""" """
|
|
2245
|
-
|
|
2246
2265
|
bl_region_type: typing.Any
|
|
2247
2266
|
""" """
|
|
2248
2267
|
|
|
@@ -2281,13 +2300,6 @@ class RENDER_PT_stamp_burn(bpy_types._GenericUI):
|
|
|
2281
2300
|
"""
|
|
2282
2301
|
...
|
|
2283
2302
|
|
|
2284
|
-
def draw_header(self, context):
|
|
2285
|
-
"""
|
|
2286
|
-
|
|
2287
|
-
:param context:
|
|
2288
|
-
"""
|
|
2289
|
-
...
|
|
2290
|
-
|
|
2291
2303
|
def driver_add(self):
|
|
2292
2304
|
""" """
|
|
2293
2305
|
...
|
|
@@ -2397,7 +2409,9 @@ class RENDER_PT_stamp_burn(bpy_types._GenericUI):
|
|
|
2397
2409
|
""" """
|
|
2398
2410
|
...
|
|
2399
2411
|
|
|
2400
|
-
class
|
|
2412
|
+
class RENDER_PT_stamp_burn(
|
|
2413
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2414
|
+
):
|
|
2401
2415
|
""" """
|
|
2402
2416
|
|
|
2403
2417
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2569,7 +2583,9 @@ class RENDER_PT_stamp_note(bpy_types._GenericUI):
|
|
|
2569
2583
|
""" """
|
|
2570
2584
|
...
|
|
2571
2585
|
|
|
2572
|
-
class
|
|
2586
|
+
class RENDER_PT_stamp_note(
|
|
2587
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2588
|
+
):
|
|
2573
2589
|
""" """
|
|
2574
2590
|
|
|
2575
2591
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2584,6 +2600,9 @@ class RENDER_PT_stereoscopy(bpy_types._GenericUI):
|
|
|
2584
2600
|
bl_options: typing.Any
|
|
2585
2601
|
""" """
|
|
2586
2602
|
|
|
2603
|
+
bl_parent_id: typing.Any
|
|
2604
|
+
""" """
|
|
2605
|
+
|
|
2587
2606
|
bl_region_type: typing.Any
|
|
2588
2607
|
""" """
|
|
2589
2608
|
|
|
@@ -2738,7 +2757,9 @@ class RENDER_PT_stereoscopy(bpy_types._GenericUI):
|
|
|
2738
2757
|
""" """
|
|
2739
2758
|
...
|
|
2740
2759
|
|
|
2741
|
-
class
|
|
2760
|
+
class RENDER_PT_stereoscopy(
|
|
2761
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2762
|
+
):
|
|
2742
2763
|
""" """
|
|
2743
2764
|
|
|
2744
2765
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2753,9 +2774,6 @@ class RENDER_PT_time_stretching(bpy_types._GenericUI):
|
|
|
2753
2774
|
bl_options: typing.Any
|
|
2754
2775
|
""" """
|
|
2755
2776
|
|
|
2756
|
-
bl_parent_id: typing.Any
|
|
2757
|
-
""" """
|
|
2758
|
-
|
|
2759
2777
|
bl_region_type: typing.Any
|
|
2760
2778
|
""" """
|
|
2761
2779
|
|
|
@@ -2794,6 +2812,13 @@ class RENDER_PT_time_stretching(bpy_types._GenericUI):
|
|
|
2794
2812
|
"""
|
|
2795
2813
|
...
|
|
2796
2814
|
|
|
2815
|
+
def draw_header(self, context):
|
|
2816
|
+
"""
|
|
2817
|
+
|
|
2818
|
+
:param context:
|
|
2819
|
+
"""
|
|
2820
|
+
...
|
|
2821
|
+
|
|
2797
2822
|
def driver_add(self):
|
|
2798
2823
|
""" """
|
|
2799
2824
|
...
|
|
@@ -2903,12 +2928,35 @@ class RENDER_PT_time_stretching(bpy_types._GenericUI):
|
|
|
2903
2928
|
""" """
|
|
2904
2929
|
...
|
|
2905
2930
|
|
|
2906
|
-
class
|
|
2931
|
+
class RENDER_PT_time_stretching(
|
|
2932
|
+
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2933
|
+
):
|
|
2934
|
+
""" """
|
|
2935
|
+
|
|
2936
|
+
COMPAT_ENGINES: typing.Any
|
|
2937
|
+
""" """
|
|
2938
|
+
|
|
2939
|
+
bl_context: typing.Any
|
|
2940
|
+
""" """
|
|
2941
|
+
|
|
2942
|
+
bl_label: typing.Any
|
|
2943
|
+
""" """
|
|
2944
|
+
|
|
2945
|
+
bl_options: typing.Any
|
|
2946
|
+
""" """
|
|
2947
|
+
|
|
2948
|
+
bl_parent_id: typing.Any
|
|
2949
|
+
""" """
|
|
2950
|
+
|
|
2951
|
+
bl_region_type: typing.Any
|
|
2907
2952
|
""" """
|
|
2908
2953
|
|
|
2909
2954
|
bl_rna: typing.Any
|
|
2910
2955
|
""" """
|
|
2911
2956
|
|
|
2957
|
+
bl_space_type: typing.Any
|
|
2958
|
+
""" """
|
|
2959
|
+
|
|
2912
2960
|
id_data: typing.Any
|
|
2913
2961
|
""" """
|
|
2914
2962
|
|
|
@@ -2931,19 +2979,10 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
2931
2979
|
""" """
|
|
2932
2980
|
...
|
|
2933
2981
|
|
|
2934
|
-
def
|
|
2935
|
-
self, _context, layout, _data, item, icon, _active_data, _active_propname, index
|
|
2936
|
-
):
|
|
2982
|
+
def draw(self, context):
|
|
2937
2983
|
"""
|
|
2938
2984
|
|
|
2939
|
-
:param
|
|
2940
|
-
:param layout:
|
|
2941
|
-
:param _data:
|
|
2942
|
-
:param item:
|
|
2943
|
-
:param icon:
|
|
2944
|
-
:param _active_data:
|
|
2945
|
-
:param _active_propname:
|
|
2946
|
-
:param index:
|
|
2985
|
+
:param context:
|
|
2947
2986
|
"""
|
|
2948
2987
|
...
|
|
2949
2988
|
|
|
@@ -3015,6 +3054,13 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
3015
3054
|
""" """
|
|
3016
3055
|
...
|
|
3017
3056
|
|
|
3057
|
+
def poll(self, context):
|
|
3058
|
+
"""
|
|
3059
|
+
|
|
3060
|
+
:param context:
|
|
3061
|
+
"""
|
|
3062
|
+
...
|
|
3063
|
+
|
|
3018
3064
|
def pop(self):
|
|
3019
3065
|
""" """
|
|
3020
3066
|
...
|
|
@@ -3048,22 +3094,3 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
3048
3094
|
def values(self):
|
|
3049
3095
|
""" """
|
|
3050
3096
|
...
|
|
3051
|
-
|
|
3052
|
-
class RenderOutputButtonsPanel:
|
|
3053
|
-
""" """
|
|
3054
|
-
|
|
3055
|
-
bl_context: typing.Any
|
|
3056
|
-
""" """
|
|
3057
|
-
|
|
3058
|
-
bl_region_type: typing.Any
|
|
3059
|
-
""" """
|
|
3060
|
-
|
|
3061
|
-
bl_space_type: typing.Any
|
|
3062
|
-
""" """
|
|
3063
|
-
|
|
3064
|
-
def poll(self, context):
|
|
3065
|
-
"""
|
|
3066
|
-
|
|
3067
|
-
:param context:
|
|
3068
|
-
"""
|
|
3069
|
-
...
|