fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -1,872 +1,796 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def actionzone(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
13
|
-
*,
|
|
14
|
-
modifier: typing.Optional[typing.Any] = 0,
|
|
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,
|
|
15
11
|
):
|
|
16
12
|
"""Handle area action zones for mouse actions/gestures
|
|
17
13
|
|
|
18
|
-
:type override_context: typing.
|
|
19
|
-
:type execution_context: typing.
|
|
20
|
-
:type undo:
|
|
14
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
|
+
:type undo: bool
|
|
21
17
|
:param modifier: Modifier, Modifier state
|
|
22
|
-
:type modifier: typing.
|
|
18
|
+
:type modifier: typing.Any
|
|
23
19
|
"""
|
|
24
20
|
|
|
25
21
|
...
|
|
26
22
|
|
|
27
23
|
def animation_cancel(
|
|
28
|
-
override_context: typing.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
undo: typing.Optional[bool] = None,
|
|
33
|
-
*,
|
|
34
|
-
restore_frame: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
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,
|
|
35
28
|
):
|
|
36
29
|
"""Cancel animation, returning to the original frame
|
|
37
30
|
|
|
38
|
-
:type override_context: typing.
|
|
39
|
-
:type execution_context: typing.
|
|
40
|
-
:type undo:
|
|
31
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
+
:type execution_context: typing.Union[str, int]
|
|
33
|
+
:type undo: bool
|
|
41
34
|
:param restore_frame: Restore Frame, Restore the frame when animation was initialized
|
|
42
|
-
:type restore_frame: typing.
|
|
35
|
+
:type restore_frame: typing.Union[bool, typing.Any]
|
|
43
36
|
"""
|
|
44
37
|
|
|
45
38
|
...
|
|
46
39
|
|
|
47
40
|
def animation_play(
|
|
48
|
-
override_context: typing.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
*,
|
|
54
|
-
reverse: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
55
|
-
sync: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
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,
|
|
56
46
|
):
|
|
57
47
|
"""Play animation
|
|
58
48
|
|
|
59
|
-
:type override_context: typing.
|
|
60
|
-
:type execution_context: typing.
|
|
61
|
-
:type undo:
|
|
49
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
+
:type execution_context: typing.Union[str, int]
|
|
51
|
+
:type undo: bool
|
|
62
52
|
:param reverse: Play in Reverse, Animation is played backwards
|
|
63
|
-
:type reverse: typing.
|
|
53
|
+
:type reverse: typing.Union[bool, typing.Any]
|
|
64
54
|
:param sync: Sync, Drop frames to maintain framerate
|
|
65
|
-
:type sync: typing.
|
|
55
|
+
:type sync: typing.Union[bool, typing.Any]
|
|
66
56
|
"""
|
|
67
57
|
|
|
68
58
|
...
|
|
69
59
|
|
|
70
60
|
def animation_step(
|
|
71
|
-
override_context: typing.
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
75
|
-
undo: typing.Optional[bool] = None,
|
|
61
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
62
|
+
execution_context: typing.Union[str, int] = None,
|
|
63
|
+
undo: bool = None,
|
|
76
64
|
):
|
|
77
65
|
"""Step through animation by position
|
|
78
66
|
|
|
79
|
-
:type override_context: typing.
|
|
80
|
-
:type execution_context: typing.
|
|
81
|
-
:type undo:
|
|
67
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
68
|
+
:type execution_context: typing.Union[str, int]
|
|
69
|
+
:type undo: bool
|
|
82
70
|
"""
|
|
83
71
|
|
|
84
72
|
...
|
|
85
73
|
|
|
86
74
|
def area_close(
|
|
87
|
-
override_context: typing.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
91
|
-
undo: typing.Optional[bool] = None,
|
|
75
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
76
|
+
execution_context: typing.Union[str, int] = None,
|
|
77
|
+
undo: bool = None,
|
|
92
78
|
):
|
|
93
79
|
"""Close selected area
|
|
94
80
|
|
|
95
|
-
:type override_context: typing.
|
|
96
|
-
:type execution_context: typing.
|
|
97
|
-
:type undo:
|
|
81
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
82
|
+
:type execution_context: typing.Union[str, int]
|
|
83
|
+
:type undo: bool
|
|
98
84
|
"""
|
|
99
85
|
|
|
100
86
|
...
|
|
101
87
|
|
|
102
88
|
def area_dupli(
|
|
103
|
-
override_context: typing.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
107
|
-
undo: typing.Optional[bool] = None,
|
|
89
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
90
|
+
execution_context: typing.Union[str, int] = None,
|
|
91
|
+
undo: bool = None,
|
|
108
92
|
):
|
|
109
93
|
"""Duplicate selected area into new window
|
|
110
94
|
|
|
111
|
-
:type override_context: typing.
|
|
112
|
-
:type execution_context: typing.
|
|
113
|
-
:type undo:
|
|
95
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
96
|
+
:type execution_context: typing.Union[str, int]
|
|
97
|
+
:type undo: bool
|
|
114
98
|
"""
|
|
115
99
|
|
|
116
100
|
...
|
|
117
101
|
|
|
118
102
|
def area_join(
|
|
119
|
-
override_context: typing.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
undo: typing.Optional[bool] = None,
|
|
124
|
-
*,
|
|
125
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
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),
|
|
126
107
|
):
|
|
127
108
|
"""Join selected areas into new window
|
|
128
109
|
|
|
129
|
-
:type override_context: typing.
|
|
130
|
-
:type execution_context: typing.
|
|
131
|
-
:type undo:
|
|
110
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
111
|
+
:type execution_context: typing.Union[str, int]
|
|
112
|
+
:type undo: bool
|
|
132
113
|
:param cursor: Cursor
|
|
133
|
-
:type cursor: typing.
|
|
114
|
+
:type cursor: typing.Any
|
|
134
115
|
"""
|
|
135
116
|
|
|
136
117
|
...
|
|
137
118
|
|
|
138
119
|
def area_move(
|
|
139
|
-
override_context: typing.
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
x: typing.Optional[typing.Any] = 0,
|
|
146
|
-
y: typing.Optional[typing.Any] = 0,
|
|
147
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
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,
|
|
148
126
|
):
|
|
149
127
|
"""Move selected area edges
|
|
150
128
|
|
|
151
|
-
:type override_context: typing.
|
|
152
|
-
:type execution_context: typing.
|
|
153
|
-
:type undo:
|
|
129
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
130
|
+
:type execution_context: typing.Union[str, int]
|
|
131
|
+
:type undo: bool
|
|
154
132
|
:param x: X
|
|
155
|
-
:type x: typing.
|
|
133
|
+
:type x: typing.Any
|
|
156
134
|
:param y: Y
|
|
157
|
-
:type y: typing.
|
|
135
|
+
:type y: typing.Any
|
|
158
136
|
:param delta: Delta
|
|
159
|
-
:type delta: typing.
|
|
137
|
+
:type delta: typing.Any
|
|
160
138
|
"""
|
|
161
139
|
|
|
162
140
|
...
|
|
163
141
|
|
|
164
142
|
def area_options(
|
|
165
|
-
override_context: typing.
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
169
|
-
undo: typing.Optional[bool] = None,
|
|
143
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
144
|
+
execution_context: typing.Union[str, int] = None,
|
|
145
|
+
undo: bool = None,
|
|
170
146
|
):
|
|
171
147
|
"""Operations for splitting and merging
|
|
172
148
|
|
|
173
|
-
:type override_context: typing.
|
|
174
|
-
:type execution_context: typing.
|
|
175
|
-
:type undo:
|
|
149
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
150
|
+
:type execution_context: typing.Union[str, int]
|
|
151
|
+
:type undo: bool
|
|
176
152
|
"""
|
|
177
153
|
|
|
178
154
|
...
|
|
179
155
|
|
|
180
156
|
def area_split(
|
|
181
|
-
override_context: typing.
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
direction: typing.Optional[typing.Any] = "HORIZONTAL",
|
|
188
|
-
factor: typing.Optional[typing.Any] = 0.5,
|
|
189
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
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),
|
|
190
163
|
):
|
|
191
164
|
"""Split selected area into new windows
|
|
192
165
|
|
|
193
|
-
:type override_context: typing.
|
|
194
|
-
:type execution_context: typing.
|
|
195
|
-
:type undo:
|
|
166
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
167
|
+
:type execution_context: typing.Union[str, int]
|
|
168
|
+
:type undo: bool
|
|
196
169
|
:param direction: Direction
|
|
197
|
-
:type direction: typing.
|
|
170
|
+
:type direction: typing.Any
|
|
198
171
|
:param factor: Factor
|
|
199
|
-
:type factor: typing.
|
|
172
|
+
:type factor: typing.Any
|
|
200
173
|
:param cursor: Cursor
|
|
201
|
-
:type cursor: typing.
|
|
174
|
+
:type cursor: typing.Any
|
|
202
175
|
"""
|
|
203
176
|
|
|
204
177
|
...
|
|
205
178
|
|
|
206
179
|
def area_swap(
|
|
207
|
-
override_context: typing.
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
undo: typing.Optional[bool] = None,
|
|
212
|
-
*,
|
|
213
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
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),
|
|
214
184
|
):
|
|
215
185
|
"""Swap selected areas screen positions
|
|
216
186
|
|
|
217
|
-
:type override_context: typing.
|
|
218
|
-
:type execution_context: typing.
|
|
219
|
-
:type undo:
|
|
187
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
188
|
+
:type execution_context: typing.Union[str, int]
|
|
189
|
+
:type undo: bool
|
|
220
190
|
:param cursor: Cursor
|
|
221
|
-
:type cursor: typing.
|
|
191
|
+
:type cursor: typing.Any
|
|
222
192
|
"""
|
|
223
193
|
|
|
224
194
|
...
|
|
225
195
|
|
|
226
196
|
def back_to_previous(
|
|
227
|
-
override_context: typing.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
231
|
-
undo: typing.Optional[bool] = None,
|
|
197
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
198
|
+
execution_context: typing.Union[str, int] = None,
|
|
199
|
+
undo: bool = None,
|
|
232
200
|
):
|
|
233
201
|
"""Revert back to the original screen layout, before fullscreen area overlay
|
|
234
202
|
|
|
235
|
-
:type override_context: typing.
|
|
236
|
-
:type execution_context: typing.
|
|
237
|
-
:type undo:
|
|
203
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
204
|
+
:type execution_context: typing.Union[str, int]
|
|
205
|
+
:type undo: bool
|
|
238
206
|
"""
|
|
239
207
|
|
|
240
208
|
...
|
|
241
209
|
|
|
242
210
|
def delete(
|
|
243
|
-
override_context: typing.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
247
|
-
undo: typing.Optional[bool] = None,
|
|
211
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
212
|
+
execution_context: typing.Union[str, int] = None,
|
|
213
|
+
undo: bool = None,
|
|
248
214
|
):
|
|
249
215
|
"""Delete active screen
|
|
250
216
|
|
|
251
|
-
:type override_context: typing.
|
|
252
|
-
:type execution_context: typing.
|
|
253
|
-
:type undo:
|
|
217
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
218
|
+
:type execution_context: typing.Union[str, int]
|
|
219
|
+
:type undo: bool
|
|
254
220
|
"""
|
|
255
221
|
|
|
256
222
|
...
|
|
257
223
|
|
|
258
224
|
def drivers_editor_show(
|
|
259
|
-
override_context: typing.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
263
|
-
undo: typing.Optional[bool] = None,
|
|
225
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
226
|
+
execution_context: typing.Union[str, int] = None,
|
|
227
|
+
undo: bool = None,
|
|
264
228
|
):
|
|
265
229
|
"""Show drivers editor in a separate window
|
|
266
230
|
|
|
267
|
-
:type override_context: typing.
|
|
268
|
-
:type execution_context: typing.
|
|
269
|
-
:type undo:
|
|
231
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
232
|
+
:type execution_context: typing.Union[str, int]
|
|
233
|
+
:type undo: bool
|
|
270
234
|
"""
|
|
271
235
|
|
|
272
236
|
...
|
|
273
237
|
|
|
274
238
|
def frame_jump(
|
|
275
|
-
override_context: typing.
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
undo: typing.Optional[bool] = None,
|
|
280
|
-
*,
|
|
281
|
-
end: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
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,
|
|
282
243
|
):
|
|
283
244
|
"""Jump to first/last frame in frame range
|
|
284
245
|
|
|
285
|
-
:type override_context: typing.
|
|
286
|
-
:type execution_context: typing.
|
|
287
|
-
:type undo:
|
|
246
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
247
|
+
:type execution_context: typing.Union[str, int]
|
|
248
|
+
:type undo: bool
|
|
288
249
|
:param end: Last Frame, Jump to the last frame of the frame range
|
|
289
|
-
:type end: typing.
|
|
250
|
+
:type end: typing.Union[bool, typing.Any]
|
|
290
251
|
"""
|
|
291
252
|
|
|
292
253
|
...
|
|
293
254
|
|
|
294
255
|
def frame_offset(
|
|
295
|
-
override_context: typing.
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
undo: typing.Optional[bool] = None,
|
|
300
|
-
*,
|
|
301
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
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,
|
|
302
260
|
):
|
|
303
261
|
"""Move current frame forward/backward by a given number
|
|
304
262
|
|
|
305
|
-
:type override_context: typing.
|
|
306
|
-
:type execution_context: typing.
|
|
307
|
-
:type undo:
|
|
263
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
264
|
+
:type execution_context: typing.Union[str, int]
|
|
265
|
+
:type undo: bool
|
|
308
266
|
:param delta: Delta
|
|
309
|
-
:type delta: typing.
|
|
267
|
+
:type delta: typing.Any
|
|
310
268
|
"""
|
|
311
269
|
|
|
312
270
|
...
|
|
313
271
|
|
|
314
272
|
def header_toggle_menus(
|
|
315
|
-
override_context: typing.
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
319
|
-
undo: typing.Optional[bool] = None,
|
|
273
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
274
|
+
execution_context: typing.Union[str, int] = None,
|
|
275
|
+
undo: bool = None,
|
|
320
276
|
):
|
|
321
277
|
"""Expand or collapse the header pulldown menus
|
|
322
278
|
|
|
323
|
-
:type override_context: typing.
|
|
324
|
-
:type execution_context: typing.
|
|
325
|
-
:type undo:
|
|
279
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
280
|
+
:type execution_context: typing.Union[str, int]
|
|
281
|
+
:type undo: bool
|
|
326
282
|
"""
|
|
327
283
|
|
|
328
284
|
...
|
|
329
285
|
|
|
330
286
|
def info_log_show(
|
|
331
|
-
override_context: typing.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
335
|
-
undo: typing.Optional[bool] = None,
|
|
287
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
288
|
+
execution_context: typing.Union[str, int] = None,
|
|
289
|
+
undo: bool = None,
|
|
336
290
|
):
|
|
337
291
|
"""Show info log in a separate window
|
|
338
292
|
|
|
339
|
-
:type override_context: typing.
|
|
340
|
-
:type execution_context: typing.
|
|
341
|
-
:type undo:
|
|
293
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
294
|
+
:type execution_context: typing.Union[str, int]
|
|
295
|
+
:type undo: bool
|
|
342
296
|
"""
|
|
343
297
|
|
|
344
298
|
...
|
|
345
299
|
|
|
346
300
|
def keyframe_jump(
|
|
347
|
-
override_context: typing.
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
undo: typing.Optional[bool] = None,
|
|
352
|
-
*,
|
|
353
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
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,
|
|
354
305
|
):
|
|
355
306
|
"""Jump to previous/next keyframe
|
|
356
307
|
|
|
357
|
-
:type override_context: typing.
|
|
358
|
-
:type execution_context: typing.
|
|
359
|
-
:type undo:
|
|
308
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
309
|
+
:type execution_context: typing.Union[str, int]
|
|
310
|
+
:type undo: bool
|
|
360
311
|
:param next: Next Keyframe
|
|
361
|
-
:type next: typing.
|
|
312
|
+
:type next: typing.Union[bool, typing.Any]
|
|
362
313
|
"""
|
|
363
314
|
|
|
364
315
|
...
|
|
365
316
|
|
|
366
317
|
def marker_jump(
|
|
367
|
-
override_context: typing.
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
undo: typing.Optional[bool] = None,
|
|
372
|
-
*,
|
|
373
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
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,
|
|
374
322
|
):
|
|
375
323
|
"""Jump to previous/next marker
|
|
376
324
|
|
|
377
|
-
:type override_context: typing.
|
|
378
|
-
:type execution_context: typing.
|
|
379
|
-
:type undo:
|
|
325
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
326
|
+
:type execution_context: typing.Union[str, int]
|
|
327
|
+
:type undo: bool
|
|
380
328
|
:param next: Next Marker
|
|
381
|
-
:type next: typing.
|
|
329
|
+
:type next: typing.Union[bool, typing.Any]
|
|
382
330
|
"""
|
|
383
331
|
|
|
384
332
|
...
|
|
385
333
|
|
|
386
334
|
def new(
|
|
387
|
-
override_context: typing.
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
391
|
-
undo: typing.Optional[bool] = None,
|
|
335
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
336
|
+
execution_context: typing.Union[str, int] = None,
|
|
337
|
+
undo: bool = None,
|
|
392
338
|
):
|
|
393
339
|
"""Add a new screen
|
|
394
340
|
|
|
395
|
-
:type override_context: typing.
|
|
396
|
-
:type execution_context: typing.
|
|
397
|
-
:type undo:
|
|
341
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
342
|
+
:type execution_context: typing.Union[str, int]
|
|
343
|
+
:type undo: bool
|
|
398
344
|
"""
|
|
399
345
|
|
|
400
346
|
...
|
|
401
347
|
|
|
402
348
|
def redo_last(
|
|
403
|
-
override_context: typing.
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
407
|
-
undo: typing.Optional[bool] = None,
|
|
349
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
350
|
+
execution_context: typing.Union[str, int] = None,
|
|
351
|
+
undo: bool = None,
|
|
408
352
|
):
|
|
409
353
|
"""Display parameters for last action performed
|
|
410
354
|
|
|
411
|
-
:type override_context: typing.
|
|
412
|
-
:type execution_context: typing.
|
|
413
|
-
:type undo:
|
|
355
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
+
:type execution_context: typing.Union[str, int]
|
|
357
|
+
:type undo: bool
|
|
414
358
|
"""
|
|
415
359
|
|
|
416
360
|
...
|
|
417
361
|
|
|
418
362
|
def region_blend(
|
|
419
|
-
override_context: typing.
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
423
|
-
undo: typing.Optional[bool] = None,
|
|
363
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
364
|
+
execution_context: typing.Union[str, int] = None,
|
|
365
|
+
undo: bool = None,
|
|
424
366
|
):
|
|
425
367
|
"""Blend in and out overlapping region
|
|
426
368
|
|
|
427
|
-
:type override_context: typing.
|
|
428
|
-
:type execution_context: typing.
|
|
429
|
-
:type undo:
|
|
369
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
370
|
+
:type execution_context: typing.Union[str, int]
|
|
371
|
+
:type undo: bool
|
|
430
372
|
"""
|
|
431
373
|
|
|
432
374
|
...
|
|
433
375
|
|
|
434
376
|
def region_context_menu(
|
|
435
|
-
override_context: typing.
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
439
|
-
undo: typing.Optional[bool] = None,
|
|
377
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
378
|
+
execution_context: typing.Union[str, int] = None,
|
|
379
|
+
undo: bool = None,
|
|
440
380
|
):
|
|
441
381
|
"""Display region context menu
|
|
442
382
|
|
|
443
|
-
:type override_context: typing.
|
|
444
|
-
:type execution_context: typing.
|
|
445
|
-
:type undo:
|
|
383
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
384
|
+
:type execution_context: typing.Union[str, int]
|
|
385
|
+
:type undo: bool
|
|
446
386
|
"""
|
|
447
387
|
|
|
448
388
|
...
|
|
449
389
|
|
|
450
390
|
def region_flip(
|
|
451
|
-
override_context: typing.
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
455
|
-
undo: typing.Optional[bool] = None,
|
|
391
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
392
|
+
execution_context: typing.Union[str, int] = None,
|
|
393
|
+
undo: bool = None,
|
|
456
394
|
):
|
|
457
395
|
"""Toggle the region's alignment (left/right or top/bottom)
|
|
458
396
|
|
|
459
|
-
:type override_context: typing.
|
|
460
|
-
:type execution_context: typing.
|
|
461
|
-
:type undo:
|
|
397
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
398
|
+
:type execution_context: typing.Union[str, int]
|
|
399
|
+
:type undo: bool
|
|
462
400
|
"""
|
|
463
401
|
|
|
464
402
|
...
|
|
465
403
|
|
|
466
404
|
def region_quadview(
|
|
467
|
-
override_context: typing.
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
471
|
-
undo: typing.Optional[bool] = None,
|
|
405
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
406
|
+
execution_context: typing.Union[str, int] = None,
|
|
407
|
+
undo: bool = None,
|
|
472
408
|
):
|
|
473
409
|
"""Split selected area into camera, front, right, and top views
|
|
474
410
|
|
|
475
|
-
:type override_context: typing.
|
|
476
|
-
:type execution_context: typing.
|
|
477
|
-
:type undo:
|
|
411
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
412
|
+
:type execution_context: typing.Union[str, int]
|
|
413
|
+
:type undo: bool
|
|
478
414
|
"""
|
|
479
415
|
|
|
480
416
|
...
|
|
481
417
|
|
|
482
418
|
def region_scale(
|
|
483
|
-
override_context: typing.
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
487
|
-
undo: typing.Optional[bool] = None,
|
|
419
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
420
|
+
execution_context: typing.Union[str, int] = None,
|
|
421
|
+
undo: bool = None,
|
|
488
422
|
):
|
|
489
423
|
"""Scale selected area
|
|
490
424
|
|
|
491
|
-
:type override_context: typing.
|
|
492
|
-
:type execution_context: typing.
|
|
493
|
-
:type undo:
|
|
425
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
426
|
+
:type execution_context: typing.Union[str, int]
|
|
427
|
+
:type undo: bool
|
|
494
428
|
"""
|
|
495
429
|
|
|
496
430
|
...
|
|
497
431
|
|
|
498
432
|
def region_toggle(
|
|
499
|
-
override_context: typing.
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
undo: typing.Optional[bool] = None,
|
|
504
|
-
*,
|
|
505
|
-
region_type: typing.Optional[typing.Union[str, int]] = "WINDOW",
|
|
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.Any = "WINDOW",
|
|
506
437
|
):
|
|
507
438
|
"""Hide or unhide the region
|
|
508
439
|
|
|
509
|
-
:type override_context: typing.
|
|
510
|
-
:type execution_context: typing.
|
|
511
|
-
:type undo:
|
|
440
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
441
|
+
:type execution_context: typing.Union[str, int]
|
|
442
|
+
:type undo: bool
|
|
512
443
|
:param region_type: Region Type, Type of the region to toggle
|
|
513
|
-
:type region_type: typing.
|
|
444
|
+
:type region_type: typing.Any
|
|
514
445
|
"""
|
|
515
446
|
|
|
516
447
|
...
|
|
517
448
|
|
|
518
449
|
def repeat_history(
|
|
519
|
-
override_context: typing.
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
undo: typing.Optional[bool] = None,
|
|
524
|
-
*,
|
|
525
|
-
index: typing.Optional[typing.Any] = 0,
|
|
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,
|
|
526
454
|
):
|
|
527
455
|
"""Display menu for previous actions performed
|
|
528
456
|
|
|
529
|
-
:type override_context: typing.
|
|
530
|
-
:type execution_context: typing.
|
|
531
|
-
:type undo:
|
|
457
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
458
|
+
:type execution_context: typing.Union[str, int]
|
|
459
|
+
:type undo: bool
|
|
532
460
|
:param index: Index
|
|
533
|
-
:type index: typing.
|
|
461
|
+
:type index: typing.Any
|
|
534
462
|
"""
|
|
535
463
|
|
|
536
464
|
...
|
|
537
465
|
|
|
538
466
|
def repeat_last(
|
|
539
|
-
override_context: typing.
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
543
|
-
undo: typing.Optional[bool] = None,
|
|
467
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
468
|
+
execution_context: typing.Union[str, int] = None,
|
|
469
|
+
undo: bool = None,
|
|
544
470
|
):
|
|
545
471
|
"""Repeat last action
|
|
546
472
|
|
|
547
|
-
:type override_context: typing.
|
|
548
|
-
:type execution_context: typing.
|
|
549
|
-
:type undo:
|
|
473
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
474
|
+
:type execution_context: typing.Union[str, int]
|
|
475
|
+
:type undo: bool
|
|
550
476
|
"""
|
|
551
477
|
|
|
552
478
|
...
|
|
553
479
|
|
|
554
480
|
def screen_full_area(
|
|
555
|
-
override_context: typing.
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
undo: typing.Optional[bool] = None,
|
|
560
|
-
*,
|
|
561
|
-
use_hide_panels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
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,
|
|
562
485
|
):
|
|
563
486
|
"""Toggle display selected area as fullscreen/maximized
|
|
564
487
|
|
|
565
|
-
:type override_context: typing.
|
|
566
|
-
:type execution_context: typing.
|
|
567
|
-
:type undo:
|
|
488
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
489
|
+
:type execution_context: typing.Union[str, int]
|
|
490
|
+
:type undo: bool
|
|
568
491
|
:param use_hide_panels: Hide Panels, Hide all the panels
|
|
569
|
-
:type use_hide_panels: typing.
|
|
492
|
+
:type use_hide_panels: typing.Union[bool, typing.Any]
|
|
570
493
|
"""
|
|
571
494
|
|
|
572
495
|
...
|
|
573
496
|
|
|
574
497
|
def screen_set(
|
|
575
|
-
override_context: typing.
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
undo: typing.Optional[bool] = None,
|
|
580
|
-
*,
|
|
581
|
-
delta: typing.Optional[typing.Any] = 1,
|
|
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,
|
|
582
502
|
):
|
|
583
503
|
"""Cycle through available screens
|
|
584
504
|
|
|
585
|
-
:type override_context: typing.
|
|
586
|
-
:type execution_context: typing.
|
|
587
|
-
:type undo:
|
|
505
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
506
|
+
:type execution_context: typing.Union[str, int]
|
|
507
|
+
:type undo: bool
|
|
588
508
|
:param delta: Delta
|
|
589
|
-
:type delta: typing.
|
|
509
|
+
:type delta: typing.Any
|
|
590
510
|
"""
|
|
591
511
|
|
|
592
512
|
...
|
|
593
513
|
|
|
594
514
|
def screenshot(
|
|
595
|
-
override_context: typing.
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
599
|
-
undo: typing.Optional[bool] = None,
|
|
600
|
-
*,
|
|
515
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
516
|
+
execution_context: typing.Union[str, int] = None,
|
|
517
|
+
undo: bool = None,
|
|
601
518
|
filepath: typing.Union[str, typing.Any] = "",
|
|
602
|
-
hide_props_region: typing.
|
|
603
|
-
check_existing: typing.
|
|
604
|
-
filter_blender: typing.
|
|
605
|
-
filter_backup: typing.
|
|
606
|
-
filter_image: typing.
|
|
607
|
-
filter_movie: typing.
|
|
608
|
-
filter_python: typing.
|
|
609
|
-
filter_font: typing.
|
|
610
|
-
filter_sound: typing.
|
|
611
|
-
filter_text: typing.
|
|
612
|
-
filter_archive: typing.
|
|
613
|
-
filter_btx: typing.
|
|
614
|
-
filter_collada: typing.
|
|
615
|
-
filter_alembic: typing.
|
|
616
|
-
filter_usd: typing.
|
|
617
|
-
filter_obj: typing.
|
|
618
|
-
filter_volume: typing.
|
|
619
|
-
filter_folder: typing.
|
|
620
|
-
filter_blenlib: typing.
|
|
621
|
-
filemode: typing.
|
|
622
|
-
show_multiview: typing.
|
|
623
|
-
use_multiview: typing.
|
|
624
|
-
display_type: typing.
|
|
625
|
-
sort_method: typing.
|
|
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] = "",
|
|
626
543
|
):
|
|
627
544
|
"""Capture a picture of the whole Blender window
|
|
628
545
|
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
546
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
547
|
+
:type execution_context: typing.Union[str, int]
|
|
548
|
+
:type undo: bool
|
|
549
|
+
:param filepath: File Path, Path to file
|
|
550
|
+
:type filepath: typing.Union[str, typing.Any]
|
|
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]
|
|
553
|
+
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
554
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
555
|
+
:param filter_blender: Filter .blend files
|
|
556
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
557
|
+
:param filter_backup: Filter .blend files
|
|
558
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
559
|
+
:param filter_image: Filter image files
|
|
560
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
561
|
+
:param filter_movie: Filter movie files
|
|
562
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
563
|
+
:param filter_python: Filter Python files
|
|
564
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
565
|
+
:param filter_font: Filter font files
|
|
566
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
567
|
+
:param filter_sound: Filter sound files
|
|
568
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
569
|
+
:param filter_text: Filter text files
|
|
570
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
571
|
+
:param filter_archive: Filter archive files
|
|
572
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
573
|
+
:param filter_btx: Filter btx files
|
|
574
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
575
|
+
:param filter_collada: Filter COLLADA files
|
|
576
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
577
|
+
:param filter_alembic: Filter Alembic files
|
|
578
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
579
|
+
:param filter_usd: Filter USD files
|
|
580
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
581
|
+
:param filter_obj: Filter OBJ files
|
|
582
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
583
|
+
:param filter_volume: Filter OpenVDB volume files
|
|
584
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
585
|
+
:param filter_folder: Filter folders
|
|
586
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
587
|
+
:param filter_blenlib: Filter Blender IDs
|
|
588
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
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
|
|
591
|
+
:param show_multiview: Enable Multi-View
|
|
592
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
593
|
+
:param use_multiview: Use Multi-View
|
|
594
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
595
|
+
:param display_type: Display Type
|
|
596
|
+
|
|
597
|
+
DEFAULT
|
|
598
|
+
Default -- Automatically determine display type for files.
|
|
599
|
+
|
|
600
|
+
LIST_VERTICAL
|
|
601
|
+
Short List -- Display files as short list.
|
|
602
|
+
|
|
603
|
+
LIST_HORIZONTAL
|
|
604
|
+
Long List -- Display files as a detailed list.
|
|
605
|
+
|
|
606
|
+
THUMBNAIL
|
|
607
|
+
Thumbnails -- Display files as thumbnails.
|
|
608
|
+
:type display_type: typing.Any
|
|
609
|
+
:param sort_method: File sorting mode
|
|
610
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
682
611
|
"""
|
|
683
612
|
|
|
684
613
|
...
|
|
685
614
|
|
|
686
615
|
def screenshot_area(
|
|
687
|
-
override_context: typing.
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
691
|
-
undo: typing.Optional[bool] = None,
|
|
692
|
-
*,
|
|
616
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
617
|
+
execution_context: typing.Union[str, int] = None,
|
|
618
|
+
undo: bool = None,
|
|
693
619
|
filepath: typing.Union[str, typing.Any] = "",
|
|
694
|
-
hide_props_region: typing.
|
|
695
|
-
check_existing: typing.
|
|
696
|
-
filter_blender: typing.
|
|
697
|
-
filter_backup: typing.
|
|
698
|
-
filter_image: typing.
|
|
699
|
-
filter_movie: typing.
|
|
700
|
-
filter_python: typing.
|
|
701
|
-
filter_font: typing.
|
|
702
|
-
filter_sound: typing.
|
|
703
|
-
filter_text: typing.
|
|
704
|
-
filter_archive: typing.
|
|
705
|
-
filter_btx: typing.
|
|
706
|
-
filter_collada: typing.
|
|
707
|
-
filter_alembic: typing.
|
|
708
|
-
filter_usd: typing.
|
|
709
|
-
filter_obj: typing.
|
|
710
|
-
filter_volume: typing.
|
|
711
|
-
filter_folder: typing.
|
|
712
|
-
filter_blenlib: typing.
|
|
713
|
-
filemode: typing.
|
|
714
|
-
show_multiview: typing.
|
|
715
|
-
use_multiview: typing.
|
|
716
|
-
display_type: typing.
|
|
717
|
-
sort_method: typing.
|
|
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] = "",
|
|
718
644
|
):
|
|
719
645
|
"""Capture a picture of an editor
|
|
720
646
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
647
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
648
|
+
:type execution_context: typing.Union[str, int]
|
|
649
|
+
:type undo: bool
|
|
650
|
+
:param filepath: File Path, Path to file
|
|
651
|
+
:type filepath: typing.Union[str, typing.Any]
|
|
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]
|
|
654
|
+
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
655
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
656
|
+
:param filter_blender: Filter .blend files
|
|
657
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
658
|
+
:param filter_backup: Filter .blend files
|
|
659
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
660
|
+
:param filter_image: Filter image files
|
|
661
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
662
|
+
:param filter_movie: Filter movie files
|
|
663
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
664
|
+
:param filter_python: Filter Python files
|
|
665
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
666
|
+
:param filter_font: Filter font files
|
|
667
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
668
|
+
:param filter_sound: Filter sound files
|
|
669
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
670
|
+
:param filter_text: Filter text files
|
|
671
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
672
|
+
:param filter_archive: Filter archive files
|
|
673
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
674
|
+
:param filter_btx: Filter btx files
|
|
675
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
676
|
+
:param filter_collada: Filter COLLADA files
|
|
677
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
678
|
+
:param filter_alembic: Filter Alembic files
|
|
679
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
680
|
+
:param filter_usd: Filter USD files
|
|
681
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
682
|
+
:param filter_obj: Filter OBJ files
|
|
683
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
684
|
+
:param filter_volume: Filter OpenVDB volume files
|
|
685
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
686
|
+
:param filter_folder: Filter folders
|
|
687
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
688
|
+
:param filter_blenlib: Filter Blender IDs
|
|
689
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
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
|
|
692
|
+
:param show_multiview: Enable Multi-View
|
|
693
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
694
|
+
:param use_multiview: Use Multi-View
|
|
695
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
696
|
+
:param display_type: Display Type
|
|
697
|
+
|
|
698
|
+
DEFAULT
|
|
699
|
+
Default -- Automatically determine display type for files.
|
|
700
|
+
|
|
701
|
+
LIST_VERTICAL
|
|
702
|
+
Short List -- Display files as short list.
|
|
703
|
+
|
|
704
|
+
LIST_HORIZONTAL
|
|
705
|
+
Long List -- Display files as a detailed list.
|
|
706
|
+
|
|
707
|
+
THUMBNAIL
|
|
708
|
+
Thumbnails -- Display files as thumbnails.
|
|
709
|
+
:type display_type: typing.Any
|
|
710
|
+
:param sort_method: File sorting mode
|
|
711
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
774
712
|
"""
|
|
775
713
|
|
|
776
714
|
...
|
|
777
715
|
|
|
778
716
|
def space_context_cycle(
|
|
779
|
-
override_context: typing.
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
undo: typing.Optional[bool] = None,
|
|
784
|
-
*,
|
|
785
|
-
direction: typing.Optional[typing.Any] = "NEXT",
|
|
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",
|
|
786
721
|
):
|
|
787
722
|
"""Cycle through the editor context by activating the next/previous one
|
|
788
723
|
|
|
789
|
-
:type override_context: typing.
|
|
790
|
-
:type execution_context: typing.
|
|
791
|
-
:type undo:
|
|
724
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
725
|
+
:type execution_context: typing.Union[str, int]
|
|
726
|
+
:type undo: bool
|
|
792
727
|
:param direction: Direction, Direction to cycle through
|
|
793
|
-
:type direction: typing.
|
|
728
|
+
:type direction: typing.Any
|
|
794
729
|
"""
|
|
795
730
|
|
|
796
731
|
...
|
|
797
732
|
|
|
798
733
|
def space_type_set_or_cycle(
|
|
799
|
-
override_context: typing.
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
undo: typing.Optional[bool] = None,
|
|
804
|
-
*,
|
|
805
|
-
space_type: typing.Optional[typing.Union[str, int]] = "EMPTY",
|
|
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.Any = "EMPTY",
|
|
806
738
|
):
|
|
807
739
|
"""Set the space type or cycle subtype
|
|
808
740
|
|
|
809
|
-
:type override_context: typing.
|
|
810
|
-
:type execution_context: typing.
|
|
811
|
-
:type undo:
|
|
741
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
742
|
+
:type execution_context: typing.Union[str, int]
|
|
743
|
+
:type undo: bool
|
|
812
744
|
:param space_type: Type
|
|
813
|
-
:type space_type: typing.
|
|
745
|
+
:type space_type: typing.Any
|
|
814
746
|
"""
|
|
815
747
|
|
|
816
748
|
...
|
|
817
749
|
|
|
818
750
|
def spacedata_cleanup(
|
|
819
|
-
override_context: typing.
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
823
|
-
undo: typing.Optional[bool] = None,
|
|
751
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
752
|
+
execution_context: typing.Union[str, int] = None,
|
|
753
|
+
undo: bool = None,
|
|
824
754
|
):
|
|
825
755
|
"""Remove unused settings for invisible editors
|
|
826
756
|
|
|
827
|
-
:type override_context: typing.
|
|
828
|
-
:type execution_context: typing.
|
|
829
|
-
:type undo:
|
|
757
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
758
|
+
:type execution_context: typing.Union[str, int]
|
|
759
|
+
:type undo: bool
|
|
830
760
|
"""
|
|
831
761
|
|
|
832
762
|
...
|
|
833
763
|
|
|
834
764
|
def userpref_show(
|
|
835
|
-
override_context: typing.
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
undo: typing.Optional[bool] = None,
|
|
840
|
-
*,
|
|
841
|
-
section: typing.Optional[typing.Union[str, int]] = "INTERFACE",
|
|
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.Any = "INTERFACE",
|
|
842
769
|
):
|
|
843
770
|
"""Edit user preferences and system settings
|
|
844
771
|
|
|
845
|
-
:type override_context: typing.
|
|
846
|
-
:type execution_context: typing.
|
|
847
|
-
:type undo:
|
|
772
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
773
|
+
:type execution_context: typing.Union[str, int]
|
|
774
|
+
:type undo: bool
|
|
848
775
|
:param section: Section to activate in the Preferences
|
|
849
|
-
:type section: typing.
|
|
776
|
+
:type section: typing.Any
|
|
850
777
|
"""
|
|
851
778
|
|
|
852
779
|
...
|
|
853
780
|
|
|
854
781
|
def workspace_cycle(
|
|
855
|
-
override_context: typing.
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
undo: typing.Optional[bool] = None,
|
|
860
|
-
*,
|
|
861
|
-
direction: typing.Optional[typing.Any] = "NEXT",
|
|
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",
|
|
862
786
|
):
|
|
863
787
|
"""Cycle through workspaces
|
|
864
788
|
|
|
865
|
-
:type override_context: typing.
|
|
866
|
-
:type execution_context: typing.
|
|
867
|
-
:type undo:
|
|
789
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
790
|
+
:type execution_context: typing.Union[str, int]
|
|
791
|
+
:type undo: bool
|
|
868
792
|
:param direction: Direction, Direction to cycle through
|
|
869
|
-
:type direction: typing.
|
|
793
|
+
:type direction: typing.Any
|
|
870
794
|
"""
|
|
871
795
|
|
|
872
796
|
...
|