fake-bpy-module 20250628__py3-none-any.whl → 20250830__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +34 -40
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +69 -21
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +40 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +106 -52
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +54 -34
- bpy/types/__init__.pyi +55628 -39419
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +6 -6
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +17 -4
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250628.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/sound/__init__.pyi
CHANGED
|
@@ -5,7 +5,9 @@ import numpy.typing as npt
|
|
|
5
5
|
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
7
|
def bake_animation(
|
|
8
|
-
execution_context: int | str | None = None,
|
|
8
|
+
execution_context: int | str | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
10
|
+
/,
|
|
9
11
|
) -> None:
|
|
10
12
|
"""Update the audio animation cache
|
|
11
13
|
|
|
@@ -66,7 +68,7 @@ def mixdown(
|
|
|
66
68
|
bitrate: int | None = 192,
|
|
67
69
|
split_channels: bool | None = False,
|
|
68
70
|
) -> None:
|
|
69
|
-
"""Mix the
|
|
71
|
+
"""Mix the scenes audio to a sound file
|
|
70
72
|
|
|
71
73
|
:type execution_context: int | str | None
|
|
72
74
|
:type undo: bool | None
|
|
@@ -335,7 +337,7 @@ def open(
|
|
|
335
337
|
:type sort_method: str | None
|
|
336
338
|
:param cache: Cache, Cache the sound in memory
|
|
337
339
|
:type cache: bool | None
|
|
338
|
-
:param mono: Mono, Merge all the
|
|
340
|
+
:param mono: Mono, Merge all the sounds channels into one
|
|
339
341
|
:type mono: bool | None
|
|
340
342
|
"""
|
|
341
343
|
|
|
@@ -447,7 +449,11 @@ def open_mono(
|
|
|
447
449
|
:type mono: bool | None
|
|
448
450
|
"""
|
|
449
451
|
|
|
450
|
-
def pack(
|
|
452
|
+
def pack(
|
|
453
|
+
execution_context: int | str | None = None,
|
|
454
|
+
undo: bool | None = None,
|
|
455
|
+
/,
|
|
456
|
+
) -> None:
|
|
451
457
|
"""Pack the sound into the current blend file
|
|
452
458
|
|
|
453
459
|
:type execution_context: int | str | None
|
|
@@ -473,7 +479,9 @@ def unpack(
|
|
|
473
479
|
"""
|
|
474
480
|
|
|
475
481
|
def update_animation_flags(
|
|
476
|
-
execution_context: int | str | None = None,
|
|
482
|
+
execution_context: int | str | None = None,
|
|
483
|
+
undo: bool | None = None,
|
|
484
|
+
/,
|
|
477
485
|
) -> None:
|
|
478
486
|
"""Update animation flags
|
|
479
487
|
|
bpy/ops/spreadsheet/__init__.pyi
CHANGED
|
@@ -4,7 +4,9 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
6
|
def add_row_filter_rule(
|
|
7
|
-
execution_context: int | str | None = None,
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
8
10
|
) -> None:
|
|
9
11
|
"""Add a filter to remove rows from the displayed data
|
|
10
12
|
|
|
@@ -31,7 +33,9 @@ def change_spreadsheet_data_source(
|
|
|
31
33
|
"""
|
|
32
34
|
|
|
33
35
|
def fit_column(
|
|
34
|
-
execution_context: int | str | None = None,
|
|
36
|
+
execution_context: int | str | None = None,
|
|
37
|
+
undo: bool | None = None,
|
|
38
|
+
/,
|
|
35
39
|
) -> None:
|
|
36
40
|
"""Resize a spreadsheet column to the width of the data
|
|
37
41
|
|
|
@@ -55,7 +59,9 @@ def remove_row_filter_rule(
|
|
|
55
59
|
"""
|
|
56
60
|
|
|
57
61
|
def reorder_columns(
|
|
58
|
-
execution_context: int | str | None = None,
|
|
62
|
+
execution_context: int | str | None = None,
|
|
63
|
+
undo: bool | None = None,
|
|
64
|
+
/,
|
|
59
65
|
) -> None:
|
|
60
66
|
"""Change the order of columns
|
|
61
67
|
|
|
@@ -64,7 +70,9 @@ def reorder_columns(
|
|
|
64
70
|
"""
|
|
65
71
|
|
|
66
72
|
def resize_column(
|
|
67
|
-
execution_context: int | str | None = None,
|
|
73
|
+
execution_context: int | str | None = None,
|
|
74
|
+
undo: bool | None = None,
|
|
75
|
+
/,
|
|
68
76
|
) -> None:
|
|
69
77
|
"""Resize a spreadsheet column
|
|
70
78
|
|
|
@@ -73,7 +81,9 @@ def resize_column(
|
|
|
73
81
|
"""
|
|
74
82
|
|
|
75
83
|
def toggle_pin(
|
|
76
|
-
execution_context: int | str | None = None,
|
|
84
|
+
execution_context: int | str | None = None,
|
|
85
|
+
undo: bool | None = None,
|
|
86
|
+
/,
|
|
77
87
|
) -> None:
|
|
78
88
|
"""Turn on or off pinning
|
|
79
89
|
|
bpy/ops/text/__init__.pyi
CHANGED
|
@@ -4,7 +4,9 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
6
|
def autocomplete(
|
|
7
|
-
execution_context: int | str | None = None,
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
8
10
|
) -> None:
|
|
9
11
|
"""Show a list of used text in the open document
|
|
10
12
|
|
|
@@ -42,7 +44,11 @@ def convert_whitespace(
|
|
|
42
44
|
:type type: typing.Literal['SPACES','TABS'] | None
|
|
43
45
|
"""
|
|
44
46
|
|
|
45
|
-
def copy(
|
|
47
|
+
def copy(
|
|
48
|
+
execution_context: int | str | None = None,
|
|
49
|
+
undo: bool | None = None,
|
|
50
|
+
/,
|
|
51
|
+
) -> None:
|
|
46
52
|
"""Copy selected text to clipboard
|
|
47
53
|
|
|
48
54
|
:type execution_context: int | str | None
|
|
@@ -67,7 +73,11 @@ def cursor_set(
|
|
|
67
73
|
:type y: int | None
|
|
68
74
|
"""
|
|
69
75
|
|
|
70
|
-
def cut(
|
|
76
|
+
def cut(
|
|
77
|
+
execution_context: int | str | None = None,
|
|
78
|
+
undo: bool | None = None,
|
|
79
|
+
/,
|
|
80
|
+
) -> None:
|
|
71
81
|
"""Cut selected text to clipboard
|
|
72
82
|
|
|
73
83
|
:type execution_context: int | str | None
|
|
@@ -93,7 +103,9 @@ def delete(
|
|
|
93
103
|
"""
|
|
94
104
|
|
|
95
105
|
def duplicate_line(
|
|
96
|
-
execution_context: int | str | None = None,
|
|
106
|
+
execution_context: int | str | None = None,
|
|
107
|
+
undo: bool | None = None,
|
|
108
|
+
/,
|
|
97
109
|
) -> None:
|
|
98
110
|
"""Duplicate the current line
|
|
99
111
|
|
|
@@ -101,7 +113,11 @@ def duplicate_line(
|
|
|
101
113
|
:type undo: bool | None
|
|
102
114
|
"""
|
|
103
115
|
|
|
104
|
-
def find(
|
|
116
|
+
def find(
|
|
117
|
+
execution_context: int | str | None = None,
|
|
118
|
+
undo: bool | None = None,
|
|
119
|
+
/,
|
|
120
|
+
) -> None:
|
|
105
121
|
"""Find specified text
|
|
106
122
|
|
|
107
123
|
:type execution_context: int | str | None
|
|
@@ -109,7 +125,9 @@ def find(execution_context: int | str | None = None, undo: bool | None = None) -
|
|
|
109
125
|
"""
|
|
110
126
|
|
|
111
127
|
def find_set_selected(
|
|
112
|
-
execution_context: int | str | None = None,
|
|
128
|
+
execution_context: int | str | None = None,
|
|
129
|
+
undo: bool | None = None,
|
|
130
|
+
/,
|
|
113
131
|
) -> None:
|
|
114
132
|
"""Find specified text and set as selected
|
|
115
133
|
|
|
@@ -118,7 +136,9 @@ def find_set_selected(
|
|
|
118
136
|
"""
|
|
119
137
|
|
|
120
138
|
def indent(
|
|
121
|
-
execution_context: int | str | None = None,
|
|
139
|
+
execution_context: int | str | None = None,
|
|
140
|
+
undo: bool | None = None,
|
|
141
|
+
/,
|
|
122
142
|
) -> None:
|
|
123
143
|
"""Indent selected text
|
|
124
144
|
|
|
@@ -127,7 +147,9 @@ def indent(
|
|
|
127
147
|
"""
|
|
128
148
|
|
|
129
149
|
def indent_or_autocomplete(
|
|
130
|
-
execution_context: int | str | None = None,
|
|
150
|
+
execution_context: int | str | None = None,
|
|
151
|
+
undo: bool | None = None,
|
|
152
|
+
/,
|
|
131
153
|
) -> None:
|
|
132
154
|
"""Indent selected text or autocomplete
|
|
133
155
|
|
|
@@ -187,7 +209,9 @@ def jump_to_file_at_point(
|
|
|
187
209
|
"""
|
|
188
210
|
|
|
189
211
|
def line_break(
|
|
190
|
-
execution_context: int | str | None = None,
|
|
212
|
+
execution_context: int | str | None = None,
|
|
213
|
+
undo: bool | None = None,
|
|
214
|
+
/,
|
|
191
215
|
) -> None:
|
|
192
216
|
"""Insert line break at cursor position
|
|
193
217
|
|
|
@@ -196,7 +220,9 @@ def line_break(
|
|
|
196
220
|
"""
|
|
197
221
|
|
|
198
222
|
def line_number(
|
|
199
|
-
execution_context: int | str | None = None,
|
|
223
|
+
execution_context: int | str | None = None,
|
|
224
|
+
undo: bool | None = None,
|
|
225
|
+
/,
|
|
200
226
|
) -> None:
|
|
201
227
|
"""The current line number
|
|
202
228
|
|
|
@@ -205,7 +231,9 @@ def line_number(
|
|
|
205
231
|
"""
|
|
206
232
|
|
|
207
233
|
def make_internal(
|
|
208
|
-
execution_context: int | str | None = None,
|
|
234
|
+
execution_context: int | str | None = None,
|
|
235
|
+
undo: bool | None = None,
|
|
236
|
+
/,
|
|
209
237
|
) -> None:
|
|
210
238
|
"""Make active text file internal
|
|
211
239
|
|
|
@@ -286,7 +314,11 @@ def move_select(
|
|
|
286
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
|
|
287
315
|
"""
|
|
288
316
|
|
|
289
|
-
def new(
|
|
317
|
+
def new(
|
|
318
|
+
execution_context: int | str | None = None,
|
|
319
|
+
undo: bool | None = None,
|
|
320
|
+
/,
|
|
321
|
+
) -> None:
|
|
290
322
|
"""Create a new text data-block
|
|
291
323
|
|
|
292
324
|
:type execution_context: int | str | None
|
|
@@ -416,7 +448,9 @@ def open(
|
|
|
416
448
|
"""
|
|
417
449
|
|
|
418
450
|
def overwrite_toggle(
|
|
419
|
-
execution_context: int | str | None = None,
|
|
451
|
+
execution_context: int | str | None = None,
|
|
452
|
+
undo: bool | None = None,
|
|
453
|
+
/,
|
|
420
454
|
) -> None:
|
|
421
455
|
"""Toggle overwrite while typing
|
|
422
456
|
|
|
@@ -440,7 +474,9 @@ def paste(
|
|
|
440
474
|
"""
|
|
441
475
|
|
|
442
476
|
def reload(
|
|
443
|
-
execution_context: int | str | None = None,
|
|
477
|
+
execution_context: int | str | None = None,
|
|
478
|
+
undo: bool | None = None,
|
|
479
|
+
/,
|
|
444
480
|
) -> None:
|
|
445
481
|
"""Reload active text data-block from its file
|
|
446
482
|
|
|
@@ -464,7 +500,9 @@ def replace(
|
|
|
464
500
|
"""
|
|
465
501
|
|
|
466
502
|
def replace_set_selected(
|
|
467
|
-
execution_context: int | str | None = None,
|
|
503
|
+
execution_context: int | str | None = None,
|
|
504
|
+
undo: bool | None = None,
|
|
505
|
+
/,
|
|
468
506
|
) -> None:
|
|
469
507
|
"""Replace text with specified text and set as selected
|
|
470
508
|
|
|
@@ -489,7 +527,9 @@ def resolve_conflict(
|
|
|
489
527
|
"""
|
|
490
528
|
|
|
491
529
|
def run_script(
|
|
492
|
-
execution_context: int | str | None = None,
|
|
530
|
+
execution_context: int | str | None = None,
|
|
531
|
+
undo: bool | None = None,
|
|
532
|
+
/,
|
|
493
533
|
) -> None:
|
|
494
534
|
"""Run active script
|
|
495
535
|
|
|
@@ -497,7 +537,11 @@ def run_script(
|
|
|
497
537
|
:type undo: bool | None
|
|
498
538
|
"""
|
|
499
539
|
|
|
500
|
-
def save(
|
|
540
|
+
def save(
|
|
541
|
+
execution_context: int | str | None = None,
|
|
542
|
+
undo: bool | None = None,
|
|
543
|
+
/,
|
|
544
|
+
) -> None:
|
|
501
545
|
"""Save active text data-block
|
|
502
546
|
|
|
503
547
|
:type execution_context: int | str | None
|
|
@@ -628,7 +672,9 @@ def scroll_bar(
|
|
|
628
672
|
"""
|
|
629
673
|
|
|
630
674
|
def select_all(
|
|
631
|
-
execution_context: int | str | None = None,
|
|
675
|
+
execution_context: int | str | None = None,
|
|
676
|
+
undo: bool | None = None,
|
|
677
|
+
/,
|
|
632
678
|
) -> None:
|
|
633
679
|
"""Select all text
|
|
634
680
|
|
|
@@ -637,7 +683,9 @@ def select_all(
|
|
|
637
683
|
"""
|
|
638
684
|
|
|
639
685
|
def select_line(
|
|
640
|
-
execution_context: int | str | None = None,
|
|
686
|
+
execution_context: int | str | None = None,
|
|
687
|
+
undo: bool | None = None,
|
|
688
|
+
/,
|
|
641
689
|
) -> None:
|
|
642
690
|
"""Select text by line
|
|
643
691
|
|
|
@@ -646,7 +694,9 @@ def select_line(
|
|
|
646
694
|
"""
|
|
647
695
|
|
|
648
696
|
def select_word(
|
|
649
|
-
execution_context: int | str | None = None,
|
|
697
|
+
execution_context: int | str | None = None,
|
|
698
|
+
undo: bool | None = None,
|
|
699
|
+
/,
|
|
650
700
|
) -> None:
|
|
651
701
|
"""Select word under cursor
|
|
652
702
|
|
|
@@ -655,7 +705,9 @@ def select_word(
|
|
|
655
705
|
"""
|
|
656
706
|
|
|
657
707
|
def selection_set(
|
|
658
|
-
execution_context: int | str | None = None,
|
|
708
|
+
execution_context: int | str | None = None,
|
|
709
|
+
undo: bool | None = None,
|
|
710
|
+
/,
|
|
659
711
|
) -> None:
|
|
660
712
|
"""Set text selection
|
|
661
713
|
|
|
@@ -664,7 +716,9 @@ def selection_set(
|
|
|
664
716
|
"""
|
|
665
717
|
|
|
666
718
|
def start_find(
|
|
667
|
-
execution_context: int | str | None = None,
|
|
719
|
+
execution_context: int | str | None = None,
|
|
720
|
+
undo: bool | None = None,
|
|
721
|
+
/,
|
|
668
722
|
) -> None:
|
|
669
723
|
"""Start searching text
|
|
670
724
|
|
|
@@ -688,7 +742,9 @@ def to_3d_object(
|
|
|
688
742
|
"""
|
|
689
743
|
|
|
690
744
|
def unindent(
|
|
691
|
-
execution_context: int | str | None = None,
|
|
745
|
+
execution_context: int | str | None = None,
|
|
746
|
+
undo: bool | None = None,
|
|
747
|
+
/,
|
|
692
748
|
) -> None:
|
|
693
749
|
"""Unindent selected text
|
|
694
750
|
|
|
@@ -697,7 +753,9 @@ def unindent(
|
|
|
697
753
|
"""
|
|
698
754
|
|
|
699
755
|
def unlink(
|
|
700
|
-
execution_context: int | str | None = None,
|
|
756
|
+
execution_context: int | str | None = None,
|
|
757
|
+
undo: bool | None = None,
|
|
758
|
+
/,
|
|
701
759
|
) -> None:
|
|
702
760
|
"""Unlink active text data-block
|
|
703
761
|
|
|
@@ -706,7 +764,9 @@ def unlink(
|
|
|
706
764
|
"""
|
|
707
765
|
|
|
708
766
|
def update_shader(
|
|
709
|
-
execution_context: int | str | None = None,
|
|
767
|
+
execution_context: int | str | None = None,
|
|
768
|
+
undo: bool | None = None,
|
|
769
|
+
/,
|
|
710
770
|
) -> None:
|
|
711
771
|
"""Update users of this shader, such as custom cameras and script nodes, with its new sockets and options
|
|
712
772
|
|
bpy/ops/texture/__init__.pyi
CHANGED
|
@@ -3,7 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
|
-
def new(
|
|
6
|
+
def new(
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
10
|
+
) -> None:
|
|
7
11
|
"""Add a new texture
|
|
8
12
|
|
|
9
13
|
:type execution_context: int | str | None
|
|
@@ -11,7 +15,9 @@ def new(execution_context: int | str | None = None, undo: bool | None = None) ->
|
|
|
11
15
|
"""
|
|
12
16
|
|
|
13
17
|
def slot_copy(
|
|
14
|
-
execution_context: int | str | None = None,
|
|
18
|
+
execution_context: int | str | None = None,
|
|
19
|
+
undo: bool | None = None,
|
|
20
|
+
/,
|
|
15
21
|
) -> None:
|
|
16
22
|
"""Copy the material texture settings and nodes
|
|
17
23
|
|
|
@@ -35,7 +41,9 @@ def slot_move(
|
|
|
35
41
|
"""
|
|
36
42
|
|
|
37
43
|
def slot_paste(
|
|
38
|
-
execution_context: int | str | None = None,
|
|
44
|
+
execution_context: int | str | None = None,
|
|
45
|
+
undo: bool | None = None,
|
|
46
|
+
/,
|
|
39
47
|
) -> None:
|
|
40
48
|
"""Copy the texture settings and nodes
|
|
41
49
|
|
bpy/ops/transform/__init__.pyi
CHANGED
|
@@ -121,7 +121,9 @@ def create_orientation(
|
|
|
121
121
|
"""
|
|
122
122
|
|
|
123
123
|
def delete_orientation(
|
|
124
|
-
execution_context: int | str | None = None,
|
|
124
|
+
execution_context: int | str | None = None,
|
|
125
|
+
undo: bool | None = None,
|
|
126
|
+
/,
|
|
125
127
|
) -> None:
|
|
126
128
|
"""Delete transformation orientation
|
|
127
129
|
|
|
@@ -250,7 +252,9 @@ def edge_slide(
|
|
|
250
252
|
"""
|
|
251
253
|
|
|
252
254
|
def from_gizmo(
|
|
253
|
-
execution_context: int | str | None = None,
|
|
255
|
+
execution_context: int | str | None = None,
|
|
256
|
+
undo: bool | None = None,
|
|
257
|
+
/,
|
|
254
258
|
) -> None:
|
|
255
259
|
"""Transform selected items by mode type
|
|
256
260
|
|
|
@@ -804,7 +808,7 @@ def skin_resize(
|
|
|
804
808
|
release_confirm: bool | None = False,
|
|
805
809
|
use_accurate: bool | None = False,
|
|
806
810
|
) -> None:
|
|
807
|
-
"""Scale selected vertices
|
|
811
|
+
"""Scale selected vertices skin radii
|
|
808
812
|
|
|
809
813
|
:type execution_context: int | str | None
|
|
810
814
|
:type undo: bool | None
|