fake-bpy-module 20250828__py3-none-any.whl → 20260119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def actionzone(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Handle area action zones for mouse actions/gestures
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param modifier: Modifier, Modifier state
|
|
19
|
-
:type modifier: int | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def animation_cancel(
|
|
@@ -28,10 +25,7 @@ def animation_cancel(
|
|
|
28
25
|
) -> None:
|
|
29
26
|
"""Cancel animation, returning to the original frame
|
|
30
27
|
|
|
31
|
-
:type execution_context: int | str | None
|
|
32
|
-
:type undo: bool | None
|
|
33
28
|
:param restore_frame: Restore Frame, Restore the frame when animation was initialized
|
|
34
|
-
:type restore_frame: bool | None
|
|
35
29
|
"""
|
|
36
30
|
|
|
37
31
|
def animation_play(
|
|
@@ -44,12 +38,8 @@ def animation_play(
|
|
|
44
38
|
) -> None:
|
|
45
39
|
"""Play animation
|
|
46
40
|
|
|
47
|
-
:type execution_context: int | str | None
|
|
48
|
-
:type undo: bool | None
|
|
49
41
|
:param reverse: Play in Reverse, Animation is played backwards
|
|
50
|
-
:type reverse: bool | None
|
|
51
42
|
:param sync: Sync, Drop frames to maintain framerate
|
|
52
|
-
:type sync: bool | None
|
|
53
43
|
"""
|
|
54
44
|
|
|
55
45
|
def animation_step(
|
|
@@ -57,33 +47,21 @@ def animation_step(
|
|
|
57
47
|
undo: bool | None = None,
|
|
58
48
|
/,
|
|
59
49
|
) -> None:
|
|
60
|
-
"""Step through animation by position
|
|
61
|
-
|
|
62
|
-
:type execution_context: int | str | None
|
|
63
|
-
:type undo: bool | None
|
|
64
|
-
"""
|
|
50
|
+
"""Step through animation by position"""
|
|
65
51
|
|
|
66
52
|
def area_close(
|
|
67
53
|
execution_context: int | str | None = None,
|
|
68
54
|
undo: bool | None = None,
|
|
69
55
|
/,
|
|
70
56
|
) -> None:
|
|
71
|
-
"""Close selected area
|
|
72
|
-
|
|
73
|
-
:type execution_context: int | str | None
|
|
74
|
-
:type undo: bool | None
|
|
75
|
-
"""
|
|
57
|
+
"""Close selected area"""
|
|
76
58
|
|
|
77
59
|
def area_dupli(
|
|
78
60
|
execution_context: int | str | None = None,
|
|
79
61
|
undo: bool | None = None,
|
|
80
62
|
/,
|
|
81
63
|
) -> None:
|
|
82
|
-
"""Duplicate selected area into new window
|
|
83
|
-
|
|
84
|
-
:type execution_context: int | str | None
|
|
85
|
-
:type undo: bool | None
|
|
86
|
-
"""
|
|
64
|
+
"""Duplicate selected area into new window"""
|
|
87
65
|
|
|
88
66
|
def area_join(
|
|
89
67
|
execution_context: int | str | None = None,
|
|
@@ -95,12 +73,8 @@ def area_join(
|
|
|
95
73
|
) -> None:
|
|
96
74
|
"""Join selected areas into new window
|
|
97
75
|
|
|
98
|
-
:type execution_context: int | str | None
|
|
99
|
-
:type undo: bool | None
|
|
100
76
|
:param source_xy: Source location
|
|
101
|
-
:type source_xy: collections.abc.Iterable[int] | None
|
|
102
77
|
:param target_xy: Target location
|
|
103
|
-
:type target_xy: collections.abc.Iterable[int] | None
|
|
104
78
|
"""
|
|
105
79
|
|
|
106
80
|
def area_move(
|
|
@@ -111,17 +85,14 @@ def area_move(
|
|
|
111
85
|
x: int | None = 0,
|
|
112
86
|
y: int | None = 0,
|
|
113
87
|
delta: int | None = 0,
|
|
88
|
+
snap: bool | None = False,
|
|
114
89
|
) -> None:
|
|
115
90
|
"""Move selected area edges
|
|
116
91
|
|
|
117
|
-
:type execution_context: int | str | None
|
|
118
|
-
:type undo: bool | None
|
|
119
92
|
:param x: X
|
|
120
|
-
:type x: int | None
|
|
121
93
|
:param y: Y
|
|
122
|
-
:type y: int | None
|
|
123
94
|
:param delta: Delta
|
|
124
|
-
:
|
|
95
|
+
:param snap: Snapping, Enable snapping
|
|
125
96
|
"""
|
|
126
97
|
|
|
127
98
|
def area_options(
|
|
@@ -129,11 +100,7 @@ def area_options(
|
|
|
129
100
|
undo: bool | None = None,
|
|
130
101
|
/,
|
|
131
102
|
) -> None:
|
|
132
|
-
"""Operations for splitting and merging
|
|
133
|
-
|
|
134
|
-
:type execution_context: int | str | None
|
|
135
|
-
:type undo: bool | None
|
|
136
|
-
"""
|
|
103
|
+
"""Operations for splitting and merging"""
|
|
137
104
|
|
|
138
105
|
def area_split(
|
|
139
106
|
execution_context: int | str | None = None,
|
|
@@ -146,14 +113,9 @@ def area_split(
|
|
|
146
113
|
) -> None:
|
|
147
114
|
"""Split selected area into new windows
|
|
148
115
|
|
|
149
|
-
:type execution_context: int | str | None
|
|
150
|
-
:type undo: bool | None
|
|
151
116
|
:param direction: Direction
|
|
152
|
-
:type direction: typing.Literal['HORIZONTAL','VERTICAL'] | None
|
|
153
117
|
:param factor: Factor
|
|
154
|
-
:type factor: float | None
|
|
155
118
|
:param cursor: Cursor
|
|
156
|
-
:type cursor: collections.abc.Iterable[int] | None
|
|
157
119
|
"""
|
|
158
120
|
|
|
159
121
|
def area_swap(
|
|
@@ -165,10 +127,7 @@ def area_swap(
|
|
|
165
127
|
) -> None:
|
|
166
128
|
"""Swap selected areas screen positions
|
|
167
129
|
|
|
168
|
-
:type execution_context: int | str | None
|
|
169
|
-
:type undo: bool | None
|
|
170
130
|
:param cursor: Cursor
|
|
171
|
-
:type cursor: collections.abc.Iterable[int] | None
|
|
172
131
|
"""
|
|
173
132
|
|
|
174
133
|
def back_to_previous(
|
|
@@ -176,33 +135,21 @@ def back_to_previous(
|
|
|
176
135
|
undo: bool | None = None,
|
|
177
136
|
/,
|
|
178
137
|
) -> None:
|
|
179
|
-
"""Revert back to the original screen layout, before fullscreen area overlay
|
|
180
|
-
|
|
181
|
-
:type execution_context: int | str | None
|
|
182
|
-
:type undo: bool | None
|
|
183
|
-
"""
|
|
138
|
+
"""Revert back to the original screen layout, before fullscreen area overlay"""
|
|
184
139
|
|
|
185
140
|
def delete(
|
|
186
141
|
execution_context: int | str | None = None,
|
|
187
142
|
undo: bool | None = None,
|
|
188
143
|
/,
|
|
189
144
|
) -> None:
|
|
190
|
-
"""Delete active screen
|
|
191
|
-
|
|
192
|
-
:type execution_context: int | str | None
|
|
193
|
-
:type undo: bool | None
|
|
194
|
-
"""
|
|
145
|
+
"""Delete active screen"""
|
|
195
146
|
|
|
196
147
|
def drivers_editor_show(
|
|
197
148
|
execution_context: int | str | None = None,
|
|
198
149
|
undo: bool | None = None,
|
|
199
150
|
/,
|
|
200
151
|
) -> None:
|
|
201
|
-
"""Show drivers editor in a separate window
|
|
202
|
-
|
|
203
|
-
:type execution_context: int | str | None
|
|
204
|
-
:type undo: bool | None
|
|
205
|
-
"""
|
|
152
|
+
"""Show drivers editor in a separate window"""
|
|
206
153
|
|
|
207
154
|
def frame_jump(
|
|
208
155
|
execution_context: int | str | None = None,
|
|
@@ -213,10 +160,7 @@ def frame_jump(
|
|
|
213
160
|
) -> None:
|
|
214
161
|
"""Jump to first/last frame in frame range
|
|
215
162
|
|
|
216
|
-
:type execution_context: int | str | None
|
|
217
|
-
:type undo: bool | None
|
|
218
163
|
:param end: Last Frame, Jump to the last frame of the frame range
|
|
219
|
-
:type end: bool | None
|
|
220
164
|
"""
|
|
221
165
|
|
|
222
166
|
def frame_offset(
|
|
@@ -228,10 +172,7 @@ def frame_offset(
|
|
|
228
172
|
) -> None:
|
|
229
173
|
"""Move current frame forward/backward by a given number
|
|
230
174
|
|
|
231
|
-
:type execution_context: int | str | None
|
|
232
|
-
:type undo: bool | None
|
|
233
175
|
:param delta: Delta
|
|
234
|
-
:type delta: int | None
|
|
235
176
|
"""
|
|
236
177
|
|
|
237
178
|
def header_toggle_menus(
|
|
@@ -239,22 +180,14 @@ def header_toggle_menus(
|
|
|
239
180
|
undo: bool | None = None,
|
|
240
181
|
/,
|
|
241
182
|
) -> None:
|
|
242
|
-
"""Expand or collapse the header pull-down menus
|
|
243
|
-
|
|
244
|
-
:type execution_context: int | str | None
|
|
245
|
-
:type undo: bool | None
|
|
246
|
-
"""
|
|
183
|
+
"""Expand or collapse the header pull-down menus"""
|
|
247
184
|
|
|
248
185
|
def info_log_show(
|
|
249
186
|
execution_context: int | str | None = None,
|
|
250
187
|
undo: bool | None = None,
|
|
251
188
|
/,
|
|
252
189
|
) -> None:
|
|
253
|
-
"""Show info log in a separate window
|
|
254
|
-
|
|
255
|
-
:type execution_context: int | str | None
|
|
256
|
-
:type undo: bool | None
|
|
257
|
-
"""
|
|
190
|
+
"""Show info log in a separate window"""
|
|
258
191
|
|
|
259
192
|
def keyframe_jump(
|
|
260
193
|
execution_context: int | str | None = None,
|
|
@@ -265,10 +198,7 @@ def keyframe_jump(
|
|
|
265
198
|
) -> None:
|
|
266
199
|
"""Jump to previous/next keyframe
|
|
267
200
|
|
|
268
|
-
:type execution_context: int | str | None
|
|
269
|
-
:type undo: bool | None
|
|
270
201
|
:param next: Next Keyframe
|
|
271
|
-
:type next: bool | None
|
|
272
202
|
"""
|
|
273
203
|
|
|
274
204
|
def marker_jump(
|
|
@@ -280,10 +210,7 @@ def marker_jump(
|
|
|
280
210
|
) -> None:
|
|
281
211
|
"""Jump to previous/next marker
|
|
282
212
|
|
|
283
|
-
:type execution_context: int | str | None
|
|
284
|
-
:type undo: bool | None
|
|
285
213
|
:param next: Next Marker
|
|
286
|
-
:type next: bool | None
|
|
287
214
|
"""
|
|
288
215
|
|
|
289
216
|
def new(
|
|
@@ -291,77 +218,56 @@ def new(
|
|
|
291
218
|
undo: bool | None = None,
|
|
292
219
|
/,
|
|
293
220
|
) -> None:
|
|
294
|
-
"""Add a new screen
|
|
221
|
+
"""Add a new screen"""
|
|
295
222
|
|
|
296
|
-
|
|
297
|
-
:
|
|
298
|
-
|
|
223
|
+
def quadview_size(
|
|
224
|
+
execution_context: int | str | None = None,
|
|
225
|
+
undo: bool | None = None,
|
|
226
|
+
/,
|
|
227
|
+
) -> None:
|
|
228
|
+
"""Resize Quad View areas"""
|
|
299
229
|
|
|
300
230
|
def redo_last(
|
|
301
231
|
execution_context: int | str | None = None,
|
|
302
232
|
undo: bool | None = None,
|
|
303
233
|
/,
|
|
304
234
|
) -> None:
|
|
305
|
-
"""Display parameters for last action performed
|
|
306
|
-
|
|
307
|
-
:type execution_context: int | str | None
|
|
308
|
-
:type undo: bool | None
|
|
309
|
-
"""
|
|
235
|
+
"""Display parameters for last action performed"""
|
|
310
236
|
|
|
311
237
|
def region_blend(
|
|
312
238
|
execution_context: int | str | None = None,
|
|
313
239
|
undo: bool | None = None,
|
|
314
240
|
/,
|
|
315
241
|
) -> None:
|
|
316
|
-
"""Blend in and out overlapping region
|
|
317
|
-
|
|
318
|
-
:type execution_context: int | str | None
|
|
319
|
-
:type undo: bool | None
|
|
320
|
-
"""
|
|
242
|
+
"""Blend in and out overlapping region"""
|
|
321
243
|
|
|
322
244
|
def region_context_menu(
|
|
323
245
|
execution_context: int | str | None = None,
|
|
324
246
|
undo: bool | None = None,
|
|
325
247
|
/,
|
|
326
248
|
) -> None:
|
|
327
|
-
"""Display region context menu
|
|
328
|
-
|
|
329
|
-
:type execution_context: int | str | None
|
|
330
|
-
:type undo: bool | None
|
|
331
|
-
"""
|
|
249
|
+
"""Display region context menu"""
|
|
332
250
|
|
|
333
251
|
def region_flip(
|
|
334
252
|
execution_context: int | str | None = None,
|
|
335
253
|
undo: bool | None = None,
|
|
336
254
|
/,
|
|
337
255
|
) -> None:
|
|
338
|
-
"""Toggle the regions alignment (left/right or top/bottom)
|
|
339
|
-
|
|
340
|
-
:type execution_context: int | str | None
|
|
341
|
-
:type undo: bool | None
|
|
342
|
-
"""
|
|
256
|
+
"""Toggle the regions alignment (left/right or top/bottom)"""
|
|
343
257
|
|
|
344
258
|
def region_quadview(
|
|
345
259
|
execution_context: int | str | None = None,
|
|
346
260
|
undo: bool | None = None,
|
|
347
261
|
/,
|
|
348
262
|
) -> None:
|
|
349
|
-
"""Split selected area into camera, front, right, and top views
|
|
350
|
-
|
|
351
|
-
:type execution_context: int | str | None
|
|
352
|
-
:type undo: bool | None
|
|
353
|
-
"""
|
|
263
|
+
"""Split selected area into camera, front, right, and top views"""
|
|
354
264
|
|
|
355
265
|
def region_scale(
|
|
356
266
|
execution_context: int | str | None = None,
|
|
357
267
|
undo: bool | None = None,
|
|
358
268
|
/,
|
|
359
269
|
) -> None:
|
|
360
|
-
"""Scale selected area
|
|
361
|
-
|
|
362
|
-
:type execution_context: int | str | None
|
|
363
|
-
:type undo: bool | None
|
|
364
|
-
"""
|
|
270
|
+
"""Scale selected area"""
|
|
365
271
|
|
|
366
272
|
def region_toggle(
|
|
367
273
|
execution_context: int | str | None = None,
|
|
@@ -372,10 +278,7 @@ def region_toggle(
|
|
|
372
278
|
) -> None:
|
|
373
279
|
"""Hide or unhide the region
|
|
374
280
|
|
|
375
|
-
:type execution_context: int | str | None
|
|
376
|
-
:type undo: bool | None
|
|
377
281
|
:param region_type: Region Type, Type of the region to toggle
|
|
378
|
-
:type region_type: bpy.stub_internal.rna_enums.RegionTypeItems | None
|
|
379
282
|
"""
|
|
380
283
|
|
|
381
284
|
def repeat_history(
|
|
@@ -387,10 +290,7 @@ def repeat_history(
|
|
|
387
290
|
) -> None:
|
|
388
291
|
"""Display menu for previous actions performed
|
|
389
292
|
|
|
390
|
-
:type execution_context: int | str | None
|
|
391
|
-
:type undo: bool | None
|
|
392
293
|
:param index: Index
|
|
393
|
-
:type index: int | None
|
|
394
294
|
"""
|
|
395
295
|
|
|
396
296
|
def repeat_last(
|
|
@@ -398,11 +298,7 @@ def repeat_last(
|
|
|
398
298
|
undo: bool | None = None,
|
|
399
299
|
/,
|
|
400
300
|
) -> None:
|
|
401
|
-
"""Repeat last action
|
|
402
|
-
|
|
403
|
-
:type execution_context: int | str | None
|
|
404
|
-
:type undo: bool | None
|
|
405
|
-
"""
|
|
301
|
+
"""Repeat last action"""
|
|
406
302
|
|
|
407
303
|
def screen_full_area(
|
|
408
304
|
execution_context: int | str | None = None,
|
|
@@ -413,10 +309,7 @@ def screen_full_area(
|
|
|
413
309
|
) -> None:
|
|
414
310
|
"""Toggle display selected area as fullscreen/maximized
|
|
415
311
|
|
|
416
|
-
:type execution_context: int | str | None
|
|
417
|
-
:type undo: bool | None
|
|
418
312
|
:param use_hide_panels: Hide Panels, Hide all the panels (Focus Mode)
|
|
419
|
-
:type use_hide_panels: bool | None
|
|
420
313
|
"""
|
|
421
314
|
|
|
422
315
|
def screen_set(
|
|
@@ -428,10 +321,7 @@ def screen_set(
|
|
|
428
321
|
) -> None:
|
|
429
322
|
"""Cycle through available screens
|
|
430
323
|
|
|
431
|
-
:type execution_context: int | str | None
|
|
432
|
-
:type undo: bool | None
|
|
433
324
|
:param delta: Delta
|
|
434
|
-
:type delta: int | None
|
|
435
325
|
"""
|
|
436
326
|
|
|
437
327
|
def screenshot(
|
|
@@ -469,52 +359,28 @@ def screenshot(
|
|
|
469
359
|
) -> None:
|
|
470
360
|
"""Capture a picture of the whole Blender window
|
|
471
361
|
|
|
472
|
-
:type execution_context: int | str | None
|
|
473
|
-
:type undo: bool | None
|
|
474
362
|
:param filepath: File Path, Path to file
|
|
475
|
-
:type filepath: str
|
|
476
363
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
477
|
-
:type hide_props_region: bool | None
|
|
478
364
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
479
|
-
:type check_existing: bool | None
|
|
480
365
|
:param filter_blender: Filter .blend files
|
|
481
|
-
:type filter_blender: bool | None
|
|
482
366
|
:param filter_backup: Filter .blend files
|
|
483
|
-
:type filter_backup: bool | None
|
|
484
367
|
:param filter_image: Filter image files
|
|
485
|
-
:type filter_image: bool | None
|
|
486
368
|
:param filter_movie: Filter movie files
|
|
487
|
-
:type filter_movie: bool | None
|
|
488
369
|
:param filter_python: Filter Python files
|
|
489
|
-
:type filter_python: bool | None
|
|
490
370
|
:param filter_font: Filter font files
|
|
491
|
-
:type filter_font: bool | None
|
|
492
371
|
:param filter_sound: Filter sound files
|
|
493
|
-
:type filter_sound: bool | None
|
|
494
372
|
:param filter_text: Filter text files
|
|
495
|
-
:type filter_text: bool | None
|
|
496
373
|
:param filter_archive: Filter archive files
|
|
497
|
-
:type filter_archive: bool | None
|
|
498
374
|
:param filter_btx: Filter btx files
|
|
499
|
-
:type filter_btx: bool | None
|
|
500
375
|
:param filter_alembic: Filter Alembic files
|
|
501
|
-
:type filter_alembic: bool | None
|
|
502
376
|
:param filter_usd: Filter USD files
|
|
503
|
-
:type filter_usd: bool | None
|
|
504
377
|
:param filter_obj: Filter OBJ files
|
|
505
|
-
:type filter_obj: bool | None
|
|
506
378
|
:param filter_volume: Filter OpenVDB volume files
|
|
507
|
-
:type filter_volume: bool | None
|
|
508
379
|
:param filter_folder: Filter folders
|
|
509
|
-
:type filter_folder: bool | None
|
|
510
380
|
:param filter_blenlib: Filter Blender IDs
|
|
511
|
-
:type filter_blenlib: bool | None
|
|
512
381
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
513
|
-
:type filemode: int | None
|
|
514
382
|
:param show_multiview: Enable Multi-View
|
|
515
|
-
:type show_multiview: bool | None
|
|
516
383
|
:param use_multiview: Use Multi-View
|
|
517
|
-
:type use_multiview: bool | None
|
|
518
384
|
:param display_type: Display Type
|
|
519
385
|
|
|
520
386
|
DEFAULT
|
|
@@ -528,9 +394,7 @@ def screenshot(
|
|
|
528
394
|
|
|
529
395
|
THUMBNAIL
|
|
530
396
|
Thumbnails -- Display files as thumbnails.
|
|
531
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
532
397
|
:param sort_method: File sorting mode
|
|
533
|
-
:type sort_method: str | None
|
|
534
398
|
"""
|
|
535
399
|
|
|
536
400
|
def screenshot_area(
|
|
@@ -568,52 +432,28 @@ def screenshot_area(
|
|
|
568
432
|
) -> None:
|
|
569
433
|
"""Capture a picture of an editor
|
|
570
434
|
|
|
571
|
-
:type execution_context: int | str | None
|
|
572
|
-
:type undo: bool | None
|
|
573
435
|
:param filepath: File Path, Path to file
|
|
574
|
-
:type filepath: str
|
|
575
436
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
576
|
-
:type hide_props_region: bool | None
|
|
577
437
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
578
|
-
:type check_existing: bool | None
|
|
579
438
|
:param filter_blender: Filter .blend files
|
|
580
|
-
:type filter_blender: bool | None
|
|
581
439
|
:param filter_backup: Filter .blend files
|
|
582
|
-
:type filter_backup: bool | None
|
|
583
440
|
:param filter_image: Filter image files
|
|
584
|
-
:type filter_image: bool | None
|
|
585
441
|
:param filter_movie: Filter movie files
|
|
586
|
-
:type filter_movie: bool | None
|
|
587
442
|
:param filter_python: Filter Python files
|
|
588
|
-
:type filter_python: bool | None
|
|
589
443
|
:param filter_font: Filter font files
|
|
590
|
-
:type filter_font: bool | None
|
|
591
444
|
:param filter_sound: Filter sound files
|
|
592
|
-
:type filter_sound: bool | None
|
|
593
445
|
:param filter_text: Filter text files
|
|
594
|
-
:type filter_text: bool | None
|
|
595
446
|
:param filter_archive: Filter archive files
|
|
596
|
-
:type filter_archive: bool | None
|
|
597
447
|
:param filter_btx: Filter btx files
|
|
598
|
-
:type filter_btx: bool | None
|
|
599
448
|
:param filter_alembic: Filter Alembic files
|
|
600
|
-
:type filter_alembic: bool | None
|
|
601
449
|
:param filter_usd: Filter USD files
|
|
602
|
-
:type filter_usd: bool | None
|
|
603
450
|
:param filter_obj: Filter OBJ files
|
|
604
|
-
:type filter_obj: bool | None
|
|
605
451
|
:param filter_volume: Filter OpenVDB volume files
|
|
606
|
-
:type filter_volume: bool | None
|
|
607
452
|
:param filter_folder: Filter folders
|
|
608
|
-
:type filter_folder: bool | None
|
|
609
453
|
:param filter_blenlib: Filter Blender IDs
|
|
610
|
-
:type filter_blenlib: bool | None
|
|
611
454
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
612
|
-
:type filemode: int | None
|
|
613
455
|
:param show_multiview: Enable Multi-View
|
|
614
|
-
:type show_multiview: bool | None
|
|
615
456
|
:param use_multiview: Use Multi-View
|
|
616
|
-
:type use_multiview: bool | None
|
|
617
457
|
:param display_type: Display Type
|
|
618
458
|
|
|
619
459
|
DEFAULT
|
|
@@ -627,9 +467,7 @@ def screenshot_area(
|
|
|
627
467
|
|
|
628
468
|
THUMBNAIL
|
|
629
469
|
Thumbnails -- Display files as thumbnails.
|
|
630
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
631
470
|
:param sort_method: File sorting mode
|
|
632
|
-
:type sort_method: str | None
|
|
633
471
|
"""
|
|
634
472
|
|
|
635
473
|
def space_context_cycle(
|
|
@@ -641,10 +479,7 @@ def space_context_cycle(
|
|
|
641
479
|
) -> None:
|
|
642
480
|
"""Cycle through the editor context by activating the next/previous one
|
|
643
481
|
|
|
644
|
-
:type execution_context: int | str | None
|
|
645
|
-
:type undo: bool | None
|
|
646
482
|
:param direction: Direction, Direction to cycle through
|
|
647
|
-
:type direction: typing.Literal['PREV','NEXT'] | None
|
|
648
483
|
"""
|
|
649
484
|
|
|
650
485
|
def space_type_set_or_cycle(
|
|
@@ -656,10 +491,7 @@ def space_type_set_or_cycle(
|
|
|
656
491
|
) -> None:
|
|
657
492
|
"""Set the space type or cycle subtype
|
|
658
493
|
|
|
659
|
-
:type execution_context: int | str | None
|
|
660
|
-
:type undo: bool | None
|
|
661
494
|
:param space_type: Type
|
|
662
|
-
:type space_type: bpy.stub_internal.rna_enums.SpaceTypeItems | None
|
|
663
495
|
"""
|
|
664
496
|
|
|
665
497
|
def spacedata_cleanup(
|
|
@@ -667,10 +499,18 @@ def spacedata_cleanup(
|
|
|
667
499
|
undo: bool | None = None,
|
|
668
500
|
/,
|
|
669
501
|
) -> None:
|
|
670
|
-
"""Remove unused settings for invisible editors
|
|
502
|
+
"""Remove unused settings for invisible editors"""
|
|
503
|
+
|
|
504
|
+
def time_jump(
|
|
505
|
+
execution_context: int | str | None = None,
|
|
506
|
+
undo: bool | None = None,
|
|
507
|
+
/,
|
|
508
|
+
*,
|
|
509
|
+
backward: bool | None = False,
|
|
510
|
+
) -> None:
|
|
511
|
+
"""Jump forward/backward by a given number of frames or seconds
|
|
671
512
|
|
|
672
|
-
:
|
|
673
|
-
:type undo: bool | None
|
|
513
|
+
:param backward: Backwards, Jump backwards in time
|
|
674
514
|
"""
|
|
675
515
|
|
|
676
516
|
def userpref_show(
|
|
@@ -682,10 +522,7 @@ def userpref_show(
|
|
|
682
522
|
) -> None:
|
|
683
523
|
"""Edit user preferences and system settings
|
|
684
524
|
|
|
685
|
-
:type execution_context: int | str | None
|
|
686
|
-
:type undo: bool | None
|
|
687
525
|
:param section: Section to activate in the Preferences
|
|
688
|
-
:type section: bpy.stub_internal.rna_enums.PreferenceSectionItems | None
|
|
689
526
|
"""
|
|
690
527
|
|
|
691
528
|
def workspace_cycle(
|
|
@@ -697,8 +534,5 @@ def workspace_cycle(
|
|
|
697
534
|
) -> None:
|
|
698
535
|
"""Cycle through workspaces
|
|
699
536
|
|
|
700
|
-
:type execution_context: int | str | None
|
|
701
|
-
:type undo: bool | None
|
|
702
537
|
:param direction: Direction, Direction to cycle through
|
|
703
|
-
:type direction: typing.Literal['PREV','NEXT'] | None
|
|
704
538
|
"""
|
bpy/ops/script/__init__.pyi
CHANGED
|
@@ -13,12 +13,8 @@ def execute_preset(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Load a preset
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param filepath: filepath
|
|
19
|
-
:type filepath: str
|
|
20
17
|
:param menu_idname: Menu ID Name, ID name of the menu this was called from
|
|
21
|
-
:type menu_idname: str
|
|
22
18
|
"""
|
|
23
19
|
|
|
24
20
|
def python_file_run(
|
|
@@ -30,10 +26,7 @@ def python_file_run(
|
|
|
30
26
|
) -> None:
|
|
31
27
|
"""Run Python file
|
|
32
28
|
|
|
33
|
-
:type execution_context: int | str | None
|
|
34
|
-
:type undo: bool | None
|
|
35
29
|
:param filepath: Path
|
|
36
|
-
:type filepath: str
|
|
37
30
|
"""
|
|
38
31
|
|
|
39
32
|
def reload(
|
|
@@ -41,8 +34,4 @@ def reload(
|
|
|
41
34
|
undo: bool | None = None,
|
|
42
35
|
/,
|
|
43
36
|
) -> None:
|
|
44
|
-
"""Reload scripts
|
|
45
|
-
|
|
46
|
-
:type execution_context: int | str | None
|
|
47
|
-
:type undo: bool | None
|
|
48
|
-
"""
|
|
37
|
+
"""Reload scripts"""
|