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