fake-bpy-module 20240420__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 +336 -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 +331 -330
  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 +103670 -100517
  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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240420.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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240420.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 RENDER_PT_encoding(bpy_types._GenericUI):
194
+ class RenderOutputButtonsPanel:
194
195
  """ """
195
196
 
196
- COMPAT_ENGINES: typing.Any
197
+ bl_context: typing.Any
197
198
  """ """
198
199
 
199
- bl_context: typing.Any
200
+ bl_region_type: typing.Any
200
201
  """ """
201
202
 
202
- bl_label: typing.Any
203
+ bl_space_type: typing.Any
203
204
  """ """
204
205
 
205
- bl_options: typing.Any
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
- bl_parent_id: typing.Any
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 draw_header_preset(self, _context):
265
+ def draw_menu(self, layout, text):
250
266
  """
251
267
 
252
- :param _context:
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 path_resolve(self):
321
- """ """
322
- ...
323
-
324
- def poll(self, context):
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 context:
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 RENDER_PT_encoding_audio(bpy_types._GenericUI):
408
+ class RENDER_PT_format_presets(
409
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
410
+ ):
366
411
  """ """
367
412
 
368
- COMPAT_ENGINES: typing.Any
413
+ bl_label: typing.Any
369
414
  """ """
370
415
 
371
- bl_context: typing.Any
416
+ bl_region_type: typing.Any
372
417
  """ """
373
418
 
374
- bl_label: typing.Any
419
+ bl_rna: typing.Any
375
420
  """ """
376
421
 
377
- bl_parent_id: typing.Any
422
+ bl_space_type: typing.Any
378
423
  """ """
379
424
 
380
- bl_region_type: typing.Any
425
+ id_data: typing.Any
381
426
  """ """
382
427
 
383
- bl_rna: typing.Any
428
+ preset_add_operator: typing.Any
384
429
  """ """
385
430
 
386
- bl_space_type: typing.Any
431
+ preset_operator: typing.Any
387
432
  """ """
388
433
 
389
- id_data: typing.Any
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 path_resolve(self):
483
- """ """
484
- ...
485
-
486
- def poll(self, context):
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 context:
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 RENDER_PT_encoding_video(bpy_types._GenericUI):
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 draw(self, context):
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 context:
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 RENDER_PT_ffmpeg_presets(bpy_types._GenericUI):
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
- bl_region_type: typing.Any
766
+ bl_options: typing.Any
703
767
  """ """
704
768
 
705
- bl_rna: typing.Any
769
+ bl_parent_id: typing.Any
706
770
  """ """
707
771
 
708
- bl_space_type: typing.Any
772
+ bl_region_type: typing.Any
709
773
  """ """
710
774
 
711
- id_data: typing.Any
775
+ bl_rna: typing.Any
712
776
  """ """
713
777
 
714
- preset_operator: typing.Any
778
+ bl_space_type: typing.Any
715
779
  """ """
716
780
 
717
- preset_subdir: typing.Any
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 draw_menu(self, layout, text):
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 layout:
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 path_menu(
826
- self,
827
- searchpaths,
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
- :param searchpaths:
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
- def path_resolve(self):
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 RENDER_PT_format(bpy_types._GenericUI):
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 RENDER_PT_format_presets(bpy_types._GenericUI):
1090
+ class RENDER_PT_encoding_video(
1091
+ bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1092
+ ):
1064
1093
  """ """
1065
1094
 
1066
- bl_label: typing.Any
1095
+ COMPAT_ENGINES: typing.Any
1067
1096
  """ """
1068
1097
 
1069
- bl_region_type: typing.Any
1098
+ bl_context: typing.Any
1070
1099
  """ """
1071
1100
 
1072
- bl_rna: typing.Any
1101
+ bl_label: typing.Any
1073
1102
  """ """
1074
1103
 
1075
- bl_space_type: typing.Any
1104
+ bl_parent_id: typing.Any
1076
1105
  """ """
1077
1106
 
1078
- id_data: typing.Any
1107
+ bl_region_type: typing.Any
1079
1108
  """ """
1080
1109
 
1081
- preset_add_operator: typing.Any
1110
+ bl_rna: typing.Any
1082
1111
  """ """
1083
1112
 
1084
- preset_operator: typing.Any
1113
+ bl_space_type: typing.Any
1085
1114
  """ """
1086
1115
 
1087
- preset_subdir: typing.Any
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 draw_menu(self, layout, text):
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 layout:
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 path_menu(
1196
- self,
1197
- searchpaths,
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
- :param searchpaths:
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
- def path_resolve(self):
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 RENDER_PT_frame_range(bpy_types._GenericUI):
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 RENDER_PT_output(bpy_types._GenericUI):
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 RENDER_PT_output_color_management(bpy_types._GenericUI):
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 RENDER_PT_output_views(bpy_types._GenericUI):
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 RENDER_PT_post_processing(bpy_types._GenericUI):
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
- bl_options: typing.Any
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 RENDER_PT_stamp(bpy_types._GenericUI):
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 RENDER_PT_stamp_burn(bpy_types._GenericUI):
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 RENDER_PT_stamp_note(bpy_types._GenericUI):
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 RENDER_PT_stereoscopy(bpy_types._GenericUI):
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 RENDER_PT_time_stretching(bpy_types._GenericUI):
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 RENDER_UL_renderviews(bpy_types._GenericUI):
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 draw_item(
2935
- self, _context, layout, _data, item, icon, _active_data, _active_propname, index
2936
- ):
2982
+ def draw(self, context):
2937
2983
  """
2938
2984
 
2939
- :param _context:
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
- ...