fake-bpy-module 20240421__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -4,594 +4,594 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def actionzone(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
10
|
-
modifier: typing.Any = 0,
|
|
7
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
8
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
9
|
+
undo: typing.Optional[bool] = None,
|
|
10
|
+
modifier: typing.Optional[typing.Any] = 0,
|
|
11
11
|
):
|
|
12
12
|
"""Handle area action zones for mouse actions/gestures
|
|
13
13
|
|
|
14
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: typing.Union[str, int]
|
|
16
|
-
:type undo: bool
|
|
14
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
15
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
16
|
+
:type undo: typing.Optional[bool]
|
|
17
17
|
:param modifier: Modifier, Modifier state
|
|
18
|
-
:type modifier: typing.Any
|
|
18
|
+
:type modifier: typing.Optional[typing.Any]
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def animation_cancel(
|
|
24
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: typing.Union[str, int] = None,
|
|
26
|
-
undo: bool = None,
|
|
27
|
-
restore_frame: typing.Union[bool, typing.Any] = True,
|
|
24
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
25
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
26
|
+
undo: typing.Optional[bool] = None,
|
|
27
|
+
restore_frame: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
28
28
|
):
|
|
29
29
|
"""Cancel animation, returning to the original frame
|
|
30
30
|
|
|
31
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context: typing.Union[str, int]
|
|
33
|
-
:type undo: bool
|
|
31
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
32
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
33
|
+
:type undo: typing.Optional[bool]
|
|
34
34
|
:param restore_frame: Restore Frame, Restore the frame when animation was initialized
|
|
35
|
-
:type restore_frame: typing.Union[bool, typing.Any]
|
|
35
|
+
:type restore_frame: typing.Optional[typing.Union[bool, typing.Any]]
|
|
36
36
|
"""
|
|
37
37
|
|
|
38
38
|
...
|
|
39
39
|
|
|
40
40
|
def animation_play(
|
|
41
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
42
|
-
execution_context: typing.Union[str, int] = None,
|
|
43
|
-
undo: bool = None,
|
|
44
|
-
reverse: typing.Union[bool, typing.Any] = False,
|
|
45
|
-
sync: typing.Union[bool, typing.Any] = False,
|
|
41
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
42
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
43
|
+
undo: typing.Optional[bool] = None,
|
|
44
|
+
reverse: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
45
|
+
sync: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
46
46
|
):
|
|
47
47
|
"""Play animation
|
|
48
48
|
|
|
49
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
-
:type execution_context: typing.Union[str, int]
|
|
51
|
-
:type undo: bool
|
|
49
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
50
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
51
|
+
:type undo: typing.Optional[bool]
|
|
52
52
|
:param reverse: Play in Reverse, Animation is played backwards
|
|
53
|
-
:type reverse: typing.Union[bool, typing.Any]
|
|
53
|
+
:type reverse: typing.Optional[typing.Union[bool, typing.Any]]
|
|
54
54
|
:param sync: Sync, Drop frames to maintain framerate
|
|
55
|
-
:type sync: typing.Union[bool, typing.Any]
|
|
55
|
+
:type sync: typing.Optional[typing.Union[bool, typing.Any]]
|
|
56
56
|
"""
|
|
57
57
|
|
|
58
58
|
...
|
|
59
59
|
|
|
60
60
|
def animation_step(
|
|
61
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
62
|
-
execution_context: typing.Union[str, int] = None,
|
|
63
|
-
undo: bool = None,
|
|
61
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
62
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
63
|
+
undo: typing.Optional[bool] = None,
|
|
64
64
|
):
|
|
65
65
|
"""Step through animation by position
|
|
66
66
|
|
|
67
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
68
|
-
:type execution_context: typing.Union[str, int]
|
|
69
|
-
:type undo: bool
|
|
67
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
68
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
69
|
+
:type undo: typing.Optional[bool]
|
|
70
70
|
"""
|
|
71
71
|
|
|
72
72
|
...
|
|
73
73
|
|
|
74
74
|
def area_close(
|
|
75
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
76
|
-
execution_context: typing.Union[str, int] = None,
|
|
77
|
-
undo: bool = None,
|
|
75
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
76
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
77
|
+
undo: typing.Optional[bool] = None,
|
|
78
78
|
):
|
|
79
79
|
"""Close selected area
|
|
80
80
|
|
|
81
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
82
|
-
:type execution_context: typing.Union[str, int]
|
|
83
|
-
:type undo: bool
|
|
81
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
82
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
83
|
+
:type undo: typing.Optional[bool]
|
|
84
84
|
"""
|
|
85
85
|
|
|
86
86
|
...
|
|
87
87
|
|
|
88
88
|
def area_dupli(
|
|
89
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
90
|
-
execution_context: typing.Union[str, int] = None,
|
|
91
|
-
undo: bool = None,
|
|
89
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
90
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
91
|
+
undo: typing.Optional[bool] = None,
|
|
92
92
|
):
|
|
93
93
|
"""Duplicate selected area into new window
|
|
94
94
|
|
|
95
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
96
|
-
:type execution_context: typing.Union[str, int]
|
|
97
|
-
:type undo: bool
|
|
95
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
96
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
97
|
+
:type undo: typing.Optional[bool]
|
|
98
98
|
"""
|
|
99
99
|
|
|
100
100
|
...
|
|
101
101
|
|
|
102
102
|
def area_join(
|
|
103
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
104
|
-
execution_context: typing.Union[str, int] = None,
|
|
105
|
-
undo: bool = None,
|
|
106
|
-
cursor: typing.Any = (0, 0),
|
|
103
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
104
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
105
|
+
undo: typing.Optional[bool] = None,
|
|
106
|
+
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
107
107
|
):
|
|
108
108
|
"""Join selected areas into new window
|
|
109
109
|
|
|
110
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
111
|
-
:type execution_context: typing.Union[str, int]
|
|
112
|
-
:type undo: bool
|
|
110
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
111
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
112
|
+
:type undo: typing.Optional[bool]
|
|
113
113
|
:param cursor: Cursor
|
|
114
|
-
:type cursor: typing.Any
|
|
114
|
+
:type cursor: typing.Optional[typing.Any]
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
117
|
...
|
|
118
118
|
|
|
119
119
|
def area_move(
|
|
120
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
121
|
-
execution_context: typing.Union[str, int] = None,
|
|
122
|
-
undo: bool = None,
|
|
123
|
-
x: typing.Any = 0,
|
|
124
|
-
y: typing.Any = 0,
|
|
125
|
-
delta: typing.Any = 0,
|
|
120
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
121
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
122
|
+
undo: typing.Optional[bool] = None,
|
|
123
|
+
x: typing.Optional[typing.Any] = 0,
|
|
124
|
+
y: typing.Optional[typing.Any] = 0,
|
|
125
|
+
delta: typing.Optional[typing.Any] = 0,
|
|
126
126
|
):
|
|
127
127
|
"""Move selected area edges
|
|
128
128
|
|
|
129
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
130
|
-
:type execution_context: typing.Union[str, int]
|
|
131
|
-
:type undo: bool
|
|
129
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
130
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
131
|
+
:type undo: typing.Optional[bool]
|
|
132
132
|
:param x: X
|
|
133
|
-
:type x: typing.Any
|
|
133
|
+
:type x: typing.Optional[typing.Any]
|
|
134
134
|
:param y: Y
|
|
135
|
-
:type y: typing.Any
|
|
135
|
+
:type y: typing.Optional[typing.Any]
|
|
136
136
|
:param delta: Delta
|
|
137
|
-
:type delta: typing.Any
|
|
137
|
+
:type delta: typing.Optional[typing.Any]
|
|
138
138
|
"""
|
|
139
139
|
|
|
140
140
|
...
|
|
141
141
|
|
|
142
142
|
def area_options(
|
|
143
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
144
|
-
execution_context: typing.Union[str, int] = None,
|
|
145
|
-
undo: bool = None,
|
|
143
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
144
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
145
|
+
undo: typing.Optional[bool] = None,
|
|
146
146
|
):
|
|
147
147
|
"""Operations for splitting and merging
|
|
148
148
|
|
|
149
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
150
|
-
:type execution_context: typing.Union[str, int]
|
|
151
|
-
:type undo: bool
|
|
149
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
150
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
151
|
+
:type undo: typing.Optional[bool]
|
|
152
152
|
"""
|
|
153
153
|
|
|
154
154
|
...
|
|
155
155
|
|
|
156
156
|
def area_split(
|
|
157
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
158
|
-
execution_context: typing.Union[str, int] = None,
|
|
159
|
-
undo: bool = None,
|
|
160
|
-
direction: typing.Any = "HORIZONTAL",
|
|
161
|
-
factor: typing.Any = 0.5,
|
|
162
|
-
cursor: typing.Any = (0, 0),
|
|
157
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
158
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
159
|
+
undo: typing.Optional[bool] = None,
|
|
160
|
+
direction: typing.Optional[typing.Any] = "HORIZONTAL",
|
|
161
|
+
factor: typing.Optional[typing.Any] = 0.5,
|
|
162
|
+
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
163
163
|
):
|
|
164
164
|
"""Split selected area into new windows
|
|
165
165
|
|
|
166
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
167
|
-
:type execution_context: typing.Union[str, int]
|
|
168
|
-
:type undo: bool
|
|
166
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
167
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
168
|
+
:type undo: typing.Optional[bool]
|
|
169
169
|
:param direction: Direction
|
|
170
|
-
:type direction: typing.Any
|
|
170
|
+
:type direction: typing.Optional[typing.Any]
|
|
171
171
|
:param factor: Factor
|
|
172
|
-
:type factor: typing.Any
|
|
172
|
+
:type factor: typing.Optional[typing.Any]
|
|
173
173
|
:param cursor: Cursor
|
|
174
|
-
:type cursor: typing.Any
|
|
174
|
+
:type cursor: typing.Optional[typing.Any]
|
|
175
175
|
"""
|
|
176
176
|
|
|
177
177
|
...
|
|
178
178
|
|
|
179
179
|
def area_swap(
|
|
180
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
181
|
-
execution_context: typing.Union[str, int] = None,
|
|
182
|
-
undo: bool = None,
|
|
183
|
-
cursor: typing.Any = (0, 0),
|
|
180
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
181
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
182
|
+
undo: typing.Optional[bool] = None,
|
|
183
|
+
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
184
184
|
):
|
|
185
185
|
"""Swap selected areas screen positions
|
|
186
186
|
|
|
187
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
188
|
-
:type execution_context: typing.Union[str, int]
|
|
189
|
-
:type undo: bool
|
|
187
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
188
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
189
|
+
:type undo: typing.Optional[bool]
|
|
190
190
|
:param cursor: Cursor
|
|
191
|
-
:type cursor: typing.Any
|
|
191
|
+
:type cursor: typing.Optional[typing.Any]
|
|
192
192
|
"""
|
|
193
193
|
|
|
194
194
|
...
|
|
195
195
|
|
|
196
196
|
def back_to_previous(
|
|
197
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
198
|
-
execution_context: typing.Union[str, int] = None,
|
|
199
|
-
undo: bool = None,
|
|
197
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
198
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
199
|
+
undo: typing.Optional[bool] = None,
|
|
200
200
|
):
|
|
201
201
|
"""Revert back to the original screen layout, before fullscreen area overlay
|
|
202
202
|
|
|
203
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
204
|
-
:type execution_context: typing.Union[str, int]
|
|
205
|
-
:type undo: bool
|
|
203
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
204
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
205
|
+
:type undo: typing.Optional[bool]
|
|
206
206
|
"""
|
|
207
207
|
|
|
208
208
|
...
|
|
209
209
|
|
|
210
210
|
def delete(
|
|
211
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
212
|
-
execution_context: typing.Union[str, int] = None,
|
|
213
|
-
undo: bool = None,
|
|
211
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
212
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
213
|
+
undo: typing.Optional[bool] = None,
|
|
214
214
|
):
|
|
215
215
|
"""Delete active screen
|
|
216
216
|
|
|
217
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
218
|
-
:type execution_context: typing.Union[str, int]
|
|
219
|
-
:type undo: bool
|
|
217
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
218
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
219
|
+
:type undo: typing.Optional[bool]
|
|
220
220
|
"""
|
|
221
221
|
|
|
222
222
|
...
|
|
223
223
|
|
|
224
224
|
def drivers_editor_show(
|
|
225
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
226
|
-
execution_context: typing.Union[str, int] = None,
|
|
227
|
-
undo: bool = None,
|
|
225
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
226
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
227
|
+
undo: typing.Optional[bool] = None,
|
|
228
228
|
):
|
|
229
229
|
"""Show drivers editor in a separate window
|
|
230
230
|
|
|
231
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
232
|
-
:type execution_context: typing.Union[str, int]
|
|
233
|
-
:type undo: bool
|
|
231
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
232
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
233
|
+
:type undo: typing.Optional[bool]
|
|
234
234
|
"""
|
|
235
235
|
|
|
236
236
|
...
|
|
237
237
|
|
|
238
238
|
def frame_jump(
|
|
239
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
240
|
-
execution_context: typing.Union[str, int] = None,
|
|
241
|
-
undo: bool = None,
|
|
242
|
-
end: typing.Union[bool, typing.Any] = False,
|
|
239
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
240
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
241
|
+
undo: typing.Optional[bool] = None,
|
|
242
|
+
end: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
243
243
|
):
|
|
244
244
|
"""Jump to first/last frame in frame range
|
|
245
245
|
|
|
246
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
247
|
-
:type execution_context: typing.Union[str, int]
|
|
248
|
-
:type undo: bool
|
|
246
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
247
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
248
|
+
:type undo: typing.Optional[bool]
|
|
249
249
|
:param end: Last Frame, Jump to the last frame of the frame range
|
|
250
|
-
:type end: typing.Union[bool, typing.Any]
|
|
250
|
+
:type end: typing.Optional[typing.Union[bool, typing.Any]]
|
|
251
251
|
"""
|
|
252
252
|
|
|
253
253
|
...
|
|
254
254
|
|
|
255
255
|
def frame_offset(
|
|
256
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
257
|
-
execution_context: typing.Union[str, int] = None,
|
|
258
|
-
undo: bool = None,
|
|
259
|
-
delta: typing.Any = 0,
|
|
256
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
257
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
258
|
+
undo: typing.Optional[bool] = None,
|
|
259
|
+
delta: typing.Optional[typing.Any] = 0,
|
|
260
260
|
):
|
|
261
261
|
"""Move current frame forward/backward by a given number
|
|
262
262
|
|
|
263
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
264
|
-
:type execution_context: typing.Union[str, int]
|
|
265
|
-
:type undo: bool
|
|
263
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
264
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
265
|
+
:type undo: typing.Optional[bool]
|
|
266
266
|
:param delta: Delta
|
|
267
|
-
:type delta: typing.Any
|
|
267
|
+
:type delta: typing.Optional[typing.Any]
|
|
268
268
|
"""
|
|
269
269
|
|
|
270
270
|
...
|
|
271
271
|
|
|
272
272
|
def header_toggle_menus(
|
|
273
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
274
|
-
execution_context: typing.Union[str, int] = None,
|
|
275
|
-
undo: bool = None,
|
|
273
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
274
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
275
|
+
undo: typing.Optional[bool] = None,
|
|
276
276
|
):
|
|
277
277
|
"""Expand or collapse the header pulldown menus
|
|
278
278
|
|
|
279
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
280
|
-
:type execution_context: typing.Union[str, int]
|
|
281
|
-
:type undo: bool
|
|
279
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
280
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
281
|
+
:type undo: typing.Optional[bool]
|
|
282
282
|
"""
|
|
283
283
|
|
|
284
284
|
...
|
|
285
285
|
|
|
286
286
|
def info_log_show(
|
|
287
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
288
|
-
execution_context: typing.Union[str, int] = None,
|
|
289
|
-
undo: bool = None,
|
|
287
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
288
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
289
|
+
undo: typing.Optional[bool] = None,
|
|
290
290
|
):
|
|
291
291
|
"""Show info log in a separate window
|
|
292
292
|
|
|
293
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
294
|
-
:type execution_context: typing.Union[str, int]
|
|
295
|
-
:type undo: bool
|
|
293
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
294
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
295
|
+
:type undo: typing.Optional[bool]
|
|
296
296
|
"""
|
|
297
297
|
|
|
298
298
|
...
|
|
299
299
|
|
|
300
300
|
def keyframe_jump(
|
|
301
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
302
|
-
execution_context: typing.Union[str, int] = None,
|
|
303
|
-
undo: bool = None,
|
|
304
|
-
next: typing.Union[bool, typing.Any] = True,
|
|
301
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
302
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
303
|
+
undo: typing.Optional[bool] = None,
|
|
304
|
+
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
305
305
|
):
|
|
306
306
|
"""Jump to previous/next keyframe
|
|
307
307
|
|
|
308
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
309
|
-
:type execution_context: typing.Union[str, int]
|
|
310
|
-
:type undo: bool
|
|
308
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
309
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
310
|
+
:type undo: typing.Optional[bool]
|
|
311
311
|
:param next: Next Keyframe
|
|
312
|
-
:type next: typing.Union[bool, typing.Any]
|
|
312
|
+
:type next: typing.Optional[typing.Union[bool, typing.Any]]
|
|
313
313
|
"""
|
|
314
314
|
|
|
315
315
|
...
|
|
316
316
|
|
|
317
317
|
def marker_jump(
|
|
318
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
319
|
-
execution_context: typing.Union[str, int] = None,
|
|
320
|
-
undo: bool = None,
|
|
321
|
-
next: typing.Union[bool, typing.Any] = True,
|
|
318
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
319
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
320
|
+
undo: typing.Optional[bool] = None,
|
|
321
|
+
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
322
322
|
):
|
|
323
323
|
"""Jump to previous/next marker
|
|
324
324
|
|
|
325
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
326
|
-
:type execution_context: typing.Union[str, int]
|
|
327
|
-
:type undo: bool
|
|
325
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
326
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
327
|
+
:type undo: typing.Optional[bool]
|
|
328
328
|
:param next: Next Marker
|
|
329
|
-
:type next: typing.Union[bool, typing.Any]
|
|
329
|
+
:type next: typing.Optional[typing.Union[bool, typing.Any]]
|
|
330
330
|
"""
|
|
331
331
|
|
|
332
332
|
...
|
|
333
333
|
|
|
334
334
|
def new(
|
|
335
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
336
|
-
execution_context: typing.Union[str, int] = None,
|
|
337
|
-
undo: bool = None,
|
|
335
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
336
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
337
|
+
undo: typing.Optional[bool] = None,
|
|
338
338
|
):
|
|
339
339
|
"""Add a new screen
|
|
340
340
|
|
|
341
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
342
|
-
:type execution_context: typing.Union[str, int]
|
|
343
|
-
:type undo: bool
|
|
341
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
342
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
343
|
+
:type undo: typing.Optional[bool]
|
|
344
344
|
"""
|
|
345
345
|
|
|
346
346
|
...
|
|
347
347
|
|
|
348
348
|
def redo_last(
|
|
349
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
350
|
-
execution_context: typing.Union[str, int] = None,
|
|
351
|
-
undo: bool = None,
|
|
349
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
350
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
351
|
+
undo: typing.Optional[bool] = None,
|
|
352
352
|
):
|
|
353
353
|
"""Display parameters for last action performed
|
|
354
354
|
|
|
355
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context: typing.Union[str, int]
|
|
357
|
-
:type undo: bool
|
|
355
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
356
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
357
|
+
:type undo: typing.Optional[bool]
|
|
358
358
|
"""
|
|
359
359
|
|
|
360
360
|
...
|
|
361
361
|
|
|
362
362
|
def region_blend(
|
|
363
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
364
|
-
execution_context: typing.Union[str, int] = None,
|
|
365
|
-
undo: bool = None,
|
|
363
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
364
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
365
|
+
undo: typing.Optional[bool] = None,
|
|
366
366
|
):
|
|
367
367
|
"""Blend in and out overlapping region
|
|
368
368
|
|
|
369
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
370
|
-
:type execution_context: typing.Union[str, int]
|
|
371
|
-
:type undo: bool
|
|
369
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
370
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
371
|
+
:type undo: typing.Optional[bool]
|
|
372
372
|
"""
|
|
373
373
|
|
|
374
374
|
...
|
|
375
375
|
|
|
376
376
|
def region_context_menu(
|
|
377
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
378
|
-
execution_context: typing.Union[str, int] = None,
|
|
379
|
-
undo: bool = None,
|
|
377
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
378
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
379
|
+
undo: typing.Optional[bool] = None,
|
|
380
380
|
):
|
|
381
381
|
"""Display region context menu
|
|
382
382
|
|
|
383
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
384
|
-
:type execution_context: typing.Union[str, int]
|
|
385
|
-
:type undo: bool
|
|
383
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
384
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
385
|
+
:type undo: typing.Optional[bool]
|
|
386
386
|
"""
|
|
387
387
|
|
|
388
388
|
...
|
|
389
389
|
|
|
390
390
|
def region_flip(
|
|
391
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
392
|
-
execution_context: typing.Union[str, int] = None,
|
|
393
|
-
undo: bool = None,
|
|
391
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
392
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
393
|
+
undo: typing.Optional[bool] = None,
|
|
394
394
|
):
|
|
395
395
|
"""Toggle the region's alignment (left/right or top/bottom)
|
|
396
396
|
|
|
397
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
398
|
-
:type execution_context: typing.Union[str, int]
|
|
399
|
-
:type undo: bool
|
|
397
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
398
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
399
|
+
:type undo: typing.Optional[bool]
|
|
400
400
|
"""
|
|
401
401
|
|
|
402
402
|
...
|
|
403
403
|
|
|
404
404
|
def region_quadview(
|
|
405
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
406
|
-
execution_context: typing.Union[str, int] = None,
|
|
407
|
-
undo: bool = None,
|
|
405
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
406
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
407
|
+
undo: typing.Optional[bool] = None,
|
|
408
408
|
):
|
|
409
409
|
"""Split selected area into camera, front, right, and top views
|
|
410
410
|
|
|
411
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
412
|
-
:type execution_context: typing.Union[str, int]
|
|
413
|
-
:type undo: bool
|
|
411
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
412
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
413
|
+
:type undo: typing.Optional[bool]
|
|
414
414
|
"""
|
|
415
415
|
|
|
416
416
|
...
|
|
417
417
|
|
|
418
418
|
def region_scale(
|
|
419
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
420
|
-
execution_context: typing.Union[str, int] = None,
|
|
421
|
-
undo: bool = None,
|
|
419
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
420
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
421
|
+
undo: typing.Optional[bool] = None,
|
|
422
422
|
):
|
|
423
423
|
"""Scale selected area
|
|
424
424
|
|
|
425
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
426
|
-
:type execution_context: typing.Union[str, int]
|
|
427
|
-
:type undo: bool
|
|
425
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
426
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
427
|
+
:type undo: typing.Optional[bool]
|
|
428
428
|
"""
|
|
429
429
|
|
|
430
430
|
...
|
|
431
431
|
|
|
432
432
|
def region_toggle(
|
|
433
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
434
|
-
execution_context: typing.Union[str, int] = None,
|
|
435
|
-
undo: bool = None,
|
|
436
|
-
region_type: typing.Union[str, int] = "WINDOW",
|
|
433
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
434
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
435
|
+
undo: typing.Optional[bool] = None,
|
|
436
|
+
region_type: typing.Optional[typing.Union[str, int]] = "WINDOW",
|
|
437
437
|
):
|
|
438
438
|
"""Hide or unhide the region
|
|
439
439
|
|
|
440
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
441
|
-
:type execution_context: typing.Union[str, int]
|
|
442
|
-
:type undo: bool
|
|
440
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
441
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
442
|
+
:type undo: typing.Optional[bool]
|
|
443
443
|
:param region_type: Region Type, Type of the region to toggle
|
|
444
|
-
:type region_type: typing.Union[str, int]
|
|
444
|
+
:type region_type: typing.Optional[typing.Union[str, int]]
|
|
445
445
|
"""
|
|
446
446
|
|
|
447
447
|
...
|
|
448
448
|
|
|
449
449
|
def repeat_history(
|
|
450
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
451
|
-
execution_context: typing.Union[str, int] = None,
|
|
452
|
-
undo: bool = None,
|
|
453
|
-
index: typing.Any = 0,
|
|
450
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
451
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
452
|
+
undo: typing.Optional[bool] = None,
|
|
453
|
+
index: typing.Optional[typing.Any] = 0,
|
|
454
454
|
):
|
|
455
455
|
"""Display menu for previous actions performed
|
|
456
456
|
|
|
457
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
458
|
-
:type execution_context: typing.Union[str, int]
|
|
459
|
-
:type undo: bool
|
|
457
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
458
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
459
|
+
:type undo: typing.Optional[bool]
|
|
460
460
|
:param index: Index
|
|
461
|
-
:type index: typing.Any
|
|
461
|
+
:type index: typing.Optional[typing.Any]
|
|
462
462
|
"""
|
|
463
463
|
|
|
464
464
|
...
|
|
465
465
|
|
|
466
466
|
def repeat_last(
|
|
467
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
468
|
-
execution_context: typing.Union[str, int] = None,
|
|
469
|
-
undo: bool = None,
|
|
467
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
468
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
469
|
+
undo: typing.Optional[bool] = None,
|
|
470
470
|
):
|
|
471
471
|
"""Repeat last action
|
|
472
472
|
|
|
473
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
474
|
-
:type execution_context: typing.Union[str, int]
|
|
475
|
-
:type undo: bool
|
|
473
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
474
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
475
|
+
:type undo: typing.Optional[bool]
|
|
476
476
|
"""
|
|
477
477
|
|
|
478
478
|
...
|
|
479
479
|
|
|
480
480
|
def screen_full_area(
|
|
481
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
482
|
-
execution_context: typing.Union[str, int] = None,
|
|
483
|
-
undo: bool = None,
|
|
484
|
-
use_hide_panels: typing.Union[bool, typing.Any] = False,
|
|
481
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
482
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
483
|
+
undo: typing.Optional[bool] = None,
|
|
484
|
+
use_hide_panels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
485
485
|
):
|
|
486
486
|
"""Toggle display selected area as fullscreen/maximized
|
|
487
487
|
|
|
488
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
489
|
-
:type execution_context: typing.Union[str, int]
|
|
490
|
-
:type undo: bool
|
|
488
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
489
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
490
|
+
:type undo: typing.Optional[bool]
|
|
491
491
|
:param use_hide_panels: Hide Panels, Hide all the panels
|
|
492
|
-
:type use_hide_panels: typing.Union[bool, typing.Any]
|
|
492
|
+
:type use_hide_panels: typing.Optional[typing.Union[bool, typing.Any]]
|
|
493
493
|
"""
|
|
494
494
|
|
|
495
495
|
...
|
|
496
496
|
|
|
497
497
|
def screen_set(
|
|
498
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
499
|
-
execution_context: typing.Union[str, int] = None,
|
|
500
|
-
undo: bool = None,
|
|
501
|
-
delta: typing.Any = 1,
|
|
498
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
499
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
500
|
+
undo: typing.Optional[bool] = None,
|
|
501
|
+
delta: typing.Optional[typing.Any] = 1,
|
|
502
502
|
):
|
|
503
503
|
"""Cycle through available screens
|
|
504
504
|
|
|
505
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
506
|
-
:type execution_context: typing.Union[str, int]
|
|
507
|
-
:type undo: bool
|
|
505
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
506
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
507
|
+
:type undo: typing.Optional[bool]
|
|
508
508
|
:param delta: Delta
|
|
509
|
-
:type delta: typing.Any
|
|
509
|
+
:type delta: typing.Optional[typing.Any]
|
|
510
510
|
"""
|
|
511
511
|
|
|
512
512
|
...
|
|
513
513
|
|
|
514
514
|
def screenshot(
|
|
515
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
516
|
-
execution_context: typing.Union[str, int] = None,
|
|
517
|
-
undo: bool = None,
|
|
515
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
516
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
517
|
+
undo: typing.Optional[bool] = None,
|
|
518
518
|
filepath: typing.Union[str, typing.Any] = "",
|
|
519
|
-
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
520
|
-
check_existing: typing.Union[bool, typing.Any] = True,
|
|
521
|
-
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
522
|
-
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
523
|
-
filter_image: typing.Union[bool, typing.Any] = True,
|
|
524
|
-
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
525
|
-
filter_python: typing.Union[bool, typing.Any] = False,
|
|
526
|
-
filter_font: typing.Union[bool, typing.Any] = False,
|
|
527
|
-
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
528
|
-
filter_text: typing.Union[bool, typing.Any] = False,
|
|
529
|
-
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
530
|
-
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
531
|
-
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
532
|
-
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
533
|
-
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
534
|
-
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
535
|
-
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
536
|
-
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
537
|
-
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
538
|
-
filemode: typing.Any = 9,
|
|
539
|
-
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
540
|
-
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
541
|
-
display_type: typing.Any = "DEFAULT",
|
|
542
|
-
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
519
|
+
hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
520
|
+
check_existing: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
521
|
+
filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
522
|
+
filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
523
|
+
filter_image: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
524
|
+
filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
525
|
+
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
526
|
+
filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
527
|
+
filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
528
|
+
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
529
|
+
filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
530
|
+
filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
531
|
+
filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
532
|
+
filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
533
|
+
filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
534
|
+
filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
535
|
+
filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
536
|
+
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
537
|
+
filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
538
|
+
filemode: typing.Optional[typing.Any] = 9,
|
|
539
|
+
show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
540
|
+
use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
541
|
+
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
542
|
+
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
543
543
|
):
|
|
544
544
|
"""Capture a picture of the whole Blender window
|
|
545
545
|
|
|
546
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
547
|
-
:type execution_context: typing.Union[str, int]
|
|
548
|
-
:type undo: bool
|
|
546
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
547
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
548
|
+
:type undo: typing.Optional[bool]
|
|
549
549
|
:param filepath: File Path, Path to file
|
|
550
550
|
:type filepath: typing.Union[str, typing.Any]
|
|
551
551
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
552
|
-
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
552
|
+
:type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
|
|
553
553
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
554
|
-
:type check_existing: typing.Union[bool, typing.Any]
|
|
554
|
+
:type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
|
|
555
555
|
:param filter_blender: Filter .blend files
|
|
556
|
-
:type filter_blender: typing.Union[bool, typing.Any]
|
|
556
|
+
:type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
|
|
557
557
|
:param filter_backup: Filter .blend files
|
|
558
|
-
:type filter_backup: typing.Union[bool, typing.Any]
|
|
558
|
+
:type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
|
|
559
559
|
:param filter_image: Filter image files
|
|
560
|
-
:type filter_image: typing.Union[bool, typing.Any]
|
|
560
|
+
:type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
|
|
561
561
|
:param filter_movie: Filter movie files
|
|
562
|
-
:type filter_movie: typing.Union[bool, typing.Any]
|
|
562
|
+
:type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
|
|
563
563
|
:param filter_python: Filter Python files
|
|
564
|
-
:type filter_python: typing.Union[bool, typing.Any]
|
|
564
|
+
:type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
|
|
565
565
|
:param filter_font: Filter font files
|
|
566
|
-
:type filter_font: typing.Union[bool, typing.Any]
|
|
566
|
+
:type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
|
|
567
567
|
:param filter_sound: Filter sound files
|
|
568
|
-
:type filter_sound: typing.Union[bool, typing.Any]
|
|
568
|
+
:type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
|
|
569
569
|
:param filter_text: Filter text files
|
|
570
|
-
:type filter_text: typing.Union[bool, typing.Any]
|
|
570
|
+
:type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
|
|
571
571
|
:param filter_archive: Filter archive files
|
|
572
|
-
:type filter_archive: typing.Union[bool, typing.Any]
|
|
572
|
+
:type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
|
|
573
573
|
:param filter_btx: Filter btx files
|
|
574
|
-
:type filter_btx: typing.Union[bool, typing.Any]
|
|
574
|
+
:type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
|
|
575
575
|
:param filter_collada: Filter COLLADA files
|
|
576
|
-
:type filter_collada: typing.Union[bool, typing.Any]
|
|
576
|
+
:type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
|
|
577
577
|
:param filter_alembic: Filter Alembic files
|
|
578
|
-
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
578
|
+
:type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
|
|
579
579
|
:param filter_usd: Filter USD files
|
|
580
|
-
:type filter_usd: typing.Union[bool, typing.Any]
|
|
580
|
+
:type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
|
|
581
581
|
:param filter_obj: Filter OBJ files
|
|
582
|
-
:type filter_obj: typing.Union[bool, typing.Any]
|
|
582
|
+
:type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
|
|
583
583
|
:param filter_volume: Filter OpenVDB volume files
|
|
584
|
-
:type filter_volume: typing.Union[bool, typing.Any]
|
|
584
|
+
:type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
|
|
585
585
|
:param filter_folder: Filter folders
|
|
586
|
-
:type filter_folder: typing.Union[bool, typing.Any]
|
|
586
|
+
:type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
|
|
587
587
|
:param filter_blenlib: Filter Blender IDs
|
|
588
|
-
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
588
|
+
:type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
|
|
589
589
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
590
|
-
:type filemode: typing.Any
|
|
590
|
+
:type filemode: typing.Optional[typing.Any]
|
|
591
591
|
:param show_multiview: Enable Multi-View
|
|
592
|
-
:type show_multiview: typing.Union[bool, typing.Any]
|
|
592
|
+
:type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
593
593
|
:param use_multiview: Use Multi-View
|
|
594
|
-
:type use_multiview: typing.Union[bool, typing.Any]
|
|
594
|
+
:type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
595
595
|
:param display_type: Display Type
|
|
596
596
|
|
|
597
597
|
DEFAULT
|
|
@@ -605,94 +605,94 @@ def screenshot(
|
|
|
605
605
|
|
|
606
606
|
THUMBNAIL
|
|
607
607
|
Thumbnails -- Display files as thumbnails.
|
|
608
|
-
:type display_type: typing.Any
|
|
608
|
+
:type display_type: typing.Optional[typing.Any]
|
|
609
609
|
:param sort_method: File sorting mode
|
|
610
|
-
:type sort_method: typing.Union[str, int, typing.Any]
|
|
610
|
+
:type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
611
611
|
"""
|
|
612
612
|
|
|
613
613
|
...
|
|
614
614
|
|
|
615
615
|
def screenshot_area(
|
|
616
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
617
|
-
execution_context: typing.Union[str, int] = None,
|
|
618
|
-
undo: bool = None,
|
|
616
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
617
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
618
|
+
undo: typing.Optional[bool] = None,
|
|
619
619
|
filepath: typing.Union[str, typing.Any] = "",
|
|
620
|
-
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
621
|
-
check_existing: typing.Union[bool, typing.Any] = True,
|
|
622
|
-
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
623
|
-
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
624
|
-
filter_image: typing.Union[bool, typing.Any] = True,
|
|
625
|
-
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
626
|
-
filter_python: typing.Union[bool, typing.Any] = False,
|
|
627
|
-
filter_font: typing.Union[bool, typing.Any] = False,
|
|
628
|
-
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
629
|
-
filter_text: typing.Union[bool, typing.Any] = False,
|
|
630
|
-
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
631
|
-
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
632
|
-
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
633
|
-
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
634
|
-
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
635
|
-
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
636
|
-
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
637
|
-
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
638
|
-
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
639
|
-
filemode: typing.Any = 9,
|
|
640
|
-
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
641
|
-
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
642
|
-
display_type: typing.Any = "DEFAULT",
|
|
643
|
-
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
620
|
+
hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
621
|
+
check_existing: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
622
|
+
filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
623
|
+
filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
624
|
+
filter_image: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
625
|
+
filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
626
|
+
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
627
|
+
filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
628
|
+
filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
629
|
+
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
630
|
+
filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
631
|
+
filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
632
|
+
filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
633
|
+
filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
634
|
+
filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
635
|
+
filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
636
|
+
filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
637
|
+
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
638
|
+
filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
639
|
+
filemode: typing.Optional[typing.Any] = 9,
|
|
640
|
+
show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
641
|
+
use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
642
|
+
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
643
|
+
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
644
644
|
):
|
|
645
645
|
"""Capture a picture of an editor
|
|
646
646
|
|
|
647
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
648
|
-
:type execution_context: typing.Union[str, int]
|
|
649
|
-
:type undo: bool
|
|
647
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
648
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
649
|
+
:type undo: typing.Optional[bool]
|
|
650
650
|
:param filepath: File Path, Path to file
|
|
651
651
|
:type filepath: typing.Union[str, typing.Any]
|
|
652
652
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
653
|
-
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
653
|
+
:type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
|
|
654
654
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
655
|
-
:type check_existing: typing.Union[bool, typing.Any]
|
|
655
|
+
:type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
|
|
656
656
|
:param filter_blender: Filter .blend files
|
|
657
|
-
:type filter_blender: typing.Union[bool, typing.Any]
|
|
657
|
+
:type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
|
|
658
658
|
:param filter_backup: Filter .blend files
|
|
659
|
-
:type filter_backup: typing.Union[bool, typing.Any]
|
|
659
|
+
:type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
|
|
660
660
|
:param filter_image: Filter image files
|
|
661
|
-
:type filter_image: typing.Union[bool, typing.Any]
|
|
661
|
+
:type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
|
|
662
662
|
:param filter_movie: Filter movie files
|
|
663
|
-
:type filter_movie: typing.Union[bool, typing.Any]
|
|
663
|
+
:type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
|
|
664
664
|
:param filter_python: Filter Python files
|
|
665
|
-
:type filter_python: typing.Union[bool, typing.Any]
|
|
665
|
+
:type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
|
|
666
666
|
:param filter_font: Filter font files
|
|
667
|
-
:type filter_font: typing.Union[bool, typing.Any]
|
|
667
|
+
:type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
|
|
668
668
|
:param filter_sound: Filter sound files
|
|
669
|
-
:type filter_sound: typing.Union[bool, typing.Any]
|
|
669
|
+
:type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
|
|
670
670
|
:param filter_text: Filter text files
|
|
671
|
-
:type filter_text: typing.Union[bool, typing.Any]
|
|
671
|
+
:type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
|
|
672
672
|
:param filter_archive: Filter archive files
|
|
673
|
-
:type filter_archive: typing.Union[bool, typing.Any]
|
|
673
|
+
:type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
|
|
674
674
|
:param filter_btx: Filter btx files
|
|
675
|
-
:type filter_btx: typing.Union[bool, typing.Any]
|
|
675
|
+
:type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
|
|
676
676
|
:param filter_collada: Filter COLLADA files
|
|
677
|
-
:type filter_collada: typing.Union[bool, typing.Any]
|
|
677
|
+
:type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
|
|
678
678
|
:param filter_alembic: Filter Alembic files
|
|
679
|
-
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
679
|
+
:type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
|
|
680
680
|
:param filter_usd: Filter USD files
|
|
681
|
-
:type filter_usd: typing.Union[bool, typing.Any]
|
|
681
|
+
:type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
|
|
682
682
|
:param filter_obj: Filter OBJ files
|
|
683
|
-
:type filter_obj: typing.Union[bool, typing.Any]
|
|
683
|
+
:type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
|
|
684
684
|
:param filter_volume: Filter OpenVDB volume files
|
|
685
|
-
:type filter_volume: typing.Union[bool, typing.Any]
|
|
685
|
+
:type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
|
|
686
686
|
:param filter_folder: Filter folders
|
|
687
|
-
:type filter_folder: typing.Union[bool, typing.Any]
|
|
687
|
+
:type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
|
|
688
688
|
:param filter_blenlib: Filter Blender IDs
|
|
689
|
-
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
689
|
+
:type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
|
|
690
690
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
691
|
-
:type filemode: typing.Any
|
|
691
|
+
:type filemode: typing.Optional[typing.Any]
|
|
692
692
|
:param show_multiview: Enable Multi-View
|
|
693
|
-
:type show_multiview: typing.Union[bool, typing.Any]
|
|
693
|
+
:type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
694
694
|
:param use_multiview: Use Multi-View
|
|
695
|
-
:type use_multiview: typing.Union[bool, typing.Any]
|
|
695
|
+
:type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
696
696
|
:param display_type: Display Type
|
|
697
697
|
|
|
698
698
|
DEFAULT
|
|
@@ -706,91 +706,91 @@ def screenshot_area(
|
|
|
706
706
|
|
|
707
707
|
THUMBNAIL
|
|
708
708
|
Thumbnails -- Display files as thumbnails.
|
|
709
|
-
:type display_type: typing.Any
|
|
709
|
+
:type display_type: typing.Optional[typing.Any]
|
|
710
710
|
:param sort_method: File sorting mode
|
|
711
|
-
:type sort_method: typing.Union[str, int, typing.Any]
|
|
711
|
+
:type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
712
712
|
"""
|
|
713
713
|
|
|
714
714
|
...
|
|
715
715
|
|
|
716
716
|
def space_context_cycle(
|
|
717
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
718
|
-
execution_context: typing.Union[str, int] = None,
|
|
719
|
-
undo: bool = None,
|
|
720
|
-
direction: typing.Any = "NEXT",
|
|
717
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
718
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
719
|
+
undo: typing.Optional[bool] = None,
|
|
720
|
+
direction: typing.Optional[typing.Any] = "NEXT",
|
|
721
721
|
):
|
|
722
722
|
"""Cycle through the editor context by activating the next/previous one
|
|
723
723
|
|
|
724
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
725
|
-
:type execution_context: typing.Union[str, int]
|
|
726
|
-
:type undo: bool
|
|
724
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
725
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
726
|
+
:type undo: typing.Optional[bool]
|
|
727
727
|
:param direction: Direction, Direction to cycle through
|
|
728
|
-
:type direction: typing.Any
|
|
728
|
+
:type direction: typing.Optional[typing.Any]
|
|
729
729
|
"""
|
|
730
730
|
|
|
731
731
|
...
|
|
732
732
|
|
|
733
733
|
def space_type_set_or_cycle(
|
|
734
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
735
|
-
execution_context: typing.Union[str, int] = None,
|
|
736
|
-
undo: bool = None,
|
|
737
|
-
space_type: typing.Union[str, int] = "EMPTY",
|
|
734
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
735
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
736
|
+
undo: typing.Optional[bool] = None,
|
|
737
|
+
space_type: typing.Optional[typing.Union[str, int]] = "EMPTY",
|
|
738
738
|
):
|
|
739
739
|
"""Set the space type or cycle subtype
|
|
740
740
|
|
|
741
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
742
|
-
:type execution_context: typing.Union[str, int]
|
|
743
|
-
:type undo: bool
|
|
741
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
742
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
743
|
+
:type undo: typing.Optional[bool]
|
|
744
744
|
:param space_type: Type
|
|
745
|
-
:type space_type: typing.Union[str, int]
|
|
745
|
+
:type space_type: typing.Optional[typing.Union[str, int]]
|
|
746
746
|
"""
|
|
747
747
|
|
|
748
748
|
...
|
|
749
749
|
|
|
750
750
|
def spacedata_cleanup(
|
|
751
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
752
|
-
execution_context: typing.Union[str, int] = None,
|
|
753
|
-
undo: bool = None,
|
|
751
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
752
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
753
|
+
undo: typing.Optional[bool] = None,
|
|
754
754
|
):
|
|
755
755
|
"""Remove unused settings for invisible editors
|
|
756
756
|
|
|
757
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
758
|
-
:type execution_context: typing.Union[str, int]
|
|
759
|
-
:type undo: bool
|
|
757
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
758
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
759
|
+
:type undo: typing.Optional[bool]
|
|
760
760
|
"""
|
|
761
761
|
|
|
762
762
|
...
|
|
763
763
|
|
|
764
764
|
def userpref_show(
|
|
765
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
766
|
-
execution_context: typing.Union[str, int] = None,
|
|
767
|
-
undo: bool = None,
|
|
768
|
-
section: typing.Union[str, int] = "INTERFACE",
|
|
765
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
766
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
767
|
+
undo: typing.Optional[bool] = None,
|
|
768
|
+
section: typing.Optional[typing.Union[str, int]] = "INTERFACE",
|
|
769
769
|
):
|
|
770
770
|
"""Edit user preferences and system settings
|
|
771
771
|
|
|
772
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
773
|
-
:type execution_context: typing.Union[str, int]
|
|
774
|
-
:type undo: bool
|
|
772
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
773
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
774
|
+
:type undo: typing.Optional[bool]
|
|
775
775
|
:param section: Section to activate in the Preferences
|
|
776
|
-
:type section: typing.Union[str, int]
|
|
776
|
+
:type section: typing.Optional[typing.Union[str, int]]
|
|
777
777
|
"""
|
|
778
778
|
|
|
779
779
|
...
|
|
780
780
|
|
|
781
781
|
def workspace_cycle(
|
|
782
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
783
|
-
execution_context: typing.Union[str, int] = None,
|
|
784
|
-
undo: bool = None,
|
|
785
|
-
direction: typing.Any = "NEXT",
|
|
782
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
783
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
784
|
+
undo: typing.Optional[bool] = None,
|
|
785
|
+
direction: typing.Optional[typing.Any] = "NEXT",
|
|
786
786
|
):
|
|
787
787
|
"""Cycle through workspaces
|
|
788
788
|
|
|
789
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
790
|
-
:type execution_context: typing.Union[str, int]
|
|
791
|
-
:type undo: bool
|
|
789
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
790
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
791
|
+
:type undo: typing.Optional[bool]
|
|
792
792
|
:param direction: Direction, Direction to cycle through
|
|
793
|
-
:type direction: typing.Any
|
|
793
|
+
:type direction: typing.Optional[typing.Any]
|
|
794
794
|
"""
|
|
795
795
|
|
|
796
796
|
...
|