fake-bpy-module 20240811__py3-none-any.whl → 20240813__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +76 -64
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
bpy/ops/cloth/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def preset_add(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -17,7 +17,7 @@ def preset_add(
|
|
|
17
17
|
):
|
|
18
18
|
"""Add or remove a Cloth Preset
|
|
19
19
|
|
|
20
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
21
21
|
:type execution_context: int | str | None
|
|
22
22
|
:type undo: bool | None
|
|
23
23
|
:param name: Name, Name of the preset, used to make the path name
|
bpy/ops/collection/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def create(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -15,7 +15,7 @@ def create(
|
|
|
15
15
|
):
|
|
16
16
|
"""Create an object collection from selected objects
|
|
17
17
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param name: Name, Name of the new collection
|
|
@@ -25,13 +25,13 @@ def create(
|
|
|
25
25
|
...
|
|
26
26
|
|
|
27
27
|
def export_all(
|
|
28
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
28
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
29
29
|
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
):
|
|
32
32
|
"""Invoke all configured exporters on this collection
|
|
33
33
|
|
|
34
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
34
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
35
35
|
:type execution_context: int | str | None
|
|
36
36
|
:type undo: bool | None
|
|
37
37
|
"""
|
|
@@ -39,7 +39,7 @@ def export_all(
|
|
|
39
39
|
...
|
|
40
40
|
|
|
41
41
|
def exporter_add(
|
|
42
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
42
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
43
43
|
execution_context: int | str | None = None,
|
|
44
44
|
undo: bool | None = None,
|
|
45
45
|
*,
|
|
@@ -47,7 +47,7 @@ def exporter_add(
|
|
|
47
47
|
):
|
|
48
48
|
"""Add Exporter
|
|
49
49
|
|
|
50
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
50
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
51
51
|
:type execution_context: int | str | None
|
|
52
52
|
:type undo: bool | None
|
|
53
53
|
:param name: Name, FileHandler idname
|
|
@@ -57,7 +57,7 @@ def exporter_add(
|
|
|
57
57
|
...
|
|
58
58
|
|
|
59
59
|
def exporter_export(
|
|
60
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
60
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
61
61
|
execution_context: int | str | None = None,
|
|
62
62
|
undo: bool | None = None,
|
|
63
63
|
*,
|
|
@@ -65,7 +65,7 @@ def exporter_export(
|
|
|
65
65
|
):
|
|
66
66
|
"""Invoke the export operation
|
|
67
67
|
|
|
68
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
68
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
69
69
|
:type execution_context: int | str | None
|
|
70
70
|
:type undo: bool | None
|
|
71
71
|
:param index: Index, Exporter index
|
|
@@ -75,7 +75,7 @@ def exporter_export(
|
|
|
75
75
|
...
|
|
76
76
|
|
|
77
77
|
def exporter_remove(
|
|
78
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
78
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
79
79
|
execution_context: int | str | None = None,
|
|
80
80
|
undo: bool | None = None,
|
|
81
81
|
*,
|
|
@@ -83,7 +83,7 @@ def exporter_remove(
|
|
|
83
83
|
):
|
|
84
84
|
"""Remove Exporter
|
|
85
85
|
|
|
86
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
86
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
87
87
|
:type execution_context: int | str | None
|
|
88
88
|
:type undo: bool | None
|
|
89
89
|
:param index: Index, Exporter index
|
|
@@ -93,7 +93,7 @@ def exporter_remove(
|
|
|
93
93
|
...
|
|
94
94
|
|
|
95
95
|
def objects_add_active(
|
|
96
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
96
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
97
97
|
execution_context: int | str | None = None,
|
|
98
98
|
undo: bool | None = None,
|
|
99
99
|
*,
|
|
@@ -101,7 +101,7 @@ def objects_add_active(
|
|
|
101
101
|
):
|
|
102
102
|
"""Add the object to an object collection that contains the active object
|
|
103
103
|
|
|
104
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
104
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
105
105
|
:type execution_context: int | str | None
|
|
106
106
|
:type undo: bool | None
|
|
107
107
|
:param collection: Collection, The collection to add other selected objects to
|
|
@@ -111,7 +111,7 @@ def objects_add_active(
|
|
|
111
111
|
...
|
|
112
112
|
|
|
113
113
|
def objects_remove(
|
|
114
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
114
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
115
115
|
execution_context: int | str | None = None,
|
|
116
116
|
undo: bool | None = None,
|
|
117
117
|
*,
|
|
@@ -119,7 +119,7 @@ def objects_remove(
|
|
|
119
119
|
):
|
|
120
120
|
"""Remove selected objects from a collection
|
|
121
121
|
|
|
122
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
122
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
123
123
|
:type execution_context: int | str | None
|
|
124
124
|
:type undo: bool | None
|
|
125
125
|
:param collection: Collection, The collection to remove this object from
|
|
@@ -129,7 +129,7 @@ def objects_remove(
|
|
|
129
129
|
...
|
|
130
130
|
|
|
131
131
|
def objects_remove_active(
|
|
132
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
132
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
133
133
|
execution_context: int | str | None = None,
|
|
134
134
|
undo: bool | None = None,
|
|
135
135
|
*,
|
|
@@ -137,7 +137,7 @@ def objects_remove_active(
|
|
|
137
137
|
):
|
|
138
138
|
"""Remove the object from an object collection that contains the active object
|
|
139
139
|
|
|
140
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
140
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
141
141
|
:type execution_context: int | str | None
|
|
142
142
|
:type undo: bool | None
|
|
143
143
|
:param collection: Collection, The collection to remove other selected objects from
|
|
@@ -147,13 +147,13 @@ def objects_remove_active(
|
|
|
147
147
|
...
|
|
148
148
|
|
|
149
149
|
def objects_remove_all(
|
|
150
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
150
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
151
151
|
execution_context: int | str | None = None,
|
|
152
152
|
undo: bool | None = None,
|
|
153
153
|
):
|
|
154
154
|
"""Remove selected objects from all collections
|
|
155
155
|
|
|
156
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
156
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
157
157
|
:type execution_context: int | str | None
|
|
158
158
|
:type undo: bool | None
|
|
159
159
|
"""
|
bpy/ops/console/__init__.pyi
CHANGED
|
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def autocomplete(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
):
|
|
14
14
|
"""Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
|
|
15
15
|
|
|
16
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
16
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
"""
|
|
@@ -21,13 +21,13 @@ def autocomplete(
|
|
|
21
21
|
...
|
|
22
22
|
|
|
23
23
|
def banner(
|
|
24
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
24
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
25
25
|
execution_context: int | str | None = None,
|
|
26
26
|
undo: bool | None = None,
|
|
27
27
|
):
|
|
28
28
|
"""Print a message when the terminal initializes
|
|
29
29
|
|
|
30
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
30
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
31
31
|
:type execution_context: int | str | None
|
|
32
32
|
:type undo: bool | None
|
|
33
33
|
"""
|
|
@@ -35,7 +35,7 @@ def banner(
|
|
|
35
35
|
...
|
|
36
36
|
|
|
37
37
|
def clear(
|
|
38
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
38
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
39
39
|
execution_context: int | str | None = None,
|
|
40
40
|
undo: bool | None = None,
|
|
41
41
|
*,
|
|
@@ -44,7 +44,7 @@ def clear(
|
|
|
44
44
|
):
|
|
45
45
|
"""Clear text by type
|
|
46
46
|
|
|
47
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
47
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
48
48
|
:type execution_context: int | str | None
|
|
49
49
|
:type undo: bool | None
|
|
50
50
|
:param scrollback: Scrollback, Clear the scrollback history
|
|
@@ -56,13 +56,13 @@ def clear(
|
|
|
56
56
|
...
|
|
57
57
|
|
|
58
58
|
def clear_line(
|
|
59
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
59
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
60
60
|
execution_context: int | str | None = None,
|
|
61
61
|
undo: bool | None = None,
|
|
62
62
|
):
|
|
63
63
|
"""Clear the line and store in history
|
|
64
64
|
|
|
65
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
65
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
66
66
|
:type execution_context: int | str | None
|
|
67
67
|
:type undo: bool | None
|
|
68
68
|
"""
|
|
@@ -70,7 +70,7 @@ def clear_line(
|
|
|
70
70
|
...
|
|
71
71
|
|
|
72
72
|
def copy(
|
|
73
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
73
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
74
74
|
execution_context: int | str | None = None,
|
|
75
75
|
undo: bool | None = None,
|
|
76
76
|
*,
|
|
@@ -78,7 +78,7 @@ def copy(
|
|
|
78
78
|
):
|
|
79
79
|
"""Copy selected text to clipboard
|
|
80
80
|
|
|
81
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
81
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
82
82
|
:type execution_context: int | str | None
|
|
83
83
|
:type undo: bool | None
|
|
84
84
|
:param delete: Delete Selection, Whether to delete the selection after copying
|
|
@@ -88,13 +88,13 @@ def copy(
|
|
|
88
88
|
...
|
|
89
89
|
|
|
90
90
|
def copy_as_script(
|
|
91
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
91
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
92
92
|
execution_context: int | str | None = None,
|
|
93
93
|
undo: bool | None = None,
|
|
94
94
|
):
|
|
95
95
|
"""Copy the console contents for use in a script
|
|
96
96
|
|
|
97
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
97
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
98
98
|
:type execution_context: int | str | None
|
|
99
99
|
:type undo: bool | None
|
|
100
100
|
"""
|
|
@@ -102,7 +102,7 @@ def copy_as_script(
|
|
|
102
102
|
...
|
|
103
103
|
|
|
104
104
|
def delete(
|
|
105
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
105
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
106
106
|
execution_context: int | str | None = None,
|
|
107
107
|
undo: bool | None = None,
|
|
108
108
|
*,
|
|
@@ -113,7 +113,7 @@ def delete(
|
|
|
113
113
|
):
|
|
114
114
|
"""Delete text by cursor position
|
|
115
115
|
|
|
116
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
116
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
117
117
|
:type execution_context: int | str | None
|
|
118
118
|
:type undo: bool | None
|
|
119
119
|
:param type: Type, Which part of the text to delete
|
|
@@ -123,7 +123,7 @@ def delete(
|
|
|
123
123
|
...
|
|
124
124
|
|
|
125
125
|
def execute(
|
|
126
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
126
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
127
127
|
execution_context: int | str | None = None,
|
|
128
128
|
undo: bool | None = None,
|
|
129
129
|
*,
|
|
@@ -131,7 +131,7 @@ def execute(
|
|
|
131
131
|
):
|
|
132
132
|
"""Execute the current console line as a Python expression
|
|
133
133
|
|
|
134
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
134
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
135
135
|
:type execution_context: int | str | None
|
|
136
136
|
:type undo: bool | None
|
|
137
137
|
:param interactive: interactive
|
|
@@ -141,7 +141,7 @@ def execute(
|
|
|
141
141
|
...
|
|
142
142
|
|
|
143
143
|
def history_append(
|
|
144
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
144
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
145
145
|
execution_context: int | str | None = None,
|
|
146
146
|
undo: bool | None = None,
|
|
147
147
|
*,
|
|
@@ -151,7 +151,7 @@ def history_append(
|
|
|
151
151
|
):
|
|
152
152
|
"""Append history at cursor position
|
|
153
153
|
|
|
154
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
154
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
155
155
|
:type execution_context: int | str | None
|
|
156
156
|
:type undo: bool | None
|
|
157
157
|
:param text: Text, Text to insert at the cursor position
|
|
@@ -165,7 +165,7 @@ def history_append(
|
|
|
165
165
|
...
|
|
166
166
|
|
|
167
167
|
def history_cycle(
|
|
168
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
168
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
169
169
|
execution_context: int | str | None = None,
|
|
170
170
|
undo: bool | None = None,
|
|
171
171
|
*,
|
|
@@ -173,7 +173,7 @@ def history_cycle(
|
|
|
173
173
|
):
|
|
174
174
|
"""Cycle through history
|
|
175
175
|
|
|
176
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
176
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
177
177
|
:type execution_context: int | str | None
|
|
178
178
|
:type undo: bool | None
|
|
179
179
|
:param reverse: Reverse, Reverse cycle history
|
|
@@ -183,13 +183,13 @@ def history_cycle(
|
|
|
183
183
|
...
|
|
184
184
|
|
|
185
185
|
def indent(
|
|
186
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
186
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
187
187
|
execution_context: int | str | None = None,
|
|
188
188
|
undo: bool | None = None,
|
|
189
189
|
):
|
|
190
190
|
"""Add 4 spaces at line beginning
|
|
191
191
|
|
|
192
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
192
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
193
193
|
:type execution_context: int | str | None
|
|
194
194
|
:type undo: bool | None
|
|
195
195
|
"""
|
|
@@ -197,13 +197,13 @@ def indent(
|
|
|
197
197
|
...
|
|
198
198
|
|
|
199
199
|
def indent_or_autocomplete(
|
|
200
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
200
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
201
201
|
execution_context: int | str | None = None,
|
|
202
202
|
undo: bool | None = None,
|
|
203
203
|
):
|
|
204
204
|
"""Indent selected text or autocomplete
|
|
205
205
|
|
|
206
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
206
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
207
207
|
:type execution_context: int | str | None
|
|
208
208
|
:type undo: bool | None
|
|
209
209
|
"""
|
|
@@ -211,7 +211,7 @@ def indent_or_autocomplete(
|
|
|
211
211
|
...
|
|
212
212
|
|
|
213
213
|
def insert(
|
|
214
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
214
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
215
215
|
execution_context: int | str | None = None,
|
|
216
216
|
undo: bool | None = None,
|
|
217
217
|
*,
|
|
@@ -219,7 +219,7 @@ def insert(
|
|
|
219
219
|
):
|
|
220
220
|
"""Insert text at cursor position
|
|
221
221
|
|
|
222
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
222
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
223
223
|
:type execution_context: int | str | None
|
|
224
224
|
:type undo: bool | None
|
|
225
225
|
:param text: Text, Text to insert at the cursor position
|
|
@@ -229,7 +229,7 @@ def insert(
|
|
|
229
229
|
...
|
|
230
230
|
|
|
231
231
|
def language(
|
|
232
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
232
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
233
233
|
execution_context: int | str | None = None,
|
|
234
234
|
undo: bool | None = None,
|
|
235
235
|
*,
|
|
@@ -237,7 +237,7 @@ def language(
|
|
|
237
237
|
):
|
|
238
238
|
"""Set the current language for this console
|
|
239
239
|
|
|
240
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
240
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
241
241
|
:type execution_context: int | str | None
|
|
242
242
|
:type undo: bool | None
|
|
243
243
|
:param language: Language
|
|
@@ -247,7 +247,7 @@ def language(
|
|
|
247
247
|
...
|
|
248
248
|
|
|
249
249
|
def move(
|
|
250
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
250
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
251
251
|
execution_context: int | str | None = None,
|
|
252
252
|
undo: bool | None = None,
|
|
253
253
|
*,
|
|
@@ -264,7 +264,7 @@ def move(
|
|
|
264
264
|
):
|
|
265
265
|
"""Move cursor position
|
|
266
266
|
|
|
267
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
267
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
268
268
|
:type execution_context: int | str | None
|
|
269
269
|
:type undo: bool | None
|
|
270
270
|
:param type: Type, Where to move cursor to
|
|
@@ -276,7 +276,7 @@ def move(
|
|
|
276
276
|
...
|
|
277
277
|
|
|
278
278
|
def paste(
|
|
279
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
279
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
280
280
|
execution_context: int | str | None = None,
|
|
281
281
|
undo: bool | None = None,
|
|
282
282
|
*,
|
|
@@ -284,7 +284,7 @@ def paste(
|
|
|
284
284
|
):
|
|
285
285
|
"""Paste text from clipboard
|
|
286
286
|
|
|
287
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
287
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
288
288
|
:type execution_context: int | str | None
|
|
289
289
|
:type undo: bool | None
|
|
290
290
|
:param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
|
|
@@ -294,7 +294,7 @@ def paste(
|
|
|
294
294
|
...
|
|
295
295
|
|
|
296
296
|
def scrollback_append(
|
|
297
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
297
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
298
298
|
execution_context: int | str | None = None,
|
|
299
299
|
undo: bool | None = None,
|
|
300
300
|
*,
|
|
@@ -303,7 +303,7 @@ def scrollback_append(
|
|
|
303
303
|
):
|
|
304
304
|
"""Append scrollback text by type
|
|
305
305
|
|
|
306
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
306
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
307
307
|
:type execution_context: int | str | None
|
|
308
308
|
:type undo: bool | None
|
|
309
309
|
:param text: Text, Text to insert at the cursor position
|
|
@@ -315,13 +315,13 @@ def scrollback_append(
|
|
|
315
315
|
...
|
|
316
316
|
|
|
317
317
|
def select_all(
|
|
318
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
318
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
319
319
|
execution_context: int | str | None = None,
|
|
320
320
|
undo: bool | None = None,
|
|
321
321
|
):
|
|
322
322
|
"""Select all the text
|
|
323
323
|
|
|
324
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
324
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
325
325
|
:type execution_context: int | str | None
|
|
326
326
|
:type undo: bool | None
|
|
327
327
|
"""
|
|
@@ -329,13 +329,13 @@ def select_all(
|
|
|
329
329
|
...
|
|
330
330
|
|
|
331
331
|
def select_set(
|
|
332
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
332
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
333
333
|
execution_context: int | str | None = None,
|
|
334
334
|
undo: bool | None = None,
|
|
335
335
|
):
|
|
336
336
|
"""Set the console selection
|
|
337
337
|
|
|
338
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
338
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
339
339
|
:type execution_context: int | str | None
|
|
340
340
|
:type undo: bool | None
|
|
341
341
|
"""
|
|
@@ -343,13 +343,13 @@ def select_set(
|
|
|
343
343
|
...
|
|
344
344
|
|
|
345
345
|
def select_word(
|
|
346
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
346
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
347
347
|
execution_context: int | str | None = None,
|
|
348
348
|
undo: bool | None = None,
|
|
349
349
|
):
|
|
350
350
|
"""Select word at cursor position
|
|
351
351
|
|
|
352
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
352
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
353
353
|
:type execution_context: int | str | None
|
|
354
354
|
:type undo: bool | None
|
|
355
355
|
"""
|
|
@@ -357,13 +357,13 @@ def select_word(
|
|
|
357
357
|
...
|
|
358
358
|
|
|
359
359
|
def unindent(
|
|
360
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
360
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
361
361
|
execution_context: int | str | None = None,
|
|
362
362
|
undo: bool | None = None,
|
|
363
363
|
):
|
|
364
364
|
"""Delete 4 spaces from line beginning
|
|
365
365
|
|
|
366
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
366
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
367
367
|
:type execution_context: int | str | None
|
|
368
368
|
:type undo: bool | None
|
|
369
369
|
"""
|