fake-bpy-module 20240706__py3-none-any.whl → 20240707__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/assets/__init__.pyi +8 -8
- bl_operators/image_as_planes/__init__.pyi +43 -43
- bl_operators/node/__init__.pyi +234 -234
- bl_operators/object_quick_effects/__init__.pyi +21 -21
- bl_operators/presets/__init__.pyi +388 -388
- bl_ui/properties_collection/__init__.pyi +12 -12
- bl_ui/properties_constraint/__init__.pyi +954 -954
- bl_ui/properties_data_armature/__init__.pyi +85 -85
- bl_ui/properties_data_bone/__init__.pyi +12 -12
- bl_ui/properties_data_curve/__init__.pyi +92 -92
- bl_ui/properties_data_curves/__init__.pyi +12 -12
- bl_ui/properties_data_empty/__init__.pyi +12 -12
- bl_ui/properties_data_gpencil/__init__.pyi +265 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
- bl_ui/properties_data_lattice/__init__.pyi +12 -12
- bl_ui/properties_data_light/__init__.pyi +12 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
- bl_ui/properties_data_mesh/__init__.pyi +527 -527
- bl_ui/properties_data_metaball/__init__.pyi +12 -12
- bl_ui/properties_data_modifier/__init__.pyi +19 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
- bl_ui/properties_data_speaker/__init__.pyi +12 -12
- bl_ui/properties_data_volume/__init__.pyi +65 -65
- bl_ui/properties_freestyle/__init__.pyi +248 -248
- bl_ui/properties_material/__init__.pyi +145 -145
- bl_ui/properties_material_gpencil/__init__.pyi +86 -86
- bl_ui/properties_object/__init__.pyi +75 -75
- bl_ui/properties_output/__init__.pyi +201 -201
- bl_ui/properties_particle/__init__.pyi +220 -220
- bl_ui/properties_physics_cloth/__init__.pyi +12 -12
- bl_ui/properties_physics_common/__init__.pyi +12 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
- bl_ui/properties_physics_field/__init__.pyi +19 -19
- bl_ui/properties_physics_fluid/__init__.pyi +61 -61
- bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
- bl_ui/properties_physics_softbody/__init__.pyi +12 -12
- bl_ui/properties_render/__init__.pyi +217 -217
- bl_ui/properties_scene/__init__.pyi +143 -143
- bl_ui/properties_texture/__init__.pyi +156 -156
- bl_ui/properties_view_layer/__init__.pyi +78 -78
- bl_ui/properties_workspace/__init__.pyi +64 -64
- bl_ui/properties_world/__init__.pyi +12 -12
- bl_ui/space_clip/__init__.pyi +366 -366
- bl_ui/space_dopesheet/__init__.pyi +176 -176
- bl_ui/space_filebrowser/__init__.pyi +735 -735
- bl_ui/space_image/__init__.pyi +646 -646
- bl_ui/space_sequencer/__init__.pyi +841 -389
- bl_ui/space_time/__init__.pyi +11 -11
- bl_ui/space_userpref/__init__.pyi +684 -684
- bl_ui/space_view3d/__init__.pyi +1152 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
- bpy/types/__init__.pyi +69750 -69696
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/RECORD +62 -62
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +87 -87
- mathutils/__init__.pyi +156 -6
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -285,26 +285,16 @@ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
|
|
|
285
285
|
"""
|
|
286
286
|
...
|
|
287
287
|
|
|
288
|
-
class RenderOutputButtonsPanel:
|
|
288
|
+
class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
289
|
+
COMPAT_ENGINES: typing.Any
|
|
289
290
|
bl_context: typing.Any
|
|
290
|
-
bl_region_type: typing.Any
|
|
291
|
-
bl_space_type: typing.Any
|
|
292
|
-
|
|
293
|
-
def poll(self, context):
|
|
294
|
-
"""
|
|
295
|
-
|
|
296
|
-
:param context:
|
|
297
|
-
"""
|
|
298
|
-
...
|
|
299
|
-
|
|
300
|
-
class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
301
291
|
bl_label: typing.Any
|
|
292
|
+
bl_options: typing.Any
|
|
293
|
+
bl_parent_id: typing.Any
|
|
302
294
|
bl_region_type: typing.Any
|
|
303
295
|
bl_rna: typing.Any
|
|
304
296
|
bl_space_type: typing.Any
|
|
305
297
|
id_data: typing.Any
|
|
306
|
-
preset_operator: typing.Any
|
|
307
|
-
preset_subdir: typing.Any
|
|
308
298
|
|
|
309
299
|
def append(self, draw_func):
|
|
310
300
|
"""Append a draw function to this menu,
|
|
@@ -345,18 +335,10 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
345
335
|
"""
|
|
346
336
|
...
|
|
347
337
|
|
|
348
|
-
def
|
|
349
|
-
"""
|
|
350
|
-
|
|
351
|
-
:param layout:
|
|
352
|
-
:param text:
|
|
353
|
-
"""
|
|
354
|
-
...
|
|
355
|
-
|
|
356
|
-
def draw_panel_header(self, layout):
|
|
338
|
+
def draw_header_preset(self, _context):
|
|
357
339
|
"""
|
|
358
340
|
|
|
359
|
-
:param
|
|
341
|
+
:param _context:
|
|
360
342
|
"""
|
|
361
343
|
...
|
|
362
344
|
|
|
@@ -478,42 +460,15 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
478
460
|
"""
|
|
479
461
|
...
|
|
480
462
|
|
|
481
|
-
def
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
operator: str,
|
|
485
|
-
props_default: dict = None,
|
|
486
|
-
prop_filepath: str | None = "filepath",
|
|
487
|
-
filter_ext: collections.abc.Callable | None = None,
|
|
488
|
-
filter_path=None,
|
|
489
|
-
display_name: collections.abc.Callable | None = None,
|
|
490
|
-
add_operator=None,
|
|
491
|
-
add_operator_props=None,
|
|
492
|
-
):
|
|
493
|
-
"""Populate a menu from a list of paths.
|
|
494
|
-
|
|
495
|
-
:param searchpaths: Paths to scan.
|
|
496
|
-
:type searchpaths: list[str]
|
|
497
|
-
:param operator: The operator id to use with each file.
|
|
498
|
-
:type operator: str
|
|
499
|
-
:param props_default: Properties to assign to each operator.
|
|
500
|
-
:type props_default: dict
|
|
501
|
-
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
502
|
-
:type prop_filepath: str | None
|
|
503
|
-
:param filter_ext: Optional callback that takes the file extensions.
|
|
463
|
+
def path_resolve(self):
|
|
464
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
465
|
+
...
|
|
504
466
|
|
|
505
|
-
|
|
506
|
-
:type filter_ext: collections.abc.Callable | None
|
|
507
|
-
:param filter_path:
|
|
508
|
-
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
509
|
-
:type display_name: collections.abc.Callable | None
|
|
510
|
-
:param add_operator:
|
|
511
|
-
:param add_operator_props:
|
|
467
|
+
def poll(self, context):
|
|
512
468
|
"""
|
|
513
|
-
...
|
|
514
469
|
|
|
515
|
-
|
|
516
|
-
"""
|
|
470
|
+
:param context:
|
|
471
|
+
"""
|
|
517
472
|
...
|
|
518
473
|
|
|
519
474
|
def pop(self):
|
|
@@ -566,15 +521,15 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
566
521
|
"""
|
|
567
522
|
...
|
|
568
523
|
|
|
569
|
-
class
|
|
524
|
+
class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
525
|
+
COMPAT_ENGINES: typing.Any
|
|
526
|
+
bl_context: typing.Any
|
|
570
527
|
bl_label: typing.Any
|
|
528
|
+
bl_parent_id: typing.Any
|
|
571
529
|
bl_region_type: typing.Any
|
|
572
530
|
bl_rna: typing.Any
|
|
573
531
|
bl_space_type: typing.Any
|
|
574
532
|
id_data: typing.Any
|
|
575
|
-
preset_add_operator: typing.Any
|
|
576
|
-
preset_operator: typing.Any
|
|
577
|
-
preset_subdir: typing.Any
|
|
578
533
|
|
|
579
534
|
def append(self, draw_func):
|
|
580
535
|
"""Append a draw function to this menu,
|
|
@@ -615,21 +570,6 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
615
570
|
"""
|
|
616
571
|
...
|
|
617
572
|
|
|
618
|
-
def draw_menu(self, layout, text=None):
|
|
619
|
-
"""
|
|
620
|
-
|
|
621
|
-
:param layout:
|
|
622
|
-
:param text:
|
|
623
|
-
"""
|
|
624
|
-
...
|
|
625
|
-
|
|
626
|
-
def draw_panel_header(self, layout):
|
|
627
|
-
"""
|
|
628
|
-
|
|
629
|
-
:param layout:
|
|
630
|
-
"""
|
|
631
|
-
...
|
|
632
|
-
|
|
633
573
|
def driver_add(self) -> bpy.types.FCurve:
|
|
634
574
|
"""Adds driver(s) to the given property
|
|
635
575
|
|
|
@@ -748,42 +688,15 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
748
688
|
"""
|
|
749
689
|
...
|
|
750
690
|
|
|
751
|
-
def
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
operator: str,
|
|
755
|
-
props_default: dict = None,
|
|
756
|
-
prop_filepath: str | None = "filepath",
|
|
757
|
-
filter_ext: collections.abc.Callable | None = None,
|
|
758
|
-
filter_path=None,
|
|
759
|
-
display_name: collections.abc.Callable | None = None,
|
|
760
|
-
add_operator=None,
|
|
761
|
-
add_operator_props=None,
|
|
762
|
-
):
|
|
763
|
-
"""Populate a menu from a list of paths.
|
|
764
|
-
|
|
765
|
-
:param searchpaths: Paths to scan.
|
|
766
|
-
:type searchpaths: list[str]
|
|
767
|
-
:param operator: The operator id to use with each file.
|
|
768
|
-
:type operator: str
|
|
769
|
-
:param props_default: Properties to assign to each operator.
|
|
770
|
-
:type props_default: dict
|
|
771
|
-
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
772
|
-
:type prop_filepath: str | None
|
|
773
|
-
:param filter_ext: Optional callback that takes the file extensions.
|
|
691
|
+
def path_resolve(self):
|
|
692
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
693
|
+
...
|
|
774
694
|
|
|
775
|
-
|
|
776
|
-
:type filter_ext: collections.abc.Callable | None
|
|
777
|
-
:param filter_path:
|
|
778
|
-
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
779
|
-
:type display_name: collections.abc.Callable | None
|
|
780
|
-
:param add_operator:
|
|
781
|
-
:param add_operator_props:
|
|
695
|
+
def poll(self, context):
|
|
782
696
|
"""
|
|
783
|
-
...
|
|
784
697
|
|
|
785
|
-
|
|
786
|
-
"""
|
|
698
|
+
:param context:
|
|
699
|
+
"""
|
|
787
700
|
...
|
|
788
701
|
|
|
789
702
|
def pop(self):
|
|
@@ -836,8 +749,14 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
836
749
|
"""
|
|
837
750
|
...
|
|
838
751
|
|
|
839
|
-
class
|
|
752
|
+
class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
753
|
+
COMPAT_ENGINES: typing.Any
|
|
754
|
+
bl_context: typing.Any
|
|
755
|
+
bl_label: typing.Any
|
|
756
|
+
bl_parent_id: typing.Any
|
|
757
|
+
bl_region_type: typing.Any
|
|
840
758
|
bl_rna: typing.Any
|
|
759
|
+
bl_space_type: typing.Any
|
|
841
760
|
id_data: typing.Any
|
|
842
761
|
|
|
843
762
|
def append(self, draw_func):
|
|
@@ -872,19 +791,17 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
872
791
|
"""
|
|
873
792
|
...
|
|
874
793
|
|
|
875
|
-
def
|
|
876
|
-
self, _context, layout, _data, item, icon, _active_data, _active_propname, index
|
|
877
|
-
):
|
|
794
|
+
def draw(self, context):
|
|
878
795
|
"""
|
|
879
796
|
|
|
880
|
-
:param
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
:param
|
|
797
|
+
:param context:
|
|
798
|
+
"""
|
|
799
|
+
...
|
|
800
|
+
|
|
801
|
+
def draw_vcodec(self, context):
|
|
802
|
+
"""Video codec options.
|
|
803
|
+
|
|
804
|
+
:param context:
|
|
888
805
|
"""
|
|
889
806
|
...
|
|
890
807
|
|
|
@@ -1010,6 +927,13 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
1010
927
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1011
928
|
...
|
|
1012
929
|
|
|
930
|
+
def poll(self, context):
|
|
931
|
+
"""
|
|
932
|
+
|
|
933
|
+
:param context:
|
|
934
|
+
"""
|
|
935
|
+
...
|
|
936
|
+
|
|
1013
937
|
def pop(self):
|
|
1014
938
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1015
939
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1060,16 +984,14 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
|
1060
984
|
"""
|
|
1061
985
|
...
|
|
1062
986
|
|
|
1063
|
-
class
|
|
1064
|
-
COMPAT_ENGINES: typing.Any
|
|
1065
|
-
bl_context: typing.Any
|
|
987
|
+
class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
1066
988
|
bl_label: typing.Any
|
|
1067
|
-
bl_options: typing.Any
|
|
1068
|
-
bl_parent_id: typing.Any
|
|
1069
989
|
bl_region_type: typing.Any
|
|
1070
990
|
bl_rna: typing.Any
|
|
1071
991
|
bl_space_type: typing.Any
|
|
1072
992
|
id_data: typing.Any
|
|
993
|
+
preset_operator: typing.Any
|
|
994
|
+
preset_subdir: typing.Any
|
|
1073
995
|
|
|
1074
996
|
def append(self, draw_func):
|
|
1075
997
|
"""Append a draw function to this menu,
|
|
@@ -1110,10 +1032,18 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1110
1032
|
"""
|
|
1111
1033
|
...
|
|
1112
1034
|
|
|
1113
|
-
def
|
|
1035
|
+
def draw_menu(self, layout, text=None):
|
|
1114
1036
|
"""
|
|
1115
1037
|
|
|
1116
|
-
:param
|
|
1038
|
+
:param layout:
|
|
1039
|
+
:param text:
|
|
1040
|
+
"""
|
|
1041
|
+
...
|
|
1042
|
+
|
|
1043
|
+
def draw_panel_header(self, layout):
|
|
1044
|
+
"""
|
|
1045
|
+
|
|
1046
|
+
:param layout:
|
|
1117
1047
|
"""
|
|
1118
1048
|
...
|
|
1119
1049
|
|
|
@@ -1235,17 +1165,44 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1235
1165
|
"""
|
|
1236
1166
|
...
|
|
1237
1167
|
|
|
1238
|
-
def
|
|
1239
|
-
|
|
1240
|
-
|
|
1168
|
+
def path_menu(
|
|
1169
|
+
self,
|
|
1170
|
+
searchpaths: list[str],
|
|
1171
|
+
operator: str,
|
|
1172
|
+
props_default: dict = None,
|
|
1173
|
+
prop_filepath: str | None = "filepath",
|
|
1174
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1175
|
+
filter_path=None,
|
|
1176
|
+
display_name: collections.abc.Callable | None = None,
|
|
1177
|
+
add_operator=None,
|
|
1178
|
+
add_operator_props=None,
|
|
1179
|
+
):
|
|
1180
|
+
"""Populate a menu from a list of paths.
|
|
1241
1181
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1182
|
+
:param searchpaths: Paths to scan.
|
|
1183
|
+
:type searchpaths: list[str]
|
|
1184
|
+
:param operator: The operator id to use with each file.
|
|
1185
|
+
:type operator: str
|
|
1186
|
+
:param props_default: Properties to assign to each operator.
|
|
1187
|
+
:type props_default: dict
|
|
1188
|
+
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1189
|
+
:type prop_filepath: str | None
|
|
1190
|
+
:param filter_ext: Optional callback that takes the file extensions.
|
|
1244
1191
|
|
|
1245
|
-
|
|
1192
|
+
Returning false excludes the file from the list.
|
|
1193
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1194
|
+
:param filter_path:
|
|
1195
|
+
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1196
|
+
:type display_name: collections.abc.Callable | None
|
|
1197
|
+
:param add_operator:
|
|
1198
|
+
:param add_operator_props:
|
|
1246
1199
|
"""
|
|
1247
1200
|
...
|
|
1248
1201
|
|
|
1202
|
+
def path_resolve(self):
|
|
1203
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
1204
|
+
...
|
|
1205
|
+
|
|
1249
1206
|
def pop(self):
|
|
1250
1207
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1251
1208
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1296,11 +1253,10 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1296
1253
|
"""
|
|
1297
1254
|
...
|
|
1298
1255
|
|
|
1299
|
-
class
|
|
1256
|
+
class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
1300
1257
|
COMPAT_ENGINES: typing.Any
|
|
1301
1258
|
bl_context: typing.Any
|
|
1302
1259
|
bl_label: typing.Any
|
|
1303
|
-
bl_parent_id: typing.Any
|
|
1304
1260
|
bl_region_type: typing.Any
|
|
1305
1261
|
bl_rna: typing.Any
|
|
1306
1262
|
bl_space_type: typing.Any
|
|
@@ -1345,6 +1301,21 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1345
1301
|
"""
|
|
1346
1302
|
...
|
|
1347
1303
|
|
|
1304
|
+
def draw_framerate(self, layout, rd):
|
|
1305
|
+
"""
|
|
1306
|
+
|
|
1307
|
+
:param layout:
|
|
1308
|
+
:param rd:
|
|
1309
|
+
"""
|
|
1310
|
+
...
|
|
1311
|
+
|
|
1312
|
+
def draw_header_preset(self, _context):
|
|
1313
|
+
"""
|
|
1314
|
+
|
|
1315
|
+
:param _context:
|
|
1316
|
+
"""
|
|
1317
|
+
...
|
|
1318
|
+
|
|
1348
1319
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1349
1320
|
"""Adds driver(s) to the given property
|
|
1350
1321
|
|
|
@@ -1524,15 +1495,15 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1524
1495
|
"""
|
|
1525
1496
|
...
|
|
1526
1497
|
|
|
1527
|
-
class
|
|
1528
|
-
COMPAT_ENGINES: typing.Any
|
|
1529
|
-
bl_context: typing.Any
|
|
1498
|
+
class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
1530
1499
|
bl_label: typing.Any
|
|
1531
|
-
bl_parent_id: typing.Any
|
|
1532
1500
|
bl_region_type: typing.Any
|
|
1533
1501
|
bl_rna: typing.Any
|
|
1534
1502
|
bl_space_type: typing.Any
|
|
1535
1503
|
id_data: typing.Any
|
|
1504
|
+
preset_add_operator: typing.Any
|
|
1505
|
+
preset_operator: typing.Any
|
|
1506
|
+
preset_subdir: typing.Any
|
|
1536
1507
|
|
|
1537
1508
|
def append(self, draw_func):
|
|
1538
1509
|
"""Append a draw function to this menu,
|
|
@@ -1573,10 +1544,18 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1573
1544
|
"""
|
|
1574
1545
|
...
|
|
1575
1546
|
|
|
1576
|
-
def
|
|
1577
|
-
"""
|
|
1547
|
+
def draw_menu(self, layout, text=None):
|
|
1548
|
+
"""
|
|
1578
1549
|
|
|
1579
|
-
:param
|
|
1550
|
+
:param layout:
|
|
1551
|
+
:param text:
|
|
1552
|
+
"""
|
|
1553
|
+
...
|
|
1554
|
+
|
|
1555
|
+
def draw_panel_header(self, layout):
|
|
1556
|
+
"""
|
|
1557
|
+
|
|
1558
|
+
:param layout:
|
|
1580
1559
|
"""
|
|
1581
1560
|
...
|
|
1582
1561
|
|
|
@@ -1698,17 +1677,44 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1698
1677
|
"""
|
|
1699
1678
|
...
|
|
1700
1679
|
|
|
1701
|
-
def
|
|
1702
|
-
|
|
1703
|
-
|
|
1680
|
+
def path_menu(
|
|
1681
|
+
self,
|
|
1682
|
+
searchpaths: list[str],
|
|
1683
|
+
operator: str,
|
|
1684
|
+
props_default: dict = None,
|
|
1685
|
+
prop_filepath: str | None = "filepath",
|
|
1686
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1687
|
+
filter_path=None,
|
|
1688
|
+
display_name: collections.abc.Callable | None = None,
|
|
1689
|
+
add_operator=None,
|
|
1690
|
+
add_operator_props=None,
|
|
1691
|
+
):
|
|
1692
|
+
"""Populate a menu from a list of paths.
|
|
1704
1693
|
|
|
1705
|
-
|
|
1706
|
-
|
|
1694
|
+
:param searchpaths: Paths to scan.
|
|
1695
|
+
:type searchpaths: list[str]
|
|
1696
|
+
:param operator: The operator id to use with each file.
|
|
1697
|
+
:type operator: str
|
|
1698
|
+
:param props_default: Properties to assign to each operator.
|
|
1699
|
+
:type props_default: dict
|
|
1700
|
+
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1701
|
+
:type prop_filepath: str | None
|
|
1702
|
+
:param filter_ext: Optional callback that takes the file extensions.
|
|
1707
1703
|
|
|
1708
|
-
|
|
1704
|
+
Returning false excludes the file from the list.
|
|
1705
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1706
|
+
:param filter_path:
|
|
1707
|
+
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1708
|
+
:type display_name: collections.abc.Callable | None
|
|
1709
|
+
:param add_operator:
|
|
1710
|
+
:param add_operator_props:
|
|
1709
1711
|
"""
|
|
1710
1712
|
...
|
|
1711
1713
|
|
|
1714
|
+
def path_resolve(self):
|
|
1715
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1712
1718
|
def pop(self):
|
|
1713
1719
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1714
1720
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1759,7 +1765,7 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1759
1765
|
"""
|
|
1760
1766
|
...
|
|
1761
1767
|
|
|
1762
|
-
class
|
|
1768
|
+
class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
1763
1769
|
COMPAT_ENGINES: typing.Any
|
|
1764
1770
|
bl_context: typing.Any
|
|
1765
1771
|
bl_label: typing.Any
|
|
@@ -1807,21 +1813,6 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
1807
1813
|
"""
|
|
1808
1814
|
...
|
|
1809
1815
|
|
|
1810
|
-
def draw_framerate(self, layout, rd):
|
|
1811
|
-
"""
|
|
1812
|
-
|
|
1813
|
-
:param layout:
|
|
1814
|
-
:param rd:
|
|
1815
|
-
"""
|
|
1816
|
-
...
|
|
1817
|
-
|
|
1818
|
-
def draw_header_preset(self, _context):
|
|
1819
|
-
"""
|
|
1820
|
-
|
|
1821
|
-
:param _context:
|
|
1822
|
-
"""
|
|
1823
|
-
...
|
|
1824
|
-
|
|
1825
1816
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1826
1817
|
"""Adds driver(s) to the given property
|
|
1827
1818
|
|
|
@@ -2001,7 +1992,7 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
2001
1992
|
"""
|
|
2002
1993
|
...
|
|
2003
1994
|
|
|
2004
|
-
class
|
|
1995
|
+
class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2005
1996
|
COMPAT_ENGINES: typing.Any
|
|
2006
1997
|
bl_context: typing.Any
|
|
2007
1998
|
bl_label: typing.Any
|
|
@@ -2228,10 +2219,12 @@ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
2228
2219
|
"""
|
|
2229
2220
|
...
|
|
2230
2221
|
|
|
2231
|
-
class
|
|
2222
|
+
class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2232
2223
|
COMPAT_ENGINES: typing.Any
|
|
2233
2224
|
bl_context: typing.Any
|
|
2234
2225
|
bl_label: typing.Any
|
|
2226
|
+
bl_options: typing.Any
|
|
2227
|
+
bl_parent_id: typing.Any
|
|
2235
2228
|
bl_region_type: typing.Any
|
|
2236
2229
|
bl_rna: typing.Any
|
|
2237
2230
|
bl_space_type: typing.Any
|
|
@@ -2455,11 +2448,10 @@ class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
2455
2448
|
"""
|
|
2456
2449
|
...
|
|
2457
2450
|
|
|
2458
|
-
class
|
|
2451
|
+
class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2459
2452
|
COMPAT_ENGINES: typing.Any
|
|
2460
2453
|
bl_context: typing.Any
|
|
2461
2454
|
bl_label: typing.Any
|
|
2462
|
-
bl_options: typing.Any
|
|
2463
2455
|
bl_parent_id: typing.Any
|
|
2464
2456
|
bl_region_type: typing.Any
|
|
2465
2457
|
bl_rna: typing.Any
|
|
@@ -2684,11 +2676,11 @@ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._Gen
|
|
|
2684
2676
|
"""
|
|
2685
2677
|
...
|
|
2686
2678
|
|
|
2687
|
-
class
|
|
2679
|
+
class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2688
2680
|
COMPAT_ENGINES: typing.Any
|
|
2689
2681
|
bl_context: typing.Any
|
|
2690
2682
|
bl_label: typing.Any
|
|
2691
|
-
|
|
2683
|
+
bl_options: typing.Any
|
|
2692
2684
|
bl_region_type: typing.Any
|
|
2693
2685
|
bl_rna: typing.Any
|
|
2694
2686
|
bl_space_type: typing.Any
|
|
@@ -2912,7 +2904,7 @@ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
2912
2904
|
"""
|
|
2913
2905
|
...
|
|
2914
2906
|
|
|
2915
|
-
class
|
|
2907
|
+
class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2916
2908
|
COMPAT_ENGINES: typing.Any
|
|
2917
2909
|
bl_context: typing.Any
|
|
2918
2910
|
bl_label: typing.Any
|
|
@@ -3140,11 +3132,12 @@ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3140
3132
|
"""
|
|
3141
3133
|
...
|
|
3142
3134
|
|
|
3143
|
-
class
|
|
3135
|
+
class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
3144
3136
|
COMPAT_ENGINES: typing.Any
|
|
3145
3137
|
bl_context: typing.Any
|
|
3146
3138
|
bl_label: typing.Any
|
|
3147
3139
|
bl_options: typing.Any
|
|
3140
|
+
bl_parent_id: typing.Any
|
|
3148
3141
|
bl_region_type: typing.Any
|
|
3149
3142
|
bl_rna: typing.Any
|
|
3150
3143
|
bl_space_type: typing.Any
|
|
@@ -3189,6 +3182,13 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3189
3182
|
"""
|
|
3190
3183
|
...
|
|
3191
3184
|
|
|
3185
|
+
def draw_header(self, context):
|
|
3186
|
+
"""
|
|
3187
|
+
|
|
3188
|
+
:param context:
|
|
3189
|
+
"""
|
|
3190
|
+
...
|
|
3191
|
+
|
|
3192
3192
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3193
3193
|
"""Adds driver(s) to the given property
|
|
3194
3194
|
|
|
@@ -3368,7 +3368,7 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3368
3368
|
"""
|
|
3369
3369
|
...
|
|
3370
3370
|
|
|
3371
|
-
class
|
|
3371
|
+
class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
3372
3372
|
COMPAT_ENGINES: typing.Any
|
|
3373
3373
|
bl_context: typing.Any
|
|
3374
3374
|
bl_label: typing.Any
|
|
@@ -3604,12 +3604,11 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3604
3604
|
"""
|
|
3605
3605
|
...
|
|
3606
3606
|
|
|
3607
|
-
class
|
|
3607
|
+
class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
3608
3608
|
COMPAT_ENGINES: typing.Any
|
|
3609
3609
|
bl_context: typing.Any
|
|
3610
3610
|
bl_label: typing.Any
|
|
3611
3611
|
bl_options: typing.Any
|
|
3612
|
-
bl_parent_id: typing.Any
|
|
3613
3612
|
bl_region_type: typing.Any
|
|
3614
3613
|
bl_rna: typing.Any
|
|
3615
3614
|
bl_space_type: typing.Any
|
|
@@ -3840,11 +3839,12 @@ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3840
3839
|
"""
|
|
3841
3840
|
...
|
|
3842
3841
|
|
|
3843
|
-
class
|
|
3842
|
+
class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
3844
3843
|
COMPAT_ENGINES: typing.Any
|
|
3845
3844
|
bl_context: typing.Any
|
|
3846
3845
|
bl_label: typing.Any
|
|
3847
3846
|
bl_options: typing.Any
|
|
3847
|
+
bl_parent_id: typing.Any
|
|
3848
3848
|
bl_region_type: typing.Any
|
|
3849
3849
|
bl_rna: typing.Any
|
|
3850
3850
|
bl_space_type: typing.Any
|
|
@@ -3889,13 +3889,6 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
3889
3889
|
"""
|
|
3890
3890
|
...
|
|
3891
3891
|
|
|
3892
|
-
def draw_header(self, context):
|
|
3893
|
-
"""
|
|
3894
|
-
|
|
3895
|
-
:param context:
|
|
3896
|
-
"""
|
|
3897
|
-
...
|
|
3898
|
-
|
|
3899
3892
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3900
3893
|
"""Adds driver(s) to the given property
|
|
3901
3894
|
|
|
@@ -4075,15 +4068,8 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
4075
4068
|
"""
|
|
4076
4069
|
...
|
|
4077
4070
|
|
|
4078
|
-
class
|
|
4079
|
-
COMPAT_ENGINES: typing.Any
|
|
4080
|
-
bl_context: typing.Any
|
|
4081
|
-
bl_label: typing.Any
|
|
4082
|
-
bl_options: typing.Any
|
|
4083
|
-
bl_parent_id: typing.Any
|
|
4084
|
-
bl_region_type: typing.Any
|
|
4071
|
+
class RENDER_UL_renderviews(bpy_types._GenericUI):
|
|
4085
4072
|
bl_rna: typing.Any
|
|
4086
|
-
bl_space_type: typing.Any
|
|
4087
4073
|
id_data: typing.Any
|
|
4088
4074
|
|
|
4089
4075
|
def append(self, draw_func):
|
|
@@ -4118,10 +4104,19 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
4118
4104
|
"""
|
|
4119
4105
|
...
|
|
4120
4106
|
|
|
4121
|
-
def
|
|
4107
|
+
def draw_item(
|
|
4108
|
+
self, _context, layout, _data, item, icon, _active_data, _active_propname, index
|
|
4109
|
+
):
|
|
4122
4110
|
"""
|
|
4123
4111
|
|
|
4124
|
-
:param
|
|
4112
|
+
:param _context:
|
|
4113
|
+
:param layout:
|
|
4114
|
+
:param _data:
|
|
4115
|
+
:param item:
|
|
4116
|
+
:param icon:
|
|
4117
|
+
:param _active_data:
|
|
4118
|
+
:param _active_propname:
|
|
4119
|
+
:param index:
|
|
4125
4120
|
"""
|
|
4126
4121
|
...
|
|
4127
4122
|
|
|
@@ -4247,13 +4242,6 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
4247
4242
|
"""Returns the property from the path, raise an exception when not found."""
|
|
4248
4243
|
...
|
|
4249
4244
|
|
|
4250
|
-
def poll(self, context):
|
|
4251
|
-
"""
|
|
4252
|
-
|
|
4253
|
-
:param context:
|
|
4254
|
-
"""
|
|
4255
|
-
...
|
|
4256
|
-
|
|
4257
4245
|
def pop(self):
|
|
4258
4246
|
"""Remove and return the value of the custom property assigned to key or default
|
|
4259
4247
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -4303,3 +4291,15 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
|
4303
4291
|
:return: custom property values.
|
|
4304
4292
|
"""
|
|
4305
4293
|
...
|
|
4294
|
+
|
|
4295
|
+
class RenderOutputButtonsPanel:
|
|
4296
|
+
bl_context: typing.Any
|
|
4297
|
+
bl_region_type: typing.Any
|
|
4298
|
+
bl_space_type: typing.Any
|
|
4299
|
+
|
|
4300
|
+
def poll(self, context):
|
|
4301
|
+
"""
|
|
4302
|
+
|
|
4303
|
+
:param context:
|
|
4304
|
+
"""
|
|
4305
|
+
...
|