fake-bpy-module 20240326__py3-none-any.whl → 20240329__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.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -6,7 +6,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
6
6
|
|
|
7
7
|
def alembic_export(
|
|
8
8
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
9
|
+
execution_context: str = None,
|
|
10
10
|
undo: bool = None,
|
|
11
11
|
filepath: typing.Union[str, typing.Any] = "",
|
|
12
12
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -52,8 +52,8 @@ def alembic_export(
|
|
|
52
52
|
use_instancing: typing.Union[bool, typing.Any] = True,
|
|
53
53
|
global_scale: typing.Any = 1.0,
|
|
54
54
|
triangulate: typing.Union[bool, typing.Any] = False,
|
|
55
|
-
quad_method: typing.
|
|
56
|
-
ngon_method: typing.
|
|
55
|
+
quad_method: typing.Union[str, int] = "SHORTEST_DIAGONAL",
|
|
56
|
+
ngon_method: typing.Union[str, int] = "BEAUTY",
|
|
57
57
|
export_hair: typing.Union[bool, typing.Any] = True,
|
|
58
58
|
export_particles: typing.Union[bool, typing.Any] = True,
|
|
59
59
|
export_custom_properties: typing.Union[bool, typing.Any] = True,
|
|
@@ -64,7 +64,7 @@ def alembic_export(
|
|
|
64
64
|
"""Export current scene in an Alembic archive
|
|
65
65
|
|
|
66
66
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
67
|
-
:type execution_context:
|
|
67
|
+
:type execution_context: str
|
|
68
68
|
:type undo: bool
|
|
69
69
|
:param filepath: File Path, Path to file
|
|
70
70
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -166,9 +166,9 @@ def alembic_export(
|
|
|
166
166
|
:param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
|
|
167
167
|
:type triangulate: typing.Union[bool, typing.Any]
|
|
168
168
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
169
|
-
:type quad_method: typing.
|
|
169
|
+
:type quad_method: typing.Union[str, int]
|
|
170
170
|
:param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
|
|
171
|
-
:type ngon_method: typing.
|
|
171
|
+
:type ngon_method: typing.Union[str, int]
|
|
172
172
|
:param export_hair: Export Hair, Exports hair particle systems as animated curves
|
|
173
173
|
:type export_hair: typing.Union[bool, typing.Any]
|
|
174
174
|
:param export_particles: Export Particles, Exports non-hair particle systems
|
|
@@ -192,7 +192,7 @@ def alembic_export(
|
|
|
192
192
|
|
|
193
193
|
def alembic_import(
|
|
194
194
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
195
|
-
execution_context:
|
|
195
|
+
execution_context: str = None,
|
|
196
196
|
undo: bool = None,
|
|
197
197
|
filepath: typing.Union[str, typing.Any] = "",
|
|
198
198
|
check_existing: typing.Union[bool, typing.Any] = False,
|
|
@@ -228,7 +228,7 @@ def alembic_import(
|
|
|
228
228
|
"""Load an Alembic archive
|
|
229
229
|
|
|
230
230
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
231
|
-
:type execution_context:
|
|
231
|
+
:type execution_context: str
|
|
232
232
|
:type undo: bool
|
|
233
233
|
:param filepath: File Path, Path to file
|
|
234
234
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -307,7 +307,7 @@ def alembic_import(
|
|
|
307
307
|
|
|
308
308
|
def append(
|
|
309
309
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
310
|
-
execution_context:
|
|
310
|
+
execution_context: str = None,
|
|
311
311
|
undo: bool = None,
|
|
312
312
|
filepath: typing.Union[str, typing.Any] = "",
|
|
313
313
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -347,7 +347,7 @@ def append(
|
|
|
347
347
|
"""Append from a Library .blend file
|
|
348
348
|
|
|
349
349
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
350
|
-
:type execution_context:
|
|
350
|
+
:type execution_context: str
|
|
351
351
|
:type undo: bool
|
|
352
352
|
:param filepath: File Path, Path to file
|
|
353
353
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -435,7 +435,7 @@ def append(
|
|
|
435
435
|
|
|
436
436
|
def batch_rename(
|
|
437
437
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
438
|
-
execution_context:
|
|
438
|
+
execution_context: str = None,
|
|
439
439
|
undo: bool = None,
|
|
440
440
|
data_type: typing.Any = "OBJECT",
|
|
441
441
|
data_source: typing.Any = "SELECT",
|
|
@@ -444,7 +444,7 @@ def batch_rename(
|
|
|
444
444
|
"""Rename multiple items at once
|
|
445
445
|
|
|
446
446
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
447
|
-
:type execution_context:
|
|
447
|
+
:type execution_context: str
|
|
448
448
|
:type undo: bool
|
|
449
449
|
:param data_type: Type, Type of data to rename
|
|
450
450
|
:type data_type: typing.Any
|
|
@@ -458,13 +458,13 @@ def batch_rename(
|
|
|
458
458
|
|
|
459
459
|
def blend_strings_utf8_validate(
|
|
460
460
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
461
|
-
execution_context:
|
|
461
|
+
execution_context: str = None,
|
|
462
462
|
undo: bool = None,
|
|
463
463
|
):
|
|
464
464
|
"""Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
|
|
465
465
|
|
|
466
466
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
467
|
-
:type execution_context:
|
|
467
|
+
:type execution_context: str
|
|
468
468
|
:type undo: bool
|
|
469
469
|
"""
|
|
470
470
|
|
|
@@ -472,14 +472,14 @@ def blend_strings_utf8_validate(
|
|
|
472
472
|
|
|
473
473
|
def call_menu(
|
|
474
474
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
475
|
-
execution_context:
|
|
475
|
+
execution_context: str = None,
|
|
476
476
|
undo: bool = None,
|
|
477
477
|
name: typing.Union[str, typing.Any] = "",
|
|
478
478
|
):
|
|
479
479
|
"""Open a predefined menu
|
|
480
480
|
|
|
481
481
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
482
|
-
:type execution_context:
|
|
482
|
+
:type execution_context: str
|
|
483
483
|
:type undo: bool
|
|
484
484
|
:param name: Name, Name of the menu
|
|
485
485
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -489,14 +489,14 @@ def call_menu(
|
|
|
489
489
|
|
|
490
490
|
def call_menu_pie(
|
|
491
491
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
492
|
-
execution_context:
|
|
492
|
+
execution_context: str = None,
|
|
493
493
|
undo: bool = None,
|
|
494
494
|
name: typing.Union[str, typing.Any] = "",
|
|
495
495
|
):
|
|
496
496
|
"""Open a predefined pie menu
|
|
497
497
|
|
|
498
498
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
499
|
-
:type execution_context:
|
|
499
|
+
:type execution_context: str
|
|
500
500
|
:type undo: bool
|
|
501
501
|
:param name: Name, Name of the pie menu
|
|
502
502
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -506,7 +506,7 @@ def call_menu_pie(
|
|
|
506
506
|
|
|
507
507
|
def call_panel(
|
|
508
508
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
509
|
-
execution_context:
|
|
509
|
+
execution_context: str = None,
|
|
510
510
|
undo: bool = None,
|
|
511
511
|
name: typing.Union[str, typing.Any] = "",
|
|
512
512
|
keep_open: typing.Union[bool, typing.Any] = True,
|
|
@@ -514,7 +514,7 @@ def call_panel(
|
|
|
514
514
|
"""Open a predefined panel
|
|
515
515
|
|
|
516
516
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
517
|
-
:type execution_context:
|
|
517
|
+
:type execution_context: str
|
|
518
518
|
:type undo: bool
|
|
519
519
|
:param name: Name, Name of the menu
|
|
520
520
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -526,13 +526,13 @@ def call_panel(
|
|
|
526
526
|
|
|
527
527
|
def clear_recent_files(
|
|
528
528
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
529
|
-
execution_context:
|
|
529
|
+
execution_context: str = None,
|
|
530
530
|
undo: bool = None,
|
|
531
531
|
):
|
|
532
532
|
"""Clear the recent files list
|
|
533
533
|
|
|
534
534
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
535
|
-
:type execution_context:
|
|
535
|
+
:type execution_context: str
|
|
536
536
|
:type undo: bool
|
|
537
537
|
"""
|
|
538
538
|
|
|
@@ -540,7 +540,7 @@ def clear_recent_files(
|
|
|
540
540
|
|
|
541
541
|
def collada_export(
|
|
542
542
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
543
|
-
execution_context:
|
|
543
|
+
execution_context: str = None,
|
|
544
544
|
undo: bool = None,
|
|
545
545
|
filepath: typing.Union[str, typing.Any] = "",
|
|
546
546
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -601,7 +601,7 @@ def collada_export(
|
|
|
601
601
|
"""Save a Collada file
|
|
602
602
|
|
|
603
603
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
604
|
-
:type execution_context:
|
|
604
|
+
:type execution_context: str
|
|
605
605
|
:type undo: bool
|
|
606
606
|
:param filepath: File Path, Path to file
|
|
607
607
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -805,7 +805,7 @@ def collada_export(
|
|
|
805
805
|
|
|
806
806
|
def collada_import(
|
|
807
807
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
808
|
-
execution_context:
|
|
808
|
+
execution_context: str = None,
|
|
809
809
|
undo: bool = None,
|
|
810
810
|
filepath: typing.Union[str, typing.Any] = "",
|
|
811
811
|
check_existing: typing.Union[bool, typing.Any] = False,
|
|
@@ -841,7 +841,7 @@ def collada_import(
|
|
|
841
841
|
"""Load a Collada file
|
|
842
842
|
|
|
843
843
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
844
|
-
:type execution_context:
|
|
844
|
+
:type execution_context: str
|
|
845
845
|
:type undo: bool
|
|
846
846
|
:param filepath: File Path, Path to file
|
|
847
847
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -920,7 +920,7 @@ def collada_import(
|
|
|
920
920
|
|
|
921
921
|
def context_collection_boolean_set(
|
|
922
922
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
923
|
-
execution_context:
|
|
923
|
+
execution_context: str = None,
|
|
924
924
|
undo: bool = None,
|
|
925
925
|
data_path_iter: typing.Union[str, typing.Any] = "",
|
|
926
926
|
data_path_item: typing.Union[str, typing.Any] = "",
|
|
@@ -929,7 +929,7 @@ def context_collection_boolean_set(
|
|
|
929
929
|
"""Set boolean values for a collection of items
|
|
930
930
|
|
|
931
931
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
932
|
-
:type execution_context:
|
|
932
|
+
:type execution_context: str
|
|
933
933
|
:type undo: bool
|
|
934
934
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
935
935
|
:type data_path_iter: typing.Union[str, typing.Any]
|
|
@@ -943,7 +943,7 @@ def context_collection_boolean_set(
|
|
|
943
943
|
|
|
944
944
|
def context_cycle_array(
|
|
945
945
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
946
|
-
execution_context:
|
|
946
|
+
execution_context: str = None,
|
|
947
947
|
undo: bool = None,
|
|
948
948
|
data_path: typing.Union[str, typing.Any] = "",
|
|
949
949
|
reverse: typing.Union[bool, typing.Any] = False,
|
|
@@ -951,7 +951,7 @@ def context_cycle_array(
|
|
|
951
951
|
"""Set a context array value (useful for cycling the active mesh edit mode)
|
|
952
952
|
|
|
953
953
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
954
|
-
:type execution_context:
|
|
954
|
+
:type execution_context: str
|
|
955
955
|
:type undo: bool
|
|
956
956
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
957
957
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -963,7 +963,7 @@ def context_cycle_array(
|
|
|
963
963
|
|
|
964
964
|
def context_cycle_enum(
|
|
965
965
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
966
|
-
execution_context:
|
|
966
|
+
execution_context: str = None,
|
|
967
967
|
undo: bool = None,
|
|
968
968
|
data_path: typing.Union[str, typing.Any] = "",
|
|
969
969
|
reverse: typing.Union[bool, typing.Any] = False,
|
|
@@ -972,7 +972,7 @@ def context_cycle_enum(
|
|
|
972
972
|
"""Toggle a context value
|
|
973
973
|
|
|
974
974
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
975
|
-
:type execution_context:
|
|
975
|
+
:type execution_context: str
|
|
976
976
|
:type undo: bool
|
|
977
977
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
978
978
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -986,7 +986,7 @@ def context_cycle_enum(
|
|
|
986
986
|
|
|
987
987
|
def context_cycle_int(
|
|
988
988
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
989
|
-
execution_context:
|
|
989
|
+
execution_context: str = None,
|
|
990
990
|
undo: bool = None,
|
|
991
991
|
data_path: typing.Union[str, typing.Any] = "",
|
|
992
992
|
reverse: typing.Union[bool, typing.Any] = False,
|
|
@@ -995,7 +995,7 @@ def context_cycle_int(
|
|
|
995
995
|
"""Set a context value (useful for cycling active material, shape keys, groups, etc.)
|
|
996
996
|
|
|
997
997
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
998
|
-
:type execution_context:
|
|
998
|
+
:type execution_context: str
|
|
999
999
|
:type undo: bool
|
|
1000
1000
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1001
1001
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1009,14 +1009,14 @@ def context_cycle_int(
|
|
|
1009
1009
|
|
|
1010
1010
|
def context_menu_enum(
|
|
1011
1011
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1012
|
-
execution_context:
|
|
1012
|
+
execution_context: str = None,
|
|
1013
1013
|
undo: bool = None,
|
|
1014
1014
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1015
1015
|
):
|
|
1016
1016
|
"""Undocumented, consider contributing.
|
|
1017
1017
|
|
|
1018
1018
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1019
|
-
:type execution_context:
|
|
1019
|
+
:type execution_context: str
|
|
1020
1020
|
:type undo: bool
|
|
1021
1021
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1022
1022
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1026,7 +1026,7 @@ def context_menu_enum(
|
|
|
1026
1026
|
|
|
1027
1027
|
def context_modal_mouse(
|
|
1028
1028
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1029
|
-
execution_context:
|
|
1029
|
+
execution_context: str = None,
|
|
1030
1030
|
undo: bool = None,
|
|
1031
1031
|
data_path_iter: typing.Union[str, typing.Any] = "",
|
|
1032
1032
|
data_path_item: typing.Union[str, typing.Any] = "",
|
|
@@ -1038,7 +1038,7 @@ def context_modal_mouse(
|
|
|
1038
1038
|
"""Adjust arbitrary values with mouse input
|
|
1039
1039
|
|
|
1040
1040
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1041
|
-
:type execution_context:
|
|
1041
|
+
:type execution_context: str
|
|
1042
1042
|
:type undo: bool
|
|
1043
1043
|
:param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
|
|
1044
1044
|
:type data_path_iter: typing.Union[str, typing.Any]
|
|
@@ -1058,14 +1058,14 @@ def context_modal_mouse(
|
|
|
1058
1058
|
|
|
1059
1059
|
def context_pie_enum(
|
|
1060
1060
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1061
|
-
execution_context:
|
|
1061
|
+
execution_context: str = None,
|
|
1062
1062
|
undo: bool = None,
|
|
1063
1063
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1064
1064
|
):
|
|
1065
1065
|
"""Undocumented, consider contributing.
|
|
1066
1066
|
|
|
1067
1067
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1068
|
-
:type execution_context:
|
|
1068
|
+
:type execution_context: str
|
|
1069
1069
|
:type undo: bool
|
|
1070
1070
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1071
1071
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1075,7 +1075,7 @@ def context_pie_enum(
|
|
|
1075
1075
|
|
|
1076
1076
|
def context_scale_float(
|
|
1077
1077
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1078
|
-
execution_context:
|
|
1078
|
+
execution_context: str = None,
|
|
1079
1079
|
undo: bool = None,
|
|
1080
1080
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1081
1081
|
value: typing.Any = 1.0,
|
|
@@ -1083,7 +1083,7 @@ def context_scale_float(
|
|
|
1083
1083
|
"""Scale a float context value
|
|
1084
1084
|
|
|
1085
1085
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1086
|
-
:type execution_context:
|
|
1086
|
+
:type execution_context: str
|
|
1087
1087
|
:type undo: bool
|
|
1088
1088
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1089
1089
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1095,7 +1095,7 @@ def context_scale_float(
|
|
|
1095
1095
|
|
|
1096
1096
|
def context_scale_int(
|
|
1097
1097
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1098
|
-
execution_context:
|
|
1098
|
+
execution_context: str = None,
|
|
1099
1099
|
undo: bool = None,
|
|
1100
1100
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1101
1101
|
value: typing.Any = 1.0,
|
|
@@ -1104,7 +1104,7 @@ def context_scale_int(
|
|
|
1104
1104
|
"""Scale an int context value
|
|
1105
1105
|
|
|
1106
1106
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1107
|
-
:type execution_context:
|
|
1107
|
+
:type execution_context: str
|
|
1108
1108
|
:type undo: bool
|
|
1109
1109
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1110
1110
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1118,7 +1118,7 @@ def context_scale_int(
|
|
|
1118
1118
|
|
|
1119
1119
|
def context_set_boolean(
|
|
1120
1120
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1121
|
-
execution_context:
|
|
1121
|
+
execution_context: str = None,
|
|
1122
1122
|
undo: bool = None,
|
|
1123
1123
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1124
1124
|
value: typing.Union[bool, typing.Any] = True,
|
|
@@ -1126,7 +1126,7 @@ def context_set_boolean(
|
|
|
1126
1126
|
"""Set a context value
|
|
1127
1127
|
|
|
1128
1128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1129
|
-
:type execution_context:
|
|
1129
|
+
:type execution_context: str
|
|
1130
1130
|
:type undo: bool
|
|
1131
1131
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1132
1132
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1138,7 +1138,7 @@ def context_set_boolean(
|
|
|
1138
1138
|
|
|
1139
1139
|
def context_set_enum(
|
|
1140
1140
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1141
|
-
execution_context:
|
|
1141
|
+
execution_context: str = None,
|
|
1142
1142
|
undo: bool = None,
|
|
1143
1143
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1144
1144
|
value: typing.Union[str, typing.Any] = "",
|
|
@@ -1146,7 +1146,7 @@ def context_set_enum(
|
|
|
1146
1146
|
"""Set a context value
|
|
1147
1147
|
|
|
1148
1148
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1149
|
-
:type execution_context:
|
|
1149
|
+
:type execution_context: str
|
|
1150
1150
|
:type undo: bool
|
|
1151
1151
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1152
1152
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1158,7 +1158,7 @@ def context_set_enum(
|
|
|
1158
1158
|
|
|
1159
1159
|
def context_set_float(
|
|
1160
1160
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1161
|
-
execution_context:
|
|
1161
|
+
execution_context: str = None,
|
|
1162
1162
|
undo: bool = None,
|
|
1163
1163
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1164
1164
|
value: typing.Any = 0.0,
|
|
@@ -1167,7 +1167,7 @@ def context_set_float(
|
|
|
1167
1167
|
"""Set a context value
|
|
1168
1168
|
|
|
1169
1169
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1170
|
-
:type execution_context:
|
|
1170
|
+
:type execution_context: str
|
|
1171
1171
|
:type undo: bool
|
|
1172
1172
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1173
1173
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1181,7 +1181,7 @@ def context_set_float(
|
|
|
1181
1181
|
|
|
1182
1182
|
def context_set_id(
|
|
1183
1183
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1184
|
-
execution_context:
|
|
1184
|
+
execution_context: str = None,
|
|
1185
1185
|
undo: bool = None,
|
|
1186
1186
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1187
1187
|
value: typing.Union[str, typing.Any] = "",
|
|
@@ -1189,7 +1189,7 @@ def context_set_id(
|
|
|
1189
1189
|
"""Set a context value to an ID data-block
|
|
1190
1190
|
|
|
1191
1191
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1192
|
-
:type execution_context:
|
|
1192
|
+
:type execution_context: str
|
|
1193
1193
|
:type undo: bool
|
|
1194
1194
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1195
1195
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1201,7 +1201,7 @@ def context_set_id(
|
|
|
1201
1201
|
|
|
1202
1202
|
def context_set_int(
|
|
1203
1203
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1204
|
-
execution_context:
|
|
1204
|
+
execution_context: str = None,
|
|
1205
1205
|
undo: bool = None,
|
|
1206
1206
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1207
1207
|
value: typing.Any = 0,
|
|
@@ -1210,7 +1210,7 @@ def context_set_int(
|
|
|
1210
1210
|
"""Set a context value
|
|
1211
1211
|
|
|
1212
1212
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1213
|
-
:type execution_context:
|
|
1213
|
+
:type execution_context: str
|
|
1214
1214
|
:type undo: bool
|
|
1215
1215
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1216
1216
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1224,7 +1224,7 @@ def context_set_int(
|
|
|
1224
1224
|
|
|
1225
1225
|
def context_set_string(
|
|
1226
1226
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1227
|
-
execution_context:
|
|
1227
|
+
execution_context: str = None,
|
|
1228
1228
|
undo: bool = None,
|
|
1229
1229
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1230
1230
|
value: typing.Union[str, typing.Any] = "",
|
|
@@ -1232,7 +1232,7 @@ def context_set_string(
|
|
|
1232
1232
|
"""Set a context value
|
|
1233
1233
|
|
|
1234
1234
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1235
|
-
:type execution_context:
|
|
1235
|
+
:type execution_context: str
|
|
1236
1236
|
:type undo: bool
|
|
1237
1237
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1238
1238
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1244,7 +1244,7 @@ def context_set_string(
|
|
|
1244
1244
|
|
|
1245
1245
|
def context_set_value(
|
|
1246
1246
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1247
|
-
execution_context:
|
|
1247
|
+
execution_context: str = None,
|
|
1248
1248
|
undo: bool = None,
|
|
1249
1249
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1250
1250
|
value: typing.Union[str, typing.Any] = "",
|
|
@@ -1252,7 +1252,7 @@ def context_set_value(
|
|
|
1252
1252
|
"""Set a context value
|
|
1253
1253
|
|
|
1254
1254
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1255
|
-
:type execution_context:
|
|
1255
|
+
:type execution_context: str
|
|
1256
1256
|
:type undo: bool
|
|
1257
1257
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1258
1258
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1264,7 +1264,7 @@ def context_set_value(
|
|
|
1264
1264
|
|
|
1265
1265
|
def context_toggle(
|
|
1266
1266
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1267
|
-
execution_context:
|
|
1267
|
+
execution_context: str = None,
|
|
1268
1268
|
undo: bool = None,
|
|
1269
1269
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1270
1270
|
module: typing.Union[str, typing.Any] = "",
|
|
@@ -1272,7 +1272,7 @@ def context_toggle(
|
|
|
1272
1272
|
"""Toggle a context value
|
|
1273
1273
|
|
|
1274
1274
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1275
|
-
:type execution_context:
|
|
1275
|
+
:type execution_context: str
|
|
1276
1276
|
:type undo: bool
|
|
1277
1277
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1278
1278
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1284,7 +1284,7 @@ def context_toggle(
|
|
|
1284
1284
|
|
|
1285
1285
|
def context_toggle_enum(
|
|
1286
1286
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1287
|
-
execution_context:
|
|
1287
|
+
execution_context: str = None,
|
|
1288
1288
|
undo: bool = None,
|
|
1289
1289
|
data_path: typing.Union[str, typing.Any] = "",
|
|
1290
1290
|
value_1: typing.Union[str, typing.Any] = "",
|
|
@@ -1293,7 +1293,7 @@ def context_toggle_enum(
|
|
|
1293
1293
|
"""Toggle a context value
|
|
1294
1294
|
|
|
1295
1295
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1296
|
-
:type execution_context:
|
|
1296
|
+
:type execution_context: str
|
|
1297
1297
|
:type undo: bool
|
|
1298
1298
|
:param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
|
|
1299
1299
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -1307,14 +1307,14 @@ def context_toggle_enum(
|
|
|
1307
1307
|
|
|
1308
1308
|
def debug_menu(
|
|
1309
1309
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1310
|
-
execution_context:
|
|
1310
|
+
execution_context: str = None,
|
|
1311
1311
|
undo: bool = None,
|
|
1312
1312
|
debug_value: typing.Any = 0,
|
|
1313
1313
|
):
|
|
1314
1314
|
"""Open a popup to set the debug level
|
|
1315
1315
|
|
|
1316
1316
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1317
|
-
:type execution_context:
|
|
1317
|
+
:type execution_context: str
|
|
1318
1318
|
:type undo: bool
|
|
1319
1319
|
:param debug_value: Debug Value
|
|
1320
1320
|
:type debug_value: typing.Any
|
|
@@ -1324,14 +1324,14 @@ def debug_menu(
|
|
|
1324
1324
|
|
|
1325
1325
|
def doc_view(
|
|
1326
1326
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1327
|
-
execution_context:
|
|
1327
|
+
execution_context: str = None,
|
|
1328
1328
|
undo: bool = None,
|
|
1329
1329
|
doc_id: typing.Union[str, typing.Any] = "",
|
|
1330
1330
|
):
|
|
1331
1331
|
"""Open online reference docs in a web browser
|
|
1332
1332
|
|
|
1333
1333
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1334
|
-
:type execution_context:
|
|
1334
|
+
:type execution_context: str
|
|
1335
1335
|
:type undo: bool
|
|
1336
1336
|
:param doc_id: Doc ID
|
|
1337
1337
|
:type doc_id: typing.Union[str, typing.Any]
|
|
@@ -1341,14 +1341,14 @@ def doc_view(
|
|
|
1341
1341
|
|
|
1342
1342
|
def doc_view_manual(
|
|
1343
1343
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1344
|
-
execution_context:
|
|
1344
|
+
execution_context: str = None,
|
|
1345
1345
|
undo: bool = None,
|
|
1346
1346
|
doc_id: typing.Union[str, typing.Any] = "",
|
|
1347
1347
|
):
|
|
1348
1348
|
"""Load online manual
|
|
1349
1349
|
|
|
1350
1350
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1351
|
-
:type execution_context:
|
|
1351
|
+
:type execution_context: str
|
|
1352
1352
|
:type undo: bool
|
|
1353
1353
|
:param doc_id: Doc ID
|
|
1354
1354
|
:type doc_id: typing.Union[str, typing.Any]
|
|
@@ -1358,13 +1358,13 @@ def doc_view_manual(
|
|
|
1358
1358
|
|
|
1359
1359
|
def doc_view_manual_ui_context(
|
|
1360
1360
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1361
|
-
execution_context:
|
|
1361
|
+
execution_context: str = None,
|
|
1362
1362
|
undo: bool = None,
|
|
1363
1363
|
):
|
|
1364
1364
|
"""View a context based online manual in a web browser
|
|
1365
1365
|
|
|
1366
1366
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1367
|
-
:type execution_context:
|
|
1367
|
+
:type execution_context: str
|
|
1368
1368
|
:type undo: bool
|
|
1369
1369
|
"""
|
|
1370
1370
|
|
|
@@ -1372,14 +1372,14 @@ def doc_view_manual_ui_context(
|
|
|
1372
1372
|
|
|
1373
1373
|
def drop_blend_file(
|
|
1374
1374
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1375
|
-
execution_context:
|
|
1375
|
+
execution_context: str = None,
|
|
1376
1376
|
undo: bool = None,
|
|
1377
1377
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1378
1378
|
):
|
|
1379
1379
|
"""Undocumented, consider contributing.
|
|
1380
1380
|
|
|
1381
1381
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1382
|
-
:type execution_context:
|
|
1382
|
+
:type execution_context: str
|
|
1383
1383
|
:type undo: bool
|
|
1384
1384
|
:param filepath: filepath
|
|
1385
1385
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1389,7 +1389,7 @@ def drop_blend_file(
|
|
|
1389
1389
|
|
|
1390
1390
|
def drop_import_file(
|
|
1391
1391
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1392
|
-
execution_context:
|
|
1392
|
+
execution_context: str = None,
|
|
1393
1393
|
undo: bool = None,
|
|
1394
1394
|
directory: typing.Union[str, typing.Any] = "",
|
|
1395
1395
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
@@ -1397,7 +1397,7 @@ def drop_import_file(
|
|
|
1397
1397
|
"""Operator that allows file handlers to receive file drops
|
|
1398
1398
|
|
|
1399
1399
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1400
|
-
:type execution_context:
|
|
1400
|
+
:type execution_context: str
|
|
1401
1401
|
:type undo: bool
|
|
1402
1402
|
:param directory: Directory, Directory of the file
|
|
1403
1403
|
:type directory: typing.Union[str, typing.Any]
|
|
@@ -1409,7 +1409,7 @@ def drop_import_file(
|
|
|
1409
1409
|
|
|
1410
1410
|
def gpencil_export_pdf(
|
|
1411
1411
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1412
|
-
execution_context:
|
|
1412
|
+
execution_context: str = None,
|
|
1413
1413
|
undo: bool = None,
|
|
1414
1414
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1415
1415
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -1442,7 +1442,7 @@ def gpencil_export_pdf(
|
|
|
1442
1442
|
"""Export grease pencil to PDF
|
|
1443
1443
|
|
|
1444
1444
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1445
|
-
:type execution_context:
|
|
1445
|
+
:type execution_context: str
|
|
1446
1446
|
:type undo: bool
|
|
1447
1447
|
:param filepath: File Path, Path to file
|
|
1448
1448
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1534,7 +1534,7 @@ def gpencil_export_pdf(
|
|
|
1534
1534
|
|
|
1535
1535
|
def gpencil_export_svg(
|
|
1536
1536
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1537
|
-
execution_context:
|
|
1537
|
+
execution_context: str = None,
|
|
1538
1538
|
undo: bool = None,
|
|
1539
1539
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1540
1540
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -1567,7 +1567,7 @@ def gpencil_export_svg(
|
|
|
1567
1567
|
"""Export grease pencil to SVG
|
|
1568
1568
|
|
|
1569
1569
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1570
|
-
:type execution_context:
|
|
1570
|
+
:type execution_context: str
|
|
1571
1571
|
:type undo: bool
|
|
1572
1572
|
:param filepath: File Path, Path to file
|
|
1573
1573
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1650,7 +1650,7 @@ def gpencil_export_svg(
|
|
|
1650
1650
|
|
|
1651
1651
|
def gpencil_import_svg(
|
|
1652
1652
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1653
|
-
execution_context:
|
|
1653
|
+
execution_context: str = None,
|
|
1654
1654
|
undo: bool = None,
|
|
1655
1655
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1656
1656
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -1683,7 +1683,7 @@ def gpencil_import_svg(
|
|
|
1683
1683
|
"""Import SVG into grease pencil
|
|
1684
1684
|
|
|
1685
1685
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1686
|
-
:type execution_context:
|
|
1686
|
+
:type execution_context: str
|
|
1687
1687
|
:type undo: bool
|
|
1688
1688
|
:param filepath: File Path, Path to file
|
|
1689
1689
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1757,7 +1757,7 @@ def gpencil_import_svg(
|
|
|
1757
1757
|
|
|
1758
1758
|
def interface_theme_preset_add(
|
|
1759
1759
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1760
|
-
execution_context:
|
|
1760
|
+
execution_context: str = None,
|
|
1761
1761
|
undo: bool = None,
|
|
1762
1762
|
name: typing.Union[str, typing.Any] = "",
|
|
1763
1763
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1766,7 +1766,7 @@ def interface_theme_preset_add(
|
|
|
1766
1766
|
"""Add a custom theme to the preset list
|
|
1767
1767
|
|
|
1768
1768
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1769
|
-
:type execution_context:
|
|
1769
|
+
:type execution_context: str
|
|
1770
1770
|
:type undo: bool
|
|
1771
1771
|
:param name: Name, Name of the preset, used to make the path name
|
|
1772
1772
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1780,7 +1780,7 @@ def interface_theme_preset_add(
|
|
|
1780
1780
|
|
|
1781
1781
|
def interface_theme_preset_remove(
|
|
1782
1782
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1783
|
-
execution_context:
|
|
1783
|
+
execution_context: str = None,
|
|
1784
1784
|
undo: bool = None,
|
|
1785
1785
|
name: typing.Union[str, typing.Any] = "",
|
|
1786
1786
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1789,7 +1789,30 @@ def interface_theme_preset_remove(
|
|
|
1789
1789
|
"""Remove a custom theme from the preset list
|
|
1790
1790
|
|
|
1791
1791
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1792
|
-
:type execution_context:
|
|
1792
|
+
:type execution_context: str
|
|
1793
|
+
:type undo: bool
|
|
1794
|
+
:param name: Name, Name of the preset, used to make the path name
|
|
1795
|
+
:type name: typing.Union[str, typing.Any]
|
|
1796
|
+
:param remove_name: remove_name
|
|
1797
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
1798
|
+
:param remove_active: remove_active
|
|
1799
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
1800
|
+
"""
|
|
1801
|
+
|
|
1802
|
+
...
|
|
1803
|
+
|
|
1804
|
+
def interface_theme_preset_save(
|
|
1805
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1806
|
+
execution_context: str = None,
|
|
1807
|
+
undo: bool = None,
|
|
1808
|
+
name: typing.Union[str, typing.Any] = "",
|
|
1809
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
1810
|
+
remove_active: typing.Union[bool, typing.Any] = True,
|
|
1811
|
+
):
|
|
1812
|
+
"""Save a custom theme in the preset list
|
|
1813
|
+
|
|
1814
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1815
|
+
:type execution_context: str
|
|
1793
1816
|
:type undo: bool
|
|
1794
1817
|
:param name: Name, Name of the preset, used to make the path name
|
|
1795
1818
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1803,7 +1826,7 @@ def interface_theme_preset_remove(
|
|
|
1803
1826
|
|
|
1804
1827
|
def keyconfig_preset_add(
|
|
1805
1828
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1806
|
-
execution_context:
|
|
1829
|
+
execution_context: str = None,
|
|
1807
1830
|
undo: bool = None,
|
|
1808
1831
|
name: typing.Union[str, typing.Any] = "",
|
|
1809
1832
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1812,7 +1835,7 @@ def keyconfig_preset_add(
|
|
|
1812
1835
|
"""Add a custom keymap configuration to the preset list
|
|
1813
1836
|
|
|
1814
1837
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1815
|
-
:type execution_context:
|
|
1838
|
+
:type execution_context: str
|
|
1816
1839
|
:type undo: bool
|
|
1817
1840
|
:param name: Name, Name of the preset, used to make the path name
|
|
1818
1841
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1826,7 +1849,7 @@ def keyconfig_preset_add(
|
|
|
1826
1849
|
|
|
1827
1850
|
def keyconfig_preset_remove(
|
|
1828
1851
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1829
|
-
execution_context:
|
|
1852
|
+
execution_context: str = None,
|
|
1830
1853
|
undo: bool = None,
|
|
1831
1854
|
name: typing.Union[str, typing.Any] = "",
|
|
1832
1855
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1835,7 +1858,7 @@ def keyconfig_preset_remove(
|
|
|
1835
1858
|
"""Remove a custom keymap configuration from the preset list
|
|
1836
1859
|
|
|
1837
1860
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1838
|
-
:type execution_context:
|
|
1861
|
+
:type execution_context: str
|
|
1839
1862
|
:type undo: bool
|
|
1840
1863
|
:param name: Name, Name of the preset, used to make the path name
|
|
1841
1864
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1849,7 +1872,7 @@ def keyconfig_preset_remove(
|
|
|
1849
1872
|
|
|
1850
1873
|
def lib_reload(
|
|
1851
1874
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1852
|
-
execution_context:
|
|
1875
|
+
execution_context: str = None,
|
|
1853
1876
|
undo: bool = None,
|
|
1854
1877
|
library: typing.Union[str, typing.Any] = "",
|
|
1855
1878
|
filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -1882,7 +1905,7 @@ def lib_reload(
|
|
|
1882
1905
|
"""Reload the given library
|
|
1883
1906
|
|
|
1884
1907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1885
|
-
:type execution_context:
|
|
1908
|
+
:type execution_context: str
|
|
1886
1909
|
:type undo: bool
|
|
1887
1910
|
:param library: Library, Library to reload
|
|
1888
1911
|
:type library: typing.Union[str, typing.Any]
|
|
@@ -1956,7 +1979,7 @@ def lib_reload(
|
|
|
1956
1979
|
|
|
1957
1980
|
def lib_relocate(
|
|
1958
1981
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1959
|
-
execution_context:
|
|
1982
|
+
execution_context: str = None,
|
|
1960
1983
|
undo: bool = None,
|
|
1961
1984
|
library: typing.Union[str, typing.Any] = "",
|
|
1962
1985
|
filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -1990,7 +2013,7 @@ def lib_relocate(
|
|
|
1990
2013
|
"""Relocate the given library to one or several others
|
|
1991
2014
|
|
|
1992
2015
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1993
|
-
:type execution_context:
|
|
2016
|
+
:type execution_context: str
|
|
1994
2017
|
:type undo: bool
|
|
1995
2018
|
:param library: Library, Library to relocate
|
|
1996
2019
|
:type library: typing.Union[str, typing.Any]
|
|
@@ -2066,7 +2089,7 @@ def lib_relocate(
|
|
|
2066
2089
|
|
|
2067
2090
|
def link(
|
|
2068
2091
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2069
|
-
execution_context:
|
|
2092
|
+
execution_context: str = None,
|
|
2070
2093
|
undo: bool = None,
|
|
2071
2094
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2072
2095
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -2105,7 +2128,7 @@ def link(
|
|
|
2105
2128
|
"""Link from a Library .blend file
|
|
2106
2129
|
|
|
2107
2130
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2108
|
-
:type execution_context:
|
|
2131
|
+
:type execution_context: str
|
|
2109
2132
|
:type undo: bool
|
|
2110
2133
|
:param filepath: File Path, Path to file
|
|
2111
2134
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -2191,13 +2214,13 @@ def link(
|
|
|
2191
2214
|
|
|
2192
2215
|
def memory_statistics(
|
|
2193
2216
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2194
|
-
execution_context:
|
|
2217
|
+
execution_context: str = None,
|
|
2195
2218
|
undo: bool = None,
|
|
2196
2219
|
):
|
|
2197
2220
|
"""Print memory statistics to the console
|
|
2198
2221
|
|
|
2199
2222
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2200
|
-
:type execution_context:
|
|
2223
|
+
:type execution_context: str
|
|
2201
2224
|
:type undo: bool
|
|
2202
2225
|
"""
|
|
2203
2226
|
|
|
@@ -2205,7 +2228,7 @@ def memory_statistics(
|
|
|
2205
2228
|
|
|
2206
2229
|
def obj_export(
|
|
2207
2230
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2208
|
-
execution_context:
|
|
2231
|
+
execution_context: str = None,
|
|
2209
2232
|
undo: bool = None,
|
|
2210
2233
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2211
2234
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -2256,7 +2279,7 @@ def obj_export(
|
|
|
2256
2279
|
"""Save the scene to a Wavefront OBJ file
|
|
2257
2280
|
|
|
2258
2281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2259
|
-
:type execution_context:
|
|
2282
|
+
:type execution_context: str
|
|
2260
2283
|
:type undo: bool
|
|
2261
2284
|
:param filepath: File Path, Path to file
|
|
2262
2285
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -2426,7 +2449,7 @@ def obj_export(
|
|
|
2426
2449
|
|
|
2427
2450
|
def obj_import(
|
|
2428
2451
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2429
|
-
execution_context:
|
|
2452
|
+
execution_context: str = None,
|
|
2430
2453
|
undo: bool = None,
|
|
2431
2454
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2432
2455
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -2466,7 +2489,7 @@ def obj_import(
|
|
|
2466
2489
|
"""Load a Wavefront OBJ scene
|
|
2467
2490
|
|
|
2468
2491
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2469
|
-
:type execution_context:
|
|
2492
|
+
:type execution_context: str
|
|
2470
2493
|
:type undo: bool
|
|
2471
2494
|
:param filepath: File Path, Path to file
|
|
2472
2495
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -2590,7 +2613,7 @@ def obj_import(
|
|
|
2590
2613
|
|
|
2591
2614
|
def open_mainfile(
|
|
2592
2615
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2593
|
-
execution_context:
|
|
2616
|
+
execution_context: str = None,
|
|
2594
2617
|
undo: bool = None,
|
|
2595
2618
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2596
2619
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -2623,7 +2646,7 @@ def open_mainfile(
|
|
|
2623
2646
|
"""Open a Blender file
|
|
2624
2647
|
|
|
2625
2648
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2626
|
-
:type execution_context:
|
|
2649
|
+
:type execution_context: str
|
|
2627
2650
|
:type undo: bool
|
|
2628
2651
|
:param filepath: File Path, Path to file
|
|
2629
2652
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -2697,13 +2720,13 @@ def open_mainfile(
|
|
|
2697
2720
|
|
|
2698
2721
|
def operator_cheat_sheet(
|
|
2699
2722
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2700
|
-
execution_context:
|
|
2723
|
+
execution_context: str = None,
|
|
2701
2724
|
undo: bool = None,
|
|
2702
2725
|
):
|
|
2703
2726
|
"""List all the operators in a text-block, useful for scripting
|
|
2704
2727
|
|
|
2705
2728
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2706
|
-
:type execution_context:
|
|
2729
|
+
:type execution_context: str
|
|
2707
2730
|
:type undo: bool
|
|
2708
2731
|
"""
|
|
2709
2732
|
|
|
@@ -2711,13 +2734,13 @@ def operator_cheat_sheet(
|
|
|
2711
2734
|
|
|
2712
2735
|
def operator_defaults(
|
|
2713
2736
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2714
|
-
execution_context:
|
|
2737
|
+
execution_context: str = None,
|
|
2715
2738
|
undo: bool = None,
|
|
2716
2739
|
):
|
|
2717
2740
|
"""Set the active operator to its default values
|
|
2718
2741
|
|
|
2719
2742
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2720
|
-
:type execution_context:
|
|
2743
|
+
:type execution_context: str
|
|
2721
2744
|
:type undo: bool
|
|
2722
2745
|
"""
|
|
2723
2746
|
|
|
@@ -2725,7 +2748,7 @@ def operator_defaults(
|
|
|
2725
2748
|
|
|
2726
2749
|
def operator_pie_enum(
|
|
2727
2750
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2728
|
-
execution_context:
|
|
2751
|
+
execution_context: str = None,
|
|
2729
2752
|
undo: bool = None,
|
|
2730
2753
|
data_path: typing.Union[str, typing.Any] = "",
|
|
2731
2754
|
prop_string: typing.Union[str, typing.Any] = "",
|
|
@@ -2733,7 +2756,7 @@ def operator_pie_enum(
|
|
|
2733
2756
|
"""Undocumented, consider contributing.
|
|
2734
2757
|
|
|
2735
2758
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2736
|
-
:type execution_context:
|
|
2759
|
+
:type execution_context: str
|
|
2737
2760
|
:type undo: bool
|
|
2738
2761
|
:param data_path: Operator, Operator name (in Python as string)
|
|
2739
2762
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -2745,7 +2768,7 @@ def operator_pie_enum(
|
|
|
2745
2768
|
|
|
2746
2769
|
def operator_preset_add(
|
|
2747
2770
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2748
|
-
execution_context:
|
|
2771
|
+
execution_context: str = None,
|
|
2749
2772
|
undo: bool = None,
|
|
2750
2773
|
name: typing.Union[str, typing.Any] = "",
|
|
2751
2774
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -2755,7 +2778,7 @@ def operator_preset_add(
|
|
|
2755
2778
|
"""Add or remove an Operator Preset
|
|
2756
2779
|
|
|
2757
2780
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2758
|
-
:type execution_context:
|
|
2781
|
+
:type execution_context: str
|
|
2759
2782
|
:type undo: bool
|
|
2760
2783
|
:param name: Name, Name of the preset, used to make the path name
|
|
2761
2784
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -2771,7 +2794,7 @@ def operator_preset_add(
|
|
|
2771
2794
|
|
|
2772
2795
|
def operator_presets_cleanup(
|
|
2773
2796
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2774
|
-
execution_context:
|
|
2797
|
+
execution_context: str = None,
|
|
2775
2798
|
undo: bool = None,
|
|
2776
2799
|
operator: typing.Union[str, typing.Any] = "",
|
|
2777
2800
|
properties: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
@@ -2779,7 +2802,7 @@ def operator_presets_cleanup(
|
|
|
2779
2802
|
"""Remove outdated operator properties from presets that may cause problems
|
|
2780
2803
|
|
|
2781
2804
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2782
|
-
:type execution_context:
|
|
2805
|
+
:type execution_context: str
|
|
2783
2806
|
:type undo: bool
|
|
2784
2807
|
:param operator: operator
|
|
2785
2808
|
:type operator: typing.Union[str, typing.Any]
|
|
@@ -2791,14 +2814,14 @@ def operator_presets_cleanup(
|
|
|
2791
2814
|
|
|
2792
2815
|
def owner_disable(
|
|
2793
2816
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2794
|
-
execution_context:
|
|
2817
|
+
execution_context: str = None,
|
|
2795
2818
|
undo: bool = None,
|
|
2796
2819
|
owner_id: typing.Union[str, typing.Any] = "",
|
|
2797
2820
|
):
|
|
2798
2821
|
"""Disable add-on for workspace
|
|
2799
2822
|
|
|
2800
2823
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2801
|
-
:type execution_context:
|
|
2824
|
+
:type execution_context: str
|
|
2802
2825
|
:type undo: bool
|
|
2803
2826
|
:param owner_id: UI Tag
|
|
2804
2827
|
:type owner_id: typing.Union[str, typing.Any]
|
|
@@ -2808,14 +2831,14 @@ def owner_disable(
|
|
|
2808
2831
|
|
|
2809
2832
|
def owner_enable(
|
|
2810
2833
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2811
|
-
execution_context:
|
|
2834
|
+
execution_context: str = None,
|
|
2812
2835
|
undo: bool = None,
|
|
2813
2836
|
owner_id: typing.Union[str, typing.Any] = "",
|
|
2814
2837
|
):
|
|
2815
2838
|
"""Enable add-on for workspace
|
|
2816
2839
|
|
|
2817
2840
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2818
|
-
:type execution_context:
|
|
2841
|
+
:type execution_context: str
|
|
2819
2842
|
:type undo: bool
|
|
2820
2843
|
:param owner_id: UI Tag
|
|
2821
2844
|
:type owner_id: typing.Union[str, typing.Any]
|
|
@@ -2825,14 +2848,14 @@ def owner_enable(
|
|
|
2825
2848
|
|
|
2826
2849
|
def path_open(
|
|
2827
2850
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2828
|
-
execution_context:
|
|
2851
|
+
execution_context: str = None,
|
|
2829
2852
|
undo: bool = None,
|
|
2830
2853
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2831
2854
|
):
|
|
2832
2855
|
"""Open a path in a file browser
|
|
2833
2856
|
|
|
2834
2857
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2835
|
-
:type execution_context:
|
|
2858
|
+
:type execution_context: str
|
|
2836
2859
|
:type undo: bool
|
|
2837
2860
|
:param filepath: filepath
|
|
2838
2861
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -2842,7 +2865,7 @@ def path_open(
|
|
|
2842
2865
|
|
|
2843
2866
|
def ply_export(
|
|
2844
2867
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2845
|
-
execution_context:
|
|
2868
|
+
execution_context: str = None,
|
|
2846
2869
|
undo: bool = None,
|
|
2847
2870
|
filepath: typing.Union[str, typing.Any] = "",
|
|
2848
2871
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -2882,7 +2905,7 @@ def ply_export(
|
|
|
2882
2905
|
"""Save the scene to a PLY file
|
|
2883
2906
|
|
|
2884
2907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2885
|
-
:type execution_context:
|
|
2908
|
+
:type execution_context: str
|
|
2886
2909
|
:type undo: bool
|
|
2887
2910
|
:param filepath: File Path, Path to file
|
|
2888
2911
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -3015,7 +3038,7 @@ def ply_export(
|
|
|
3015
3038
|
|
|
3016
3039
|
def ply_import(
|
|
3017
3040
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3018
|
-
execution_context:
|
|
3041
|
+
execution_context: str = None,
|
|
3019
3042
|
undo: bool = None,
|
|
3020
3043
|
filepath: typing.Union[str, typing.Any] = "",
|
|
3021
3044
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -3053,7 +3076,7 @@ def ply_import(
|
|
|
3053
3076
|
"""Import an PLY file as an object
|
|
3054
3077
|
|
|
3055
3078
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3056
|
-
:type execution_context:
|
|
3079
|
+
:type execution_context: str
|
|
3057
3080
|
:type undo: bool
|
|
3058
3081
|
:param filepath: File Path, Path to file
|
|
3059
3082
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -3182,7 +3205,7 @@ def ply_import(
|
|
|
3182
3205
|
|
|
3183
3206
|
def previews_batch_clear(
|
|
3184
3207
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3185
|
-
execution_context:
|
|
3208
|
+
execution_context: str = None,
|
|
3186
3209
|
undo: bool = None,
|
|
3187
3210
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
3188
3211
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -3198,7 +3221,7 @@ def previews_batch_clear(
|
|
|
3198
3221
|
"""Clear selected .blend file's previews
|
|
3199
3222
|
|
|
3200
3223
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3201
|
-
:type execution_context:
|
|
3224
|
+
:type execution_context: str
|
|
3202
3225
|
:type undo: bool
|
|
3203
3226
|
:param files: files
|
|
3204
3227
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
@@ -3226,7 +3249,7 @@ def previews_batch_clear(
|
|
|
3226
3249
|
|
|
3227
3250
|
def previews_batch_generate(
|
|
3228
3251
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3229
|
-
execution_context:
|
|
3252
|
+
execution_context: str = None,
|
|
3230
3253
|
undo: bool = None,
|
|
3231
3254
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
3232
3255
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -3242,7 +3265,7 @@ def previews_batch_generate(
|
|
|
3242
3265
|
"""Generate selected .blend file's previews
|
|
3243
3266
|
|
|
3244
3267
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3245
|
-
:type execution_context:
|
|
3268
|
+
:type execution_context: str
|
|
3246
3269
|
:type undo: bool
|
|
3247
3270
|
:param files: Collection of file paths with common directory root
|
|
3248
3271
|
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
@@ -3270,14 +3293,14 @@ def previews_batch_generate(
|
|
|
3270
3293
|
|
|
3271
3294
|
def previews_clear(
|
|
3272
3295
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3273
|
-
execution_context:
|
|
3296
|
+
execution_context: str = None,
|
|
3274
3297
|
undo: bool = None,
|
|
3275
3298
|
id_type: typing.Any = {},
|
|
3276
3299
|
):
|
|
3277
3300
|
"""Clear data-block previews (only for some types like objects, materials, textures, etc.)
|
|
3278
3301
|
|
|
3279
3302
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3280
|
-
:type execution_context:
|
|
3303
|
+
:type execution_context: str
|
|
3281
3304
|
:type undo: bool
|
|
3282
3305
|
:param id_type: Data-Block Type, Which data-block previews to clear
|
|
3283
3306
|
|
|
@@ -3320,13 +3343,13 @@ def previews_clear(
|
|
|
3320
3343
|
|
|
3321
3344
|
def previews_ensure(
|
|
3322
3345
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3323
|
-
execution_context:
|
|
3346
|
+
execution_context: str = None,
|
|
3324
3347
|
undo: bool = None,
|
|
3325
3348
|
):
|
|
3326
3349
|
"""Ensure data-block previews are available and up-to-date (to be saved in .blend file, only for some types like materials, textures, etc.)
|
|
3327
3350
|
|
|
3328
3351
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3329
|
-
:type execution_context:
|
|
3352
|
+
:type execution_context: str
|
|
3330
3353
|
:type undo: bool
|
|
3331
3354
|
"""
|
|
3332
3355
|
|
|
@@ -3334,14 +3357,14 @@ def previews_ensure(
|
|
|
3334
3357
|
|
|
3335
3358
|
def properties_add(
|
|
3336
3359
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3337
|
-
execution_context:
|
|
3360
|
+
execution_context: str = None,
|
|
3338
3361
|
undo: bool = None,
|
|
3339
3362
|
data_path: typing.Union[str, typing.Any] = "",
|
|
3340
3363
|
):
|
|
3341
3364
|
"""Add your own property to the data-block
|
|
3342
3365
|
|
|
3343
3366
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3344
|
-
:type execution_context:
|
|
3367
|
+
:type execution_context: str
|
|
3345
3368
|
:type undo: bool
|
|
3346
3369
|
:param data_path: Property Edit, Property data_path edit
|
|
3347
3370
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -3351,14 +3374,14 @@ def properties_add(
|
|
|
3351
3374
|
|
|
3352
3375
|
def properties_context_change(
|
|
3353
3376
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3354
|
-
execution_context:
|
|
3377
|
+
execution_context: str = None,
|
|
3355
3378
|
undo: bool = None,
|
|
3356
3379
|
context: typing.Union[str, typing.Any] = "",
|
|
3357
3380
|
):
|
|
3358
3381
|
"""Jump to a different tab inside the properties editor
|
|
3359
3382
|
|
|
3360
3383
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3361
|
-
:type execution_context:
|
|
3384
|
+
:type execution_context: str
|
|
3362
3385
|
:type undo: bool
|
|
3363
3386
|
:param context: Context
|
|
3364
3387
|
:type context: typing.Union[str, typing.Any]
|
|
@@ -3368,7 +3391,7 @@ def properties_context_change(
|
|
|
3368
3391
|
|
|
3369
3392
|
def properties_edit(
|
|
3370
3393
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3371
|
-
execution_context:
|
|
3394
|
+
execution_context: str = None,
|
|
3372
3395
|
undo: bool = None,
|
|
3373
3396
|
data_path: typing.Union[str, typing.Any] = "",
|
|
3374
3397
|
property_name: typing.Union[str, typing.Any] = "",
|
|
@@ -3498,7 +3521,7 @@ def properties_edit(
|
|
|
3498
3521
|
"""Change a custom property's type, or adjust how it is displayed in the interface
|
|
3499
3522
|
|
|
3500
3523
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3501
|
-
:type execution_context:
|
|
3524
|
+
:type execution_context: str
|
|
3502
3525
|
:type undo: bool
|
|
3503
3526
|
:param data_path: Property Edit, Property data_path edit
|
|
3504
3527
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -3583,7 +3606,7 @@ def properties_edit(
|
|
|
3583
3606
|
|
|
3584
3607
|
def properties_edit_value(
|
|
3585
3608
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3586
|
-
execution_context:
|
|
3609
|
+
execution_context: str = None,
|
|
3587
3610
|
undo: bool = None,
|
|
3588
3611
|
data_path: typing.Union[str, typing.Any] = "",
|
|
3589
3612
|
property_name: typing.Union[str, typing.Any] = "",
|
|
@@ -3592,7 +3615,7 @@ def properties_edit_value(
|
|
|
3592
3615
|
"""Edit the value of a custom property
|
|
3593
3616
|
|
|
3594
3617
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3595
|
-
:type execution_context:
|
|
3618
|
+
:type execution_context: str
|
|
3596
3619
|
:type undo: bool
|
|
3597
3620
|
:param data_path: Property Edit, Property data_path edit
|
|
3598
3621
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -3606,7 +3629,7 @@ def properties_edit_value(
|
|
|
3606
3629
|
|
|
3607
3630
|
def properties_remove(
|
|
3608
3631
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3609
|
-
execution_context:
|
|
3632
|
+
execution_context: str = None,
|
|
3610
3633
|
undo: bool = None,
|
|
3611
3634
|
data_path: typing.Union[str, typing.Any] = "",
|
|
3612
3635
|
property_name: typing.Union[str, typing.Any] = "",
|
|
@@ -3614,7 +3637,7 @@ def properties_remove(
|
|
|
3614
3637
|
"""Internal use (edit a property data_path)
|
|
3615
3638
|
|
|
3616
3639
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3617
|
-
:type execution_context:
|
|
3640
|
+
:type execution_context: str
|
|
3618
3641
|
:type undo: bool
|
|
3619
3642
|
:param data_path: Property Edit, Property data_path edit
|
|
3620
3643
|
:type data_path: typing.Union[str, typing.Any]
|
|
@@ -3626,13 +3649,13 @@ def properties_remove(
|
|
|
3626
3649
|
|
|
3627
3650
|
def quit_blender(
|
|
3628
3651
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3629
|
-
execution_context:
|
|
3652
|
+
execution_context: str = None,
|
|
3630
3653
|
undo: bool = None,
|
|
3631
3654
|
):
|
|
3632
3655
|
"""Quit Blender
|
|
3633
3656
|
|
|
3634
3657
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3635
|
-
:type execution_context:
|
|
3658
|
+
:type execution_context: str
|
|
3636
3659
|
:type undo: bool
|
|
3637
3660
|
"""
|
|
3638
3661
|
|
|
@@ -3640,7 +3663,7 @@ def quit_blender(
|
|
|
3640
3663
|
|
|
3641
3664
|
def radial_control(
|
|
3642
3665
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3643
|
-
execution_context:
|
|
3666
|
+
execution_context: str = None,
|
|
3644
3667
|
undo: bool = None,
|
|
3645
3668
|
data_path_primary: typing.Union[str, typing.Any] = "",
|
|
3646
3669
|
data_path_secondary: typing.Union[str, typing.Any] = "",
|
|
@@ -3658,7 +3681,7 @@ def radial_control(
|
|
|
3658
3681
|
"""Set some size property (e.g. brush size) with mouse wheel
|
|
3659
3682
|
|
|
3660
3683
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3661
|
-
:type execution_context:
|
|
3684
|
+
:type execution_context: str
|
|
3662
3685
|
:type undo: bool
|
|
3663
3686
|
:param data_path_primary: Primary Data Path, Primary path of property to be set by the radial control
|
|
3664
3687
|
:type data_path_primary: typing.Union[str, typing.Any]
|
|
@@ -3690,7 +3713,7 @@ def radial_control(
|
|
|
3690
3713
|
|
|
3691
3714
|
def read_factory_settings(
|
|
3692
3715
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3693
|
-
execution_context:
|
|
3716
|
+
execution_context: str = None,
|
|
3694
3717
|
undo: bool = None,
|
|
3695
3718
|
use_factory_startup_app_template_only: typing.Union[bool, typing.Any] = False,
|
|
3696
3719
|
app_template: typing.Union[str, typing.Any] = "Template",
|
|
@@ -3699,7 +3722,7 @@ def read_factory_settings(
|
|
|
3699
3722
|
"""Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
|
|
3700
3723
|
|
|
3701
3724
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3702
|
-
:type execution_context:
|
|
3725
|
+
:type execution_context: str
|
|
3703
3726
|
:type undo: bool
|
|
3704
3727
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
3705
3728
|
:type use_factory_startup_app_template_only: typing.Union[bool, typing.Any]
|
|
@@ -3712,14 +3735,14 @@ def read_factory_settings(
|
|
|
3712
3735
|
|
|
3713
3736
|
def read_factory_userpref(
|
|
3714
3737
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3715
|
-
execution_context:
|
|
3738
|
+
execution_context: str = None,
|
|
3716
3739
|
undo: bool = None,
|
|
3717
3740
|
use_factory_startup_app_template_only: typing.Union[bool, typing.Any] = False,
|
|
3718
3741
|
):
|
|
3719
3742
|
"""Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
|
|
3720
3743
|
|
|
3721
3744
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3722
|
-
:type execution_context:
|
|
3745
|
+
:type execution_context: str
|
|
3723
3746
|
:type undo: bool
|
|
3724
3747
|
:param use_factory_startup_app_template_only: Factory Startup App-Template Only
|
|
3725
3748
|
:type use_factory_startup_app_template_only: typing.Union[bool, typing.Any]
|
|
@@ -3729,13 +3752,13 @@ def read_factory_userpref(
|
|
|
3729
3752
|
|
|
3730
3753
|
def read_history(
|
|
3731
3754
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3732
|
-
execution_context:
|
|
3755
|
+
execution_context: str = None,
|
|
3733
3756
|
undo: bool = None,
|
|
3734
3757
|
):
|
|
3735
3758
|
"""Reloads history and bookmarks
|
|
3736
3759
|
|
|
3737
3760
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3738
|
-
:type execution_context:
|
|
3761
|
+
:type execution_context: str
|
|
3739
3762
|
:type undo: bool
|
|
3740
3763
|
"""
|
|
3741
3764
|
|
|
@@ -3743,7 +3766,7 @@ def read_history(
|
|
|
3743
3766
|
|
|
3744
3767
|
def read_homefile(
|
|
3745
3768
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3746
|
-
execution_context:
|
|
3769
|
+
execution_context: str = None,
|
|
3747
3770
|
undo: bool = None,
|
|
3748
3771
|
filepath: typing.Union[str, typing.Any] = "",
|
|
3749
3772
|
load_ui: typing.Union[bool, typing.Any] = True,
|
|
@@ -3756,7 +3779,7 @@ def read_homefile(
|
|
|
3756
3779
|
"""Open the default file
|
|
3757
3780
|
|
|
3758
3781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3759
|
-
:type execution_context:
|
|
3782
|
+
:type execution_context: str
|
|
3760
3783
|
:type undo: bool
|
|
3761
3784
|
:param filepath: File Path, Path to an alternative start-up file
|
|
3762
3785
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -3777,13 +3800,13 @@ def read_homefile(
|
|
|
3777
3800
|
|
|
3778
3801
|
def read_userpref(
|
|
3779
3802
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3780
|
-
execution_context:
|
|
3803
|
+
execution_context: str = None,
|
|
3781
3804
|
undo: bool = None,
|
|
3782
3805
|
):
|
|
3783
3806
|
"""Load last saved preferences
|
|
3784
3807
|
|
|
3785
3808
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3786
|
-
:type execution_context:
|
|
3809
|
+
:type execution_context: str
|
|
3787
3810
|
:type undo: bool
|
|
3788
3811
|
"""
|
|
3789
3812
|
|
|
@@ -3791,7 +3814,7 @@ def read_userpref(
|
|
|
3791
3814
|
|
|
3792
3815
|
def recover_auto_save(
|
|
3793
3816
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3794
|
-
execution_context:
|
|
3817
|
+
execution_context: str = None,
|
|
3795
3818
|
undo: bool = None,
|
|
3796
3819
|
filepath: typing.Union[str, typing.Any] = "",
|
|
3797
3820
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -3821,7 +3844,7 @@ def recover_auto_save(
|
|
|
3821
3844
|
"""Open an automatically saved file to recover it
|
|
3822
3845
|
|
|
3823
3846
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3824
|
-
:type execution_context:
|
|
3847
|
+
:type execution_context: str
|
|
3825
3848
|
:type undo: bool
|
|
3826
3849
|
:param filepath: File Path, Path to file
|
|
3827
3850
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -3889,14 +3912,14 @@ def recover_auto_save(
|
|
|
3889
3912
|
|
|
3890
3913
|
def recover_last_session(
|
|
3891
3914
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3892
|
-
execution_context:
|
|
3915
|
+
execution_context: str = None,
|
|
3893
3916
|
undo: bool = None,
|
|
3894
3917
|
use_scripts: typing.Union[bool, typing.Any] = True,
|
|
3895
3918
|
):
|
|
3896
3919
|
"""Open the last closed file ("quit.blend")
|
|
3897
3920
|
|
|
3898
3921
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3899
|
-
:type execution_context:
|
|
3922
|
+
:type execution_context: str
|
|
3900
3923
|
:type undo: bool
|
|
3901
3924
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
3902
3925
|
:type use_scripts: typing.Union[bool, typing.Any]
|
|
@@ -3906,7 +3929,7 @@ def recover_last_session(
|
|
|
3906
3929
|
|
|
3907
3930
|
def redraw_timer(
|
|
3908
3931
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3909
|
-
execution_context:
|
|
3932
|
+
execution_context: str = None,
|
|
3910
3933
|
undo: bool = None,
|
|
3911
3934
|
type: typing.Any = "DRAW",
|
|
3912
3935
|
iterations: typing.Any = 10,
|
|
@@ -3915,7 +3938,7 @@ def redraw_timer(
|
|
|
3915
3938
|
"""Simple redraw timer to test the speed of updating the interface
|
|
3916
3939
|
|
|
3917
3940
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3918
|
-
:type execution_context:
|
|
3941
|
+
:type execution_context: str
|
|
3919
3942
|
:type undo: bool
|
|
3920
3943
|
:param type: Type
|
|
3921
3944
|
|
|
@@ -3950,14 +3973,14 @@ def redraw_timer(
|
|
|
3950
3973
|
|
|
3951
3974
|
def revert_mainfile(
|
|
3952
3975
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3953
|
-
execution_context:
|
|
3976
|
+
execution_context: str = None,
|
|
3954
3977
|
undo: bool = None,
|
|
3955
3978
|
use_scripts: typing.Union[bool, typing.Any] = True,
|
|
3956
3979
|
):
|
|
3957
3980
|
"""Reload the saved file
|
|
3958
3981
|
|
|
3959
3982
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3960
|
-
:type execution_context:
|
|
3983
|
+
:type execution_context: str
|
|
3961
3984
|
:type undo: bool
|
|
3962
3985
|
:param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
|
|
3963
3986
|
:type use_scripts: typing.Union[bool, typing.Any]
|
|
@@ -3967,7 +3990,7 @@ def revert_mainfile(
|
|
|
3967
3990
|
|
|
3968
3991
|
def save_as_mainfile(
|
|
3969
3992
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3970
|
-
execution_context:
|
|
3993
|
+
execution_context: str = None,
|
|
3971
3994
|
undo: bool = None,
|
|
3972
3995
|
filepath: typing.Union[str, typing.Any] = "",
|
|
3973
3996
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -3999,7 +4022,7 @@ def save_as_mainfile(
|
|
|
3999
4022
|
"""Save the current file in the desired location
|
|
4000
4023
|
|
|
4001
4024
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4002
|
-
:type execution_context:
|
|
4025
|
+
:type execution_context: str
|
|
4003
4026
|
:type undo: bool
|
|
4004
4027
|
:param filepath: File Path, Path to file
|
|
4005
4028
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4071,13 +4094,13 @@ def save_as_mainfile(
|
|
|
4071
4094
|
|
|
4072
4095
|
def save_homefile(
|
|
4073
4096
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4074
|
-
execution_context:
|
|
4097
|
+
execution_context: str = None,
|
|
4075
4098
|
undo: bool = None,
|
|
4076
4099
|
):
|
|
4077
4100
|
"""Make the current file the default startup file
|
|
4078
4101
|
|
|
4079
4102
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4080
|
-
:type execution_context:
|
|
4103
|
+
:type execution_context: str
|
|
4081
4104
|
:type undo: bool
|
|
4082
4105
|
"""
|
|
4083
4106
|
|
|
@@ -4085,7 +4108,7 @@ def save_homefile(
|
|
|
4085
4108
|
|
|
4086
4109
|
def save_mainfile(
|
|
4087
4110
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4088
|
-
execution_context:
|
|
4111
|
+
execution_context: str = None,
|
|
4089
4112
|
undo: bool = None,
|
|
4090
4113
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4091
4114
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -4118,7 +4141,7 @@ def save_mainfile(
|
|
|
4118
4141
|
"""Save the current Blender file
|
|
4119
4142
|
|
|
4120
4143
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4121
|
-
:type execution_context:
|
|
4144
|
+
:type execution_context: str
|
|
4122
4145
|
:type undo: bool
|
|
4123
4146
|
:param filepath: File Path, Path to file
|
|
4124
4147
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4192,13 +4215,13 @@ def save_mainfile(
|
|
|
4192
4215
|
|
|
4193
4216
|
def save_userpref(
|
|
4194
4217
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4195
|
-
execution_context:
|
|
4218
|
+
execution_context: str = None,
|
|
4196
4219
|
undo: bool = None,
|
|
4197
4220
|
):
|
|
4198
4221
|
"""Make the current preferences default
|
|
4199
4222
|
|
|
4200
4223
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4201
|
-
:type execution_context:
|
|
4224
|
+
:type execution_context: str
|
|
4202
4225
|
:type undo: bool
|
|
4203
4226
|
"""
|
|
4204
4227
|
|
|
@@ -4206,13 +4229,13 @@ def save_userpref(
|
|
|
4206
4229
|
|
|
4207
4230
|
def search_menu(
|
|
4208
4231
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4209
|
-
execution_context:
|
|
4232
|
+
execution_context: str = None,
|
|
4210
4233
|
undo: bool = None,
|
|
4211
4234
|
):
|
|
4212
4235
|
"""Pop-up a search over all menus in the current context
|
|
4213
4236
|
|
|
4214
4237
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4215
|
-
:type execution_context:
|
|
4238
|
+
:type execution_context: str
|
|
4216
4239
|
:type undo: bool
|
|
4217
4240
|
"""
|
|
4218
4241
|
|
|
@@ -4220,13 +4243,13 @@ def search_menu(
|
|
|
4220
4243
|
|
|
4221
4244
|
def search_operator(
|
|
4222
4245
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4223
|
-
execution_context:
|
|
4246
|
+
execution_context: str = None,
|
|
4224
4247
|
undo: bool = None,
|
|
4225
4248
|
):
|
|
4226
4249
|
"""Pop-up a search over all available operators in current context
|
|
4227
4250
|
|
|
4228
4251
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4229
|
-
:type execution_context:
|
|
4252
|
+
:type execution_context: str
|
|
4230
4253
|
:type undo: bool
|
|
4231
4254
|
"""
|
|
4232
4255
|
|
|
@@ -4234,7 +4257,7 @@ def search_operator(
|
|
|
4234
4257
|
|
|
4235
4258
|
def search_single_menu(
|
|
4236
4259
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4237
|
-
execution_context:
|
|
4260
|
+
execution_context: str = None,
|
|
4238
4261
|
undo: bool = None,
|
|
4239
4262
|
menu_idname: typing.Union[str, typing.Any] = "",
|
|
4240
4263
|
initial_query: typing.Union[str, typing.Any] = "",
|
|
@@ -4242,7 +4265,7 @@ def search_single_menu(
|
|
|
4242
4265
|
"""Pop-up a search for a menu in current context
|
|
4243
4266
|
|
|
4244
4267
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4245
|
-
:type execution_context:
|
|
4268
|
+
:type execution_context: str
|
|
4246
4269
|
:type undo: bool
|
|
4247
4270
|
:param menu_idname: Menu Name, Menu to search in
|
|
4248
4271
|
:type menu_idname: typing.Union[str, typing.Any]
|
|
@@ -4254,25 +4277,25 @@ def search_single_menu(
|
|
|
4254
4277
|
|
|
4255
4278
|
def set_stereo_3d(
|
|
4256
4279
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4257
|
-
execution_context:
|
|
4280
|
+
execution_context: str = None,
|
|
4258
4281
|
undo: bool = None,
|
|
4259
|
-
display_mode: typing.
|
|
4260
|
-
anaglyph_type: typing.
|
|
4261
|
-
interlace_type: typing.
|
|
4282
|
+
display_mode: typing.Union[str, int] = "ANAGLYPH",
|
|
4283
|
+
anaglyph_type: typing.Union[str, int] = "RED_CYAN",
|
|
4284
|
+
interlace_type: typing.Union[str, int] = "ROW_INTERLEAVED",
|
|
4262
4285
|
use_interlace_swap: typing.Union[bool, typing.Any] = False,
|
|
4263
4286
|
use_sidebyside_crosseyed: typing.Union[bool, typing.Any] = False,
|
|
4264
4287
|
):
|
|
4265
4288
|
"""Toggle 3D stereo support for current window (or change the display mode)
|
|
4266
4289
|
|
|
4267
4290
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4268
|
-
:type execution_context:
|
|
4291
|
+
:type execution_context: str
|
|
4269
4292
|
:type undo: bool
|
|
4270
4293
|
:param display_mode: Display Mode
|
|
4271
|
-
:type display_mode: typing.
|
|
4294
|
+
:type display_mode: typing.Union[str, int]
|
|
4272
4295
|
:param anaglyph_type: Anaglyph Type
|
|
4273
|
-
:type anaglyph_type: typing.
|
|
4296
|
+
:type anaglyph_type: typing.Union[str, int]
|
|
4274
4297
|
:param interlace_type: Interlace Type
|
|
4275
|
-
:type interlace_type: typing.
|
|
4298
|
+
:type interlace_type: typing.Union[str, int]
|
|
4276
4299
|
:param use_interlace_swap: Swap Left/Right, Swap left and right stereo channels
|
|
4277
4300
|
:type use_interlace_swap: typing.Union[bool, typing.Any]
|
|
4278
4301
|
:param use_sidebyside_crosseyed: Cross-Eyed, Right eye should see left image and vice versa
|
|
@@ -4283,13 +4306,13 @@ def set_stereo_3d(
|
|
|
4283
4306
|
|
|
4284
4307
|
def splash(
|
|
4285
4308
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4286
|
-
execution_context:
|
|
4309
|
+
execution_context: str = None,
|
|
4287
4310
|
undo: bool = None,
|
|
4288
4311
|
):
|
|
4289
4312
|
"""Open the splash screen with release info
|
|
4290
4313
|
|
|
4291
4314
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4292
|
-
:type execution_context:
|
|
4315
|
+
:type execution_context: str
|
|
4293
4316
|
:type undo: bool
|
|
4294
4317
|
"""
|
|
4295
4318
|
|
|
@@ -4297,13 +4320,13 @@ def splash(
|
|
|
4297
4320
|
|
|
4298
4321
|
def splash_about(
|
|
4299
4322
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4300
|
-
execution_context:
|
|
4323
|
+
execution_context: str = None,
|
|
4301
4324
|
undo: bool = None,
|
|
4302
4325
|
):
|
|
4303
4326
|
"""Open a window with information about Blender
|
|
4304
4327
|
|
|
4305
4328
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4306
|
-
:type execution_context:
|
|
4329
|
+
:type execution_context: str
|
|
4307
4330
|
:type undo: bool
|
|
4308
4331
|
"""
|
|
4309
4332
|
|
|
@@ -4311,7 +4334,7 @@ def splash_about(
|
|
|
4311
4334
|
|
|
4312
4335
|
def stl_export(
|
|
4313
4336
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4314
|
-
execution_context:
|
|
4337
|
+
execution_context: str = None,
|
|
4315
4338
|
undo: bool = None,
|
|
4316
4339
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4317
4340
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -4348,7 +4371,7 @@ def stl_export(
|
|
|
4348
4371
|
"""Save the scene to an STL file
|
|
4349
4372
|
|
|
4350
4373
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4351
|
-
:type execution_context:
|
|
4374
|
+
:type execution_context: str
|
|
4352
4375
|
:type undo: bool
|
|
4353
4376
|
:param filepath: File Path, Path to file
|
|
4354
4377
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4466,7 +4489,7 @@ def stl_export(
|
|
|
4466
4489
|
|
|
4467
4490
|
def stl_import(
|
|
4468
4491
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4469
|
-
execution_context:
|
|
4492
|
+
execution_context: str = None,
|
|
4470
4493
|
undo: bool = None,
|
|
4471
4494
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4472
4495
|
directory: typing.Union[str, typing.Any] = "",
|
|
@@ -4503,7 +4526,7 @@ def stl_import(
|
|
|
4503
4526
|
"""Import an STL file as an object
|
|
4504
4527
|
|
|
4505
4528
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4506
|
-
:type execution_context:
|
|
4529
|
+
:type execution_context: str
|
|
4507
4530
|
:type undo: bool
|
|
4508
4531
|
:param filepath: File Path, Path to file
|
|
4509
4532
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4621,14 +4644,14 @@ def stl_import(
|
|
|
4621
4644
|
|
|
4622
4645
|
def sysinfo(
|
|
4623
4646
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4624
|
-
execution_context:
|
|
4647
|
+
execution_context: str = None,
|
|
4625
4648
|
undo: bool = None,
|
|
4626
4649
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4627
4650
|
):
|
|
4628
4651
|
"""Generate system information, saved into a text file
|
|
4629
4652
|
|
|
4630
4653
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4631
|
-
:type execution_context:
|
|
4654
|
+
:type execution_context: str
|
|
4632
4655
|
:type undo: bool
|
|
4633
4656
|
:param filepath: filepath
|
|
4634
4657
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4638,7 +4661,7 @@ def sysinfo(
|
|
|
4638
4661
|
|
|
4639
4662
|
def tool_set_by_id(
|
|
4640
4663
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4641
|
-
execution_context:
|
|
4664
|
+
execution_context: str = None,
|
|
4642
4665
|
undo: bool = None,
|
|
4643
4666
|
name: typing.Union[str, typing.Any] = "",
|
|
4644
4667
|
cycle: typing.Union[bool, typing.Any] = False,
|
|
@@ -4648,7 +4671,7 @@ def tool_set_by_id(
|
|
|
4648
4671
|
"""Set the tool by name (for key-maps)
|
|
4649
4672
|
|
|
4650
4673
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4651
|
-
:type execution_context:
|
|
4674
|
+
:type execution_context: str
|
|
4652
4675
|
:type undo: bool
|
|
4653
4676
|
:param name: Identifier, Identifier of the tool
|
|
4654
4677
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -4664,7 +4687,7 @@ def tool_set_by_id(
|
|
|
4664
4687
|
|
|
4665
4688
|
def tool_set_by_index(
|
|
4666
4689
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4667
|
-
execution_context:
|
|
4690
|
+
execution_context: str = None,
|
|
4668
4691
|
undo: bool = None,
|
|
4669
4692
|
index: typing.Any = 0,
|
|
4670
4693
|
cycle: typing.Union[bool, typing.Any] = False,
|
|
@@ -4675,7 +4698,7 @@ def tool_set_by_index(
|
|
|
4675
4698
|
"""Set the tool by index (for key-maps)
|
|
4676
4699
|
|
|
4677
4700
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4678
|
-
:type execution_context:
|
|
4701
|
+
:type execution_context: str
|
|
4679
4702
|
:type undo: bool
|
|
4680
4703
|
:param index: Index in Toolbar
|
|
4681
4704
|
:type index: typing.Any
|
|
@@ -4693,13 +4716,13 @@ def tool_set_by_index(
|
|
|
4693
4716
|
|
|
4694
4717
|
def toolbar(
|
|
4695
4718
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4696
|
-
execution_context:
|
|
4719
|
+
execution_context: str = None,
|
|
4697
4720
|
undo: bool = None,
|
|
4698
4721
|
):
|
|
4699
4722
|
"""Undocumented, consider contributing.
|
|
4700
4723
|
|
|
4701
4724
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4702
|
-
:type execution_context:
|
|
4725
|
+
:type execution_context: str
|
|
4703
4726
|
:type undo: bool
|
|
4704
4727
|
"""
|
|
4705
4728
|
|
|
@@ -4707,13 +4730,13 @@ def toolbar(
|
|
|
4707
4730
|
|
|
4708
4731
|
def toolbar_fallback_pie(
|
|
4709
4732
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4710
|
-
execution_context:
|
|
4733
|
+
execution_context: str = None,
|
|
4711
4734
|
undo: bool = None,
|
|
4712
4735
|
):
|
|
4713
4736
|
"""Undocumented, consider contributing.
|
|
4714
4737
|
|
|
4715
4738
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4716
|
-
:type execution_context:
|
|
4739
|
+
:type execution_context: str
|
|
4717
4740
|
:type undo: bool
|
|
4718
4741
|
"""
|
|
4719
4742
|
|
|
@@ -4721,13 +4744,13 @@ def toolbar_fallback_pie(
|
|
|
4721
4744
|
|
|
4722
4745
|
def toolbar_prompt(
|
|
4723
4746
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4724
|
-
execution_context:
|
|
4747
|
+
execution_context: str = None,
|
|
4725
4748
|
undo: bool = None,
|
|
4726
4749
|
):
|
|
4727
4750
|
"""Leader key like functionality for accessing tools
|
|
4728
4751
|
|
|
4729
4752
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4730
|
-
:type execution_context:
|
|
4753
|
+
:type execution_context: str
|
|
4731
4754
|
:type undo: bool
|
|
4732
4755
|
"""
|
|
4733
4756
|
|
|
@@ -4735,14 +4758,14 @@ def toolbar_prompt(
|
|
|
4735
4758
|
|
|
4736
4759
|
def url_open(
|
|
4737
4760
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4738
|
-
execution_context:
|
|
4761
|
+
execution_context: str = None,
|
|
4739
4762
|
undo: bool = None,
|
|
4740
4763
|
url: typing.Union[str, typing.Any] = "",
|
|
4741
4764
|
):
|
|
4742
4765
|
"""Open a website in the web browser
|
|
4743
4766
|
|
|
4744
4767
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4745
|
-
:type execution_context:
|
|
4768
|
+
:type execution_context: str
|
|
4746
4769
|
:type undo: bool
|
|
4747
4770
|
:param url: URL, URL to open
|
|
4748
4771
|
:type url: typing.Union[str, typing.Any]
|
|
@@ -4752,7 +4775,7 @@ def url_open(
|
|
|
4752
4775
|
|
|
4753
4776
|
def url_open_preset(
|
|
4754
4777
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4755
|
-
execution_context:
|
|
4778
|
+
execution_context: str = None,
|
|
4756
4779
|
undo: bool = None,
|
|
4757
4780
|
type: typing.Union[str, int, typing.Any] = "",
|
|
4758
4781
|
id: typing.Union[str, typing.Any] = "",
|
|
@@ -4760,7 +4783,7 @@ def url_open_preset(
|
|
|
4760
4783
|
"""Open a preset website in the web browser
|
|
4761
4784
|
|
|
4762
4785
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4763
|
-
:type execution_context:
|
|
4786
|
+
:type execution_context: str
|
|
4764
4787
|
:type undo: bool
|
|
4765
4788
|
:param type: Site
|
|
4766
4789
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -4772,7 +4795,7 @@ def url_open_preset(
|
|
|
4772
4795
|
|
|
4773
4796
|
def usd_export(
|
|
4774
4797
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4775
|
-
execution_context:
|
|
4798
|
+
execution_context: str = None,
|
|
4776
4799
|
undo: bool = None,
|
|
4777
4800
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4778
4801
|
check_existing: typing.Union[bool, typing.Any] = True,
|
|
@@ -4820,7 +4843,7 @@ def usd_export(
|
|
|
4820
4843
|
"""Export current scene in a USD archive
|
|
4821
4844
|
|
|
4822
4845
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4823
|
-
:type execution_context:
|
|
4846
|
+
:type execution_context: str
|
|
4824
4847
|
:type undo: bool
|
|
4825
4848
|
:param filepath: File Path, Path to file
|
|
4826
4849
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -4938,7 +4961,7 @@ def usd_export(
|
|
|
4938
4961
|
|
|
4939
4962
|
def usd_import(
|
|
4940
4963
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4941
|
-
execution_context:
|
|
4964
|
+
execution_context: str = None,
|
|
4942
4965
|
undo: bool = None,
|
|
4943
4966
|
filepath: typing.Union[str, typing.Any] = "",
|
|
4944
4967
|
check_existing: typing.Union[bool, typing.Any] = False,
|
|
@@ -4998,7 +5021,7 @@ def usd_import(
|
|
|
4998
5021
|
"""Import USD stage into current scene
|
|
4999
5022
|
|
|
5000
5023
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5001
|
-
:type execution_context:
|
|
5024
|
+
:type execution_context: str
|
|
5002
5025
|
:type undo: bool
|
|
5003
5026
|
:param filepath: File Path, Path to file
|
|
5004
5027
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -5146,13 +5169,13 @@ def usd_import(
|
|
|
5146
5169
|
|
|
5147
5170
|
def window_close(
|
|
5148
5171
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5149
|
-
execution_context:
|
|
5172
|
+
execution_context: str = None,
|
|
5150
5173
|
undo: bool = None,
|
|
5151
5174
|
):
|
|
5152
5175
|
"""Close the current window
|
|
5153
5176
|
|
|
5154
5177
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5155
|
-
:type execution_context:
|
|
5178
|
+
:type execution_context: str
|
|
5156
5179
|
:type undo: bool
|
|
5157
5180
|
"""
|
|
5158
5181
|
|
|
@@ -5160,13 +5183,13 @@ def window_close(
|
|
|
5160
5183
|
|
|
5161
5184
|
def window_fullscreen_toggle(
|
|
5162
5185
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5163
|
-
execution_context:
|
|
5186
|
+
execution_context: str = None,
|
|
5164
5187
|
undo: bool = None,
|
|
5165
5188
|
):
|
|
5166
5189
|
"""Toggle the current window full-screen
|
|
5167
5190
|
|
|
5168
5191
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5169
|
-
:type execution_context:
|
|
5192
|
+
:type execution_context: str
|
|
5170
5193
|
:type undo: bool
|
|
5171
5194
|
"""
|
|
5172
5195
|
|
|
@@ -5174,13 +5197,13 @@ def window_fullscreen_toggle(
|
|
|
5174
5197
|
|
|
5175
5198
|
def window_new(
|
|
5176
5199
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5177
|
-
execution_context:
|
|
5200
|
+
execution_context: str = None,
|
|
5178
5201
|
undo: bool = None,
|
|
5179
5202
|
):
|
|
5180
5203
|
"""Create a new window
|
|
5181
5204
|
|
|
5182
5205
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5183
|
-
:type execution_context:
|
|
5206
|
+
:type execution_context: str
|
|
5184
5207
|
:type undo: bool
|
|
5185
5208
|
"""
|
|
5186
5209
|
|
|
@@ -5188,13 +5211,13 @@ def window_new(
|
|
|
5188
5211
|
|
|
5189
5212
|
def window_new_main(
|
|
5190
5213
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5191
|
-
execution_context:
|
|
5214
|
+
execution_context: str = None,
|
|
5192
5215
|
undo: bool = None,
|
|
5193
5216
|
):
|
|
5194
5217
|
"""Create a new main window with its own workspace and scene selection
|
|
5195
5218
|
|
|
5196
5219
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5197
|
-
:type execution_context:
|
|
5220
|
+
:type execution_context: str
|
|
5198
5221
|
:type undo: bool
|
|
5199
5222
|
"""
|
|
5200
5223
|
|
|
@@ -5202,7 +5225,7 @@ def window_new_main(
|
|
|
5202
5225
|
|
|
5203
5226
|
def xr_navigation_fly(
|
|
5204
5227
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5205
|
-
execution_context:
|
|
5228
|
+
execution_context: str = None,
|
|
5206
5229
|
undo: bool = None,
|
|
5207
5230
|
mode: typing.Any = "VIEWER_FORWARD",
|
|
5208
5231
|
lock_location_z: typing.Union[bool, typing.Any] = False,
|
|
@@ -5216,7 +5239,7 @@ def xr_navigation_fly(
|
|
|
5216
5239
|
"""Move/turn relative to the VR viewer or controller
|
|
5217
5240
|
|
|
5218
5241
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5219
|
-
:type execution_context:
|
|
5242
|
+
:type execution_context: str
|
|
5220
5243
|
:type undo: bool
|
|
5221
5244
|
:param mode: Mode, Fly mode
|
|
5222
5245
|
|
|
@@ -5279,7 +5302,7 @@ def xr_navigation_fly(
|
|
|
5279
5302
|
|
|
5280
5303
|
def xr_navigation_grab(
|
|
5281
5304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5282
|
-
execution_context:
|
|
5305
|
+
execution_context: str = None,
|
|
5283
5306
|
undo: bool = None,
|
|
5284
5307
|
lock_location: typing.Union[bool, typing.Any] = False,
|
|
5285
5308
|
lock_location_z: typing.Union[bool, typing.Any] = False,
|
|
@@ -5290,7 +5313,7 @@ def xr_navigation_grab(
|
|
|
5290
5313
|
"""Navigate the VR scene by grabbing with controllers
|
|
5291
5314
|
|
|
5292
5315
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5293
|
-
:type execution_context:
|
|
5316
|
+
:type execution_context: str
|
|
5294
5317
|
:type undo: bool
|
|
5295
5318
|
:param lock_location: Lock Location, Prevent changes to viewer location
|
|
5296
5319
|
:type lock_location: typing.Union[bool, typing.Any]
|
|
@@ -5308,7 +5331,7 @@ def xr_navigation_grab(
|
|
|
5308
5331
|
|
|
5309
5332
|
def xr_navigation_reset(
|
|
5310
5333
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5311
|
-
execution_context:
|
|
5334
|
+
execution_context: str = None,
|
|
5312
5335
|
undo: bool = None,
|
|
5313
5336
|
location: typing.Union[bool, typing.Any] = True,
|
|
5314
5337
|
rotation: typing.Union[bool, typing.Any] = True,
|
|
@@ -5317,7 +5340,7 @@ def xr_navigation_reset(
|
|
|
5317
5340
|
"""Reset VR navigation deltas relative to session base pose
|
|
5318
5341
|
|
|
5319
5342
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5320
|
-
:type execution_context:
|
|
5343
|
+
:type execution_context: str
|
|
5321
5344
|
:type undo: bool
|
|
5322
5345
|
:param location: Location, Reset location deltas
|
|
5323
5346
|
:type location: typing.Union[bool, typing.Any]
|
|
@@ -5331,7 +5354,7 @@ def xr_navigation_reset(
|
|
|
5331
5354
|
|
|
5332
5355
|
def xr_navigation_teleport(
|
|
5333
5356
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5334
|
-
execution_context:
|
|
5357
|
+
execution_context: str = None,
|
|
5335
5358
|
undo: bool = None,
|
|
5336
5359
|
teleport_axes: typing.Union[typing.List[bool], typing.Any] = (True, True, True),
|
|
5337
5360
|
interpolation: typing.Any = 1.0,
|
|
@@ -5345,7 +5368,7 @@ def xr_navigation_teleport(
|
|
|
5345
5368
|
"""Set VR viewer location to controller raycast hit location
|
|
5346
5369
|
|
|
5347
5370
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5348
|
-
:type execution_context:
|
|
5371
|
+
:type execution_context: str
|
|
5349
5372
|
:type undo: bool
|
|
5350
5373
|
:param teleport_axes: Teleport Axes, Enabled teleport axes in navigation space
|
|
5351
5374
|
:type teleport_axes: typing.Union[typing.List[bool], typing.Any]
|
|
@@ -5369,13 +5392,13 @@ def xr_navigation_teleport(
|
|
|
5369
5392
|
|
|
5370
5393
|
def xr_session_toggle(
|
|
5371
5394
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
5372
|
-
execution_context:
|
|
5395
|
+
execution_context: str = None,
|
|
5373
5396
|
undo: bool = None,
|
|
5374
5397
|
):
|
|
5375
5398
|
"""Open a view for use with virtual reality headsets, or close it if already opened
|
|
5376
5399
|
|
|
5377
5400
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
5378
|
-
:type execution_context:
|
|
5401
|
+
:type execution_context: str
|
|
5379
5402
|
:type undo: bool
|
|
5380
5403
|
"""
|
|
5381
5404
|
|