fake-bpy-module 20240811__py3-none-any.whl → 20240813__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_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +76 -64
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
11
|
def alembic_export(
|
|
12
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
12
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
13
13
|
execution_context: int | str | None = None,
|
|
14
14
|
undo: bool | None = None,
|
|
15
15
|
*,
|
|
@@ -75,7 +75,7 @@ def alembic_export(
|
|
|
75
75
|
):
|
|
76
76
|
"""Export current scene in an Alembic archive
|
|
77
77
|
|
|
78
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
78
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
79
|
:type execution_context: int | str | None
|
|
80
80
|
:type undo: bool | None
|
|
81
81
|
:param filepath: File Path, Path to file
|
|
@@ -205,7 +205,7 @@ def alembic_export(
|
|
|
205
205
|
...
|
|
206
206
|
|
|
207
207
|
def alembic_import(
|
|
208
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
208
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
209
209
|
execution_context: int | str | None = None,
|
|
210
210
|
undo: bool | None = None,
|
|
211
211
|
*,
|
|
@@ -248,7 +248,7 @@ def alembic_import(
|
|
|
248
248
|
):
|
|
249
249
|
"""Load an Alembic archive
|
|
250
250
|
|
|
251
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
251
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
252
252
|
:type execution_context: int | str | None
|
|
253
253
|
:type undo: bool | None
|
|
254
254
|
:param filepath: File Path, Path to file
|
|
@@ -331,7 +331,7 @@ def alembic_import(
|
|
|
331
331
|
...
|
|
332
332
|
|
|
333
333
|
def append(
|
|
334
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
334
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
335
335
|
execution_context: int | str | None = None,
|
|
336
336
|
undo: bool | None = None,
|
|
337
337
|
*,
|
|
@@ -376,7 +376,7 @@ def append(
|
|
|
376
376
|
):
|
|
377
377
|
"""Append from a Library .blend file
|
|
378
378
|
|
|
379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
380
380
|
:type execution_context: int | str | None
|
|
381
381
|
:type undo: bool | None
|
|
382
382
|
:param filepath: File Path, Path to file
|
|
@@ -464,7 +464,7 @@ def append(
|
|
|
464
464
|
...
|
|
465
465
|
|
|
466
466
|
def batch_rename(
|
|
467
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
467
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
468
468
|
execution_context: int | str | None = None,
|
|
469
469
|
undo: bool | None = None,
|
|
470
470
|
*,
|
|
@@ -497,7 +497,7 @@ def batch_rename(
|
|
|
497
497
|
):
|
|
498
498
|
"""Rename multiple items at once
|
|
499
499
|
|
|
500
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
500
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
501
501
|
:type execution_context: int | str | None
|
|
502
502
|
:type undo: bool | None
|
|
503
503
|
:param data_type: Type, Type of data to rename
|
|
@@ -511,13 +511,13 @@ def batch_rename(
|
|
|
511
511
|
...
|
|
512
512
|
|
|
513
513
|
def blend_strings_utf8_validate(
|
|
514
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
514
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
515
515
|
execution_context: int | str | None = None,
|
|
516
516
|
undo: bool | None = None,
|
|
517
517
|
):
|
|
518
518
|
"""Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
|
|
519
519
|
|
|
520
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
520
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
521
521
|
:type execution_context: int | str | None
|
|
522
522
|
:type undo: bool | None
|
|
523
523
|
"""
|
|
@@ -525,7 +525,7 @@ def blend_strings_utf8_validate(
|
|
|
525
525
|
...
|
|
526
526
|
|
|
527
527
|
def call_asset_shelf_popover(
|
|
528
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
528
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
529
529
|
execution_context: int | str | None = None,
|
|
530
530
|
undo: bool | None = None,
|
|
531
531
|
*,
|
|
@@ -533,7 +533,7 @@ def call_asset_shelf_popover(
|
|
|
533
533
|
):
|
|
534
534
|
"""Open a predefined asset shelf in a popup
|
|
535
535
|
|
|
536
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
536
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
537
537
|
:type execution_context: int | str | None
|
|
538
538
|
:type undo: bool | None
|
|
539
539
|
:param name: Asset Shelf Name, Identifier of the asset shelf to display
|
|
@@ -543,7 +543,7 @@ def call_asset_shelf_popover(
|
|
|
543
543
|
...
|
|
544
544
|
|
|
545
545
|
def call_menu(
|
|
546
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
546
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
547
547
|
execution_context: int | str | None = None,
|
|
548
548
|
undo: bool | None = None,
|
|
549
549
|
*,
|
|
@@ -551,7 +551,7 @@ def call_menu(
|
|
|
551
551
|
):
|
|
552
552
|
"""Open a predefined menu
|
|
553
553
|
|
|
554
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
554
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
555
555
|
:type execution_context: int | str | None
|
|
556
556
|
:type undo: bool | None
|
|
557
557
|
:param name: Name, Name of the menu
|
|
@@ -561,7 +561,7 @@ def call_menu(
|
|
|
561
561
|
...
|
|
562
562
|
|
|
563
563
|
def call_menu_pie(
|
|
564
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
564
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
565
565
|
execution_context: int | str | None = None,
|
|
566
566
|
undo: bool | None = None,
|
|
567
567
|
*,
|
|
@@ -569,7 +569,7 @@ def call_menu_pie(
|
|
|
569
569
|
):
|
|
570
570
|
"""Open a predefined pie menu
|
|
571
571
|
|
|
572
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
572
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
573
573
|
:type execution_context: int | str | None
|
|
574
574
|
:type undo: bool | None
|
|
575
575
|
:param name: Name, Name of the pie menu
|
|
@@ -579,7 +579,7 @@ def call_menu_pie(
|
|
|
579
579
|
...
|
|
580
580
|
|
|
581
581
|
def call_panel(
|
|
582
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
582
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
583
583
|
execution_context: int | str | None = None,
|
|
584
584
|
undo: bool | None = None,
|
|
585
585
|
*,
|
|
@@ -588,7 +588,7 @@ def call_panel(
|
|
|
588
588
|
):
|
|
589
589
|
"""Open a predefined panel
|
|
590
590
|
|
|
591
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
591
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
592
592
|
:type execution_context: int | str | None
|
|
593
593
|
:type undo: bool | None
|
|
594
594
|
:param name: Name, Name of the menu
|
|
@@ -600,13 +600,13 @@ def call_panel(
|
|
|
600
600
|
...
|
|
601
601
|
|
|
602
602
|
def clear_recent_files(
|
|
603
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
603
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
604
604
|
execution_context: int | str | None = None,
|
|
605
605
|
undo: bool | None = None,
|
|
606
606
|
):
|
|
607
607
|
"""Clear the recent files list
|
|
608
608
|
|
|
609
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
609
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
610
610
|
:type execution_context: int | str | None
|
|
611
611
|
:type undo: bool | None
|
|
612
612
|
"""
|
|
@@ -614,7 +614,7 @@ def clear_recent_files(
|
|
|
614
614
|
...
|
|
615
615
|
|
|
616
616
|
def collada_export(
|
|
617
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
617
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
618
618
|
execution_context: int | str | None = None,
|
|
619
619
|
undo: bool | None = None,
|
|
620
620
|
*,
|
|
@@ -688,7 +688,7 @@ def collada_export(
|
|
|
688
688
|
):
|
|
689
689
|
"""Save a Collada file
|
|
690
690
|
|
|
691
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
691
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
692
692
|
:type execution_context: int | str | None
|
|
693
693
|
:type undo: bool | None
|
|
694
694
|
:param filepath: File Path, Path to file
|
|
@@ -892,7 +892,7 @@ def collada_export(
|
|
|
892
892
|
...
|
|
893
893
|
|
|
894
894
|
def collada_import(
|
|
895
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
895
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
896
896
|
execution_context: int | str | None = None,
|
|
897
897
|
undo: bool | None = None,
|
|
898
898
|
*,
|
|
@@ -932,7 +932,7 @@ def collada_import(
|
|
|
932
932
|
):
|
|
933
933
|
"""Load a Collada file
|
|
934
934
|
|
|
935
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
935
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
936
936
|
:type execution_context: int | str | None
|
|
937
937
|
:type undo: bool | None
|
|
938
938
|
:param filepath: File Path, Path to file
|
|
@@ -1011,13 +1011,13 @@ def collada_import(
|
|
|
1011
1011
|
...
|
|
1012
1012
|
|
|
1013
1013
|
def collection_export_all(
|
|
1014
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1014
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1015
1015
|
execution_context: int | str | None = None,
|
|
1016
1016
|
undo: bool | None = None,
|
|
1017
1017
|
):
|
|
1018
1018
|
"""Invoke all configured exporters for all collections
|
|
1019
1019
|
|
|
1020
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1020
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1021
1021
|
:type execution_context: int | str | None
|
|
1022
1022
|
:type undo: bool | None
|
|
1023
1023
|
"""
|
|
@@ -1025,7 +1025,7 @@ def collection_export_all(
|
|
|
1025
1025
|
...
|
|
1026
1026
|
|
|
1027
1027
|
def context_collection_boolean_set(
|
|
1028
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1028
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1029
1029
|
execution_context: int | str | None = None,
|
|
1030
1030
|
undo: bool | None = None,
|
|
1031
1031
|
*,
|
|
@@ -1035,7 +1035,7 @@ def context_collection_boolean_set(
|
|
|
1035
1035
|
):
|
|
1036
1036
|
"""Set boolean values for a collection of items
|
|
1037
1037
|
|
|
1038
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1038
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1039
1039
|
:type execution_context: int | str | None
|
|
1040
1040
|
:type undo: bool | None
|
|
1041
1041
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
@@ -1049,7 +1049,7 @@ def context_collection_boolean_set(
|
|
|
1049
1049
|
...
|
|
1050
1050
|
|
|
1051
1051
|
def context_cycle_array(
|
|
1052
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1052
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1053
1053
|
execution_context: int | str | None = None,
|
|
1054
1054
|
undo: bool | None = None,
|
|
1055
1055
|
*,
|
|
@@ -1058,7 +1058,7 @@ def context_cycle_array(
|
|
|
1058
1058
|
):
|
|
1059
1059
|
"""Set a context array value (useful for cycling the active mesh edit mode)
|
|
1060
1060
|
|
|
1061
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1061
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1062
1062
|
:type execution_context: int | str | None
|
|
1063
1063
|
:type undo: bool | None
|
|
1064
1064
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1070,7 +1070,7 @@ def context_cycle_array(
|
|
|
1070
1070
|
...
|
|
1071
1071
|
|
|
1072
1072
|
def context_cycle_enum(
|
|
1073
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1073
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1074
1074
|
execution_context: int | str | None = None,
|
|
1075
1075
|
undo: bool | None = None,
|
|
1076
1076
|
*,
|
|
@@ -1080,7 +1080,7 @@ def context_cycle_enum(
|
|
|
1080
1080
|
):
|
|
1081
1081
|
"""Toggle a context value
|
|
1082
1082
|
|
|
1083
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1083
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1084
1084
|
:type execution_context: int | str | None
|
|
1085
1085
|
:type undo: bool | None
|
|
1086
1086
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1094,7 +1094,7 @@ def context_cycle_enum(
|
|
|
1094
1094
|
...
|
|
1095
1095
|
|
|
1096
1096
|
def context_cycle_int(
|
|
1097
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1097
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1098
1098
|
execution_context: int | str | None = None,
|
|
1099
1099
|
undo: bool | None = None,
|
|
1100
1100
|
*,
|
|
@@ -1104,7 +1104,7 @@ def context_cycle_int(
|
|
|
1104
1104
|
):
|
|
1105
1105
|
"""Set a context value (useful for cycling active material, shape keys, groups, etc.)
|
|
1106
1106
|
|
|
1107
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1107
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1108
1108
|
:type execution_context: int | str | None
|
|
1109
1109
|
:type undo: bool | None
|
|
1110
1110
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1118,7 +1118,7 @@ def context_cycle_int(
|
|
|
1118
1118
|
...
|
|
1119
1119
|
|
|
1120
1120
|
def context_menu_enum(
|
|
1121
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1121
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1122
1122
|
execution_context: int | str | None = None,
|
|
1123
1123
|
undo: bool | None = None,
|
|
1124
1124
|
*,
|
|
@@ -1126,7 +1126,7 @@ def context_menu_enum(
|
|
|
1126
1126
|
):
|
|
1127
1127
|
"""Undocumented, consider contributing.
|
|
1128
1128
|
|
|
1129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1129
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1130
1130
|
:type execution_context: int | str | None
|
|
1131
1131
|
:type undo: bool | None
|
|
1132
1132
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1136,7 +1136,7 @@ def context_menu_enum(
|
|
|
1136
1136
|
...
|
|
1137
1137
|
|
|
1138
1138
|
def context_modal_mouse(
|
|
1139
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1139
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1140
1140
|
execution_context: int | str | None = None,
|
|
1141
1141
|
undo: bool | None = None,
|
|
1142
1142
|
*,
|
|
@@ -1149,7 +1149,7 @@ def context_modal_mouse(
|
|
|
1149
1149
|
):
|
|
1150
1150
|
"""Adjust arbitrary values with mouse input
|
|
1151
1151
|
|
|
1152
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1152
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1153
1153
|
:type execution_context: int | str | None
|
|
1154
1154
|
:type undo: bool | None
|
|
1155
1155
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
@@ -1169,7 +1169,7 @@ def context_modal_mouse(
|
|
|
1169
1169
|
...
|
|
1170
1170
|
|
|
1171
1171
|
def context_pie_enum(
|
|
1172
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1172
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1173
1173
|
execution_context: int | str | None = None,
|
|
1174
1174
|
undo: bool | None = None,
|
|
1175
1175
|
*,
|
|
@@ -1177,7 +1177,7 @@ def context_pie_enum(
|
|
|
1177
1177
|
):
|
|
1178
1178
|
"""Undocumented, consider contributing.
|
|
1179
1179
|
|
|
1180
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1180
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1181
1181
|
:type execution_context: int | str | None
|
|
1182
1182
|
:type undo: bool | None
|
|
1183
1183
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1187,7 +1187,7 @@ def context_pie_enum(
|
|
|
1187
1187
|
...
|
|
1188
1188
|
|
|
1189
1189
|
def context_scale_float(
|
|
1190
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1190
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1191
1191
|
execution_context: int | str | None = None,
|
|
1192
1192
|
undo: bool | None = None,
|
|
1193
1193
|
*,
|
|
@@ -1196,7 +1196,7 @@ def context_scale_float(
|
|
|
1196
1196
|
):
|
|
1197
1197
|
"""Scale a float context value
|
|
1198
1198
|
|
|
1199
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1199
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1200
1200
|
:type execution_context: int | str | None
|
|
1201
1201
|
:type undo: bool | None
|
|
1202
1202
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1208,7 +1208,7 @@ def context_scale_float(
|
|
|
1208
1208
|
...
|
|
1209
1209
|
|
|
1210
1210
|
def context_scale_int(
|
|
1211
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1211
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1212
1212
|
execution_context: int | str | None = None,
|
|
1213
1213
|
undo: bool | None = None,
|
|
1214
1214
|
*,
|
|
@@ -1218,7 +1218,7 @@ def context_scale_int(
|
|
|
1218
1218
|
):
|
|
1219
1219
|
"""Scale an int context value
|
|
1220
1220
|
|
|
1221
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1222
1222
|
:type execution_context: int | str | None
|
|
1223
1223
|
:type undo: bool | None
|
|
1224
1224
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1232,7 +1232,7 @@ def context_scale_int(
|
|
|
1232
1232
|
...
|
|
1233
1233
|
|
|
1234
1234
|
def context_set_boolean(
|
|
1235
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1235
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1236
1236
|
execution_context: int | str | None = None,
|
|
1237
1237
|
undo: bool | None = None,
|
|
1238
1238
|
*,
|
|
@@ -1241,7 +1241,7 @@ def context_set_boolean(
|
|
|
1241
1241
|
):
|
|
1242
1242
|
"""Set a context value
|
|
1243
1243
|
|
|
1244
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1244
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1245
1245
|
:type execution_context: int | str | None
|
|
1246
1246
|
:type undo: bool | None
|
|
1247
1247
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1253,7 +1253,7 @@ def context_set_boolean(
|
|
|
1253
1253
|
...
|
|
1254
1254
|
|
|
1255
1255
|
def context_set_enum(
|
|
1256
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1256
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1257
1257
|
execution_context: int | str | None = None,
|
|
1258
1258
|
undo: bool | None = None,
|
|
1259
1259
|
*,
|
|
@@ -1262,7 +1262,7 @@ def context_set_enum(
|
|
|
1262
1262
|
):
|
|
1263
1263
|
"""Set a context value
|
|
1264
1264
|
|
|
1265
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1265
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1266
1266
|
:type execution_context: int | str | None
|
|
1267
1267
|
:type undo: bool | None
|
|
1268
1268
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1274,7 +1274,7 @@ def context_set_enum(
|
|
|
1274
1274
|
...
|
|
1275
1275
|
|
|
1276
1276
|
def context_set_float(
|
|
1277
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1277
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1278
1278
|
execution_context: int | str | None = None,
|
|
1279
1279
|
undo: bool | None = None,
|
|
1280
1280
|
*,
|
|
@@ -1284,7 +1284,7 @@ def context_set_float(
|
|
|
1284
1284
|
):
|
|
1285
1285
|
"""Set a context value
|
|
1286
1286
|
|
|
1287
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1287
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1288
1288
|
:type execution_context: int | str | None
|
|
1289
1289
|
:type undo: bool | None
|
|
1290
1290
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1298,7 +1298,7 @@ def context_set_float(
|
|
|
1298
1298
|
...
|
|
1299
1299
|
|
|
1300
1300
|
def context_set_id(
|
|
1301
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1301
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1302
1302
|
execution_context: int | str | None = None,
|
|
1303
1303
|
undo: bool | None = None,
|
|
1304
1304
|
*,
|
|
@@ -1307,7 +1307,7 @@ def context_set_id(
|
|
|
1307
1307
|
):
|
|
1308
1308
|
"""Set a context value to an ID data-block
|
|
1309
1309
|
|
|
1310
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1310
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1311
1311
|
:type execution_context: int | str | None
|
|
1312
1312
|
:type undo: bool | None
|
|
1313
1313
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1319,7 +1319,7 @@ def context_set_id(
|
|
|
1319
1319
|
...
|
|
1320
1320
|
|
|
1321
1321
|
def context_set_int(
|
|
1322
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1322
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1323
1323
|
execution_context: int | str | None = None,
|
|
1324
1324
|
undo: bool | None = None,
|
|
1325
1325
|
*,
|
|
@@ -1329,7 +1329,7 @@ def context_set_int(
|
|
|
1329
1329
|
):
|
|
1330
1330
|
"""Set a context value
|
|
1331
1331
|
|
|
1332
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1332
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1333
1333
|
:type execution_context: int | str | None
|
|
1334
1334
|
:type undo: bool | None
|
|
1335
1335
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1343,7 +1343,7 @@ def context_set_int(
|
|
|
1343
1343
|
...
|
|
1344
1344
|
|
|
1345
1345
|
def context_set_string(
|
|
1346
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1346
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1347
1347
|
execution_context: int | str | None = None,
|
|
1348
1348
|
undo: bool | None = None,
|
|
1349
1349
|
*,
|
|
@@ -1352,7 +1352,7 @@ def context_set_string(
|
|
|
1352
1352
|
):
|
|
1353
1353
|
"""Set a context value
|
|
1354
1354
|
|
|
1355
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1355
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1356
1356
|
:type execution_context: int | str | None
|
|
1357
1357
|
:type undo: bool | None
|
|
1358
1358
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1364,7 +1364,7 @@ def context_set_string(
|
|
|
1364
1364
|
...
|
|
1365
1365
|
|
|
1366
1366
|
def context_set_value(
|
|
1367
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1367
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1368
1368
|
execution_context: int | str | None = None,
|
|
1369
1369
|
undo: bool | None = None,
|
|
1370
1370
|
*,
|
|
@@ -1373,7 +1373,7 @@ def context_set_value(
|
|
|
1373
1373
|
):
|
|
1374
1374
|
"""Set a context value
|
|
1375
1375
|
|
|
1376
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1376
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1377
1377
|
:type execution_context: int | str | None
|
|
1378
1378
|
:type undo: bool | None
|
|
1379
1379
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1385,7 +1385,7 @@ def context_set_value(
|
|
|
1385
1385
|
...
|
|
1386
1386
|
|
|
1387
1387
|
def context_toggle(
|
|
1388
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1388
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1389
1389
|
execution_context: int | str | None = None,
|
|
1390
1390
|
undo: bool | None = None,
|
|
1391
1391
|
*,
|
|
@@ -1394,7 +1394,7 @@ def context_toggle(
|
|
|
1394
1394
|
):
|
|
1395
1395
|
"""Toggle a context value
|
|
1396
1396
|
|
|
1397
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1397
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1398
1398
|
:type execution_context: int | str | None
|
|
1399
1399
|
:type undo: bool | None
|
|
1400
1400
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1406,7 +1406,7 @@ def context_toggle(
|
|
|
1406
1406
|
...
|
|
1407
1407
|
|
|
1408
1408
|
def context_toggle_enum(
|
|
1409
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1409
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1410
1410
|
execution_context: int | str | None = None,
|
|
1411
1411
|
undo: bool | None = None,
|
|
1412
1412
|
*,
|
|
@@ -1416,7 +1416,7 @@ def context_toggle_enum(
|
|
|
1416
1416
|
):
|
|
1417
1417
|
"""Toggle a context value
|
|
1418
1418
|
|
|
1419
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1419
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1420
1420
|
:type execution_context: int | str | None
|
|
1421
1421
|
:type undo: bool | None
|
|
1422
1422
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1430,7 +1430,7 @@ def context_toggle_enum(
|
|
|
1430
1430
|
...
|
|
1431
1431
|
|
|
1432
1432
|
def debug_menu(
|
|
1433
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1433
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1434
1434
|
execution_context: int | str | None = None,
|
|
1435
1435
|
undo: bool | None = None,
|
|
1436
1436
|
*,
|
|
@@ -1438,7 +1438,7 @@ def debug_menu(
|
|
|
1438
1438
|
):
|
|
1439
1439
|
"""Open a popup to set the debug level
|
|
1440
1440
|
|
|
1441
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1441
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1442
1442
|
:type execution_context: int | str | None
|
|
1443
1443
|
:type undo: bool | None
|
|
1444
1444
|
:param debug_value: Debug Value
|
|
@@ -1448,7 +1448,7 @@ def debug_menu(
|
|
|
1448
1448
|
...
|
|
1449
1449
|
|
|
1450
1450
|
def doc_view(
|
|
1451
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1451
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1452
1452
|
execution_context: int | str | None = None,
|
|
1453
1453
|
undo: bool | None = None,
|
|
1454
1454
|
*,
|
|
@@ -1456,7 +1456,7 @@ def doc_view(
|
|
|
1456
1456
|
):
|
|
1457
1457
|
"""Open online reference docs in a web browser
|
|
1458
1458
|
|
|
1459
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1459
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1460
1460
|
:type execution_context: int | str | None
|
|
1461
1461
|
:type undo: bool | None
|
|
1462
1462
|
:param doc_id: Doc ID
|
|
@@ -1466,7 +1466,7 @@ def doc_view(
|
|
|
1466
1466
|
...
|
|
1467
1467
|
|
|
1468
1468
|
def doc_view_manual(
|
|
1469
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1469
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1470
1470
|
execution_context: int | str | None = None,
|
|
1471
1471
|
undo: bool | None = None,
|
|
1472
1472
|
*,
|
|
@@ -1474,7 +1474,7 @@ def doc_view_manual(
|
|
|
1474
1474
|
):
|
|
1475
1475
|
"""Load online manual
|
|
1476
1476
|
|
|
1477
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1477
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1478
1478
|
:type execution_context: int | str | None
|
|
1479
1479
|
:type undo: bool | None
|
|
1480
1480
|
:param doc_id: Doc ID
|
|
@@ -1484,13 +1484,13 @@ def doc_view_manual(
|
|
|
1484
1484
|
...
|
|
1485
1485
|
|
|
1486
1486
|
def doc_view_manual_ui_context(
|
|
1487
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1487
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1488
1488
|
execution_context: int | str | None = None,
|
|
1489
1489
|
undo: bool | None = None,
|
|
1490
1490
|
):
|
|
1491
1491
|
"""View a context based online manual in a web browser
|
|
1492
1492
|
|
|
1493
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1493
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1494
1494
|
:type execution_context: int | str | None
|
|
1495
1495
|
:type undo: bool | None
|
|
1496
1496
|
"""
|
|
@@ -1498,7 +1498,7 @@ def doc_view_manual_ui_context(
|
|
|
1498
1498
|
...
|
|
1499
1499
|
|
|
1500
1500
|
def drop_blend_file(
|
|
1501
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1501
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1502
1502
|
execution_context: int | str | None = None,
|
|
1503
1503
|
undo: bool | None = None,
|
|
1504
1504
|
*,
|
|
@@ -1506,7 +1506,7 @@ def drop_blend_file(
|
|
|
1506
1506
|
):
|
|
1507
1507
|
"""Undocumented, consider contributing.
|
|
1508
1508
|
|
|
1509
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1509
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1510
1510
|
:type execution_context: int | str | None
|
|
1511
1511
|
:type undo: bool | None
|
|
1512
1512
|
:param filepath: filepath
|
|
@@ -1516,7 +1516,7 @@ def drop_blend_file(
|
|
|
1516
1516
|
...
|
|
1517
1517
|
|
|
1518
1518
|
def drop_import_file(
|
|
1519
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1519
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1520
1520
|
execution_context: int | str | None = None,
|
|
1521
1521
|
undo: bool | None = None,
|
|
1522
1522
|
*,
|
|
@@ -1526,7 +1526,7 @@ def drop_import_file(
|
|
|
1526
1526
|
):
|
|
1527
1527
|
"""Operator that allows file handlers to receive file drops
|
|
1528
1528
|
|
|
1529
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1530
1530
|
:type execution_context: int | str | None
|
|
1531
1531
|
:type undo: bool | None
|
|
1532
1532
|
:param directory: Directory, Directory of the file
|
|
@@ -1538,7 +1538,7 @@ def drop_import_file(
|
|
|
1538
1538
|
...
|
|
1539
1539
|
|
|
1540
1540
|
def gpencil_export_pdf(
|
|
1541
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1541
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1542
1542
|
execution_context: int | str | None = None,
|
|
1543
1543
|
undo: bool | None = None,
|
|
1544
1544
|
*,
|
|
@@ -1576,7 +1576,7 @@ def gpencil_export_pdf(
|
|
|
1576
1576
|
):
|
|
1577
1577
|
"""Export grease pencil to PDF
|
|
1578
1578
|
|
|
1579
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1579
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1580
1580
|
:type execution_context: int | str | None
|
|
1581
1581
|
:type undo: bool | None
|
|
1582
1582
|
:param filepath: File Path, Path to file
|
|
@@ -1668,7 +1668,7 @@ def gpencil_export_pdf(
|
|
|
1668
1668
|
...
|
|
1669
1669
|
|
|
1670
1670
|
def gpencil_export_svg(
|
|
1671
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1671
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1672
1672
|
execution_context: int | str | None = None,
|
|
1673
1673
|
undo: bool | None = None,
|
|
1674
1674
|
*,
|
|
@@ -1706,7 +1706,7 @@ def gpencil_export_svg(
|
|
|
1706
1706
|
):
|
|
1707
1707
|
"""Export grease pencil to SVG
|
|
1708
1708
|
|
|
1709
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1709
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1710
1710
|
:type execution_context: int | str | None
|
|
1711
1711
|
:type undo: bool | None
|
|
1712
1712
|
:param filepath: File Path, Path to file
|
|
@@ -1789,7 +1789,7 @@ def gpencil_export_svg(
|
|
|
1789
1789
|
...
|
|
1790
1790
|
|
|
1791
1791
|
def gpencil_import_svg(
|
|
1792
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1792
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1793
1793
|
execution_context: int | str | None = None,
|
|
1794
1794
|
undo: bool | None = None,
|
|
1795
1795
|
*,
|
|
@@ -1827,7 +1827,7 @@ def gpencil_import_svg(
|
|
|
1827
1827
|
):
|
|
1828
1828
|
"""Import SVG into grease pencil
|
|
1829
1829
|
|
|
1830
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1830
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1831
1831
|
:type execution_context: int | str | None
|
|
1832
1832
|
:type undo: bool | None
|
|
1833
1833
|
:param filepath: File Path, Path to file
|
|
@@ -1901,7 +1901,7 @@ def gpencil_import_svg(
|
|
|
1901
1901
|
...
|
|
1902
1902
|
|
|
1903
1903
|
def interface_theme_preset_add(
|
|
1904
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1904
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1905
1905
|
execution_context: int | str | None = None,
|
|
1906
1906
|
undo: bool | None = None,
|
|
1907
1907
|
*,
|
|
@@ -1911,7 +1911,7 @@ def interface_theme_preset_add(
|
|
|
1911
1911
|
):
|
|
1912
1912
|
"""Add a custom theme to the preset list
|
|
1913
1913
|
|
|
1914
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1914
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1915
1915
|
:type execution_context: int | str | None
|
|
1916
1916
|
:type undo: bool | None
|
|
1917
1917
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1925,7 +1925,7 @@ def interface_theme_preset_add(
|
|
|
1925
1925
|
...
|
|
1926
1926
|
|
|
1927
1927
|
def interface_theme_preset_remove(
|
|
1928
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1928
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1929
1929
|
execution_context: int | str | None = None,
|
|
1930
1930
|
undo: bool | None = None,
|
|
1931
1931
|
*,
|
|
@@ -1935,7 +1935,7 @@ def interface_theme_preset_remove(
|
|
|
1935
1935
|
):
|
|
1936
1936
|
"""Remove a custom theme from the preset list
|
|
1937
1937
|
|
|
1938
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1938
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1939
1939
|
:type execution_context: int | str | None
|
|
1940
1940
|
:type undo: bool | None
|
|
1941
1941
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1949,7 +1949,7 @@ def interface_theme_preset_remove(
|
|
|
1949
1949
|
...
|
|
1950
1950
|
|
|
1951
1951
|
def interface_theme_preset_save(
|
|
1952
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1952
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1953
1953
|
execution_context: int | str | None = None,
|
|
1954
1954
|
undo: bool | None = None,
|
|
1955
1955
|
*,
|
|
@@ -1959,7 +1959,7 @@ def interface_theme_preset_save(
|
|
|
1959
1959
|
):
|
|
1960
1960
|
"""Save a custom theme in the preset list
|
|
1961
1961
|
|
|
1962
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1962
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1963
1963
|
:type execution_context: int | str | None
|
|
1964
1964
|
:type undo: bool | None
|
|
1965
1965
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1973,7 +1973,7 @@ def interface_theme_preset_save(
|
|
|
1973
1973
|
...
|
|
1974
1974
|
|
|
1975
1975
|
def keyconfig_preset_add(
|
|
1976
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1976
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1977
1977
|
execution_context: int | str | None = None,
|
|
1978
1978
|
undo: bool | None = None,
|
|
1979
1979
|
*,
|
|
@@ -1983,7 +1983,7 @@ def keyconfig_preset_add(
|
|
|
1983
1983
|
):
|
|
1984
1984
|
"""Add a custom keymap configuration to the preset list
|
|
1985
1985
|
|
|
1986
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1986
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1987
1987
|
:type execution_context: int | str | None
|
|
1988
1988
|
:type undo: bool | None
|
|
1989
1989
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1997,7 +1997,7 @@ def keyconfig_preset_add(
|
|
|
1997
1997
|
...
|
|
1998
1998
|
|
|
1999
1999
|
def keyconfig_preset_remove(
|
|
2000
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2000
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2001
2001
|
execution_context: int | str | None = None,
|
|
2002
2002
|
undo: bool | None = None,
|
|
2003
2003
|
*,
|
|
@@ -2007,7 +2007,7 @@ def keyconfig_preset_remove(
|
|
|
2007
2007
|
):
|
|
2008
2008
|
"""Remove a custom keymap configuration from the preset list
|
|
2009
2009
|
|
|
2010
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2010
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2011
2011
|
:type execution_context: int | str | None
|
|
2012
2012
|
:type undo: bool | None
|
|
2013
2013
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2021,7 +2021,7 @@ def keyconfig_preset_remove(
|
|
|
2021
2021
|
...
|
|
2022
2022
|
|
|
2023
2023
|
def lib_reload(
|
|
2024
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2024
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2025
2025
|
execution_context: int | str | None = None,
|
|
2026
2026
|
undo: bool | None = None,
|
|
2027
2027
|
*,
|
|
@@ -2058,7 +2058,7 @@ def lib_reload(
|
|
|
2058
2058
|
):
|
|
2059
2059
|
"""Reload the given library
|
|
2060
2060
|
|
|
2061
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2061
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2062
2062
|
:type execution_context: int | str | None
|
|
2063
2063
|
:type undo: bool | None
|
|
2064
2064
|
:param library: Library, Library to reload
|
|
@@ -2132,7 +2132,7 @@ def lib_reload(
|
|
|
2132
2132
|
...
|
|
2133
2133
|
|
|
2134
2134
|
def lib_relocate(
|
|
2135
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2135
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2136
2136
|
execution_context: int | str | None = None,
|
|
2137
2137
|
undo: bool | None = None,
|
|
2138
2138
|
*,
|
|
@@ -2171,7 +2171,7 @@ def lib_relocate(
|
|
|
2171
2171
|
):
|
|
2172
2172
|
"""Relocate the given library to one or several others
|
|
2173
2173
|
|
|
2174
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2174
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2175
2175
|
:type execution_context: int | str | None
|
|
2176
2176
|
:type undo: bool | None
|
|
2177
2177
|
:param library: Library, Library to relocate
|
|
@@ -2247,7 +2247,7 @@ def lib_relocate(
|
|
|
2247
2247
|
...
|
|
2248
2248
|
|
|
2249
2249
|
def link(
|
|
2250
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2250
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2251
2251
|
execution_context: int | str | None = None,
|
|
2252
2252
|
undo: bool | None = None,
|
|
2253
2253
|
*,
|
|
@@ -2291,7 +2291,7 @@ def link(
|
|
|
2291
2291
|
):
|
|
2292
2292
|
"""Link from a Library .blend file
|
|
2293
2293
|
|
|
2294
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2294
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2295
2295
|
:type execution_context: int | str | None
|
|
2296
2296
|
:type undo: bool | None
|
|
2297
2297
|
:param filepath: File Path, Path to file
|
|
@@ -2377,13 +2377,13 @@ def link(
|
|
|
2377
2377
|
...
|
|
2378
2378
|
|
|
2379
2379
|
def memory_statistics(
|
|
2380
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2380
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2381
2381
|
execution_context: int | str | None = None,
|
|
2382
2382
|
undo: bool | None = None,
|
|
2383
2383
|
):
|
|
2384
2384
|
"""Print memory statistics to the console
|
|
2385
2385
|
|
|
2386
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2386
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2387
2387
|
:type execution_context: int | str | None
|
|
2388
2388
|
:type undo: bool | None
|
|
2389
2389
|
"""
|
|
@@ -2391,7 +2391,7 @@ def memory_statistics(
|
|
|
2391
2391
|
...
|
|
2392
2392
|
|
|
2393
2393
|
def obj_export(
|
|
2394
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2395
2395
|
execution_context: int | str | None = None,
|
|
2396
2396
|
undo: bool | None = None,
|
|
2397
2397
|
*,
|
|
@@ -2453,7 +2453,7 @@ def obj_export(
|
|
|
2453
2453
|
):
|
|
2454
2454
|
"""Save the scene to a Wavefront OBJ file
|
|
2455
2455
|
|
|
2456
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2456
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2457
2457
|
:type execution_context: int | str | None
|
|
2458
2458
|
:type undo: bool | None
|
|
2459
2459
|
:param filepath: File Path, Path to file
|
|
@@ -2625,7 +2625,7 @@ def obj_export(
|
|
|
2625
2625
|
...
|
|
2626
2626
|
|
|
2627
2627
|
def obj_import(
|
|
2628
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2628
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2629
2629
|
execution_context: int | str | None = None,
|
|
2630
2630
|
undo: bool | None = None,
|
|
2631
2631
|
*,
|
|
@@ -2674,7 +2674,7 @@ def obj_import(
|
|
|
2674
2674
|
):
|
|
2675
2675
|
"""Load a Wavefront OBJ scene
|
|
2676
2676
|
|
|
2677
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2677
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2678
2678
|
:type execution_context: int | str | None
|
|
2679
2679
|
:type undo: bool | None
|
|
2680
2680
|
:param filepath: File Path, Path to file
|
|
@@ -2798,7 +2798,7 @@ def obj_import(
|
|
|
2798
2798
|
...
|
|
2799
2799
|
|
|
2800
2800
|
def open_mainfile(
|
|
2801
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2801
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2802
2802
|
execution_context: int | str | None = None,
|
|
2803
2803
|
undo: bool | None = None,
|
|
2804
2804
|
*,
|
|
@@ -2835,7 +2835,7 @@ def open_mainfile(
|
|
|
2835
2835
|
):
|
|
2836
2836
|
"""Open a Blender file
|
|
2837
2837
|
|
|
2838
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2838
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2839
2839
|
:type execution_context: int | str | None
|
|
2840
2840
|
:type undo: bool | None
|
|
2841
2841
|
:param filepath: File Path, Path to file
|
|
@@ -2909,13 +2909,13 @@ def open_mainfile(
|
|
|
2909
2909
|
...
|
|
2910
2910
|
|
|
2911
2911
|
def operator_cheat_sheet(
|
|
2912
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2912
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2913
2913
|
execution_context: int | str | None = None,
|
|
2914
2914
|
undo: bool | None = None,
|
|
2915
2915
|
):
|
|
2916
2916
|
"""List all the operators in a text-block, useful for scripting
|
|
2917
2917
|
|
|
2918
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2918
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2919
2919
|
:type execution_context: int | str | None
|
|
2920
2920
|
:type undo: bool | None
|
|
2921
2921
|
"""
|
|
@@ -2923,13 +2923,13 @@ def operator_cheat_sheet(
|
|
|
2923
2923
|
...
|
|
2924
2924
|
|
|
2925
2925
|
def operator_defaults(
|
|
2926
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2926
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2927
2927
|
execution_context: int | str | None = None,
|
|
2928
2928
|
undo: bool | None = None,
|
|
2929
2929
|
):
|
|
2930
2930
|
"""Set the active operator to its default values
|
|
2931
2931
|
|
|
2932
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2932
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2933
2933
|
:type execution_context: int | str | None
|
|
2934
2934
|
:type undo: bool | None
|
|
2935
2935
|
"""
|
|
@@ -2937,7 +2937,7 @@ def operator_defaults(
|
|
|
2937
2937
|
...
|
|
2938
2938
|
|
|
2939
2939
|
def operator_pie_enum(
|
|
2940
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2940
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2941
2941
|
execution_context: int | str | None = None,
|
|
2942
2942
|
undo: bool | None = None,
|
|
2943
2943
|
*,
|
|
@@ -2946,7 +2946,7 @@ def operator_pie_enum(
|
|
|
2946
2946
|
):
|
|
2947
2947
|
"""Undocumented, consider contributing.
|
|
2948
2948
|
|
|
2949
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2949
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2950
2950
|
:type execution_context: int | str | None
|
|
2951
2951
|
:type undo: bool | None
|
|
2952
2952
|
:param data_path: Operator, Operator name (in Python as string)
|
|
@@ -2958,7 +2958,7 @@ def operator_pie_enum(
|
|
|
2958
2958
|
...
|
|
2959
2959
|
|
|
2960
2960
|
def operator_preset_add(
|
|
2961
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2961
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2962
2962
|
execution_context: int | str | None = None,
|
|
2963
2963
|
undo: bool | None = None,
|
|
2964
2964
|
*,
|
|
@@ -2969,7 +2969,7 @@ def operator_preset_add(
|
|
|
2969
2969
|
):
|
|
2970
2970
|
"""Add or remove an Operator Preset
|
|
2971
2971
|
|
|
2972
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2972
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2973
2973
|
:type execution_context: int | str | None
|
|
2974
2974
|
:type undo: bool | None
|
|
2975
2975
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2985,7 +2985,7 @@ def operator_preset_add(
|
|
|
2985
2985
|
...
|
|
2986
2986
|
|
|
2987
2987
|
def operator_presets_cleanup(
|
|
2988
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2988
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2989
2989
|
execution_context: int | str | None = None,
|
|
2990
2990
|
undo: bool | None = None,
|
|
2991
2991
|
*,
|
|
@@ -2995,7 +2995,7 @@ def operator_presets_cleanup(
|
|
|
2995
2995
|
):
|
|
2996
2996
|
"""Remove outdated operator properties from presets that may cause problems
|
|
2997
2997
|
|
|
2998
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2998
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2999
2999
|
:type execution_context: int | str | None
|
|
3000
3000
|
:type undo: bool | None
|
|
3001
3001
|
:param operator: operator
|
|
@@ -3007,7 +3007,7 @@ def operator_presets_cleanup(
|
|
|
3007
3007
|
...
|
|
3008
3008
|
|
|
3009
3009
|
def owner_disable(
|
|
3010
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3010
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3011
3011
|
execution_context: int | str | None = None,
|
|
3012
3012
|
undo: bool | None = None,
|
|
3013
3013
|
*,
|
|
@@ -3015,7 +3015,7 @@ def owner_disable(
|
|
|
3015
3015
|
):
|
|
3016
3016
|
"""Disable add-on for workspace
|
|
3017
3017
|
|
|
3018
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3018
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3019
3019
|
:type execution_context: int | str | None
|
|
3020
3020
|
:type undo: bool | None
|
|
3021
3021
|
:param owner_id: UI Tag
|
|
@@ -3025,7 +3025,7 @@ def owner_disable(
|
|
|
3025
3025
|
...
|
|
3026
3026
|
|
|
3027
3027
|
def owner_enable(
|
|
3028
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3028
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3029
3029
|
execution_context: int | str | None = None,
|
|
3030
3030
|
undo: bool | None = None,
|
|
3031
3031
|
*,
|
|
@@ -3033,7 +3033,7 @@ def owner_enable(
|
|
|
3033
3033
|
):
|
|
3034
3034
|
"""Enable add-on for workspace
|
|
3035
3035
|
|
|
3036
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3036
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3037
3037
|
:type execution_context: int | str | None
|
|
3038
3038
|
:type undo: bool | None
|
|
3039
3039
|
:param owner_id: UI Tag
|
|
@@ -3043,7 +3043,7 @@ def owner_enable(
|
|
|
3043
3043
|
...
|
|
3044
3044
|
|
|
3045
3045
|
def path_open(
|
|
3046
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3046
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3047
3047
|
execution_context: int | str | None = None,
|
|
3048
3048
|
undo: bool | None = None,
|
|
3049
3049
|
*,
|
|
@@ -3051,7 +3051,7 @@ def path_open(
|
|
|
3051
3051
|
):
|
|
3052
3052
|
"""Open a path in a file browser
|
|
3053
3053
|
|
|
3054
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3054
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3055
3055
|
:type execution_context: int | str | None
|
|
3056
3056
|
:type undo: bool | None
|
|
3057
3057
|
:param filepath: filepath
|
|
@@ -3061,7 +3061,7 @@ def path_open(
|
|
|
3061
3061
|
...
|
|
3062
3062
|
|
|
3063
3063
|
def ply_export(
|
|
3064
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3064
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3065
3065
|
execution_context: int | str | None = None,
|
|
3066
3066
|
undo: bool | None = None,
|
|
3067
3067
|
*,
|
|
@@ -3110,7 +3110,7 @@ def ply_export(
|
|
|
3110
3110
|
):
|
|
3111
3111
|
"""Save the scene to a PLY file
|
|
3112
3112
|
|
|
3113
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3113
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3114
3114
|
:type execution_context: int | str | None
|
|
3115
3115
|
:type undo: bool | None
|
|
3116
3116
|
:param filepath: File Path, Path to file
|
|
@@ -3245,7 +3245,7 @@ def ply_export(
|
|
|
3245
3245
|
...
|
|
3246
3246
|
|
|
3247
3247
|
def ply_import(
|
|
3248
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3248
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3249
3249
|
execution_context: int | str | None = None,
|
|
3250
3250
|
undo: bool | None = None,
|
|
3251
3251
|
*,
|
|
@@ -3292,7 +3292,7 @@ def ply_import(
|
|
|
3292
3292
|
):
|
|
3293
3293
|
"""Import an PLY file as an object
|
|
3294
3294
|
|
|
3295
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3295
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3296
3296
|
:type execution_context: int | str | None
|
|
3297
3297
|
:type undo: bool | None
|
|
3298
3298
|
:param filepath: File Path, Path to file
|
|
@@ -3421,7 +3421,7 @@ def ply_import(
|
|
|
3421
3421
|
...
|
|
3422
3422
|
|
|
3423
3423
|
def previews_batch_clear(
|
|
3424
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3424
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3425
3425
|
execution_context: int | str | None = None,
|
|
3426
3426
|
undo: bool | None = None,
|
|
3427
3427
|
*,
|
|
@@ -3439,7 +3439,7 @@ def previews_batch_clear(
|
|
|
3439
3439
|
):
|
|
3440
3440
|
"""Clear selected .blend file's previews
|
|
3441
3441
|
|
|
3442
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3443
3443
|
:type execution_context: int | str | None
|
|
3444
3444
|
:type undo: bool | None
|
|
3445
3445
|
:param files: files
|
|
@@ -3467,7 +3467,7 @@ def previews_batch_clear(
|
|
|
3467
3467
|
...
|
|
3468
3468
|
|
|
3469
3469
|
def previews_batch_generate(
|
|
3470
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3470
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3471
3471
|
execution_context: int | str | None = None,
|
|
3472
3472
|
undo: bool | None = None,
|
|
3473
3473
|
*,
|
|
@@ -3485,7 +3485,7 @@ def previews_batch_generate(
|
|
|
3485
3485
|
):
|
|
3486
3486
|
"""Generate selected .blend file's previews
|
|
3487
3487
|
|
|
3488
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3488
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3489
3489
|
:type execution_context: int | str | None
|
|
3490
3490
|
:type undo: bool | None
|
|
3491
3491
|
:param files: Collection of file paths with common directory root
|
|
@@ -3513,7 +3513,7 @@ def previews_batch_generate(
|
|
|
3513
3513
|
...
|
|
3514
3514
|
|
|
3515
3515
|
def previews_clear(
|
|
3516
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3516
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3517
3517
|
execution_context: int | str | None = None,
|
|
3518
3518
|
undo: bool | None = None,
|
|
3519
3519
|
*,
|
|
@@ -3536,7 +3536,7 @@ def previews_clear(
|
|
|
3536
3536
|
):
|
|
3537
3537
|
"""Clear data-block previews (only for some types like objects, materials, textures, etc.)
|
|
3538
3538
|
|
|
3539
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3539
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3540
3540
|
:type execution_context: int | str | None
|
|
3541
3541
|
:type undo: bool | None
|
|
3542
3542
|
:param id_type: Data-Block Type, Which data-block previews to clear
|
|
@@ -3579,13 +3579,13 @@ def previews_clear(
|
|
|
3579
3579
|
...
|
|
3580
3580
|
|
|
3581
3581
|
def previews_ensure(
|
|
3582
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3582
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3583
3583
|
execution_context: int | str | None = None,
|
|
3584
3584
|
undo: bool | None = None,
|
|
3585
3585
|
):
|
|
3586
3586
|
"""Ensure data-block previews are available and up-to-date (to be saved in .blend file, only for some types like materials, textures, etc.)
|
|
3587
3587
|
|
|
3588
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3588
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3589
3589
|
:type execution_context: int | str | None
|
|
3590
3590
|
:type undo: bool | None
|
|
3591
3591
|
"""
|
|
@@ -3593,7 +3593,7 @@ def previews_ensure(
|
|
|
3593
3593
|
...
|
|
3594
3594
|
|
|
3595
3595
|
def properties_add(
|
|
3596
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3596
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3597
3597
|
execution_context: int | str | None = None,
|
|
3598
3598
|
undo: bool | None = None,
|
|
3599
3599
|
*,
|
|
@@ -3601,7 +3601,7 @@ def properties_add(
|
|
|
3601
3601
|
):
|
|
3602
3602
|
"""Add your own property to the data-block
|
|
3603
3603
|
|
|
3604
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3604
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3605
3605
|
:type execution_context: int | str | None
|
|
3606
3606
|
:type undo: bool | None
|
|
3607
3607
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -3611,7 +3611,7 @@ def properties_add(
|
|
|
3611
3611
|
...
|
|
3612
3612
|
|
|
3613
3613
|
def properties_context_change(
|
|
3614
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3614
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3615
3615
|
execution_context: int | str | None = None,
|
|
3616
3616
|
undo: bool | None = None,
|
|
3617
3617
|
*,
|
|
@@ -3619,7 +3619,7 @@ def properties_context_change(
|
|
|
3619
3619
|
):
|
|
3620
3620
|
"""Jump to a different tab inside the properties editor
|
|
3621
3621
|
|
|
3622
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3622
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3623
3623
|
:type execution_context: int | str | None
|
|
3624
3624
|
:type undo: bool | None
|
|
3625
3625
|
:param context: Context
|
|
@@ -3629,7 +3629,7 @@ def properties_context_change(
|
|
|
3629
3629
|
...
|
|
3630
3630
|
|
|
3631
3631
|
def properties_edit(
|
|
3632
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3632
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3633
3633
|
execution_context: int | str | None = None,
|
|
3634
3634
|
undo: bool | None = None,
|
|
3635
3635
|
*,
|
|
@@ -3812,7 +3812,7 @@ def properties_edit(
|
|
|
3812
3812
|
):
|
|
3813
3813
|
"""Change a custom property's type, or adjust how it is displayed in the interface
|
|
3814
3814
|
|
|
3815
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3815
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3816
3816
|
:type execution_context: int | str | None
|
|
3817
3817
|
:type undo: bool | None
|
|
3818
3818
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -3897,7 +3897,7 @@ def properties_edit(
|
|
|
3897
3897
|
...
|
|
3898
3898
|
|
|
3899
3899
|
def properties_edit_value(
|
|
3900
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3900
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3901
3901
|
execution_context: int | str | None = None,
|
|
3902
3902
|
undo: bool | None = None,
|
|
3903
3903
|
*,
|
|
@@ -3907,7 +3907,7 @@ def properties_edit_value(
|
|
|
3907
3907
|
):
|
|
3908
3908
|
"""Edit the value of a custom property
|
|
3909
3909
|
|
|
3910
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3910
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3911
3911
|
:type execution_context: int | str | None
|
|
3912
3912
|
:type undo: bool | None
|
|
3913
3913
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -3921,7 +3921,7 @@ def properties_edit_value(
|
|
|
3921
3921
|
...
|
|
3922
3922
|
|
|
3923
3923
|
def properties_remove(
|
|
3924
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3924
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3925
3925
|
execution_context: int | str | None = None,
|
|
3926
3926
|
undo: bool | None = None,
|
|
3927
3927
|
*,
|
|
@@ -3930,7 +3930,7 @@ def properties_remove(
|
|
|
3930
3930
|
):
|
|
3931
3931
|
"""Internal use (edit a property data_path)
|
|
3932
3932
|
|
|
3933
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3933
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3934
3934
|
:type execution_context: int | str | None
|
|
3935
3935
|
:type undo: bool | None
|
|
3936
3936
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -3942,13 +3942,13 @@ def properties_remove(
|
|
|
3942
3942
|
...
|
|
3943
3943
|
|
|
3944
3944
|
def quit_blender(
|
|
3945
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3945
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3946
3946
|
execution_context: int | str | None = None,
|
|
3947
3947
|
undo: bool | None = None,
|
|
3948
3948
|
):
|
|
3949
3949
|
"""Quit Blender
|
|
3950
3950
|
|
|
3951
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3951
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3952
3952
|
:type execution_context: int | str | None
|
|
3953
3953
|
:type undo: bool | None
|
|
3954
3954
|
"""
|
|
@@ -3956,7 +3956,7 @@ def quit_blender(
|
|
|
3956
3956
|
...
|
|
3957
3957
|
|
|
3958
3958
|
def radial_control(
|
|
3959
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3959
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3960
3960
|
execution_context: int | str | None = None,
|
|
3961
3961
|
undo: bool | None = None,
|
|
3962
3962
|
*,
|
|
@@ -3975,7 +3975,7 @@ def radial_control(
|
|
|
3975
3975
|
):
|
|
3976
3976
|
"""Set some size property (e.g. brush size) with mouse wheel
|
|
3977
3977
|
|
|
3978
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3978
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3979
3979
|
:type execution_context: int | str | None
|
|
3980
3980
|
:type undo: bool | None
|
|
3981
3981
|
:param data_path_primary: Primary Data Path, Primary path of property to be set by the radial control
|
|
@@ -4007,7 +4007,7 @@ def radial_control(
|
|
|
4007
4007
|
...
|
|
4008
4008
|
|
|
4009
4009
|
def read_factory_settings(
|
|
4010
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4010
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4011
4011
|
execution_context: int | str | None = None,
|
|
4012
4012
|
undo: bool | None = None,
|
|
4013
4013
|
*,
|
|
@@ -4017,7 +4017,7 @@ def read_factory_settings(
|
|
|
4017
4017
|
):
|
|
4018
4018
|
"""Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
|
|
4019
4019
|
|
|
4020
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4020
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4021
4021
|
:type execution_context: int | str | None
|
|
4022
4022
|
:type undo: bool | None
|
|
4023
4023
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
@@ -4030,7 +4030,7 @@ def read_factory_settings(
|
|
|
4030
4030
|
...
|
|
4031
4031
|
|
|
4032
4032
|
def read_factory_userpref(
|
|
4033
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4033
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4034
4034
|
execution_context: int | str | None = None,
|
|
4035
4035
|
undo: bool | None = None,
|
|
4036
4036
|
*,
|
|
@@ -4038,7 +4038,7 @@ def read_factory_userpref(
|
|
|
4038
4038
|
):
|
|
4039
4039
|
"""Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
|
|
4040
4040
|
|
|
4041
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4041
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4042
4042
|
:type execution_context: int | str | None
|
|
4043
4043
|
:type undo: bool | None
|
|
4044
4044
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
@@ -4048,13 +4048,13 @@ def read_factory_userpref(
|
|
|
4048
4048
|
...
|
|
4049
4049
|
|
|
4050
4050
|
def read_history(
|
|
4051
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4051
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4052
4052
|
execution_context: int | str | None = None,
|
|
4053
4053
|
undo: bool | None = None,
|
|
4054
4054
|
):
|
|
4055
4055
|
"""Reloads history and bookmarks
|
|
4056
4056
|
|
|
4057
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4057
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4058
4058
|
:type execution_context: int | str | None
|
|
4059
4059
|
:type undo: bool | None
|
|
4060
4060
|
"""
|
|
@@ -4062,7 +4062,7 @@ def read_history(
|
|
|
4062
4062
|
...
|
|
4063
4063
|
|
|
4064
4064
|
def read_homefile(
|
|
4065
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4065
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4066
4066
|
execution_context: int | str | None = None,
|
|
4067
4067
|
undo: bool | None = None,
|
|
4068
4068
|
*,
|
|
@@ -4076,7 +4076,7 @@ def read_homefile(
|
|
|
4076
4076
|
):
|
|
4077
4077
|
"""Open the default file
|
|
4078
4078
|
|
|
4079
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4079
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4080
4080
|
:type execution_context: int | str | None
|
|
4081
4081
|
:type undo: bool | None
|
|
4082
4082
|
:param filepath: File Path, Path to an alternative start-up file
|
|
@@ -4097,13 +4097,13 @@ def read_homefile(
|
|
|
4097
4097
|
...
|
|
4098
4098
|
|
|
4099
4099
|
def read_userpref(
|
|
4100
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4100
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4101
4101
|
execution_context: int | str | None = None,
|
|
4102
4102
|
undo: bool | None = None,
|
|
4103
4103
|
):
|
|
4104
4104
|
"""Load last saved preferences
|
|
4105
4105
|
|
|
4106
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4106
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4107
4107
|
:type execution_context: int | str | None
|
|
4108
4108
|
:type undo: bool | None
|
|
4109
4109
|
"""
|
|
@@ -4111,7 +4111,7 @@ def read_userpref(
|
|
|
4111
4111
|
...
|
|
4112
4112
|
|
|
4113
4113
|
def recover_auto_save(
|
|
4114
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4114
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4115
4115
|
execution_context: int | str | None = None,
|
|
4116
4116
|
undo: bool | None = None,
|
|
4117
4117
|
*,
|
|
@@ -4145,7 +4145,7 @@ def recover_auto_save(
|
|
|
4145
4145
|
):
|
|
4146
4146
|
"""Open an automatically saved file to recover it
|
|
4147
4147
|
|
|
4148
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4148
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4149
4149
|
:type execution_context: int | str | None
|
|
4150
4150
|
:type undo: bool | None
|
|
4151
4151
|
:param filepath: File Path, Path to file
|
|
@@ -4213,7 +4213,7 @@ def recover_auto_save(
|
|
|
4213
4213
|
...
|
|
4214
4214
|
|
|
4215
4215
|
def recover_last_session(
|
|
4216
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4216
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4217
4217
|
execution_context: int | str | None = None,
|
|
4218
4218
|
undo: bool | None = None,
|
|
4219
4219
|
*,
|
|
@@ -4221,7 +4221,7 @@ def recover_last_session(
|
|
|
4221
4221
|
):
|
|
4222
4222
|
"""Open the last closed file ("quit.blend")
|
|
4223
4223
|
|
|
4224
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4224
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4225
4225
|
:type execution_context: int | str | None
|
|
4226
4226
|
:type undo: bool | None
|
|
4227
4227
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
@@ -4231,7 +4231,7 @@ def recover_last_session(
|
|
|
4231
4231
|
...
|
|
4232
4232
|
|
|
4233
4233
|
def redraw_timer(
|
|
4234
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4234
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4235
4235
|
execution_context: int | str | None = None,
|
|
4236
4236
|
undo: bool | None = None,
|
|
4237
4237
|
*,
|
|
@@ -4250,7 +4250,7 @@ def redraw_timer(
|
|
|
4250
4250
|
):
|
|
4251
4251
|
"""Simple redraw timer to test the speed of updating the interface
|
|
4252
4252
|
|
|
4253
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4254
4254
|
:type execution_context: int | str | None
|
|
4255
4255
|
:type undo: bool | None
|
|
4256
4256
|
:param type: Type
|
|
@@ -4285,7 +4285,7 @@ def redraw_timer(
|
|
|
4285
4285
|
...
|
|
4286
4286
|
|
|
4287
4287
|
def revert_mainfile(
|
|
4288
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4288
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4289
4289
|
execution_context: int | str | None = None,
|
|
4290
4290
|
undo: bool | None = None,
|
|
4291
4291
|
*,
|
|
@@ -4293,7 +4293,7 @@ def revert_mainfile(
|
|
|
4293
4293
|
):
|
|
4294
4294
|
"""Reload the saved file
|
|
4295
4295
|
|
|
4296
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4297
4297
|
:type execution_context: int | str | None
|
|
4298
4298
|
:type undo: bool | None
|
|
4299
4299
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
@@ -4303,7 +4303,7 @@ def revert_mainfile(
|
|
|
4303
4303
|
...
|
|
4304
4304
|
|
|
4305
4305
|
def save_as_mainfile(
|
|
4306
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4306
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4307
4307
|
execution_context: int | str | None = None,
|
|
4308
4308
|
undo: bool | None = None,
|
|
4309
4309
|
*,
|
|
@@ -4339,7 +4339,7 @@ def save_as_mainfile(
|
|
|
4339
4339
|
):
|
|
4340
4340
|
"""Save the current file in the desired location
|
|
4341
4341
|
|
|
4342
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4342
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4343
4343
|
:type execution_context: int | str | None
|
|
4344
4344
|
:type undo: bool | None
|
|
4345
4345
|
:param filepath: File Path, Path to file
|
|
@@ -4411,13 +4411,13 @@ def save_as_mainfile(
|
|
|
4411
4411
|
...
|
|
4412
4412
|
|
|
4413
4413
|
def save_homefile(
|
|
4414
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4414
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4415
4415
|
execution_context: int | str | None = None,
|
|
4416
4416
|
undo: bool | None = None,
|
|
4417
4417
|
):
|
|
4418
4418
|
"""Make the current file the default startup file
|
|
4419
4419
|
|
|
4420
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4421
4421
|
:type execution_context: int | str | None
|
|
4422
4422
|
:type undo: bool | None
|
|
4423
4423
|
"""
|
|
@@ -4425,7 +4425,7 @@ def save_homefile(
|
|
|
4425
4425
|
...
|
|
4426
4426
|
|
|
4427
4427
|
def save_mainfile(
|
|
4428
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4428
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4429
4429
|
execution_context: int | str | None = None,
|
|
4430
4430
|
undo: bool | None = None,
|
|
4431
4431
|
*,
|
|
@@ -4462,7 +4462,7 @@ def save_mainfile(
|
|
|
4462
4462
|
):
|
|
4463
4463
|
"""Save the current Blender file
|
|
4464
4464
|
|
|
4465
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4465
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4466
4466
|
:type execution_context: int | str | None
|
|
4467
4467
|
:type undo: bool | None
|
|
4468
4468
|
:param filepath: File Path, Path to file
|
|
@@ -4536,13 +4536,13 @@ def save_mainfile(
|
|
|
4536
4536
|
...
|
|
4537
4537
|
|
|
4538
4538
|
def save_userpref(
|
|
4539
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4539
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4540
4540
|
execution_context: int | str | None = None,
|
|
4541
4541
|
undo: bool | None = None,
|
|
4542
4542
|
):
|
|
4543
4543
|
"""Make the current preferences default
|
|
4544
4544
|
|
|
4545
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4545
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4546
4546
|
:type execution_context: int | str | None
|
|
4547
4547
|
:type undo: bool | None
|
|
4548
4548
|
"""
|
|
@@ -4550,13 +4550,13 @@ def save_userpref(
|
|
|
4550
4550
|
...
|
|
4551
4551
|
|
|
4552
4552
|
def search_menu(
|
|
4553
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4553
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4554
4554
|
execution_context: int | str | None = None,
|
|
4555
4555
|
undo: bool | None = None,
|
|
4556
4556
|
):
|
|
4557
4557
|
"""Pop-up a search over all menus in the current context
|
|
4558
4558
|
|
|
4559
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4559
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4560
4560
|
:type execution_context: int | str | None
|
|
4561
4561
|
:type undo: bool | None
|
|
4562
4562
|
"""
|
|
@@ -4564,13 +4564,13 @@ def search_menu(
|
|
|
4564
4564
|
...
|
|
4565
4565
|
|
|
4566
4566
|
def search_operator(
|
|
4567
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4567
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4568
4568
|
execution_context: int | str | None = None,
|
|
4569
4569
|
undo: bool | None = None,
|
|
4570
4570
|
):
|
|
4571
4571
|
"""Pop-up a search over all available operators in current context
|
|
4572
4572
|
|
|
4573
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4573
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4574
4574
|
:type execution_context: int | str | None
|
|
4575
4575
|
:type undo: bool | None
|
|
4576
4576
|
"""
|
|
@@ -4578,7 +4578,7 @@ def search_operator(
|
|
|
4578
4578
|
...
|
|
4579
4579
|
|
|
4580
4580
|
def search_single_menu(
|
|
4581
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4581
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4582
4582
|
execution_context: int | str | None = None,
|
|
4583
4583
|
undo: bool | None = None,
|
|
4584
4584
|
*,
|
|
@@ -4587,7 +4587,7 @@ def search_single_menu(
|
|
|
4587
4587
|
):
|
|
4588
4588
|
"""Pop-up a search for a menu in current context
|
|
4589
4589
|
|
|
4590
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4590
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4591
4591
|
:type execution_context: int | str | None
|
|
4592
4592
|
:type undo: bool | None
|
|
4593
4593
|
:param menu_idname: Menu Name, Menu to search in
|
|
@@ -4599,7 +4599,7 @@ def search_single_menu(
|
|
|
4599
4599
|
...
|
|
4600
4600
|
|
|
4601
4601
|
def set_stereo_3d(
|
|
4602
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4602
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4603
4603
|
execution_context: int | str | None = None,
|
|
4604
4604
|
undo: bool | None = None,
|
|
4605
4605
|
*,
|
|
@@ -4618,7 +4618,7 @@ def set_stereo_3d(
|
|
|
4618
4618
|
):
|
|
4619
4619
|
"""Toggle 3D stereo support for current window (or change the display mode)
|
|
4620
4620
|
|
|
4621
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4621
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4622
4622
|
:type execution_context: int | str | None
|
|
4623
4623
|
:type undo: bool | None
|
|
4624
4624
|
:param display_mode: Display Mode
|
|
@@ -4636,13 +4636,13 @@ def set_stereo_3d(
|
|
|
4636
4636
|
...
|
|
4637
4637
|
|
|
4638
4638
|
def splash(
|
|
4639
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4639
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4640
4640
|
execution_context: int | str | None = None,
|
|
4641
4641
|
undo: bool | None = None,
|
|
4642
4642
|
):
|
|
4643
4643
|
"""Open the splash screen with release info
|
|
4644
4644
|
|
|
4645
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4645
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4646
4646
|
:type execution_context: int | str | None
|
|
4647
4647
|
:type undo: bool | None
|
|
4648
4648
|
"""
|
|
@@ -4650,13 +4650,13 @@ def splash(
|
|
|
4650
4650
|
...
|
|
4651
4651
|
|
|
4652
4652
|
def splash_about(
|
|
4653
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4653
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4654
4654
|
execution_context: int | str | None = None,
|
|
4655
4655
|
undo: bool | None = None,
|
|
4656
4656
|
):
|
|
4657
4657
|
"""Open a window with information about Blender
|
|
4658
4658
|
|
|
4659
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4659
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4660
4660
|
:type execution_context: int | str | None
|
|
4661
4661
|
:type undo: bool | None
|
|
4662
4662
|
"""
|
|
@@ -4664,7 +4664,7 @@ def splash_about(
|
|
|
4664
4664
|
...
|
|
4665
4665
|
|
|
4666
4666
|
def stl_export(
|
|
4667
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4667
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4668
4668
|
execution_context: int | str | None = None,
|
|
4669
4669
|
undo: bool | None = None,
|
|
4670
4670
|
*,
|
|
@@ -4710,7 +4710,7 @@ def stl_export(
|
|
|
4710
4710
|
):
|
|
4711
4711
|
"""Save the scene to an STL file
|
|
4712
4712
|
|
|
4713
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4713
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4714
4714
|
:type execution_context: int | str | None
|
|
4715
4715
|
:type undo: bool | None
|
|
4716
4716
|
:param filepath: File Path, Path to file
|
|
@@ -4830,7 +4830,7 @@ def stl_export(
|
|
|
4830
4830
|
...
|
|
4831
4831
|
|
|
4832
4832
|
def stl_import(
|
|
4833
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4833
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4834
4834
|
execution_context: int | str | None = None,
|
|
4835
4835
|
undo: bool | None = None,
|
|
4836
4836
|
*,
|
|
@@ -4876,7 +4876,7 @@ def stl_import(
|
|
|
4876
4876
|
):
|
|
4877
4877
|
"""Import an STL file as an object
|
|
4878
4878
|
|
|
4879
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4879
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4880
4880
|
:type execution_context: int | str | None
|
|
4881
4881
|
:type undo: bool | None
|
|
4882
4882
|
:param filepath: File Path, Path to file
|
|
@@ -4994,7 +4994,7 @@ def stl_import(
|
|
|
4994
4994
|
...
|
|
4995
4995
|
|
|
4996
4996
|
def sysinfo(
|
|
4997
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4997
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4998
4998
|
execution_context: int | str | None = None,
|
|
4999
4999
|
undo: bool | None = None,
|
|
5000
5000
|
*,
|
|
@@ -5002,7 +5002,7 @@ def sysinfo(
|
|
|
5002
5002
|
):
|
|
5003
5003
|
"""Generate system information, saved into a text file
|
|
5004
5004
|
|
|
5005
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5005
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5006
5006
|
:type execution_context: int | str | None
|
|
5007
5007
|
:type undo: bool | None
|
|
5008
5008
|
:param filepath: filepath
|
|
@@ -5012,7 +5012,7 @@ def sysinfo(
|
|
|
5012
5012
|
...
|
|
5013
5013
|
|
|
5014
5014
|
def tool_set_by_id(
|
|
5015
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5015
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5016
5016
|
execution_context: int | str | None = None,
|
|
5017
5017
|
undo: bool | None = None,
|
|
5018
5018
|
*,
|
|
@@ -5044,7 +5044,7 @@ def tool_set_by_id(
|
|
|
5044
5044
|
):
|
|
5045
5045
|
"""Set the tool by name (for key-maps)
|
|
5046
5046
|
|
|
5047
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5047
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5048
5048
|
:type execution_context: int | str | None
|
|
5049
5049
|
:type undo: bool | None
|
|
5050
5050
|
:param name: Identifier, Identifier of the tool
|
|
@@ -5060,7 +5060,7 @@ def tool_set_by_id(
|
|
|
5060
5060
|
...
|
|
5061
5061
|
|
|
5062
5062
|
def tool_set_by_index(
|
|
5063
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5063
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5064
5064
|
execution_context: int | str | None = None,
|
|
5065
5065
|
undo: bool | None = None,
|
|
5066
5066
|
*,
|
|
@@ -5093,7 +5093,7 @@ def tool_set_by_index(
|
|
|
5093
5093
|
):
|
|
5094
5094
|
"""Set the tool by index (for key-maps)
|
|
5095
5095
|
|
|
5096
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5096
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5097
5097
|
:type execution_context: int | str | None
|
|
5098
5098
|
:type undo: bool | None
|
|
5099
5099
|
:param index: Index in Toolbar
|
|
@@ -5111,13 +5111,13 @@ def tool_set_by_index(
|
|
|
5111
5111
|
...
|
|
5112
5112
|
|
|
5113
5113
|
def toolbar(
|
|
5114
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5114
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5115
5115
|
execution_context: int | str | None = None,
|
|
5116
5116
|
undo: bool | None = None,
|
|
5117
5117
|
):
|
|
5118
5118
|
"""Undocumented, consider contributing.
|
|
5119
5119
|
|
|
5120
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5120
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5121
5121
|
:type execution_context: int | str | None
|
|
5122
5122
|
:type undo: bool | None
|
|
5123
5123
|
"""
|
|
@@ -5125,13 +5125,13 @@ def toolbar(
|
|
|
5125
5125
|
...
|
|
5126
5126
|
|
|
5127
5127
|
def toolbar_fallback_pie(
|
|
5128
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5128
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5129
5129
|
execution_context: int | str | None = None,
|
|
5130
5130
|
undo: bool | None = None,
|
|
5131
5131
|
):
|
|
5132
5132
|
"""Undocumented, consider contributing.
|
|
5133
5133
|
|
|
5134
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5134
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5135
5135
|
:type execution_context: int | str | None
|
|
5136
5136
|
:type undo: bool | None
|
|
5137
5137
|
"""
|
|
@@ -5139,13 +5139,13 @@ def toolbar_fallback_pie(
|
|
|
5139
5139
|
...
|
|
5140
5140
|
|
|
5141
5141
|
def toolbar_prompt(
|
|
5142
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5142
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5143
5143
|
execution_context: int | str | None = None,
|
|
5144
5144
|
undo: bool | None = None,
|
|
5145
5145
|
):
|
|
5146
5146
|
"""Leader key like functionality for accessing tools
|
|
5147
5147
|
|
|
5148
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5148
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5149
5149
|
:type execution_context: int | str | None
|
|
5150
5150
|
:type undo: bool | None
|
|
5151
5151
|
"""
|
|
@@ -5153,7 +5153,7 @@ def toolbar_prompt(
|
|
|
5153
5153
|
...
|
|
5154
5154
|
|
|
5155
5155
|
def url_open(
|
|
5156
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5156
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5157
5157
|
execution_context: int | str | None = None,
|
|
5158
5158
|
undo: bool | None = None,
|
|
5159
5159
|
*,
|
|
@@ -5161,7 +5161,7 @@ def url_open(
|
|
|
5161
5161
|
):
|
|
5162
5162
|
"""Open a website in the web browser
|
|
5163
5163
|
|
|
5164
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5164
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5165
5165
|
:type execution_context: int | str | None
|
|
5166
5166
|
:type undo: bool | None
|
|
5167
5167
|
:param url: URL, URL to open
|
|
@@ -5171,7 +5171,7 @@ def url_open(
|
|
|
5171
5171
|
...
|
|
5172
5172
|
|
|
5173
5173
|
def url_open_preset(
|
|
5174
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5174
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5175
5175
|
execution_context: int | str | None = None,
|
|
5176
5176
|
undo: bool | None = None,
|
|
5177
5177
|
*,
|
|
@@ -5179,7 +5179,7 @@ def url_open_preset(
|
|
|
5179
5179
|
):
|
|
5180
5180
|
"""Open a preset website in the web browser
|
|
5181
5181
|
|
|
5182
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5182
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5183
5183
|
:type execution_context: int | str | None
|
|
5184
5184
|
:type undo: bool | None
|
|
5185
5185
|
:param type: Site
|
|
@@ -5189,7 +5189,7 @@ def url_open_preset(
|
|
|
5189
5189
|
...
|
|
5190
5190
|
|
|
5191
5191
|
def usd_export(
|
|
5192
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5192
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5193
5193
|
execution_context: int | str | None = None,
|
|
5194
5194
|
undo: bool | None = None,
|
|
5195
5195
|
*,
|
|
@@ -5277,7 +5277,7 @@ def usd_export(
|
|
|
5277
5277
|
):
|
|
5278
5278
|
"""Export current scene in a USD archive
|
|
5279
5279
|
|
|
5280
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5280
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5281
5281
|
:type execution_context: int | str | None
|
|
5282
5282
|
:type undo: bool | None
|
|
5283
5283
|
:param filepath: File Path, Path to file
|
|
@@ -5516,7 +5516,7 @@ def usd_export(
|
|
|
5516
5516
|
...
|
|
5517
5517
|
|
|
5518
5518
|
def usd_import(
|
|
5519
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5519
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5520
5520
|
execution_context: int | str | None = None,
|
|
5521
5521
|
undo: bool | None = None,
|
|
5522
5522
|
*,
|
|
@@ -5588,7 +5588,7 @@ def usd_import(
|
|
|
5588
5588
|
):
|
|
5589
5589
|
"""Import USD stage into current scene
|
|
5590
5590
|
|
|
5591
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5591
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5592
5592
|
:type execution_context: int | str | None
|
|
5593
5593
|
:type undo: bool | None
|
|
5594
5594
|
:param filepath: File Path, Path to file
|
|
@@ -5755,13 +5755,13 @@ def usd_import(
|
|
|
5755
5755
|
...
|
|
5756
5756
|
|
|
5757
5757
|
def window_close(
|
|
5758
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5758
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5759
5759
|
execution_context: int | str | None = None,
|
|
5760
5760
|
undo: bool | None = None,
|
|
5761
5761
|
):
|
|
5762
5762
|
"""Close the current window
|
|
5763
5763
|
|
|
5764
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5764
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5765
5765
|
:type execution_context: int | str | None
|
|
5766
5766
|
:type undo: bool | None
|
|
5767
5767
|
"""
|
|
@@ -5769,13 +5769,13 @@ def window_close(
|
|
|
5769
5769
|
...
|
|
5770
5770
|
|
|
5771
5771
|
def window_fullscreen_toggle(
|
|
5772
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5772
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5773
5773
|
execution_context: int | str | None = None,
|
|
5774
5774
|
undo: bool | None = None,
|
|
5775
5775
|
):
|
|
5776
5776
|
"""Toggle the current window full-screen
|
|
5777
5777
|
|
|
5778
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5778
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5779
5779
|
:type execution_context: int | str | None
|
|
5780
5780
|
:type undo: bool | None
|
|
5781
5781
|
"""
|
|
@@ -5783,13 +5783,13 @@ def window_fullscreen_toggle(
|
|
|
5783
5783
|
...
|
|
5784
5784
|
|
|
5785
5785
|
def window_new(
|
|
5786
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5786
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5787
5787
|
execution_context: int | str | None = None,
|
|
5788
5788
|
undo: bool | None = None,
|
|
5789
5789
|
):
|
|
5790
5790
|
"""Create a new window
|
|
5791
5791
|
|
|
5792
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5792
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5793
5793
|
:type execution_context: int | str | None
|
|
5794
5794
|
:type undo: bool | None
|
|
5795
5795
|
"""
|
|
@@ -5797,13 +5797,13 @@ def window_new(
|
|
|
5797
5797
|
...
|
|
5798
5798
|
|
|
5799
5799
|
def window_new_main(
|
|
5800
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5800
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5801
5801
|
execution_context: int | str | None = None,
|
|
5802
5802
|
undo: bool | None = None,
|
|
5803
5803
|
):
|
|
5804
5804
|
"""Create a new main window with its own workspace and scene selection
|
|
5805
5805
|
|
|
5806
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5806
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5807
5807
|
:type execution_context: int | str | None
|
|
5808
5808
|
:type undo: bool | None
|
|
5809
5809
|
"""
|
|
@@ -5811,7 +5811,7 @@ def window_new_main(
|
|
|
5811
5811
|
...
|
|
5812
5812
|
|
|
5813
5813
|
def xr_navigation_fly(
|
|
5814
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5814
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5815
5815
|
execution_context: int | str | None = None,
|
|
5816
5816
|
undo: bool | None = None,
|
|
5817
5817
|
*,
|
|
@@ -5847,7 +5847,7 @@ def xr_navigation_fly(
|
|
|
5847
5847
|
):
|
|
5848
5848
|
"""Move/turn relative to the VR viewer or controller
|
|
5849
5849
|
|
|
5850
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5850
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5851
5851
|
:type execution_context: int | str | None
|
|
5852
5852
|
:type undo: bool | None
|
|
5853
5853
|
:param mode: Mode, Fly mode
|
|
@@ -5910,7 +5910,7 @@ def xr_navigation_fly(
|
|
|
5910
5910
|
...
|
|
5911
5911
|
|
|
5912
5912
|
def xr_navigation_grab(
|
|
5913
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5913
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5914
5914
|
execution_context: int | str | None = None,
|
|
5915
5915
|
undo: bool | None = None,
|
|
5916
5916
|
*,
|
|
@@ -5922,7 +5922,7 @@ def xr_navigation_grab(
|
|
|
5922
5922
|
):
|
|
5923
5923
|
"""Navigate the VR scene by grabbing with controllers
|
|
5924
5924
|
|
|
5925
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5925
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5926
5926
|
:type execution_context: int | str | None
|
|
5927
5927
|
:type undo: bool | None
|
|
5928
5928
|
:param lock_location: Lock Location, Prevent changes to viewer location
|
|
@@ -5940,7 +5940,7 @@ def xr_navigation_grab(
|
|
|
5940
5940
|
...
|
|
5941
5941
|
|
|
5942
5942
|
def xr_navigation_reset(
|
|
5943
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5943
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5944
5944
|
execution_context: int | str | None = None,
|
|
5945
5945
|
undo: bool | None = None,
|
|
5946
5946
|
*,
|
|
@@ -5950,7 +5950,7 @@ def xr_navigation_reset(
|
|
|
5950
5950
|
):
|
|
5951
5951
|
"""Reset VR navigation deltas relative to session base pose
|
|
5952
5952
|
|
|
5953
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5953
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5954
5954
|
:type execution_context: int | str | None
|
|
5955
5955
|
:type undo: bool | None
|
|
5956
5956
|
:param location: Location, Reset location deltas
|
|
@@ -5964,7 +5964,7 @@ def xr_navigation_reset(
|
|
|
5964
5964
|
...
|
|
5965
5965
|
|
|
5966
5966
|
def xr_navigation_teleport(
|
|
5967
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5967
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5968
5968
|
execution_context: int | str | None = None,
|
|
5969
5969
|
undo: bool | None = None,
|
|
5970
5970
|
*,
|
|
@@ -5979,7 +5979,7 @@ def xr_navigation_teleport(
|
|
|
5979
5979
|
):
|
|
5980
5980
|
"""Set VR viewer location to controller raycast hit location
|
|
5981
5981
|
|
|
5982
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5982
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5983
5983
|
:type execution_context: int | str | None
|
|
5984
5984
|
:type undo: bool | None
|
|
5985
5985
|
:param teleport_axes: Teleport Axes, Enabled teleport axes in navigation space
|
|
@@ -6003,13 +6003,13 @@ def xr_navigation_teleport(
|
|
|
6003
6003
|
...
|
|
6004
6004
|
|
|
6005
6005
|
def xr_session_toggle(
|
|
6006
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6006
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
6007
6007
|
execution_context: int | str | None = None,
|
|
6008
6008
|
undo: bool | None = None,
|
|
6009
6009
|
):
|
|
6010
6010
|
"""Open a view for use with virtual reality headsets, or close it if already opened
|
|
6011
6011
|
|
|
6012
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6012
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6013
6013
|
:type execution_context: int | str | None
|
|
6014
6014
|
:type undo: bool | None
|
|
6015
6015
|
"""
|