fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
bpy/ops/text/__init__.pyi
CHANGED
|
@@ -8,11 +8,7 @@ def autocomplete(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Show a list of used text in the open document
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Show a list of used text in the open document"""
|
|
16
12
|
|
|
17
13
|
def comment_toggle(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
@@ -23,10 +19,7 @@ def comment_toggle(
|
|
|
23
19
|
) -> None:
|
|
24
20
|
"""Undocumented, consider contributing.
|
|
25
21
|
|
|
26
|
-
:type execution_context: int | str | None
|
|
27
|
-
:type undo: bool | None
|
|
28
22
|
:param type: Type, Add or remove comments
|
|
29
|
-
:type type: typing.Literal['TOGGLE','COMMENT','UNCOMMENT'] | None
|
|
30
23
|
"""
|
|
31
24
|
|
|
32
25
|
def convert_whitespace(
|
|
@@ -38,10 +31,7 @@ def convert_whitespace(
|
|
|
38
31
|
) -> None:
|
|
39
32
|
"""Convert whitespaces by type
|
|
40
33
|
|
|
41
|
-
:type execution_context: int | str | None
|
|
42
|
-
:type undo: bool | None
|
|
43
34
|
:param type: Type, Type of whitespace to convert to
|
|
44
|
-
:type type: typing.Literal['SPACES','TABS'] | None
|
|
45
35
|
"""
|
|
46
36
|
|
|
47
37
|
def copy(
|
|
@@ -49,11 +39,7 @@ def copy(
|
|
|
49
39
|
undo: bool | None = None,
|
|
50
40
|
/,
|
|
51
41
|
) -> None:
|
|
52
|
-
"""Copy selected text to clipboard
|
|
53
|
-
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
|
-
"""
|
|
42
|
+
"""Copy selected text to clipboard"""
|
|
57
43
|
|
|
58
44
|
def cursor_set(
|
|
59
45
|
execution_context: int | str | None = None,
|
|
@@ -65,12 +51,8 @@ def cursor_set(
|
|
|
65
51
|
) -> None:
|
|
66
52
|
"""Set cursor position
|
|
67
53
|
|
|
68
|
-
:type execution_context: int | str | None
|
|
69
|
-
:type undo: bool | None
|
|
70
54
|
:param x: X
|
|
71
|
-
:type x: int | None
|
|
72
55
|
:param y: Y
|
|
73
|
-
:type y: int | None
|
|
74
56
|
"""
|
|
75
57
|
|
|
76
58
|
def cut(
|
|
@@ -78,11 +60,7 @@ def cut(
|
|
|
78
60
|
undo: bool | None = None,
|
|
79
61
|
/,
|
|
80
62
|
) -> None:
|
|
81
|
-
"""Cut selected text to clipboard
|
|
82
|
-
|
|
83
|
-
:type execution_context: int | str | None
|
|
84
|
-
:type undo: bool | None
|
|
85
|
-
"""
|
|
63
|
+
"""Cut selected text to clipboard"""
|
|
86
64
|
|
|
87
65
|
def delete(
|
|
88
66
|
execution_context: int | str | None = None,
|
|
@@ -96,10 +74,7 @@ def delete(
|
|
|
96
74
|
) -> None:
|
|
97
75
|
"""Delete text by cursor position
|
|
98
76
|
|
|
99
|
-
:type execution_context: int | str | None
|
|
100
|
-
:type undo: bool | None
|
|
101
77
|
:param type: Type, Which part of the text to delete
|
|
102
|
-
:type type: typing.Literal['NEXT_CHARACTER','PREVIOUS_CHARACTER','NEXT_WORD','PREVIOUS_WORD'] | None
|
|
103
78
|
"""
|
|
104
79
|
|
|
105
80
|
def duplicate_line(
|
|
@@ -107,55 +82,35 @@ def duplicate_line(
|
|
|
107
82
|
undo: bool | None = None,
|
|
108
83
|
/,
|
|
109
84
|
) -> None:
|
|
110
|
-
"""Duplicate the current line
|
|
111
|
-
|
|
112
|
-
:type execution_context: int | str | None
|
|
113
|
-
:type undo: bool | None
|
|
114
|
-
"""
|
|
85
|
+
"""Duplicate the current line"""
|
|
115
86
|
|
|
116
87
|
def find(
|
|
117
88
|
execution_context: int | str | None = None,
|
|
118
89
|
undo: bool | None = None,
|
|
119
90
|
/,
|
|
120
91
|
) -> None:
|
|
121
|
-
"""Find specified text
|
|
122
|
-
|
|
123
|
-
:type execution_context: int | str | None
|
|
124
|
-
:type undo: bool | None
|
|
125
|
-
"""
|
|
92
|
+
"""Find specified text"""
|
|
126
93
|
|
|
127
94
|
def find_set_selected(
|
|
128
95
|
execution_context: int | str | None = None,
|
|
129
96
|
undo: bool | None = None,
|
|
130
97
|
/,
|
|
131
98
|
) -> None:
|
|
132
|
-
"""Find specified text and set as selected
|
|
133
|
-
|
|
134
|
-
:type execution_context: int | str | None
|
|
135
|
-
:type undo: bool | None
|
|
136
|
-
"""
|
|
99
|
+
"""Find specified text and set as selected"""
|
|
137
100
|
|
|
138
101
|
def indent(
|
|
139
102
|
execution_context: int | str | None = None,
|
|
140
103
|
undo: bool | None = None,
|
|
141
104
|
/,
|
|
142
105
|
) -> None:
|
|
143
|
-
"""Indent selected text
|
|
144
|
-
|
|
145
|
-
:type execution_context: int | str | None
|
|
146
|
-
:type undo: bool | None
|
|
147
|
-
"""
|
|
106
|
+
"""Indent selected text"""
|
|
148
107
|
|
|
149
108
|
def indent_or_autocomplete(
|
|
150
109
|
execution_context: int | str | None = None,
|
|
151
110
|
undo: bool | None = None,
|
|
152
111
|
/,
|
|
153
112
|
) -> None:
|
|
154
|
-
"""Indent selected text or autocomplete
|
|
155
|
-
|
|
156
|
-
:type execution_context: int | str | None
|
|
157
|
-
:type undo: bool | None
|
|
158
|
-
"""
|
|
113
|
+
"""Indent selected text or autocomplete"""
|
|
159
114
|
|
|
160
115
|
def insert(
|
|
161
116
|
execution_context: int | str | None = None,
|
|
@@ -166,10 +121,7 @@ def insert(
|
|
|
166
121
|
) -> None:
|
|
167
122
|
"""Insert text at cursor position
|
|
168
123
|
|
|
169
|
-
:type execution_context: int | str | None
|
|
170
|
-
:type undo: bool | None
|
|
171
124
|
:param text: Text, Text to insert at the cursor position
|
|
172
|
-
:type text: str
|
|
173
125
|
"""
|
|
174
126
|
|
|
175
127
|
def jump(
|
|
@@ -181,10 +133,7 @@ def jump(
|
|
|
181
133
|
) -> None:
|
|
182
134
|
"""Jump cursor to line
|
|
183
135
|
|
|
184
|
-
:type execution_context: int | str | None
|
|
185
|
-
:type undo: bool | None
|
|
186
136
|
:param line: Line, Line number to jump to
|
|
187
|
-
:type line: int | None
|
|
188
137
|
"""
|
|
189
138
|
|
|
190
139
|
def jump_to_file_at_point(
|
|
@@ -198,14 +147,9 @@ def jump_to_file_at_point(
|
|
|
198
147
|
) -> None:
|
|
199
148
|
"""Jump to a file for the text editor
|
|
200
149
|
|
|
201
|
-
:type execution_context: int | str | None
|
|
202
|
-
:type undo: bool | None
|
|
203
150
|
:param filepath: Filepath
|
|
204
|
-
:type filepath: str
|
|
205
151
|
:param line: Line, Line to jump to
|
|
206
|
-
:type line: int | None
|
|
207
152
|
:param column: Column, Column to jump to
|
|
208
|
-
:type column: int | None
|
|
209
153
|
"""
|
|
210
154
|
|
|
211
155
|
def line_break(
|
|
@@ -213,33 +157,21 @@ def line_break(
|
|
|
213
157
|
undo: bool | None = None,
|
|
214
158
|
/,
|
|
215
159
|
) -> None:
|
|
216
|
-
"""Insert line break at cursor position
|
|
217
|
-
|
|
218
|
-
:type execution_context: int | str | None
|
|
219
|
-
:type undo: bool | None
|
|
220
|
-
"""
|
|
160
|
+
"""Insert line break at cursor position"""
|
|
221
161
|
|
|
222
162
|
def line_number(
|
|
223
163
|
execution_context: int | str | None = None,
|
|
224
164
|
undo: bool | None = None,
|
|
225
165
|
/,
|
|
226
166
|
) -> None:
|
|
227
|
-
"""The current line number
|
|
228
|
-
|
|
229
|
-
:type execution_context: int | str | None
|
|
230
|
-
:type undo: bool | None
|
|
231
|
-
"""
|
|
167
|
+
"""The current line number"""
|
|
232
168
|
|
|
233
169
|
def make_internal(
|
|
234
170
|
execution_context: int | str | None = None,
|
|
235
171
|
undo: bool | None = None,
|
|
236
172
|
/,
|
|
237
173
|
) -> None:
|
|
238
|
-
"""Make active text file internal
|
|
239
|
-
|
|
240
|
-
:type execution_context: int | str | None
|
|
241
|
-
:type undo: bool | None
|
|
242
|
-
"""
|
|
174
|
+
"""Make active text file internal"""
|
|
243
175
|
|
|
244
176
|
def move(
|
|
245
177
|
execution_context: int | str | None = None,
|
|
@@ -264,10 +196,7 @@ def move(
|
|
|
264
196
|
) -> None:
|
|
265
197
|
"""Move cursor to position type
|
|
266
198
|
|
|
267
|
-
:type execution_context: int | str | None
|
|
268
|
-
:type undo: bool | None
|
|
269
199
|
:param type: Type, Where to move cursor to
|
|
270
|
-
:type type: typing.Literal['LINE_BEGIN','LINE_END','FILE_TOP','FILE_BOTTOM','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE','PREVIOUS_PAGE','NEXT_PAGE'] | None
|
|
271
200
|
"""
|
|
272
201
|
|
|
273
202
|
def move_lines(
|
|
@@ -279,10 +208,7 @@ def move_lines(
|
|
|
279
208
|
) -> None:
|
|
280
209
|
"""Move the currently selected line(s) up/down
|
|
281
210
|
|
|
282
|
-
:type execution_context: int | str | None
|
|
283
|
-
:type undo: bool | None
|
|
284
211
|
:param direction: Direction
|
|
285
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
286
212
|
"""
|
|
287
213
|
|
|
288
214
|
def move_select(
|
|
@@ -308,10 +234,7 @@ def move_select(
|
|
|
308
234
|
) -> None:
|
|
309
235
|
"""Move the cursor while selecting
|
|
310
236
|
|
|
311
|
-
:type execution_context: int | str | None
|
|
312
|
-
:type undo: bool | None
|
|
313
237
|
:param type: Type, Where to move cursor to, to make a selection
|
|
314
|
-
:type type: typing.Literal['LINE_BEGIN','LINE_END','FILE_TOP','FILE_BOTTOM','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE','PREVIOUS_PAGE','NEXT_PAGE'] | None
|
|
315
238
|
"""
|
|
316
239
|
|
|
317
240
|
def new(
|
|
@@ -319,11 +242,7 @@ def new(
|
|
|
319
242
|
undo: bool | None = None,
|
|
320
243
|
/,
|
|
321
244
|
) -> None:
|
|
322
|
-
"""Create a new text data-block
|
|
323
|
-
|
|
324
|
-
:type execution_context: int | str | None
|
|
325
|
-
:type undo: bool | None
|
|
326
|
-
"""
|
|
245
|
+
"""Create a new text data-block"""
|
|
327
246
|
|
|
328
247
|
def open(
|
|
329
248
|
execution_context: int | str | None = None,
|
|
@@ -350,6 +269,7 @@ def open(
|
|
|
350
269
|
filter_folder: bool | None = True,
|
|
351
270
|
filter_blenlib: bool | None = False,
|
|
352
271
|
filemode: int | None = 9,
|
|
272
|
+
relative_path: bool | None = True,
|
|
353
273
|
display_type: typing.Literal[
|
|
354
274
|
"DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
|
|
355
275
|
]
|
|
@@ -367,48 +287,27 @@ def open(
|
|
|
367
287
|
) -> None:
|
|
368
288
|
"""Open a new text data-block
|
|
369
289
|
|
|
370
|
-
:type execution_context: int | str | None
|
|
371
|
-
:type undo: bool | None
|
|
372
290
|
:param filepath: File Path, Path to file
|
|
373
|
-
:type filepath: str
|
|
374
291
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
375
|
-
:type hide_props_region: bool | None
|
|
376
292
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
377
|
-
:type check_existing: bool | None
|
|
378
293
|
:param filter_blender: Filter .blend files
|
|
379
|
-
:type filter_blender: bool | None
|
|
380
294
|
:param filter_backup: Filter .blend files
|
|
381
|
-
:type filter_backup: bool | None
|
|
382
295
|
:param filter_image: Filter image files
|
|
383
|
-
:type filter_image: bool | None
|
|
384
296
|
:param filter_movie: Filter movie files
|
|
385
|
-
:type filter_movie: bool | None
|
|
386
297
|
:param filter_python: Filter Python files
|
|
387
|
-
:type filter_python: bool | None
|
|
388
298
|
:param filter_font: Filter font files
|
|
389
|
-
:type filter_font: bool | None
|
|
390
299
|
:param filter_sound: Filter sound files
|
|
391
|
-
:type filter_sound: bool | None
|
|
392
300
|
:param filter_text: Filter text files
|
|
393
|
-
:type filter_text: bool | None
|
|
394
301
|
:param filter_archive: Filter archive files
|
|
395
|
-
:type filter_archive: bool | None
|
|
396
302
|
:param filter_btx: Filter btx files
|
|
397
|
-
:type filter_btx: bool | None
|
|
398
303
|
:param filter_alembic: Filter Alembic files
|
|
399
|
-
:type filter_alembic: bool | None
|
|
400
304
|
:param filter_usd: Filter USD files
|
|
401
|
-
:type filter_usd: bool | None
|
|
402
305
|
:param filter_obj: Filter OBJ files
|
|
403
|
-
:type filter_obj: bool | None
|
|
404
306
|
:param filter_volume: Filter OpenVDB volume files
|
|
405
|
-
:type filter_volume: bool | None
|
|
406
307
|
:param filter_folder: Filter folders
|
|
407
|
-
:type filter_folder: bool | None
|
|
408
308
|
:param filter_blenlib: Filter Blender IDs
|
|
409
|
-
:type filter_blenlib: bool | None
|
|
410
309
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
411
|
-
:
|
|
310
|
+
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
412
311
|
:param display_type: Display Type
|
|
413
312
|
|
|
414
313
|
DEFAULT
|
|
@@ -422,7 +321,6 @@ def open(
|
|
|
422
321
|
|
|
423
322
|
THUMBNAIL
|
|
424
323
|
Thumbnails -- Display files as thumbnails.
|
|
425
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
426
324
|
:param sort_method: File sorting mode
|
|
427
325
|
|
|
428
326
|
DEFAULT
|
|
@@ -442,9 +340,7 @@ def open(
|
|
|
442
340
|
|
|
443
341
|
ASSET_CATALOG
|
|
444
342
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
445
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
446
343
|
:param internal: Make Internal, Make text file internal after loading
|
|
447
|
-
:type internal: bool | None
|
|
448
344
|
"""
|
|
449
345
|
|
|
450
346
|
def overwrite_toggle(
|
|
@@ -452,11 +348,7 @@ def overwrite_toggle(
|
|
|
452
348
|
undo: bool | None = None,
|
|
453
349
|
/,
|
|
454
350
|
) -> None:
|
|
455
|
-
"""Toggle overwrite while typing
|
|
456
|
-
|
|
457
|
-
:type execution_context: int | str | None
|
|
458
|
-
:type undo: bool | None
|
|
459
|
-
"""
|
|
351
|
+
"""Toggle overwrite while typing"""
|
|
460
352
|
|
|
461
353
|
def paste(
|
|
462
354
|
execution_context: int | str | None = None,
|
|
@@ -467,10 +359,7 @@ def paste(
|
|
|
467
359
|
) -> None:
|
|
468
360
|
"""Paste text from clipboard
|
|
469
361
|
|
|
470
|
-
:type execution_context: int | str | None
|
|
471
|
-
:type undo: bool | None
|
|
472
362
|
:param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
|
|
473
|
-
:type selection: bool | None
|
|
474
363
|
"""
|
|
475
364
|
|
|
476
365
|
def reload(
|
|
@@ -478,11 +367,7 @@ def reload(
|
|
|
478
367
|
undo: bool | None = None,
|
|
479
368
|
/,
|
|
480
369
|
) -> None:
|
|
481
|
-
"""Reload active text data-block from its file
|
|
482
|
-
|
|
483
|
-
:type execution_context: int | str | None
|
|
484
|
-
:type undo: bool | None
|
|
485
|
-
"""
|
|
370
|
+
"""Reload active text data-block from its file"""
|
|
486
371
|
|
|
487
372
|
def replace(
|
|
488
373
|
execution_context: int | str | None = None,
|
|
@@ -493,10 +378,7 @@ def replace(
|
|
|
493
378
|
) -> None:
|
|
494
379
|
"""Replace text with the specified text
|
|
495
380
|
|
|
496
|
-
:type execution_context: int | str | None
|
|
497
|
-
:type undo: bool | None
|
|
498
381
|
:param all: Replace All, Replace all occurrences
|
|
499
|
-
:type all: bool | None
|
|
500
382
|
"""
|
|
501
383
|
|
|
502
384
|
def replace_set_selected(
|
|
@@ -504,11 +386,7 @@ def replace_set_selected(
|
|
|
504
386
|
undo: bool | None = None,
|
|
505
387
|
/,
|
|
506
388
|
) -> None:
|
|
507
|
-
"""Replace text with specified text and set as selected
|
|
508
|
-
|
|
509
|
-
:type execution_context: int | str | None
|
|
510
|
-
:type undo: bool | None
|
|
511
|
-
"""
|
|
389
|
+
"""Replace text with specified text and set as selected"""
|
|
512
390
|
|
|
513
391
|
def resolve_conflict(
|
|
514
392
|
execution_context: int | str | None = None,
|
|
@@ -520,10 +398,7 @@ def resolve_conflict(
|
|
|
520
398
|
) -> None:
|
|
521
399
|
"""When external text is out of sync, resolve the conflict
|
|
522
400
|
|
|
523
|
-
:type execution_context: int | str | None
|
|
524
|
-
:type undo: bool | None
|
|
525
401
|
:param resolution: Resolution, How to solve conflict due to differences in internal and external text
|
|
526
|
-
:type resolution: typing.Literal['IGNORE','RELOAD','SAVE','MAKE_INTERNAL'] | None
|
|
527
402
|
"""
|
|
528
403
|
|
|
529
404
|
def run_script(
|
|
@@ -531,22 +406,14 @@ def run_script(
|
|
|
531
406
|
undo: bool | None = None,
|
|
532
407
|
/,
|
|
533
408
|
) -> None:
|
|
534
|
-
"""Run active script
|
|
535
|
-
|
|
536
|
-
:type execution_context: int | str | None
|
|
537
|
-
:type undo: bool | None
|
|
538
|
-
"""
|
|
409
|
+
"""Run active script"""
|
|
539
410
|
|
|
540
411
|
def save(
|
|
541
412
|
execution_context: int | str | None = None,
|
|
542
413
|
undo: bool | None = None,
|
|
543
414
|
/,
|
|
544
415
|
) -> None:
|
|
545
|
-
"""Save active text data-block
|
|
546
|
-
|
|
547
|
-
:type execution_context: int | str | None
|
|
548
|
-
:type undo: bool | None
|
|
549
|
-
"""
|
|
416
|
+
"""Save active text data-block"""
|
|
550
417
|
|
|
551
418
|
def save_as(
|
|
552
419
|
execution_context: int | str | None = None,
|
|
@@ -581,48 +448,26 @@ def save_as(
|
|
|
581
448
|
) -> None:
|
|
582
449
|
"""Save active text file with options
|
|
583
450
|
|
|
584
|
-
:type execution_context: int | str | None
|
|
585
|
-
:type undo: bool | None
|
|
586
451
|
:param filepath: File Path, Path to file
|
|
587
|
-
:type filepath: str
|
|
588
452
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
589
|
-
:type hide_props_region: bool | None
|
|
590
453
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
591
|
-
:type check_existing: bool | None
|
|
592
454
|
:param filter_blender: Filter .blend files
|
|
593
|
-
:type filter_blender: bool | None
|
|
594
455
|
:param filter_backup: Filter .blend files
|
|
595
|
-
:type filter_backup: bool | None
|
|
596
456
|
:param filter_image: Filter image files
|
|
597
|
-
:type filter_image: bool | None
|
|
598
457
|
:param filter_movie: Filter movie files
|
|
599
|
-
:type filter_movie: bool | None
|
|
600
458
|
:param filter_python: Filter Python files
|
|
601
|
-
:type filter_python: bool | None
|
|
602
459
|
:param filter_font: Filter font files
|
|
603
|
-
:type filter_font: bool | None
|
|
604
460
|
:param filter_sound: Filter sound files
|
|
605
|
-
:type filter_sound: bool | None
|
|
606
461
|
:param filter_text: Filter text files
|
|
607
|
-
:type filter_text: bool | None
|
|
608
462
|
:param filter_archive: Filter archive files
|
|
609
|
-
:type filter_archive: bool | None
|
|
610
463
|
:param filter_btx: Filter btx files
|
|
611
|
-
:type filter_btx: bool | None
|
|
612
464
|
:param filter_alembic: Filter Alembic files
|
|
613
|
-
:type filter_alembic: bool | None
|
|
614
465
|
:param filter_usd: Filter USD files
|
|
615
|
-
:type filter_usd: bool | None
|
|
616
466
|
:param filter_obj: Filter OBJ files
|
|
617
|
-
:type filter_obj: bool | None
|
|
618
467
|
:param filter_volume: Filter OpenVDB volume files
|
|
619
|
-
:type filter_volume: bool | None
|
|
620
468
|
:param filter_folder: Filter folders
|
|
621
|
-
:type filter_folder: bool | None
|
|
622
469
|
:param filter_blenlib: Filter Blender IDs
|
|
623
|
-
:type filter_blenlib: bool | None
|
|
624
470
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
625
|
-
:type filemode: int | None
|
|
626
471
|
:param display_type: Display Type
|
|
627
472
|
|
|
628
473
|
DEFAULT
|
|
@@ -636,9 +481,7 @@ def save_as(
|
|
|
636
481
|
|
|
637
482
|
THUMBNAIL
|
|
638
483
|
Thumbnails -- Display files as thumbnails.
|
|
639
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
640
484
|
:param sort_method: File sorting mode
|
|
641
|
-
:type sort_method: str | None
|
|
642
485
|
"""
|
|
643
486
|
|
|
644
487
|
def scroll(
|
|
@@ -650,10 +493,7 @@ def scroll(
|
|
|
650
493
|
) -> None:
|
|
651
494
|
"""Undocumented, consider contributing.
|
|
652
495
|
|
|
653
|
-
:type execution_context: int | str | None
|
|
654
|
-
:type undo: bool | None
|
|
655
496
|
:param lines: Lines, Number of lines to scroll
|
|
656
|
-
:type lines: int | None
|
|
657
497
|
"""
|
|
658
498
|
|
|
659
499
|
def scroll_bar(
|
|
@@ -665,10 +505,7 @@ def scroll_bar(
|
|
|
665
505
|
) -> None:
|
|
666
506
|
"""Undocumented, consider contributing.
|
|
667
507
|
|
|
668
|
-
:type execution_context: int | str | None
|
|
669
|
-
:type undo: bool | None
|
|
670
508
|
:param lines: Lines, Number of lines to scroll
|
|
671
|
-
:type lines: int | None
|
|
672
509
|
"""
|
|
673
510
|
|
|
674
511
|
def select_all(
|
|
@@ -676,55 +513,35 @@ def select_all(
|
|
|
676
513
|
undo: bool | None = None,
|
|
677
514
|
/,
|
|
678
515
|
) -> None:
|
|
679
|
-
"""Select all text
|
|
680
|
-
|
|
681
|
-
:type execution_context: int | str | None
|
|
682
|
-
:type undo: bool | None
|
|
683
|
-
"""
|
|
516
|
+
"""Select all text"""
|
|
684
517
|
|
|
685
518
|
def select_line(
|
|
686
519
|
execution_context: int | str | None = None,
|
|
687
520
|
undo: bool | None = None,
|
|
688
521
|
/,
|
|
689
522
|
) -> None:
|
|
690
|
-
"""Select text by line
|
|
691
|
-
|
|
692
|
-
:type execution_context: int | str | None
|
|
693
|
-
:type undo: bool | None
|
|
694
|
-
"""
|
|
523
|
+
"""Select text by line"""
|
|
695
524
|
|
|
696
525
|
def select_word(
|
|
697
526
|
execution_context: int | str | None = None,
|
|
698
527
|
undo: bool | None = None,
|
|
699
528
|
/,
|
|
700
529
|
) -> None:
|
|
701
|
-
"""Select word under cursor
|
|
702
|
-
|
|
703
|
-
:type execution_context: int | str | None
|
|
704
|
-
:type undo: bool | None
|
|
705
|
-
"""
|
|
530
|
+
"""Select word under cursor"""
|
|
706
531
|
|
|
707
532
|
def selection_set(
|
|
708
533
|
execution_context: int | str | None = None,
|
|
709
534
|
undo: bool | None = None,
|
|
710
535
|
/,
|
|
711
536
|
) -> None:
|
|
712
|
-
"""Set text selection
|
|
713
|
-
|
|
714
|
-
:type execution_context: int | str | None
|
|
715
|
-
:type undo: bool | None
|
|
716
|
-
"""
|
|
537
|
+
"""Set text selection"""
|
|
717
538
|
|
|
718
539
|
def start_find(
|
|
719
540
|
execution_context: int | str | None = None,
|
|
720
541
|
undo: bool | None = None,
|
|
721
542
|
/,
|
|
722
543
|
) -> None:
|
|
723
|
-
"""Start searching text
|
|
724
|
-
|
|
725
|
-
:type execution_context: int | str | None
|
|
726
|
-
:type undo: bool | None
|
|
727
|
-
"""
|
|
544
|
+
"""Start searching text"""
|
|
728
545
|
|
|
729
546
|
def to_3d_object(
|
|
730
547
|
execution_context: int | str | None = None,
|
|
@@ -735,10 +552,7 @@ def to_3d_object(
|
|
|
735
552
|
) -> None:
|
|
736
553
|
"""Create 3D text object from active text data-block
|
|
737
554
|
|
|
738
|
-
:type execution_context: int | str | None
|
|
739
|
-
:type undo: bool | None
|
|
740
555
|
:param split_lines: Split Lines, Create one object per line in the text
|
|
741
|
-
:type split_lines: bool | None
|
|
742
556
|
"""
|
|
743
557
|
|
|
744
558
|
def unindent(
|
|
@@ -746,30 +560,18 @@ def unindent(
|
|
|
746
560
|
undo: bool | None = None,
|
|
747
561
|
/,
|
|
748
562
|
) -> None:
|
|
749
|
-
"""Unindent selected text
|
|
750
|
-
|
|
751
|
-
:type execution_context: int | str | None
|
|
752
|
-
:type undo: bool | None
|
|
753
|
-
"""
|
|
563
|
+
"""Unindent selected text"""
|
|
754
564
|
|
|
755
565
|
def unlink(
|
|
756
566
|
execution_context: int | str | None = None,
|
|
757
567
|
undo: bool | None = None,
|
|
758
568
|
/,
|
|
759
569
|
) -> None:
|
|
760
|
-
"""Unlink active text data-block
|
|
761
|
-
|
|
762
|
-
:type execution_context: int | str | None
|
|
763
|
-
:type undo: bool | None
|
|
764
|
-
"""
|
|
570
|
+
"""Unlink active text data-block"""
|
|
765
571
|
|
|
766
572
|
def update_shader(
|
|
767
573
|
execution_context: int | str | None = None,
|
|
768
574
|
undo: bool | None = None,
|
|
769
575
|
/,
|
|
770
576
|
) -> None:
|
|
771
|
-
"""Update users of this shader, such as custom cameras and script nodes, with its new sockets and options
|
|
772
|
-
|
|
773
|
-
:type execution_context: int | str | None
|
|
774
|
-
:type undo: bool | None
|
|
775
|
-
"""
|
|
577
|
+
"""Update users of this shader, such as custom cameras and script nodes, with its new sockets and options"""
|
bpy/ops/text_editor/__init__.pyi
CHANGED
|
@@ -14,12 +14,7 @@ def preset_add(
|
|
|
14
14
|
) -> None:
|
|
15
15
|
"""Add or remove a Text Editor Preset
|
|
16
16
|
|
|
17
|
-
:type execution_context: int | str | None
|
|
18
|
-
:type undo: bool | None
|
|
19
17
|
:param name: Name, Name of the preset, used to make the path name
|
|
20
|
-
:type name: str
|
|
21
18
|
:param remove_name: remove_name
|
|
22
|
-
:type remove_name: bool | None
|
|
23
19
|
:param remove_active: remove_active
|
|
24
|
-
:type remove_active: bool | None
|
|
25
20
|
"""
|
bpy/ops/texture/__init__.pyi
CHANGED
|
@@ -8,22 +8,14 @@ def new(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Add a new texture
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Add a new texture"""
|
|
16
12
|
|
|
17
13
|
def slot_copy(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Copy the material texture settings and nodes
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Copy the material texture settings and nodes"""
|
|
27
19
|
|
|
28
20
|
def slot_move(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
@@ -34,10 +26,7 @@ def slot_move(
|
|
|
34
26
|
) -> None:
|
|
35
27
|
"""Move texture slots up and down
|
|
36
28
|
|
|
37
|
-
:type execution_context: int | str | None
|
|
38
|
-
:type undo: bool | None
|
|
39
29
|
:param type: Type
|
|
40
|
-
:type type: typing.Literal['UP','DOWN'] | None
|
|
41
30
|
"""
|
|
42
31
|
|
|
43
32
|
def slot_paste(
|
|
@@ -45,8 +34,4 @@ def slot_paste(
|
|
|
45
34
|
undo: bool | None = None,
|
|
46
35
|
/,
|
|
47
36
|
) -> None:
|
|
48
|
-
"""Copy the texture settings and nodes
|
|
49
|
-
|
|
50
|
-
:type execution_context: int | str | None
|
|
51
|
-
:type undo: bool | None
|
|
52
|
-
"""
|
|
37
|
+
"""Copy the texture settings and nodes"""
|