fake-bpy-module 20240928__py3-none-any.whl → 20240929__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/generic_ui_list/__init__.pyi +2 -2
- bpy/__init__.pyi +1 -1
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +124 -124
- 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 +202 -202
- 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 +230 -230
- bpy/ops/object/__init__.pyi +476 -476
- 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 +74 -74
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +178 -178
- 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 +68 -68
- 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 +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +254 -219
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ import bpy.typing
|
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def alembic_export(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -71,7 +71,7 @@ def alembic_export(
|
|
|
71
71
|
):
|
|
72
72
|
"""Export current scene in an Alembic archive
|
|
73
73
|
|
|
74
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
74
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
75
75
|
:type execution_context: int | str | None
|
|
76
76
|
:type undo: bool | None
|
|
77
77
|
:param filepath: File Path, Path to file
|
|
@@ -199,7 +199,7 @@ def alembic_export(
|
|
|
199
199
|
"""
|
|
200
200
|
|
|
201
201
|
def alembic_import(
|
|
202
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
202
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
203
203
|
execution_context: int | str | None = None,
|
|
204
204
|
undo: bool | None = None,
|
|
205
205
|
*,
|
|
@@ -242,7 +242,7 @@ def alembic_import(
|
|
|
242
242
|
):
|
|
243
243
|
"""Load an Alembic archive
|
|
244
244
|
|
|
245
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
245
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
246
246
|
:type execution_context: int | str | None
|
|
247
247
|
:type undo: bool | None
|
|
248
248
|
:param filepath: File Path, Path to file
|
|
@@ -323,7 +323,7 @@ def alembic_import(
|
|
|
323
323
|
"""
|
|
324
324
|
|
|
325
325
|
def append(
|
|
326
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
326
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
327
327
|
execution_context: int | str | None = None,
|
|
328
328
|
undo: bool | None = None,
|
|
329
329
|
*,
|
|
@@ -368,7 +368,7 @@ def append(
|
|
|
368
368
|
):
|
|
369
369
|
"""Append from a Library .blend file
|
|
370
370
|
|
|
371
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
371
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
372
372
|
:type execution_context: int | str | None
|
|
373
373
|
:type undo: bool | None
|
|
374
374
|
:param filepath: File Path, Path to file
|
|
@@ -454,7 +454,7 @@ def append(
|
|
|
454
454
|
"""
|
|
455
455
|
|
|
456
456
|
def batch_rename(
|
|
457
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
457
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
458
458
|
execution_context: int | str | None = None,
|
|
459
459
|
undo: bool | None = None,
|
|
460
460
|
*,
|
|
@@ -487,7 +487,7 @@ def batch_rename(
|
|
|
487
487
|
):
|
|
488
488
|
"""Rename multiple items at once
|
|
489
489
|
|
|
490
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
491
491
|
:type execution_context: int | str | None
|
|
492
492
|
:type undo: bool | None
|
|
493
493
|
:param data_type: Type, Type of data to rename
|
|
@@ -499,19 +499,19 @@ def batch_rename(
|
|
|
499
499
|
"""
|
|
500
500
|
|
|
501
501
|
def blend_strings_utf8_validate(
|
|
502
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
502
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
503
503
|
execution_context: int | str | None = None,
|
|
504
504
|
undo: bool | None = None,
|
|
505
505
|
):
|
|
506
506
|
"""Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
|
|
507
507
|
|
|
508
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
508
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
509
509
|
:type execution_context: int | str | None
|
|
510
510
|
:type undo: bool | None
|
|
511
511
|
"""
|
|
512
512
|
|
|
513
513
|
def call_asset_shelf_popover(
|
|
514
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
514
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
515
515
|
execution_context: int | str | None = None,
|
|
516
516
|
undo: bool | None = None,
|
|
517
517
|
*,
|
|
@@ -519,7 +519,7 @@ def call_asset_shelf_popover(
|
|
|
519
519
|
):
|
|
520
520
|
"""Open a predefined asset shelf in a popup
|
|
521
521
|
|
|
522
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
522
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
523
523
|
:type execution_context: int | str | None
|
|
524
524
|
:type undo: bool | None
|
|
525
525
|
:param name: Asset Shelf Name, Identifier of the asset shelf to display
|
|
@@ -527,7 +527,7 @@ def call_asset_shelf_popover(
|
|
|
527
527
|
"""
|
|
528
528
|
|
|
529
529
|
def call_menu(
|
|
530
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
530
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
531
531
|
execution_context: int | str | None = None,
|
|
532
532
|
undo: bool | None = None,
|
|
533
533
|
*,
|
|
@@ -535,7 +535,7 @@ def call_menu(
|
|
|
535
535
|
):
|
|
536
536
|
"""Open a predefined menu
|
|
537
537
|
|
|
538
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
538
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
539
539
|
:type execution_context: int | str | None
|
|
540
540
|
:type undo: bool | None
|
|
541
541
|
:param name: Name, Name of the menu
|
|
@@ -543,7 +543,7 @@ def call_menu(
|
|
|
543
543
|
"""
|
|
544
544
|
|
|
545
545
|
def call_menu_pie(
|
|
546
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
546
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
547
547
|
execution_context: int | str | None = None,
|
|
548
548
|
undo: bool | None = None,
|
|
549
549
|
*,
|
|
@@ -551,7 +551,7 @@ def call_menu_pie(
|
|
|
551
551
|
):
|
|
552
552
|
"""Open a predefined pie 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] | None
|
|
555
555
|
:type execution_context: int | str | None
|
|
556
556
|
:type undo: bool | None
|
|
557
557
|
:param name: Name, Name of the pie menu
|
|
@@ -559,7 +559,7 @@ def call_menu_pie(
|
|
|
559
559
|
"""
|
|
560
560
|
|
|
561
561
|
def call_panel(
|
|
562
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
562
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
563
563
|
execution_context: int | str | None = None,
|
|
564
564
|
undo: bool | None = None,
|
|
565
565
|
*,
|
|
@@ -568,7 +568,7 @@ def call_panel(
|
|
|
568
568
|
):
|
|
569
569
|
"""Open a predefined panel
|
|
570
570
|
|
|
571
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
571
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
572
572
|
:type execution_context: int | str | None
|
|
573
573
|
:type undo: bool | None
|
|
574
574
|
:param name: Name, Name of the menu
|
|
@@ -578,7 +578,7 @@ def call_panel(
|
|
|
578
578
|
"""
|
|
579
579
|
|
|
580
580
|
def clear_recent_files(
|
|
581
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
581
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
582
582
|
execution_context: int | str | None = None,
|
|
583
583
|
undo: bool | None = None,
|
|
584
584
|
*,
|
|
@@ -586,7 +586,7 @@ def clear_recent_files(
|
|
|
586
586
|
):
|
|
587
587
|
"""Clear the recent files list
|
|
588
588
|
|
|
589
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
589
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
590
590
|
:type execution_context: int | str | None
|
|
591
591
|
:type undo: bool | None
|
|
592
592
|
:param remove: Remove
|
|
@@ -594,7 +594,7 @@ def clear_recent_files(
|
|
|
594
594
|
"""
|
|
595
595
|
|
|
596
596
|
def collada_export(
|
|
597
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
597
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
598
598
|
execution_context: int | str | None = None,
|
|
599
599
|
undo: bool | None = None,
|
|
600
600
|
*,
|
|
@@ -668,7 +668,7 @@ def collada_export(
|
|
|
668
668
|
):
|
|
669
669
|
"""Save a Collada file
|
|
670
670
|
|
|
671
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
671
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
672
672
|
:type execution_context: int | str | None
|
|
673
673
|
:type undo: bool | None
|
|
674
674
|
:param filepath: File Path, Path to file
|
|
@@ -870,7 +870,7 @@ def collada_export(
|
|
|
870
870
|
"""
|
|
871
871
|
|
|
872
872
|
def collada_import(
|
|
873
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
873
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
874
874
|
execution_context: int | str | None = None,
|
|
875
875
|
undo: bool | None = None,
|
|
876
876
|
*,
|
|
@@ -910,7 +910,7 @@ def collada_import(
|
|
|
910
910
|
):
|
|
911
911
|
"""Load a Collada file
|
|
912
912
|
|
|
913
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
913
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
914
914
|
:type execution_context: int | str | None
|
|
915
915
|
:type undo: bool | None
|
|
916
916
|
:param filepath: File Path, Path to file
|
|
@@ -987,19 +987,19 @@ def collada_import(
|
|
|
987
987
|
"""
|
|
988
988
|
|
|
989
989
|
def collection_export_all(
|
|
990
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
990
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
991
991
|
execution_context: int | str | None = None,
|
|
992
992
|
undo: bool | None = None,
|
|
993
993
|
):
|
|
994
994
|
"""Invoke all configured exporters for all collections
|
|
995
995
|
|
|
996
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
996
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
997
997
|
:type execution_context: int | str | None
|
|
998
998
|
:type undo: bool | None
|
|
999
999
|
"""
|
|
1000
1000
|
|
|
1001
1001
|
def context_collection_boolean_set(
|
|
1002
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1002
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1003
1003
|
execution_context: int | str | None = None,
|
|
1004
1004
|
undo: bool | None = None,
|
|
1005
1005
|
*,
|
|
@@ -1009,7 +1009,7 @@ def context_collection_boolean_set(
|
|
|
1009
1009
|
):
|
|
1010
1010
|
"""Set boolean values for a collection of items
|
|
1011
1011
|
|
|
1012
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1012
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1013
1013
|
:type execution_context: int | str | None
|
|
1014
1014
|
:type undo: bool | None
|
|
1015
1015
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
@@ -1021,7 +1021,7 @@ def context_collection_boolean_set(
|
|
|
1021
1021
|
"""
|
|
1022
1022
|
|
|
1023
1023
|
def context_cycle_array(
|
|
1024
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1024
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1025
1025
|
execution_context: int | str | None = None,
|
|
1026
1026
|
undo: bool | None = None,
|
|
1027
1027
|
*,
|
|
@@ -1030,7 +1030,7 @@ def context_cycle_array(
|
|
|
1030
1030
|
):
|
|
1031
1031
|
"""Set a context array value (useful for cycling the active mesh edit mode)
|
|
1032
1032
|
|
|
1033
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1033
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1034
1034
|
:type execution_context: int | str | None
|
|
1035
1035
|
:type undo: bool | None
|
|
1036
1036
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1040,7 +1040,7 @@ def context_cycle_array(
|
|
|
1040
1040
|
"""
|
|
1041
1041
|
|
|
1042
1042
|
def context_cycle_enum(
|
|
1043
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1043
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1044
1044
|
execution_context: int | str | None = None,
|
|
1045
1045
|
undo: bool | None = None,
|
|
1046
1046
|
*,
|
|
@@ -1050,7 +1050,7 @@ def context_cycle_enum(
|
|
|
1050
1050
|
):
|
|
1051
1051
|
"""Toggle a context value
|
|
1052
1052
|
|
|
1053
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1053
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1054
1054
|
:type execution_context: int | str | None
|
|
1055
1055
|
:type undo: bool | None
|
|
1056
1056
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1062,7 +1062,7 @@ def context_cycle_enum(
|
|
|
1062
1062
|
"""
|
|
1063
1063
|
|
|
1064
1064
|
def context_cycle_int(
|
|
1065
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1065
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1066
1066
|
execution_context: int | str | None = None,
|
|
1067
1067
|
undo: bool | None = None,
|
|
1068
1068
|
*,
|
|
@@ -1072,7 +1072,7 @@ def context_cycle_int(
|
|
|
1072
1072
|
):
|
|
1073
1073
|
"""Set a context value (useful for cycling active material, shape keys, groups, etc.)
|
|
1074
1074
|
|
|
1075
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1075
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1076
1076
|
:type execution_context: int | str | None
|
|
1077
1077
|
:type undo: bool | None
|
|
1078
1078
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1084,7 +1084,7 @@ def context_cycle_int(
|
|
|
1084
1084
|
"""
|
|
1085
1085
|
|
|
1086
1086
|
def context_menu_enum(
|
|
1087
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1087
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1088
1088
|
execution_context: int | str | None = None,
|
|
1089
1089
|
undo: bool | None = None,
|
|
1090
1090
|
*,
|
|
@@ -1092,7 +1092,7 @@ def context_menu_enum(
|
|
|
1092
1092
|
):
|
|
1093
1093
|
"""Undocumented, consider contributing.
|
|
1094
1094
|
|
|
1095
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1095
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1096
1096
|
:type execution_context: int | str | None
|
|
1097
1097
|
:type undo: bool | None
|
|
1098
1098
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1100,7 +1100,7 @@ def context_menu_enum(
|
|
|
1100
1100
|
"""
|
|
1101
1101
|
|
|
1102
1102
|
def context_modal_mouse(
|
|
1103
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1103
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1104
1104
|
execution_context: int | str | None = None,
|
|
1105
1105
|
undo: bool | None = None,
|
|
1106
1106
|
*,
|
|
@@ -1113,7 +1113,7 @@ def context_modal_mouse(
|
|
|
1113
1113
|
):
|
|
1114
1114
|
"""Adjust arbitrary values with mouse input
|
|
1115
1115
|
|
|
1116
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1116
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1117
1117
|
:type execution_context: int | str | None
|
|
1118
1118
|
:type undo: bool | None
|
|
1119
1119
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
@@ -1131,7 +1131,7 @@ def context_modal_mouse(
|
|
|
1131
1131
|
"""
|
|
1132
1132
|
|
|
1133
1133
|
def context_pie_enum(
|
|
1134
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1134
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1135
1135
|
execution_context: int | str | None = None,
|
|
1136
1136
|
undo: bool | None = None,
|
|
1137
1137
|
*,
|
|
@@ -1139,7 +1139,7 @@ def context_pie_enum(
|
|
|
1139
1139
|
):
|
|
1140
1140
|
"""Undocumented, consider contributing.
|
|
1141
1141
|
|
|
1142
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1142
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1143
1143
|
:type execution_context: int | str | None
|
|
1144
1144
|
:type undo: bool | None
|
|
1145
1145
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1147,7 +1147,7 @@ def context_pie_enum(
|
|
|
1147
1147
|
"""
|
|
1148
1148
|
|
|
1149
1149
|
def context_scale_float(
|
|
1150
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1150
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1151
1151
|
execution_context: int | str | None = None,
|
|
1152
1152
|
undo: bool | None = None,
|
|
1153
1153
|
*,
|
|
@@ -1156,7 +1156,7 @@ def context_scale_float(
|
|
|
1156
1156
|
):
|
|
1157
1157
|
"""Scale a float context value
|
|
1158
1158
|
|
|
1159
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1159
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1160
1160
|
:type execution_context: int | str | None
|
|
1161
1161
|
:type undo: bool | None
|
|
1162
1162
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1166,7 +1166,7 @@ def context_scale_float(
|
|
|
1166
1166
|
"""
|
|
1167
1167
|
|
|
1168
1168
|
def context_scale_int(
|
|
1169
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1169
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1170
1170
|
execution_context: int | str | None = None,
|
|
1171
1171
|
undo: bool | None = None,
|
|
1172
1172
|
*,
|
|
@@ -1176,7 +1176,7 @@ def context_scale_int(
|
|
|
1176
1176
|
):
|
|
1177
1177
|
"""Scale an int context value
|
|
1178
1178
|
|
|
1179
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1179
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1180
1180
|
:type execution_context: int | str | None
|
|
1181
1181
|
:type undo: bool | None
|
|
1182
1182
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1188,7 +1188,7 @@ def context_scale_int(
|
|
|
1188
1188
|
"""
|
|
1189
1189
|
|
|
1190
1190
|
def context_set_boolean(
|
|
1191
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1191
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1192
1192
|
execution_context: int | str | None = None,
|
|
1193
1193
|
undo: bool | None = None,
|
|
1194
1194
|
*,
|
|
@@ -1197,7 +1197,7 @@ def context_set_boolean(
|
|
|
1197
1197
|
):
|
|
1198
1198
|
"""Set a context value
|
|
1199
1199
|
|
|
1200
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1200
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1201
1201
|
:type execution_context: int | str | None
|
|
1202
1202
|
:type undo: bool | None
|
|
1203
1203
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1207,7 +1207,7 @@ def context_set_boolean(
|
|
|
1207
1207
|
"""
|
|
1208
1208
|
|
|
1209
1209
|
def context_set_enum(
|
|
1210
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1210
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1211
1211
|
execution_context: int | str | None = None,
|
|
1212
1212
|
undo: bool | None = None,
|
|
1213
1213
|
*,
|
|
@@ -1216,7 +1216,7 @@ def context_set_enum(
|
|
|
1216
1216
|
):
|
|
1217
1217
|
"""Set a context value
|
|
1218
1218
|
|
|
1219
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1219
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1220
1220
|
:type execution_context: int | str | None
|
|
1221
1221
|
:type undo: bool | None
|
|
1222
1222
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1226,7 +1226,7 @@ def context_set_enum(
|
|
|
1226
1226
|
"""
|
|
1227
1227
|
|
|
1228
1228
|
def context_set_float(
|
|
1229
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1229
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1230
1230
|
execution_context: int | str | None = None,
|
|
1231
1231
|
undo: bool | None = None,
|
|
1232
1232
|
*,
|
|
@@ -1236,7 +1236,7 @@ def context_set_float(
|
|
|
1236
1236
|
):
|
|
1237
1237
|
"""Set a context value
|
|
1238
1238
|
|
|
1239
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1240
1240
|
:type execution_context: int | str | None
|
|
1241
1241
|
:type undo: bool | None
|
|
1242
1242
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1248,7 +1248,7 @@ def context_set_float(
|
|
|
1248
1248
|
"""
|
|
1249
1249
|
|
|
1250
1250
|
def context_set_id(
|
|
1251
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1251
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1252
1252
|
execution_context: int | str | None = None,
|
|
1253
1253
|
undo: bool | None = None,
|
|
1254
1254
|
*,
|
|
@@ -1257,7 +1257,7 @@ def context_set_id(
|
|
|
1257
1257
|
):
|
|
1258
1258
|
"""Set a context value to an ID data-block
|
|
1259
1259
|
|
|
1260
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1260
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1261
1261
|
:type execution_context: int | str | None
|
|
1262
1262
|
:type undo: bool | None
|
|
1263
1263
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1267,7 +1267,7 @@ def context_set_id(
|
|
|
1267
1267
|
"""
|
|
1268
1268
|
|
|
1269
1269
|
def context_set_int(
|
|
1270
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1270
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1271
1271
|
execution_context: int | str | None = None,
|
|
1272
1272
|
undo: bool | None = None,
|
|
1273
1273
|
*,
|
|
@@ -1277,7 +1277,7 @@ def context_set_int(
|
|
|
1277
1277
|
):
|
|
1278
1278
|
"""Set a context value
|
|
1279
1279
|
|
|
1280
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1280
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1281
1281
|
:type execution_context: int | str | None
|
|
1282
1282
|
:type undo: bool | None
|
|
1283
1283
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1289,7 +1289,7 @@ def context_set_int(
|
|
|
1289
1289
|
"""
|
|
1290
1290
|
|
|
1291
1291
|
def context_set_string(
|
|
1292
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1292
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1293
1293
|
execution_context: int | str | None = None,
|
|
1294
1294
|
undo: bool | None = None,
|
|
1295
1295
|
*,
|
|
@@ -1298,7 +1298,7 @@ def context_set_string(
|
|
|
1298
1298
|
):
|
|
1299
1299
|
"""Set a context value
|
|
1300
1300
|
|
|
1301
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1301
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1302
1302
|
:type execution_context: int | str | None
|
|
1303
1303
|
:type undo: bool | None
|
|
1304
1304
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1308,7 +1308,7 @@ def context_set_string(
|
|
|
1308
1308
|
"""
|
|
1309
1309
|
|
|
1310
1310
|
def context_set_value(
|
|
1311
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1311
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1312
1312
|
execution_context: int | str | None = None,
|
|
1313
1313
|
undo: bool | None = None,
|
|
1314
1314
|
*,
|
|
@@ -1317,7 +1317,7 @@ def context_set_value(
|
|
|
1317
1317
|
):
|
|
1318
1318
|
"""Set a context value
|
|
1319
1319
|
|
|
1320
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1320
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1321
1321
|
:type execution_context: int | str | None
|
|
1322
1322
|
:type undo: bool | None
|
|
1323
1323
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1327,7 +1327,7 @@ def context_set_value(
|
|
|
1327
1327
|
"""
|
|
1328
1328
|
|
|
1329
1329
|
def context_toggle(
|
|
1330
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1330
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1331
1331
|
execution_context: int | str | None = None,
|
|
1332
1332
|
undo: bool | None = None,
|
|
1333
1333
|
*,
|
|
@@ -1336,7 +1336,7 @@ def context_toggle(
|
|
|
1336
1336
|
):
|
|
1337
1337
|
"""Toggle a context value
|
|
1338
1338
|
|
|
1339
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1339
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1340
1340
|
:type execution_context: int | str | None
|
|
1341
1341
|
:type undo: bool | None
|
|
1342
1342
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1346,7 +1346,7 @@ def context_toggle(
|
|
|
1346
1346
|
"""
|
|
1347
1347
|
|
|
1348
1348
|
def context_toggle_enum(
|
|
1349
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1349
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1350
1350
|
execution_context: int | str | None = None,
|
|
1351
1351
|
undo: bool | None = None,
|
|
1352
1352
|
*,
|
|
@@ -1356,7 +1356,7 @@ def context_toggle_enum(
|
|
|
1356
1356
|
):
|
|
1357
1357
|
"""Toggle a context value
|
|
1358
1358
|
|
|
1359
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1359
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1360
1360
|
:type execution_context: int | str | None
|
|
1361
1361
|
:type undo: bool | None
|
|
1362
1362
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
@@ -1368,7 +1368,7 @@ def context_toggle_enum(
|
|
|
1368
1368
|
"""
|
|
1369
1369
|
|
|
1370
1370
|
def debug_menu(
|
|
1371
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1371
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1372
1372
|
execution_context: int | str | None = None,
|
|
1373
1373
|
undo: bool | None = None,
|
|
1374
1374
|
*,
|
|
@@ -1376,7 +1376,7 @@ def debug_menu(
|
|
|
1376
1376
|
):
|
|
1377
1377
|
"""Open a popup to set the debug level
|
|
1378
1378
|
|
|
1379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1380
1380
|
:type execution_context: int | str | None
|
|
1381
1381
|
:type undo: bool | None
|
|
1382
1382
|
:param debug_value: Debug Value
|
|
@@ -1384,7 +1384,7 @@ def debug_menu(
|
|
|
1384
1384
|
"""
|
|
1385
1385
|
|
|
1386
1386
|
def doc_view(
|
|
1387
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1387
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1388
1388
|
execution_context: int | str | None = None,
|
|
1389
1389
|
undo: bool | None = None,
|
|
1390
1390
|
*,
|
|
@@ -1392,7 +1392,7 @@ def doc_view(
|
|
|
1392
1392
|
):
|
|
1393
1393
|
"""Open online reference docs in a web browser
|
|
1394
1394
|
|
|
1395
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1395
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1396
1396
|
:type execution_context: int | str | None
|
|
1397
1397
|
:type undo: bool | None
|
|
1398
1398
|
:param doc_id: Doc ID
|
|
@@ -1400,7 +1400,7 @@ def doc_view(
|
|
|
1400
1400
|
"""
|
|
1401
1401
|
|
|
1402
1402
|
def doc_view_manual(
|
|
1403
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1404
1404
|
execution_context: int | str | None = None,
|
|
1405
1405
|
undo: bool | None = None,
|
|
1406
1406
|
*,
|
|
@@ -1408,7 +1408,7 @@ def doc_view_manual(
|
|
|
1408
1408
|
):
|
|
1409
1409
|
"""Load online manual
|
|
1410
1410
|
|
|
1411
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1411
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1412
1412
|
:type execution_context: int | str | None
|
|
1413
1413
|
:type undo: bool | None
|
|
1414
1414
|
:param doc_id: Doc ID
|
|
@@ -1416,19 +1416,19 @@ def doc_view_manual(
|
|
|
1416
1416
|
"""
|
|
1417
1417
|
|
|
1418
1418
|
def doc_view_manual_ui_context(
|
|
1419
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1419
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1420
1420
|
execution_context: int | str | None = None,
|
|
1421
1421
|
undo: bool | None = None,
|
|
1422
1422
|
):
|
|
1423
1423
|
"""View a context based online manual in a web browser
|
|
1424
1424
|
|
|
1425
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1425
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1426
1426
|
:type execution_context: int | str | None
|
|
1427
1427
|
:type undo: bool | None
|
|
1428
1428
|
"""
|
|
1429
1429
|
|
|
1430
1430
|
def drop_blend_file(
|
|
1431
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1431
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1432
1432
|
execution_context: int | str | None = None,
|
|
1433
1433
|
undo: bool | None = None,
|
|
1434
1434
|
*,
|
|
@@ -1436,7 +1436,7 @@ def drop_blend_file(
|
|
|
1436
1436
|
):
|
|
1437
1437
|
"""Undocumented, consider contributing.
|
|
1438
1438
|
|
|
1439
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1439
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1440
1440
|
:type execution_context: int | str | None
|
|
1441
1441
|
:type undo: bool | None
|
|
1442
1442
|
:param filepath: filepath
|
|
@@ -1444,7 +1444,7 @@ def drop_blend_file(
|
|
|
1444
1444
|
"""
|
|
1445
1445
|
|
|
1446
1446
|
def drop_import_file(
|
|
1447
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1447
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1448
1448
|
execution_context: int | str | None = None,
|
|
1449
1449
|
undo: bool | None = None,
|
|
1450
1450
|
*,
|
|
@@ -1454,7 +1454,7 @@ def drop_import_file(
|
|
|
1454
1454
|
):
|
|
1455
1455
|
"""Operator that allows file handlers to receive file drops
|
|
1456
1456
|
|
|
1457
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1457
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1458
1458
|
:type execution_context: int | str | None
|
|
1459
1459
|
:type undo: bool | None
|
|
1460
1460
|
:param directory: Directory, Directory of the file
|
|
@@ -1464,7 +1464,7 @@ def drop_import_file(
|
|
|
1464
1464
|
"""
|
|
1465
1465
|
|
|
1466
1466
|
def gpencil_export_pdf(
|
|
1467
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1467
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1468
1468
|
execution_context: int | str | None = None,
|
|
1469
1469
|
undo: bool | None = None,
|
|
1470
1470
|
*,
|
|
@@ -1502,7 +1502,7 @@ def gpencil_export_pdf(
|
|
|
1502
1502
|
):
|
|
1503
1503
|
"""Export grease pencil to PDF
|
|
1504
1504
|
|
|
1505
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1505
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1506
1506
|
:type execution_context: int | str | None
|
|
1507
1507
|
:type undo: bool | None
|
|
1508
1508
|
:param filepath: File Path, Path to file
|
|
@@ -1592,7 +1592,7 @@ def gpencil_export_pdf(
|
|
|
1592
1592
|
"""
|
|
1593
1593
|
|
|
1594
1594
|
def gpencil_export_svg(
|
|
1595
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1595
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1596
1596
|
execution_context: int | str | None = None,
|
|
1597
1597
|
undo: bool | None = None,
|
|
1598
1598
|
*,
|
|
@@ -1630,7 +1630,7 @@ def gpencil_export_svg(
|
|
|
1630
1630
|
):
|
|
1631
1631
|
"""Export grease pencil to SVG
|
|
1632
1632
|
|
|
1633
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1633
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1634
1634
|
:type execution_context: int | str | None
|
|
1635
1635
|
:type undo: bool | None
|
|
1636
1636
|
:param filepath: File Path, Path to file
|
|
@@ -1711,7 +1711,7 @@ def gpencil_export_svg(
|
|
|
1711
1711
|
"""
|
|
1712
1712
|
|
|
1713
1713
|
def gpencil_import_svg(
|
|
1714
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1714
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1715
1715
|
execution_context: int | str | None = None,
|
|
1716
1716
|
undo: bool | None = None,
|
|
1717
1717
|
*,
|
|
@@ -1749,7 +1749,7 @@ def gpencil_import_svg(
|
|
|
1749
1749
|
):
|
|
1750
1750
|
"""Import SVG into grease pencil
|
|
1751
1751
|
|
|
1752
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1752
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1753
1753
|
:type execution_context: int | str | None
|
|
1754
1754
|
:type undo: bool | None
|
|
1755
1755
|
:param filepath: File Path, Path to file
|
|
@@ -1821,7 +1821,7 @@ def gpencil_import_svg(
|
|
|
1821
1821
|
"""
|
|
1822
1822
|
|
|
1823
1823
|
def grease_pencil_export_pdf(
|
|
1824
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1824
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1825
1825
|
execution_context: int | str | None = None,
|
|
1826
1826
|
undo: bool | None = None,
|
|
1827
1827
|
*,
|
|
@@ -1859,7 +1859,7 @@ def grease_pencil_export_pdf(
|
|
|
1859
1859
|
):
|
|
1860
1860
|
"""Export grease pencil to PDF
|
|
1861
1861
|
|
|
1862
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1862
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1863
1863
|
:type execution_context: int | str | None
|
|
1864
1864
|
:type undo: bool | None
|
|
1865
1865
|
:param filepath: File Path, Path to file
|
|
@@ -1949,7 +1949,7 @@ def grease_pencil_export_pdf(
|
|
|
1949
1949
|
"""
|
|
1950
1950
|
|
|
1951
1951
|
def grease_pencil_export_svg(
|
|
1952
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1952
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1953
1953
|
execution_context: int | str | None = None,
|
|
1954
1954
|
undo: bool | None = None,
|
|
1955
1955
|
*,
|
|
@@ -1987,7 +1987,7 @@ def grease_pencil_export_svg(
|
|
|
1987
1987
|
):
|
|
1988
1988
|
"""Export grease pencil to SVG
|
|
1989
1989
|
|
|
1990
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1990
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1991
1991
|
:type execution_context: int | str | None
|
|
1992
1992
|
:type undo: bool | None
|
|
1993
1993
|
:param filepath: File Path, Path to file
|
|
@@ -2068,7 +2068,7 @@ def grease_pencil_export_svg(
|
|
|
2068
2068
|
"""
|
|
2069
2069
|
|
|
2070
2070
|
def grease_pencil_import_svg(
|
|
2071
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2071
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2072
2072
|
execution_context: int | str | None = None,
|
|
2073
2073
|
undo: bool | None = None,
|
|
2074
2074
|
*,
|
|
@@ -2107,7 +2107,7 @@ def grease_pencil_import_svg(
|
|
|
2107
2107
|
):
|
|
2108
2108
|
"""Import SVG into grease pencil
|
|
2109
2109
|
|
|
2110
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2110
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2111
2111
|
:type execution_context: int | str | None
|
|
2112
2112
|
:type undo: bool | None
|
|
2113
2113
|
:param filepath: File Path, Path to file
|
|
@@ -2181,7 +2181,7 @@ def grease_pencil_import_svg(
|
|
|
2181
2181
|
"""
|
|
2182
2182
|
|
|
2183
2183
|
def interface_theme_preset_add(
|
|
2184
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2184
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2185
2185
|
execution_context: int | str | None = None,
|
|
2186
2186
|
undo: bool | None = None,
|
|
2187
2187
|
*,
|
|
@@ -2191,7 +2191,7 @@ def interface_theme_preset_add(
|
|
|
2191
2191
|
):
|
|
2192
2192
|
"""Add a custom theme to the preset list
|
|
2193
2193
|
|
|
2194
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2194
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2195
2195
|
:type execution_context: int | str | None
|
|
2196
2196
|
:type undo: bool | None
|
|
2197
2197
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2203,7 +2203,7 @@ def interface_theme_preset_add(
|
|
|
2203
2203
|
"""
|
|
2204
2204
|
|
|
2205
2205
|
def interface_theme_preset_remove(
|
|
2206
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2206
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2207
2207
|
execution_context: int | str | None = None,
|
|
2208
2208
|
undo: bool | None = None,
|
|
2209
2209
|
*,
|
|
@@ -2213,7 +2213,7 @@ def interface_theme_preset_remove(
|
|
|
2213
2213
|
):
|
|
2214
2214
|
"""Remove a custom theme from the preset list
|
|
2215
2215
|
|
|
2216
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2216
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2217
2217
|
:type execution_context: int | str | None
|
|
2218
2218
|
:type undo: bool | None
|
|
2219
2219
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2225,7 +2225,7 @@ def interface_theme_preset_remove(
|
|
|
2225
2225
|
"""
|
|
2226
2226
|
|
|
2227
2227
|
def interface_theme_preset_save(
|
|
2228
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2228
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2229
2229
|
execution_context: int | str | None = None,
|
|
2230
2230
|
undo: bool | None = None,
|
|
2231
2231
|
*,
|
|
@@ -2235,7 +2235,7 @@ def interface_theme_preset_save(
|
|
|
2235
2235
|
):
|
|
2236
2236
|
"""Save a custom theme in the preset list
|
|
2237
2237
|
|
|
2238
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2238
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2239
2239
|
:type execution_context: int | str | None
|
|
2240
2240
|
:type undo: bool | None
|
|
2241
2241
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2247,7 +2247,7 @@ def interface_theme_preset_save(
|
|
|
2247
2247
|
"""
|
|
2248
2248
|
|
|
2249
2249
|
def keyconfig_preset_add(
|
|
2250
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2250
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2251
2251
|
execution_context: int | str | None = None,
|
|
2252
2252
|
undo: bool | None = None,
|
|
2253
2253
|
*,
|
|
@@ -2257,7 +2257,7 @@ def keyconfig_preset_add(
|
|
|
2257
2257
|
):
|
|
2258
2258
|
"""Add a custom keymap configuration to the preset list
|
|
2259
2259
|
|
|
2260
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2260
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2261
2261
|
:type execution_context: int | str | None
|
|
2262
2262
|
:type undo: bool | None
|
|
2263
2263
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2269,7 +2269,7 @@ def keyconfig_preset_add(
|
|
|
2269
2269
|
"""
|
|
2270
2270
|
|
|
2271
2271
|
def keyconfig_preset_remove(
|
|
2272
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2272
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2273
2273
|
execution_context: int | str | None = None,
|
|
2274
2274
|
undo: bool | None = None,
|
|
2275
2275
|
*,
|
|
@@ -2279,7 +2279,7 @@ def keyconfig_preset_remove(
|
|
|
2279
2279
|
):
|
|
2280
2280
|
"""Remove a custom keymap configuration from the preset list
|
|
2281
2281
|
|
|
2282
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2282
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2283
2283
|
:type execution_context: int | str | None
|
|
2284
2284
|
:type undo: bool | None
|
|
2285
2285
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -2291,7 +2291,7 @@ def keyconfig_preset_remove(
|
|
|
2291
2291
|
"""
|
|
2292
2292
|
|
|
2293
2293
|
def lib_reload(
|
|
2294
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2294
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2295
2295
|
execution_context: int | str | None = None,
|
|
2296
2296
|
undo: bool | None = None,
|
|
2297
2297
|
*,
|
|
@@ -2328,7 +2328,7 @@ def lib_reload(
|
|
|
2328
2328
|
):
|
|
2329
2329
|
"""Reload the given library
|
|
2330
2330
|
|
|
2331
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2331
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2332
2332
|
:type execution_context: int | str | None
|
|
2333
2333
|
:type undo: bool | None
|
|
2334
2334
|
:param library: Library, Library to reload
|
|
@@ -2400,7 +2400,7 @@ def lib_reload(
|
|
|
2400
2400
|
"""
|
|
2401
2401
|
|
|
2402
2402
|
def lib_relocate(
|
|
2403
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2404
2404
|
execution_context: int | str | None = None,
|
|
2405
2405
|
undo: bool | None = None,
|
|
2406
2406
|
*,
|
|
@@ -2439,7 +2439,7 @@ def lib_relocate(
|
|
|
2439
2439
|
):
|
|
2440
2440
|
"""Relocate the given library to one or several others
|
|
2441
2441
|
|
|
2442
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2443
2443
|
:type execution_context: int | str | None
|
|
2444
2444
|
:type undo: bool | None
|
|
2445
2445
|
:param library: Library, Library to relocate
|
|
@@ -2513,7 +2513,7 @@ def lib_relocate(
|
|
|
2513
2513
|
"""
|
|
2514
2514
|
|
|
2515
2515
|
def link(
|
|
2516
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2516
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2517
2517
|
execution_context: int | str | None = None,
|
|
2518
2518
|
undo: bool | None = None,
|
|
2519
2519
|
*,
|
|
@@ -2557,7 +2557,7 @@ def link(
|
|
|
2557
2557
|
):
|
|
2558
2558
|
"""Link from a Library .blend file
|
|
2559
2559
|
|
|
2560
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2560
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2561
2561
|
:type execution_context: int | str | None
|
|
2562
2562
|
:type undo: bool | None
|
|
2563
2563
|
:param filepath: File Path, Path to file
|
|
@@ -2641,19 +2641,19 @@ def link(
|
|
|
2641
2641
|
"""
|
|
2642
2642
|
|
|
2643
2643
|
def memory_statistics(
|
|
2644
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2644
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2645
2645
|
execution_context: int | str | None = None,
|
|
2646
2646
|
undo: bool | None = None,
|
|
2647
2647
|
):
|
|
2648
2648
|
"""Print memory statistics to the console
|
|
2649
2649
|
|
|
2650
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2650
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2651
2651
|
:type execution_context: int | str | None
|
|
2652
2652
|
:type undo: bool | None
|
|
2653
2653
|
"""
|
|
2654
2654
|
|
|
2655
2655
|
def obj_export(
|
|
2656
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2656
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2657
2657
|
execution_context: int | str | None = None,
|
|
2658
2658
|
undo: bool | None = None,
|
|
2659
2659
|
*,
|
|
@@ -2715,7 +2715,7 @@ def obj_export(
|
|
|
2715
2715
|
):
|
|
2716
2716
|
"""Save the scene to a Wavefront OBJ file
|
|
2717
2717
|
|
|
2718
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2718
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2719
2719
|
:type execution_context: int | str | None
|
|
2720
2720
|
:type undo: bool | None
|
|
2721
2721
|
:param filepath: File Path, Path to file
|
|
@@ -2885,7 +2885,7 @@ def obj_export(
|
|
|
2885
2885
|
"""
|
|
2886
2886
|
|
|
2887
2887
|
def obj_import(
|
|
2888
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2888
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2889
2889
|
execution_context: int | str | None = None,
|
|
2890
2890
|
undo: bool | None = None,
|
|
2891
2891
|
*,
|
|
@@ -2934,7 +2934,7 @@ def obj_import(
|
|
|
2934
2934
|
):
|
|
2935
2935
|
"""Load a Wavefront OBJ scene
|
|
2936
2936
|
|
|
2937
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2937
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2938
2938
|
:type execution_context: int | str | None
|
|
2939
2939
|
:type undo: bool | None
|
|
2940
2940
|
:param filepath: File Path, Path to file
|
|
@@ -3056,7 +3056,7 @@ def obj_import(
|
|
|
3056
3056
|
"""
|
|
3057
3057
|
|
|
3058
3058
|
def open_mainfile(
|
|
3059
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3059
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3060
3060
|
execution_context: int | str | None = None,
|
|
3061
3061
|
undo: bool | None = None,
|
|
3062
3062
|
*,
|
|
@@ -3093,7 +3093,7 @@ def open_mainfile(
|
|
|
3093
3093
|
):
|
|
3094
3094
|
"""Open a Blender file
|
|
3095
3095
|
|
|
3096
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3096
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3097
3097
|
:type execution_context: int | str | None
|
|
3098
3098
|
:type undo: bool | None
|
|
3099
3099
|
:param filepath: File Path, Path to file
|
|
@@ -3165,31 +3165,31 @@ def open_mainfile(
|
|
|
3165
3165
|
"""
|
|
3166
3166
|
|
|
3167
3167
|
def operator_cheat_sheet(
|
|
3168
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3168
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3169
3169
|
execution_context: int | str | None = None,
|
|
3170
3170
|
undo: bool | None = None,
|
|
3171
3171
|
):
|
|
3172
3172
|
"""List all the operators in a text-block, useful for scripting
|
|
3173
3173
|
|
|
3174
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3174
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3175
3175
|
:type execution_context: int | str | None
|
|
3176
3176
|
:type undo: bool | None
|
|
3177
3177
|
"""
|
|
3178
3178
|
|
|
3179
3179
|
def operator_defaults(
|
|
3180
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3180
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3181
3181
|
execution_context: int | str | None = None,
|
|
3182
3182
|
undo: bool | None = None,
|
|
3183
3183
|
):
|
|
3184
3184
|
"""Set the active operator to its default values
|
|
3185
3185
|
|
|
3186
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3186
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3187
3187
|
:type execution_context: int | str | None
|
|
3188
3188
|
:type undo: bool | None
|
|
3189
3189
|
"""
|
|
3190
3190
|
|
|
3191
3191
|
def operator_pie_enum(
|
|
3192
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3192
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3193
3193
|
execution_context: int | str | None = None,
|
|
3194
3194
|
undo: bool | None = None,
|
|
3195
3195
|
*,
|
|
@@ -3198,7 +3198,7 @@ def operator_pie_enum(
|
|
|
3198
3198
|
):
|
|
3199
3199
|
"""Undocumented, consider contributing.
|
|
3200
3200
|
|
|
3201
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3202
3202
|
:type execution_context: int | str | None
|
|
3203
3203
|
:type undo: bool | None
|
|
3204
3204
|
:param data_path: Operator, Operator name (in Python as string)
|
|
@@ -3208,7 +3208,7 @@ def operator_pie_enum(
|
|
|
3208
3208
|
"""
|
|
3209
3209
|
|
|
3210
3210
|
def operator_preset_add(
|
|
3211
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3211
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3212
3212
|
execution_context: int | str | None = None,
|
|
3213
3213
|
undo: bool | None = None,
|
|
3214
3214
|
*,
|
|
@@ -3219,7 +3219,7 @@ def operator_preset_add(
|
|
|
3219
3219
|
):
|
|
3220
3220
|
"""Add or remove an Operator Preset
|
|
3221
3221
|
|
|
3222
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3222
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3223
3223
|
:type execution_context: int | str | None
|
|
3224
3224
|
:type undo: bool | None
|
|
3225
3225
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -3233,7 +3233,7 @@ def operator_preset_add(
|
|
|
3233
3233
|
"""
|
|
3234
3234
|
|
|
3235
3235
|
def operator_presets_cleanup(
|
|
3236
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3236
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3237
3237
|
execution_context: int | str | None = None,
|
|
3238
3238
|
undo: bool | None = None,
|
|
3239
3239
|
*,
|
|
@@ -3243,7 +3243,7 @@ def operator_presets_cleanup(
|
|
|
3243
3243
|
):
|
|
3244
3244
|
"""Remove outdated operator properties from presets that may cause problems
|
|
3245
3245
|
|
|
3246
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3246
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3247
3247
|
:type execution_context: int | str | None
|
|
3248
3248
|
:type undo: bool | None
|
|
3249
3249
|
:param operator: operator
|
|
@@ -3253,7 +3253,7 @@ def operator_presets_cleanup(
|
|
|
3253
3253
|
"""
|
|
3254
3254
|
|
|
3255
3255
|
def owner_disable(
|
|
3256
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3256
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3257
3257
|
execution_context: int | str | None = None,
|
|
3258
3258
|
undo: bool | None = None,
|
|
3259
3259
|
*,
|
|
@@ -3261,7 +3261,7 @@ def owner_disable(
|
|
|
3261
3261
|
):
|
|
3262
3262
|
"""Disable add-on for workspace
|
|
3263
3263
|
|
|
3264
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3264
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3265
3265
|
:type execution_context: int | str | None
|
|
3266
3266
|
:type undo: bool | None
|
|
3267
3267
|
:param owner_id: UI Tag
|
|
@@ -3269,7 +3269,7 @@ def owner_disable(
|
|
|
3269
3269
|
"""
|
|
3270
3270
|
|
|
3271
3271
|
def owner_enable(
|
|
3272
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3272
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3273
3273
|
execution_context: int | str | None = None,
|
|
3274
3274
|
undo: bool | None = None,
|
|
3275
3275
|
*,
|
|
@@ -3277,7 +3277,7 @@ def owner_enable(
|
|
|
3277
3277
|
):
|
|
3278
3278
|
"""Enable add-on for workspace
|
|
3279
3279
|
|
|
3280
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3280
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3281
3281
|
:type execution_context: int | str | None
|
|
3282
3282
|
:type undo: bool | None
|
|
3283
3283
|
:param owner_id: UI Tag
|
|
@@ -3285,7 +3285,7 @@ def owner_enable(
|
|
|
3285
3285
|
"""
|
|
3286
3286
|
|
|
3287
3287
|
def path_open(
|
|
3288
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3288
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3289
3289
|
execution_context: int | str | None = None,
|
|
3290
3290
|
undo: bool | None = None,
|
|
3291
3291
|
*,
|
|
@@ -3293,7 +3293,7 @@ def path_open(
|
|
|
3293
3293
|
):
|
|
3294
3294
|
"""Open a path in a file browser
|
|
3295
3295
|
|
|
3296
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3297
3297
|
:type execution_context: int | str | None
|
|
3298
3298
|
:type undo: bool | None
|
|
3299
3299
|
:param filepath: filepath
|
|
@@ -3301,7 +3301,7 @@ def path_open(
|
|
|
3301
3301
|
"""
|
|
3302
3302
|
|
|
3303
3303
|
def ply_export(
|
|
3304
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3304
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3305
3305
|
execution_context: int | str | None = None,
|
|
3306
3306
|
undo: bool | None = None,
|
|
3307
3307
|
*,
|
|
@@ -3350,7 +3350,7 @@ def ply_export(
|
|
|
3350
3350
|
):
|
|
3351
3351
|
"""Save the scene to a PLY file
|
|
3352
3352
|
|
|
3353
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3353
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3354
3354
|
:type execution_context: int | str | None
|
|
3355
3355
|
:type undo: bool | None
|
|
3356
3356
|
:param filepath: File Path, Path to file
|
|
@@ -3483,7 +3483,7 @@ def ply_export(
|
|
|
3483
3483
|
"""
|
|
3484
3484
|
|
|
3485
3485
|
def ply_import(
|
|
3486
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3486
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3487
3487
|
execution_context: int | str | None = None,
|
|
3488
3488
|
undo: bool | None = None,
|
|
3489
3489
|
*,
|
|
@@ -3530,7 +3530,7 @@ def ply_import(
|
|
|
3530
3530
|
):
|
|
3531
3531
|
"""Import an PLY file as an object
|
|
3532
3532
|
|
|
3533
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3533
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3534
3534
|
:type execution_context: int | str | None
|
|
3535
3535
|
:type undo: bool | None
|
|
3536
3536
|
:param filepath: File Path, Path to file
|
|
@@ -3657,7 +3657,7 @@ def ply_import(
|
|
|
3657
3657
|
"""
|
|
3658
3658
|
|
|
3659
3659
|
def previews_batch_clear(
|
|
3660
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3660
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3661
3661
|
execution_context: int | str | None = None,
|
|
3662
3662
|
undo: bool | None = None,
|
|
3663
3663
|
*,
|
|
@@ -3675,7 +3675,7 @@ def previews_batch_clear(
|
|
|
3675
3675
|
):
|
|
3676
3676
|
"""Clear selected .blend file's previews
|
|
3677
3677
|
|
|
3678
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3678
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3679
3679
|
:type execution_context: int | str | None
|
|
3680
3680
|
:type undo: bool | None
|
|
3681
3681
|
:param files: files
|
|
@@ -3701,7 +3701,7 @@ def previews_batch_clear(
|
|
|
3701
3701
|
"""
|
|
3702
3702
|
|
|
3703
3703
|
def previews_batch_generate(
|
|
3704
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3704
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3705
3705
|
execution_context: int | str | None = None,
|
|
3706
3706
|
undo: bool | None = None,
|
|
3707
3707
|
*,
|
|
@@ -3719,7 +3719,7 @@ def previews_batch_generate(
|
|
|
3719
3719
|
):
|
|
3720
3720
|
"""Generate selected .blend file's previews
|
|
3721
3721
|
|
|
3722
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3722
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3723
3723
|
:type execution_context: int | str | None
|
|
3724
3724
|
:type undo: bool | None
|
|
3725
3725
|
:param files: Collection of file paths with common directory root
|
|
@@ -3745,7 +3745,7 @@ def previews_batch_generate(
|
|
|
3745
3745
|
"""
|
|
3746
3746
|
|
|
3747
3747
|
def previews_clear(
|
|
3748
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3748
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3749
3749
|
execution_context: int | str | None = None,
|
|
3750
3750
|
undo: bool | None = None,
|
|
3751
3751
|
*,
|
|
@@ -3768,7 +3768,7 @@ def previews_clear(
|
|
|
3768
3768
|
):
|
|
3769
3769
|
"""Clear data-block previews (only for some types like objects, materials, textures, etc.)
|
|
3770
3770
|
|
|
3771
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3771
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3772
3772
|
:type execution_context: int | str | None
|
|
3773
3773
|
:type undo: bool | None
|
|
3774
3774
|
:param id_type: Data-Block Type, Which data-block previews to clear
|
|
@@ -3809,19 +3809,19 @@ def previews_clear(
|
|
|
3809
3809
|
"""
|
|
3810
3810
|
|
|
3811
3811
|
def previews_ensure(
|
|
3812
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3812
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3813
3813
|
execution_context: int | str | None = None,
|
|
3814
3814
|
undo: bool | None = None,
|
|
3815
3815
|
):
|
|
3816
3816
|
"""Ensure data-block previews are available and up-to-date (to be saved in .blend file, only for some types like materials, textures, etc.)
|
|
3817
3817
|
|
|
3818
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3818
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3819
3819
|
:type execution_context: int | str | None
|
|
3820
3820
|
:type undo: bool | None
|
|
3821
3821
|
"""
|
|
3822
3822
|
|
|
3823
3823
|
def properties_add(
|
|
3824
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3824
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3825
3825
|
execution_context: int | str | None = None,
|
|
3826
3826
|
undo: bool | None = None,
|
|
3827
3827
|
*,
|
|
@@ -3829,7 +3829,7 @@ def properties_add(
|
|
|
3829
3829
|
):
|
|
3830
3830
|
"""Add your own property to the data-block
|
|
3831
3831
|
|
|
3832
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3832
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3833
3833
|
:type execution_context: int | str | None
|
|
3834
3834
|
:type undo: bool | None
|
|
3835
3835
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -3837,7 +3837,7 @@ def properties_add(
|
|
|
3837
3837
|
"""
|
|
3838
3838
|
|
|
3839
3839
|
def properties_context_change(
|
|
3840
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3840
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3841
3841
|
execution_context: int | str | None = None,
|
|
3842
3842
|
undo: bool | None = None,
|
|
3843
3843
|
*,
|
|
@@ -3845,7 +3845,7 @@ def properties_context_change(
|
|
|
3845
3845
|
):
|
|
3846
3846
|
"""Jump to a different tab inside the properties editor
|
|
3847
3847
|
|
|
3848
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3848
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3849
3849
|
:type execution_context: int | str | None
|
|
3850
3850
|
:type undo: bool | None
|
|
3851
3851
|
:param context: Context
|
|
@@ -3853,7 +3853,7 @@ def properties_context_change(
|
|
|
3853
3853
|
"""
|
|
3854
3854
|
|
|
3855
3855
|
def properties_edit(
|
|
3856
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3856
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
3857
3857
|
execution_context: int | str | None = None,
|
|
3858
3858
|
undo: bool | None = None,
|
|
3859
3859
|
*,
|
|
@@ -3995,7 +3995,7 @@ def properties_edit(
|
|
|
3995
3995
|
):
|
|
3996
3996
|
"""Change a custom property's type, or adjust how it is displayed in the interface
|
|
3997
3997
|
|
|
3998
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3998
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
3999
3999
|
:type execution_context: int | str | None
|
|
4000
4000
|
:type undo: bool | None
|
|
4001
4001
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -4078,7 +4078,7 @@ def properties_edit(
|
|
|
4078
4078
|
"""
|
|
4079
4079
|
|
|
4080
4080
|
def properties_edit_value(
|
|
4081
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4081
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4082
4082
|
execution_context: int | str | None = None,
|
|
4083
4083
|
undo: bool | None = None,
|
|
4084
4084
|
*,
|
|
@@ -4088,7 +4088,7 @@ def properties_edit_value(
|
|
|
4088
4088
|
):
|
|
4089
4089
|
"""Edit the value of a custom property
|
|
4090
4090
|
|
|
4091
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4091
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4092
4092
|
:type execution_context: int | str | None
|
|
4093
4093
|
:type undo: bool | None
|
|
4094
4094
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -4100,7 +4100,7 @@ def properties_edit_value(
|
|
|
4100
4100
|
"""
|
|
4101
4101
|
|
|
4102
4102
|
def properties_remove(
|
|
4103
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4103
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4104
4104
|
execution_context: int | str | None = None,
|
|
4105
4105
|
undo: bool | None = None,
|
|
4106
4106
|
*,
|
|
@@ -4109,7 +4109,7 @@ def properties_remove(
|
|
|
4109
4109
|
):
|
|
4110
4110
|
"""Internal use (edit a property data_path)
|
|
4111
4111
|
|
|
4112
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4112
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4113
4113
|
:type execution_context: int | str | None
|
|
4114
4114
|
:type undo: bool | None
|
|
4115
4115
|
:param data_path: Property Edit, Property data_path edit
|
|
@@ -4119,19 +4119,19 @@ def properties_remove(
|
|
|
4119
4119
|
"""
|
|
4120
4120
|
|
|
4121
4121
|
def quit_blender(
|
|
4122
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4122
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4123
4123
|
execution_context: int | str | None = None,
|
|
4124
4124
|
undo: bool | None = None,
|
|
4125
4125
|
):
|
|
4126
4126
|
"""Quit Blender
|
|
4127
4127
|
|
|
4128
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4129
4129
|
:type execution_context: int | str | None
|
|
4130
4130
|
:type undo: bool | None
|
|
4131
4131
|
"""
|
|
4132
4132
|
|
|
4133
4133
|
def radial_control(
|
|
4134
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4134
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4135
4135
|
execution_context: int | str | None = None,
|
|
4136
4136
|
undo: bool | None = None,
|
|
4137
4137
|
*,
|
|
@@ -4150,7 +4150,7 @@ def radial_control(
|
|
|
4150
4150
|
):
|
|
4151
4151
|
"""Set some size property (e.g. brush size) with mouse wheel
|
|
4152
4152
|
|
|
4153
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4153
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4154
4154
|
:type execution_context: int | str | None
|
|
4155
4155
|
:type undo: bool | None
|
|
4156
4156
|
:param data_path_primary: Primary Data Path, Primary path of property to be set by the radial control
|
|
@@ -4180,7 +4180,7 @@ def radial_control(
|
|
|
4180
4180
|
"""
|
|
4181
4181
|
|
|
4182
4182
|
def read_factory_settings(
|
|
4183
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4183
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4184
4184
|
execution_context: int | str | None = None,
|
|
4185
4185
|
undo: bool | None = None,
|
|
4186
4186
|
*,
|
|
@@ -4190,7 +4190,7 @@ def read_factory_settings(
|
|
|
4190
4190
|
):
|
|
4191
4191
|
"""Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
|
|
4192
4192
|
|
|
4193
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4193
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4194
4194
|
:type execution_context: int | str | None
|
|
4195
4195
|
:type undo: bool | None
|
|
4196
4196
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
@@ -4201,7 +4201,7 @@ def read_factory_settings(
|
|
|
4201
4201
|
"""
|
|
4202
4202
|
|
|
4203
4203
|
def read_factory_userpref(
|
|
4204
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4204
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4205
4205
|
execution_context: int | str | None = None,
|
|
4206
4206
|
undo: bool | None = None,
|
|
4207
4207
|
*,
|
|
@@ -4209,7 +4209,7 @@ def read_factory_userpref(
|
|
|
4209
4209
|
):
|
|
4210
4210
|
"""Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
|
|
4211
4211
|
|
|
4212
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4212
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4213
4213
|
:type execution_context: int | str | None
|
|
4214
4214
|
:type undo: bool | None
|
|
4215
4215
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
@@ -4217,19 +4217,19 @@ def read_factory_userpref(
|
|
|
4217
4217
|
"""
|
|
4218
4218
|
|
|
4219
4219
|
def read_history(
|
|
4220
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4220
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4221
4221
|
execution_context: int | str | None = None,
|
|
4222
4222
|
undo: bool | None = None,
|
|
4223
4223
|
):
|
|
4224
4224
|
"""Reloads history and bookmarks
|
|
4225
4225
|
|
|
4226
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4226
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4227
4227
|
:type execution_context: int | str | None
|
|
4228
4228
|
:type undo: bool | None
|
|
4229
4229
|
"""
|
|
4230
4230
|
|
|
4231
4231
|
def read_homefile(
|
|
4232
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4232
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4233
4233
|
execution_context: int | str | None = None,
|
|
4234
4234
|
undo: bool | None = None,
|
|
4235
4235
|
*,
|
|
@@ -4243,7 +4243,7 @@ def read_homefile(
|
|
|
4243
4243
|
):
|
|
4244
4244
|
"""Open the default file
|
|
4245
4245
|
|
|
4246
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4246
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4247
4247
|
:type execution_context: int | str | None
|
|
4248
4248
|
:type undo: bool | None
|
|
4249
4249
|
:param filepath: File Path, Path to an alternative start-up file
|
|
@@ -4262,19 +4262,19 @@ def read_homefile(
|
|
|
4262
4262
|
"""
|
|
4263
4263
|
|
|
4264
4264
|
def read_userpref(
|
|
4265
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4265
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4266
4266
|
execution_context: int | str | None = None,
|
|
4267
4267
|
undo: bool | None = None,
|
|
4268
4268
|
):
|
|
4269
4269
|
"""Load last saved preferences
|
|
4270
4270
|
|
|
4271
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4271
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4272
4272
|
:type execution_context: int | str | None
|
|
4273
4273
|
:type undo: bool | None
|
|
4274
4274
|
"""
|
|
4275
4275
|
|
|
4276
4276
|
def recover_auto_save(
|
|
4277
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4277
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4278
4278
|
execution_context: int | str | None = None,
|
|
4279
4279
|
undo: bool | None = None,
|
|
4280
4280
|
*,
|
|
@@ -4308,7 +4308,7 @@ def recover_auto_save(
|
|
|
4308
4308
|
):
|
|
4309
4309
|
"""Open an automatically saved file to recover it
|
|
4310
4310
|
|
|
4311
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4311
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4312
4312
|
:type execution_context: int | str | None
|
|
4313
4313
|
:type undo: bool | None
|
|
4314
4314
|
:param filepath: File Path, Path to file
|
|
@@ -4374,7 +4374,7 @@ def recover_auto_save(
|
|
|
4374
4374
|
"""
|
|
4375
4375
|
|
|
4376
4376
|
def recover_last_session(
|
|
4377
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4377
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4378
4378
|
execution_context: int | str | None = None,
|
|
4379
4379
|
undo: bool | None = None,
|
|
4380
4380
|
*,
|
|
@@ -4382,7 +4382,7 @@ def recover_last_session(
|
|
|
4382
4382
|
):
|
|
4383
4383
|
"""Open the last closed file ("quit.blend")
|
|
4384
4384
|
|
|
4385
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4385
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4386
4386
|
:type execution_context: int | str | None
|
|
4387
4387
|
:type undo: bool | None
|
|
4388
4388
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
@@ -4390,7 +4390,7 @@ def recover_last_session(
|
|
|
4390
4390
|
"""
|
|
4391
4391
|
|
|
4392
4392
|
def redraw_timer(
|
|
4393
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4393
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4394
4394
|
execution_context: int | str | None = None,
|
|
4395
4395
|
undo: bool | None = None,
|
|
4396
4396
|
*,
|
|
@@ -4409,7 +4409,7 @@ def redraw_timer(
|
|
|
4409
4409
|
):
|
|
4410
4410
|
"""Simple redraw timer to test the speed of updating the interface
|
|
4411
4411
|
|
|
4412
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4412
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4413
4413
|
:type execution_context: int | str | None
|
|
4414
4414
|
:type undo: bool | None
|
|
4415
4415
|
:param type: Type
|
|
@@ -4442,7 +4442,7 @@ def redraw_timer(
|
|
|
4442
4442
|
"""
|
|
4443
4443
|
|
|
4444
4444
|
def revert_mainfile(
|
|
4445
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4445
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4446
4446
|
execution_context: int | str | None = None,
|
|
4447
4447
|
undo: bool | None = None,
|
|
4448
4448
|
*,
|
|
@@ -4450,7 +4450,7 @@ def revert_mainfile(
|
|
|
4450
4450
|
):
|
|
4451
4451
|
"""Reload the saved file
|
|
4452
4452
|
|
|
4453
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4453
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4454
4454
|
:type execution_context: int | str | None
|
|
4455
4455
|
:type undo: bool | None
|
|
4456
4456
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
@@ -4458,7 +4458,7 @@ def revert_mainfile(
|
|
|
4458
4458
|
"""
|
|
4459
4459
|
|
|
4460
4460
|
def save_as_mainfile(
|
|
4461
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4461
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4462
4462
|
execution_context: int | str | None = None,
|
|
4463
4463
|
undo: bool | None = None,
|
|
4464
4464
|
*,
|
|
@@ -4494,7 +4494,7 @@ def save_as_mainfile(
|
|
|
4494
4494
|
):
|
|
4495
4495
|
"""Save the current file in the desired location
|
|
4496
4496
|
|
|
4497
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4497
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4498
4498
|
:type execution_context: int | str | None
|
|
4499
4499
|
:type undo: bool | None
|
|
4500
4500
|
:param filepath: File Path, Path to file
|
|
@@ -4564,19 +4564,19 @@ def save_as_mainfile(
|
|
|
4564
4564
|
"""
|
|
4565
4565
|
|
|
4566
4566
|
def save_homefile(
|
|
4567
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4567
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4568
4568
|
execution_context: int | str | None = None,
|
|
4569
4569
|
undo: bool | None = None,
|
|
4570
4570
|
):
|
|
4571
4571
|
"""Make the current file the default startup file
|
|
4572
4572
|
|
|
4573
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4573
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4574
4574
|
:type execution_context: int | str | None
|
|
4575
4575
|
:type undo: bool | None
|
|
4576
4576
|
"""
|
|
4577
4577
|
|
|
4578
4578
|
def save_mainfile(
|
|
4579
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4579
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4580
4580
|
execution_context: int | str | None = None,
|
|
4581
4581
|
undo: bool | None = None,
|
|
4582
4582
|
*,
|
|
@@ -4613,7 +4613,7 @@ def save_mainfile(
|
|
|
4613
4613
|
):
|
|
4614
4614
|
"""Save the current Blender file
|
|
4615
4615
|
|
|
4616
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4616
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4617
4617
|
:type execution_context: int | str | None
|
|
4618
4618
|
:type undo: bool | None
|
|
4619
4619
|
:param filepath: File Path, Path to file
|
|
@@ -4685,43 +4685,43 @@ def save_mainfile(
|
|
|
4685
4685
|
"""
|
|
4686
4686
|
|
|
4687
4687
|
def save_userpref(
|
|
4688
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4688
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4689
4689
|
execution_context: int | str | None = None,
|
|
4690
4690
|
undo: bool | None = None,
|
|
4691
4691
|
):
|
|
4692
4692
|
"""Make the current preferences default
|
|
4693
4693
|
|
|
4694
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4694
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4695
4695
|
:type execution_context: int | str | None
|
|
4696
4696
|
:type undo: bool | None
|
|
4697
4697
|
"""
|
|
4698
4698
|
|
|
4699
4699
|
def search_menu(
|
|
4700
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4700
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4701
4701
|
execution_context: int | str | None = None,
|
|
4702
4702
|
undo: bool | None = None,
|
|
4703
4703
|
):
|
|
4704
4704
|
"""Pop-up a search over all menus in the current context
|
|
4705
4705
|
|
|
4706
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4706
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4707
4707
|
:type execution_context: int | str | None
|
|
4708
4708
|
:type undo: bool | None
|
|
4709
4709
|
"""
|
|
4710
4710
|
|
|
4711
4711
|
def search_operator(
|
|
4712
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4712
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4713
4713
|
execution_context: int | str | None = None,
|
|
4714
4714
|
undo: bool | None = None,
|
|
4715
4715
|
):
|
|
4716
4716
|
"""Pop-up a search over all available operators in current context
|
|
4717
4717
|
|
|
4718
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4718
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4719
4719
|
:type execution_context: int | str | None
|
|
4720
4720
|
:type undo: bool | None
|
|
4721
4721
|
"""
|
|
4722
4722
|
|
|
4723
4723
|
def search_single_menu(
|
|
4724
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4724
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4725
4725
|
execution_context: int | str | None = None,
|
|
4726
4726
|
undo: bool | None = None,
|
|
4727
4727
|
*,
|
|
@@ -4730,7 +4730,7 @@ def search_single_menu(
|
|
|
4730
4730
|
):
|
|
4731
4731
|
"""Pop-up a search for a menu in current context
|
|
4732
4732
|
|
|
4733
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4733
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4734
4734
|
:type execution_context: int | str | None
|
|
4735
4735
|
:type undo: bool | None
|
|
4736
4736
|
:param menu_idname: Menu Name, Menu to search in
|
|
@@ -4740,7 +4740,7 @@ def search_single_menu(
|
|
|
4740
4740
|
"""
|
|
4741
4741
|
|
|
4742
4742
|
def set_stereo_3d(
|
|
4743
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4743
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4744
4744
|
execution_context: int | str | None = None,
|
|
4745
4745
|
undo: bool | None = None,
|
|
4746
4746
|
*,
|
|
@@ -4752,7 +4752,7 @@ def set_stereo_3d(
|
|
|
4752
4752
|
):
|
|
4753
4753
|
"""Toggle 3D stereo support for current window (or change the display mode)
|
|
4754
4754
|
|
|
4755
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4755
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4756
4756
|
:type execution_context: int | str | None
|
|
4757
4757
|
:type undo: bool | None
|
|
4758
4758
|
:param display_mode: Display Mode
|
|
@@ -4768,31 +4768,31 @@ def set_stereo_3d(
|
|
|
4768
4768
|
"""
|
|
4769
4769
|
|
|
4770
4770
|
def splash(
|
|
4771
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4771
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4772
4772
|
execution_context: int | str | None = None,
|
|
4773
4773
|
undo: bool | None = None,
|
|
4774
4774
|
):
|
|
4775
4775
|
"""Open the splash screen with release info
|
|
4776
4776
|
|
|
4777
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4777
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4778
4778
|
:type execution_context: int | str | None
|
|
4779
4779
|
:type undo: bool | None
|
|
4780
4780
|
"""
|
|
4781
4781
|
|
|
4782
4782
|
def splash_about(
|
|
4783
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4783
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4784
4784
|
execution_context: int | str | None = None,
|
|
4785
4785
|
undo: bool | None = None,
|
|
4786
4786
|
):
|
|
4787
4787
|
"""Open a window with information about Blender
|
|
4788
4788
|
|
|
4789
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4789
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4790
4790
|
:type execution_context: int | str | None
|
|
4791
4791
|
:type undo: bool | None
|
|
4792
4792
|
"""
|
|
4793
4793
|
|
|
4794
4794
|
def stl_export(
|
|
4795
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4795
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4796
4796
|
execution_context: int | str | None = None,
|
|
4797
4797
|
undo: bool | None = None,
|
|
4798
4798
|
*,
|
|
@@ -4838,7 +4838,7 @@ def stl_export(
|
|
|
4838
4838
|
):
|
|
4839
4839
|
"""Save the scene to an STL file
|
|
4840
4840
|
|
|
4841
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4841
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
4842
4842
|
:type execution_context: int | str | None
|
|
4843
4843
|
:type undo: bool | None
|
|
4844
4844
|
:param filepath: File Path, Path to file
|
|
@@ -4956,7 +4956,7 @@ def stl_export(
|
|
|
4956
4956
|
"""
|
|
4957
4957
|
|
|
4958
4958
|
def stl_import(
|
|
4959
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4959
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
4960
4960
|
execution_context: int | str | None = None,
|
|
4961
4961
|
undo: bool | None = None,
|
|
4962
4962
|
*,
|
|
@@ -5002,7 +5002,7 @@ def stl_import(
|
|
|
5002
5002
|
):
|
|
5003
5003
|
"""Import an STL file as an object
|
|
5004
5004
|
|
|
5005
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5005
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5006
5006
|
:type execution_context: int | str | None
|
|
5007
5007
|
:type undo: bool | None
|
|
5008
5008
|
:param filepath: File Path, Path to file
|
|
@@ -5118,7 +5118,7 @@ def stl_import(
|
|
|
5118
5118
|
"""
|
|
5119
5119
|
|
|
5120
5120
|
def sysinfo(
|
|
5121
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5121
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5122
5122
|
execution_context: int | str | None = None,
|
|
5123
5123
|
undo: bool | None = None,
|
|
5124
5124
|
*,
|
|
@@ -5126,7 +5126,7 @@ def sysinfo(
|
|
|
5126
5126
|
):
|
|
5127
5127
|
"""Generate system information, saved into a text file
|
|
5128
5128
|
|
|
5129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5129
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5130
5130
|
:type execution_context: int | str | None
|
|
5131
5131
|
:type undo: bool | None
|
|
5132
5132
|
:param filepath: filepath
|
|
@@ -5134,7 +5134,7 @@ def sysinfo(
|
|
|
5134
5134
|
"""
|
|
5135
5135
|
|
|
5136
5136
|
def tool_set_by_id(
|
|
5137
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5138
5138
|
execution_context: int | str | None = None,
|
|
5139
5139
|
undo: bool | None = None,
|
|
5140
5140
|
*,
|
|
@@ -5166,7 +5166,7 @@ def tool_set_by_id(
|
|
|
5166
5166
|
):
|
|
5167
5167
|
"""Set the tool by name (for key-maps)
|
|
5168
5168
|
|
|
5169
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5169
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5170
5170
|
:type execution_context: int | str | None
|
|
5171
5171
|
:type undo: bool | None
|
|
5172
5172
|
:param name: Identifier, Identifier of the tool
|
|
@@ -5180,7 +5180,7 @@ def tool_set_by_id(
|
|
|
5180
5180
|
"""
|
|
5181
5181
|
|
|
5182
5182
|
def tool_set_by_index(
|
|
5183
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5183
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5184
5184
|
execution_context: int | str | None = None,
|
|
5185
5185
|
undo: bool | None = None,
|
|
5186
5186
|
*,
|
|
@@ -5213,7 +5213,7 @@ def tool_set_by_index(
|
|
|
5213
5213
|
):
|
|
5214
5214
|
"""Set the tool by index (for key-maps)
|
|
5215
5215
|
|
|
5216
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5216
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5217
5217
|
:type execution_context: int | str | None
|
|
5218
5218
|
:type undo: bool | None
|
|
5219
5219
|
:param index: Index in Toolbar
|
|
@@ -5229,43 +5229,43 @@ def tool_set_by_index(
|
|
|
5229
5229
|
"""
|
|
5230
5230
|
|
|
5231
5231
|
def toolbar(
|
|
5232
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5232
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5233
5233
|
execution_context: int | str | None = None,
|
|
5234
5234
|
undo: bool | None = None,
|
|
5235
5235
|
):
|
|
5236
5236
|
"""Undocumented, consider contributing.
|
|
5237
5237
|
|
|
5238
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5238
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5239
5239
|
:type execution_context: int | str | None
|
|
5240
5240
|
:type undo: bool | None
|
|
5241
5241
|
"""
|
|
5242
5242
|
|
|
5243
5243
|
def toolbar_fallback_pie(
|
|
5244
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5244
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5245
5245
|
execution_context: int | str | None = None,
|
|
5246
5246
|
undo: bool | None = None,
|
|
5247
5247
|
):
|
|
5248
5248
|
"""Undocumented, consider contributing.
|
|
5249
5249
|
|
|
5250
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5250
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5251
5251
|
:type execution_context: int | str | None
|
|
5252
5252
|
:type undo: bool | None
|
|
5253
5253
|
"""
|
|
5254
5254
|
|
|
5255
5255
|
def toolbar_prompt(
|
|
5256
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5256
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5257
5257
|
execution_context: int | str | None = None,
|
|
5258
5258
|
undo: bool | None = None,
|
|
5259
5259
|
):
|
|
5260
5260
|
"""Leader key like functionality for accessing tools
|
|
5261
5261
|
|
|
5262
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5262
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5263
5263
|
:type execution_context: int | str | None
|
|
5264
5264
|
:type undo: bool | None
|
|
5265
5265
|
"""
|
|
5266
5266
|
|
|
5267
5267
|
def url_open(
|
|
5268
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5268
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5269
5269
|
execution_context: int | str | None = None,
|
|
5270
5270
|
undo: bool | None = None,
|
|
5271
5271
|
*,
|
|
@@ -5273,7 +5273,7 @@ def url_open(
|
|
|
5273
5273
|
):
|
|
5274
5274
|
"""Open a website in the web browser
|
|
5275
5275
|
|
|
5276
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5276
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5277
5277
|
:type execution_context: int | str | None
|
|
5278
5278
|
:type undo: bool | None
|
|
5279
5279
|
:param url: URL, URL to open
|
|
@@ -5281,7 +5281,7 @@ def url_open(
|
|
|
5281
5281
|
"""
|
|
5282
5282
|
|
|
5283
5283
|
def url_open_preset(
|
|
5284
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5284
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5285
5285
|
execution_context: int | str | None = None,
|
|
5286
5286
|
undo: bool | None = None,
|
|
5287
5287
|
*,
|
|
@@ -5289,7 +5289,7 @@ def url_open_preset(
|
|
|
5289
5289
|
):
|
|
5290
5290
|
"""Open a preset website in the web browser
|
|
5291
5291
|
|
|
5292
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5292
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5293
5293
|
:type execution_context: int | str | None
|
|
5294
5294
|
:type undo: bool | None
|
|
5295
5295
|
:param type: Site
|
|
@@ -5297,7 +5297,7 @@ def url_open_preset(
|
|
|
5297
5297
|
"""
|
|
5298
5298
|
|
|
5299
5299
|
def usd_export(
|
|
5300
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5300
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5301
5301
|
execution_context: int | str | None = None,
|
|
5302
5302
|
undo: bool | None = None,
|
|
5303
5303
|
*,
|
|
@@ -5384,7 +5384,7 @@ def usd_export(
|
|
|
5384
5384
|
):
|
|
5385
5385
|
"""Export current scene in a USD archive
|
|
5386
5386
|
|
|
5387
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5387
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5388
5388
|
:type execution_context: int | str | None
|
|
5389
5389
|
:type undo: bool | None
|
|
5390
5390
|
:param filepath: File Path, Path to file
|
|
@@ -5623,7 +5623,7 @@ def usd_export(
|
|
|
5623
5623
|
"""
|
|
5624
5624
|
|
|
5625
5625
|
def usd_import(
|
|
5626
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5626
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5627
5627
|
execution_context: int | str | None = None,
|
|
5628
5628
|
undo: bool | None = None,
|
|
5629
5629
|
*,
|
|
@@ -5695,7 +5695,7 @@ def usd_import(
|
|
|
5695
5695
|
):
|
|
5696
5696
|
"""Import USD stage into current scene
|
|
5697
5697
|
|
|
5698
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5698
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5699
5699
|
:type execution_context: int | str | None
|
|
5700
5700
|
:type undo: bool | None
|
|
5701
5701
|
:param filepath: File Path, Path to file
|
|
@@ -5860,55 +5860,55 @@ def usd_import(
|
|
|
5860
5860
|
"""
|
|
5861
5861
|
|
|
5862
5862
|
def window_close(
|
|
5863
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5863
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5864
5864
|
execution_context: int | str | None = None,
|
|
5865
5865
|
undo: bool | None = None,
|
|
5866
5866
|
):
|
|
5867
5867
|
"""Close the current window
|
|
5868
5868
|
|
|
5869
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5869
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5870
5870
|
:type execution_context: int | str | None
|
|
5871
5871
|
:type undo: bool | None
|
|
5872
5872
|
"""
|
|
5873
5873
|
|
|
5874
5874
|
def window_fullscreen_toggle(
|
|
5875
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5875
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5876
5876
|
execution_context: int | str | None = None,
|
|
5877
5877
|
undo: bool | None = None,
|
|
5878
5878
|
):
|
|
5879
5879
|
"""Toggle the current window full-screen
|
|
5880
5880
|
|
|
5881
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5881
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5882
5882
|
:type execution_context: int | str | None
|
|
5883
5883
|
:type undo: bool | None
|
|
5884
5884
|
"""
|
|
5885
5885
|
|
|
5886
5886
|
def window_new(
|
|
5887
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5887
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5888
5888
|
execution_context: int | str | None = None,
|
|
5889
5889
|
undo: bool | None = None,
|
|
5890
5890
|
):
|
|
5891
5891
|
"""Create a new window
|
|
5892
5892
|
|
|
5893
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5893
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5894
5894
|
:type execution_context: int | str | None
|
|
5895
5895
|
:type undo: bool | None
|
|
5896
5896
|
"""
|
|
5897
5897
|
|
|
5898
5898
|
def window_new_main(
|
|
5899
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5899
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5900
5900
|
execution_context: int | str | None = None,
|
|
5901
5901
|
undo: bool | None = None,
|
|
5902
5902
|
):
|
|
5903
5903
|
"""Create a new main window with its own workspace and scene selection
|
|
5904
5904
|
|
|
5905
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5905
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5906
5906
|
:type execution_context: int | str | None
|
|
5907
5907
|
:type undo: bool | None
|
|
5908
5908
|
"""
|
|
5909
5909
|
|
|
5910
5910
|
def xr_navigation_fly(
|
|
5911
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
5911
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5912
5912
|
execution_context: int | str | None = None,
|
|
5913
5913
|
undo: bool | None = None,
|
|
5914
5914
|
*,
|
|
@@ -5944,7 +5944,7 @@ def xr_navigation_fly(
|
|
|
5944
5944
|
):
|
|
5945
5945
|
"""Move/turn relative to the VR viewer or controller
|
|
5946
5946
|
|
|
5947
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
5947
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5948
5948
|
:type execution_context: int | str | None
|
|
5949
5949
|
:type undo: bool | None
|
|
5950
5950
|
:param mode: Mode, Fly mode
|
|
@@ -6005,7 +6005,7 @@ def xr_navigation_fly(
|
|
|
6005
6005
|
"""
|
|
6006
6006
|
|
|
6007
6007
|
def xr_navigation_grab(
|
|
6008
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
6008
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
6009
6009
|
execution_context: int | str | None = None,
|
|
6010
6010
|
undo: bool | None = None,
|
|
6011
6011
|
*,
|
|
@@ -6017,7 +6017,7 @@ def xr_navigation_grab(
|
|
|
6017
6017
|
):
|
|
6018
6018
|
"""Navigate the VR scene by grabbing with controllers
|
|
6019
6019
|
|
|
6020
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6020
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
6021
6021
|
:type execution_context: int | str | None
|
|
6022
6022
|
:type undo: bool | None
|
|
6023
6023
|
:param lock_location: Lock Location, Prevent changes to viewer location
|
|
@@ -6033,7 +6033,7 @@ def xr_navigation_grab(
|
|
|
6033
6033
|
"""
|
|
6034
6034
|
|
|
6035
6035
|
def xr_navigation_reset(
|
|
6036
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
6036
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
6037
6037
|
execution_context: int | str | None = None,
|
|
6038
6038
|
undo: bool | None = None,
|
|
6039
6039
|
*,
|
|
@@ -6043,7 +6043,7 @@ def xr_navigation_reset(
|
|
|
6043
6043
|
):
|
|
6044
6044
|
"""Reset VR navigation deltas relative to session base pose
|
|
6045
6045
|
|
|
6046
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6046
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
6047
6047
|
:type execution_context: int | str | None
|
|
6048
6048
|
:type undo: bool | None
|
|
6049
6049
|
:param location: Location, Reset location deltas
|
|
@@ -6055,7 +6055,7 @@ def xr_navigation_reset(
|
|
|
6055
6055
|
"""
|
|
6056
6056
|
|
|
6057
6057
|
def xr_navigation_teleport(
|
|
6058
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
6058
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
6059
6059
|
execution_context: int | str | None = None,
|
|
6060
6060
|
undo: bool | None = None,
|
|
6061
6061
|
*,
|
|
@@ -6070,7 +6070,7 @@ def xr_navigation_teleport(
|
|
|
6070
6070
|
):
|
|
6071
6071
|
"""Set VR viewer location to controller raycast hit location
|
|
6072
6072
|
|
|
6073
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6073
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
6074
6074
|
:type execution_context: int | str | None
|
|
6075
6075
|
:type undo: bool | None
|
|
6076
6076
|
:param teleport_axes: Teleport Axes, Enabled teleport axes in navigation space
|
|
@@ -6092,13 +6092,13 @@ def xr_navigation_teleport(
|
|
|
6092
6092
|
"""
|
|
6093
6093
|
|
|
6094
6094
|
def xr_session_toggle(
|
|
6095
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
6095
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
6096
6096
|
execution_context: int | str | None = None,
|
|
6097
6097
|
undo: bool | None = None,
|
|
6098
6098
|
):
|
|
6099
6099
|
"""Open a view for use with virtual reality headsets, or close it if already opened
|
|
6100
6100
|
|
|
6101
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
6101
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
6102
6102
|
:type execution_context: int | str | None
|
|
6103
6103
|
:type undo: bool | None
|
|
6104
6104
|
"""
|