fake-bpy-module 20240928__py3-none-any.whl → 20240930__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/generic_ui_list/__init__.pyi +2 -2
- bmesh/types/__init__.pyi +2 -2
- bpy/__init__.pyi +1 -1
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +124 -124
- 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 +202 -202
- 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 +230 -230
- bpy/ops/object/__init__.pyi +476 -476
- 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 +74 -74
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +178 -178
- 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 +68 -68
- 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 +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +333 -298
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/RECORD +85 -85
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240930.dist-info}/top_level.txt +0 -0
bpy/ops/outliner/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ import bpy.types
|
|
|
5
5
|
import bpy.typing
|
|
6
6
|
|
|
7
7
|
def action_set(
|
|
8
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
8
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
9
9
|
execution_context: int | str | None = None,
|
|
10
10
|
undo: bool | None = None,
|
|
11
11
|
*,
|
|
@@ -13,7 +13,7 @@ def action_set(
|
|
|
13
13
|
):
|
|
14
14
|
"""Change the active action used
|
|
15
15
|
|
|
16
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
16
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
:param action: Action
|
|
@@ -21,7 +21,7 @@ def action_set(
|
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
23
|
def animdata_operation(
|
|
24
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
24
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
25
25
|
execution_context: int | str | None = None,
|
|
26
26
|
undo: bool | None = None,
|
|
27
27
|
*,
|
|
@@ -32,7 +32,7 @@ def animdata_operation(
|
|
|
32
32
|
):
|
|
33
33
|
"""Undocumented, consider contributing.
|
|
34
34
|
|
|
35
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
35
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
36
36
|
:type execution_context: int | str | None
|
|
37
37
|
:type undo: bool | None
|
|
38
38
|
:param type: Animation Operation
|
|
@@ -55,19 +55,19 @@ def animdata_operation(
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
57
|
def clear_filter(
|
|
58
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
58
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
59
59
|
execution_context: int | str | None = None,
|
|
60
60
|
undo: bool | None = None,
|
|
61
61
|
):
|
|
62
62
|
"""Clear the search filter
|
|
63
63
|
|
|
64
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
64
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
65
65
|
:type execution_context: int | str | None
|
|
66
66
|
:type undo: bool | None
|
|
67
67
|
"""
|
|
68
68
|
|
|
69
69
|
def collection_color_tag_set(
|
|
70
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
70
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
71
71
|
execution_context: int | str | None = None,
|
|
72
72
|
undo: bool | None = None,
|
|
73
73
|
*,
|
|
@@ -75,7 +75,7 @@ def collection_color_tag_set(
|
|
|
75
75
|
):
|
|
76
76
|
"""Set a color tag for the selected collections
|
|
77
77
|
|
|
78
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
78
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
79
79
|
:type execution_context: int | str | None
|
|
80
80
|
:type undo: bool | None
|
|
81
81
|
:param color: Color Tag
|
|
@@ -83,211 +83,211 @@ def collection_color_tag_set(
|
|
|
83
83
|
"""
|
|
84
84
|
|
|
85
85
|
def collection_disable(
|
|
86
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
86
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
87
87
|
execution_context: int | str | None = None,
|
|
88
88
|
undo: bool | None = None,
|
|
89
89
|
):
|
|
90
90
|
"""Disable viewport display in the view layers
|
|
91
91
|
|
|
92
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
92
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
93
93
|
:type execution_context: int | str | None
|
|
94
94
|
:type undo: bool | None
|
|
95
95
|
"""
|
|
96
96
|
|
|
97
97
|
def collection_disable_render(
|
|
98
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
98
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
99
99
|
execution_context: int | str | None = None,
|
|
100
100
|
undo: bool | None = None,
|
|
101
101
|
):
|
|
102
102
|
"""Do not render this collection
|
|
103
103
|
|
|
104
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
104
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
105
105
|
:type execution_context: int | str | None
|
|
106
106
|
:type undo: bool | None
|
|
107
107
|
"""
|
|
108
108
|
|
|
109
109
|
def collection_drop(
|
|
110
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
110
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
111
111
|
execution_context: int | str | None = None,
|
|
112
112
|
undo: bool | None = None,
|
|
113
113
|
):
|
|
114
114
|
"""Drag to move to collection in Outliner
|
|
115
115
|
|
|
116
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
116
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
117
117
|
:type execution_context: int | str | None
|
|
118
118
|
:type undo: bool | None
|
|
119
119
|
"""
|
|
120
120
|
|
|
121
121
|
def collection_duplicate(
|
|
122
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
122
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
123
123
|
execution_context: int | str | None = None,
|
|
124
124
|
undo: bool | None = None,
|
|
125
125
|
):
|
|
126
126
|
"""Recursively duplicate the collection, all its children, objects and object data
|
|
127
127
|
|
|
128
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
129
129
|
:type execution_context: int | str | None
|
|
130
130
|
:type undo: bool | None
|
|
131
131
|
"""
|
|
132
132
|
|
|
133
133
|
def collection_duplicate_linked(
|
|
134
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
134
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
135
135
|
execution_context: int | str | None = None,
|
|
136
136
|
undo: bool | None = None,
|
|
137
137
|
):
|
|
138
138
|
"""Recursively duplicate the collection, all its children and objects, with linked object data
|
|
139
139
|
|
|
140
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
140
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
141
141
|
:type execution_context: int | str | None
|
|
142
142
|
:type undo: bool | None
|
|
143
143
|
"""
|
|
144
144
|
|
|
145
145
|
def collection_enable(
|
|
146
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
146
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
147
147
|
execution_context: int | str | None = None,
|
|
148
148
|
undo: bool | None = None,
|
|
149
149
|
):
|
|
150
150
|
"""Enable viewport display in the view layers
|
|
151
151
|
|
|
152
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
152
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
153
153
|
:type execution_context: int | str | None
|
|
154
154
|
:type undo: bool | None
|
|
155
155
|
"""
|
|
156
156
|
|
|
157
157
|
def collection_enable_render(
|
|
158
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
158
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
159
159
|
execution_context: int | str | None = None,
|
|
160
160
|
undo: bool | None = None,
|
|
161
161
|
):
|
|
162
162
|
"""Render the collection
|
|
163
163
|
|
|
164
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
164
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
165
165
|
:type execution_context: int | str | None
|
|
166
166
|
:type undo: bool | None
|
|
167
167
|
"""
|
|
168
168
|
|
|
169
169
|
def collection_exclude_clear(
|
|
170
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
170
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
171
171
|
execution_context: int | str | None = None,
|
|
172
172
|
undo: bool | None = None,
|
|
173
173
|
):
|
|
174
174
|
"""Include collection in the active view layer
|
|
175
175
|
|
|
176
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
176
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
177
177
|
:type execution_context: int | str | None
|
|
178
178
|
:type undo: bool | None
|
|
179
179
|
"""
|
|
180
180
|
|
|
181
181
|
def collection_exclude_set(
|
|
182
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
182
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
183
183
|
execution_context: int | str | None = None,
|
|
184
184
|
undo: bool | None = None,
|
|
185
185
|
):
|
|
186
186
|
"""Exclude collection from the active view layer
|
|
187
187
|
|
|
188
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
188
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
189
189
|
:type execution_context: int | str | None
|
|
190
190
|
:type undo: bool | None
|
|
191
191
|
"""
|
|
192
192
|
|
|
193
193
|
def collection_hide(
|
|
194
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
194
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
195
195
|
execution_context: int | str | None = None,
|
|
196
196
|
undo: bool | None = None,
|
|
197
197
|
):
|
|
198
198
|
"""Hide the collection in this view layer
|
|
199
199
|
|
|
200
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
200
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
201
201
|
:type execution_context: int | str | None
|
|
202
202
|
:type undo: bool | None
|
|
203
203
|
"""
|
|
204
204
|
|
|
205
205
|
def collection_hide_inside(
|
|
206
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
206
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
207
207
|
execution_context: int | str | None = None,
|
|
208
208
|
undo: bool | None = None,
|
|
209
209
|
):
|
|
210
210
|
"""Hide all the objects and collections inside the collection
|
|
211
211
|
|
|
212
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
212
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
213
213
|
:type execution_context: int | str | None
|
|
214
214
|
:type undo: bool | None
|
|
215
215
|
"""
|
|
216
216
|
|
|
217
217
|
def collection_hierarchy_delete(
|
|
218
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
218
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
219
219
|
execution_context: int | str | None = None,
|
|
220
220
|
undo: bool | None = None,
|
|
221
221
|
):
|
|
222
222
|
"""Delete selected collection hierarchies
|
|
223
223
|
|
|
224
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
224
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
225
225
|
:type execution_context: int | str | None
|
|
226
226
|
:type undo: bool | None
|
|
227
227
|
"""
|
|
228
228
|
|
|
229
229
|
def collection_holdout_clear(
|
|
230
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
230
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
231
231
|
execution_context: int | str | None = None,
|
|
232
232
|
undo: bool | None = None,
|
|
233
233
|
):
|
|
234
234
|
"""Clear masking of collection in the active view layer
|
|
235
235
|
|
|
236
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
236
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
237
237
|
:type execution_context: int | str | None
|
|
238
238
|
:type undo: bool | None
|
|
239
239
|
"""
|
|
240
240
|
|
|
241
241
|
def collection_holdout_set(
|
|
242
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
242
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
243
243
|
execution_context: int | str | None = None,
|
|
244
244
|
undo: bool | None = None,
|
|
245
245
|
):
|
|
246
246
|
"""Mask collection in the active view layer
|
|
247
247
|
|
|
248
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
248
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
249
249
|
:type execution_context: int | str | None
|
|
250
250
|
:type undo: bool | None
|
|
251
251
|
"""
|
|
252
252
|
|
|
253
253
|
def collection_indirect_only_clear(
|
|
254
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
254
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
255
255
|
execution_context: int | str | None = None,
|
|
256
256
|
undo: bool | None = None,
|
|
257
257
|
):
|
|
258
258
|
"""Clear collection contributing only indirectly in the view layer
|
|
259
259
|
|
|
260
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
260
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
261
261
|
:type execution_context: int | str | None
|
|
262
262
|
:type undo: bool | None
|
|
263
263
|
"""
|
|
264
264
|
|
|
265
265
|
def collection_indirect_only_set(
|
|
266
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
266
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
267
267
|
execution_context: int | str | None = None,
|
|
268
268
|
undo: bool | None = None,
|
|
269
269
|
):
|
|
270
270
|
"""Set collection to only contribute indirectly (through shadows and reflections) in the view layer
|
|
271
271
|
|
|
272
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
272
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
273
273
|
:type execution_context: int | str | None
|
|
274
274
|
:type undo: bool | None
|
|
275
275
|
"""
|
|
276
276
|
|
|
277
277
|
def collection_instance(
|
|
278
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
278
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
279
279
|
execution_context: int | str | None = None,
|
|
280
280
|
undo: bool | None = None,
|
|
281
281
|
):
|
|
282
282
|
"""Instance selected collections to active scene
|
|
283
283
|
|
|
284
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
284
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
285
285
|
:type execution_context: int | str | None
|
|
286
286
|
:type undo: bool | None
|
|
287
287
|
"""
|
|
288
288
|
|
|
289
289
|
def collection_isolate(
|
|
290
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
290
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
291
291
|
execution_context: int | str | None = None,
|
|
292
292
|
undo: bool | None = None,
|
|
293
293
|
*,
|
|
@@ -295,7 +295,7 @@ def collection_isolate(
|
|
|
295
295
|
):
|
|
296
296
|
"""Hide all but this collection and its parents
|
|
297
297
|
|
|
298
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
298
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
299
299
|
:type execution_context: int | str | None
|
|
300
300
|
:type undo: bool | None
|
|
301
301
|
:param extend: Extend, Extend current visible collections
|
|
@@ -303,19 +303,19 @@ def collection_isolate(
|
|
|
303
303
|
"""
|
|
304
304
|
|
|
305
305
|
def collection_link(
|
|
306
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
306
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
307
307
|
execution_context: int | str | None = None,
|
|
308
308
|
undo: bool | None = None,
|
|
309
309
|
):
|
|
310
310
|
"""Link selected collections to active scene
|
|
311
311
|
|
|
312
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
312
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
313
313
|
:type execution_context: int | str | None
|
|
314
314
|
:type undo: bool | None
|
|
315
315
|
"""
|
|
316
316
|
|
|
317
317
|
def collection_new(
|
|
318
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
318
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
319
319
|
execution_context: int | str | None = None,
|
|
320
320
|
undo: bool | None = None,
|
|
321
321
|
*,
|
|
@@ -323,7 +323,7 @@ def collection_new(
|
|
|
323
323
|
):
|
|
324
324
|
"""Add a new collection inside selected collection
|
|
325
325
|
|
|
326
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
326
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
327
327
|
:type execution_context: int | str | None
|
|
328
328
|
:type undo: bool | None
|
|
329
329
|
:param nested: Nested, Add as child of selected collection
|
|
@@ -331,55 +331,55 @@ def collection_new(
|
|
|
331
331
|
"""
|
|
332
332
|
|
|
333
333
|
def collection_objects_deselect(
|
|
334
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
334
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
335
335
|
execution_context: int | str | None = None,
|
|
336
336
|
undo: bool | None = None,
|
|
337
337
|
):
|
|
338
338
|
"""Deselect objects in collection
|
|
339
339
|
|
|
340
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
340
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
341
341
|
:type execution_context: int | str | None
|
|
342
342
|
:type undo: bool | None
|
|
343
343
|
"""
|
|
344
344
|
|
|
345
345
|
def collection_objects_select(
|
|
346
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
346
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
347
347
|
execution_context: int | str | None = None,
|
|
348
348
|
undo: bool | None = None,
|
|
349
349
|
):
|
|
350
350
|
"""Select objects in collection
|
|
351
351
|
|
|
352
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
352
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
353
353
|
:type execution_context: int | str | None
|
|
354
354
|
:type undo: bool | None
|
|
355
355
|
"""
|
|
356
356
|
|
|
357
357
|
def collection_show(
|
|
358
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
358
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
359
359
|
execution_context: int | str | None = None,
|
|
360
360
|
undo: bool | None = None,
|
|
361
361
|
):
|
|
362
362
|
"""Show the collection in this view layer
|
|
363
363
|
|
|
364
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
364
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
365
365
|
:type execution_context: int | str | None
|
|
366
366
|
:type undo: bool | None
|
|
367
367
|
"""
|
|
368
368
|
|
|
369
369
|
def collection_show_inside(
|
|
370
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
370
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
371
371
|
execution_context: int | str | None = None,
|
|
372
372
|
undo: bool | None = None,
|
|
373
373
|
):
|
|
374
374
|
"""Show all the objects and collections inside the collection
|
|
375
375
|
|
|
376
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
376
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
377
377
|
:type execution_context: int | str | None
|
|
378
378
|
:type undo: bool | None
|
|
379
379
|
"""
|
|
380
380
|
|
|
381
381
|
def constraint_operation(
|
|
382
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
382
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
383
383
|
execution_context: int | str | None = None,
|
|
384
384
|
undo: bool | None = None,
|
|
385
385
|
*,
|
|
@@ -387,7 +387,7 @@ def constraint_operation(
|
|
|
387
387
|
):
|
|
388
388
|
"""Undocumented, consider contributing.
|
|
389
389
|
|
|
390
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
390
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
391
391
|
:type execution_context: int | str | None
|
|
392
392
|
:type undo: bool | None
|
|
393
393
|
:param type: Constraint Operation
|
|
@@ -395,7 +395,7 @@ def constraint_operation(
|
|
|
395
395
|
"""
|
|
396
396
|
|
|
397
397
|
def data_operation(
|
|
398
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
398
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
399
399
|
execution_context: int | str | None = None,
|
|
400
400
|
undo: bool | None = None,
|
|
401
401
|
*,
|
|
@@ -403,7 +403,7 @@ def data_operation(
|
|
|
403
403
|
):
|
|
404
404
|
"""Undocumented, consider contributing.
|
|
405
405
|
|
|
406
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
406
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
407
407
|
:type execution_context: int | str | None
|
|
408
408
|
:type undo: bool | None
|
|
409
409
|
:param type: Data Operation
|
|
@@ -411,19 +411,19 @@ def data_operation(
|
|
|
411
411
|
"""
|
|
412
412
|
|
|
413
413
|
def datastack_drop(
|
|
414
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
414
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
415
415
|
execution_context: int | str | None = None,
|
|
416
416
|
undo: bool | None = None,
|
|
417
417
|
):
|
|
418
418
|
"""Copy or reorder modifiers, constraints, and effects
|
|
419
419
|
|
|
420
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
421
421
|
:type execution_context: int | str | None
|
|
422
422
|
:type undo: bool | None
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
425
|
def delete(
|
|
426
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
426
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
427
427
|
execution_context: int | str | None = None,
|
|
428
428
|
undo: bool | None = None,
|
|
429
429
|
*,
|
|
@@ -431,7 +431,7 @@ def delete(
|
|
|
431
431
|
):
|
|
432
432
|
"""Delete selected objects and collections
|
|
433
433
|
|
|
434
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
434
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
435
435
|
:type execution_context: int | str | None
|
|
436
436
|
:type undo: bool | None
|
|
437
437
|
:param hierarchy: Hierarchy, Delete child objects and collections
|
|
@@ -439,91 +439,91 @@ def delete(
|
|
|
439
439
|
"""
|
|
440
440
|
|
|
441
441
|
def drivers_add_selected(
|
|
442
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
442
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
443
443
|
execution_context: int | str | None = None,
|
|
444
444
|
undo: bool | None = None,
|
|
445
445
|
):
|
|
446
446
|
"""Add drivers to selected items
|
|
447
447
|
|
|
448
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
448
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
449
449
|
:type execution_context: int | str | None
|
|
450
450
|
:type undo: bool | None
|
|
451
451
|
"""
|
|
452
452
|
|
|
453
453
|
def drivers_delete_selected(
|
|
454
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
454
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
455
455
|
execution_context: int | str | None = None,
|
|
456
456
|
undo: bool | None = None,
|
|
457
457
|
):
|
|
458
458
|
"""Delete drivers assigned to selected items
|
|
459
459
|
|
|
460
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
461
461
|
:type execution_context: int | str | None
|
|
462
462
|
:type undo: bool | None
|
|
463
463
|
"""
|
|
464
464
|
|
|
465
465
|
def expanded_toggle(
|
|
466
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
466
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
467
467
|
execution_context: int | str | None = None,
|
|
468
468
|
undo: bool | None = None,
|
|
469
469
|
):
|
|
470
470
|
"""Expand/Collapse all items
|
|
471
471
|
|
|
472
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
472
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
473
473
|
:type execution_context: int | str | None
|
|
474
474
|
:type undo: bool | None
|
|
475
475
|
"""
|
|
476
476
|
|
|
477
477
|
def hide(
|
|
478
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
478
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
479
479
|
execution_context: int | str | None = None,
|
|
480
480
|
undo: bool | None = None,
|
|
481
481
|
):
|
|
482
482
|
"""Hide selected objects and collections
|
|
483
483
|
|
|
484
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
484
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
485
485
|
:type execution_context: int | str | None
|
|
486
486
|
:type undo: bool | None
|
|
487
487
|
"""
|
|
488
488
|
|
|
489
489
|
def highlight_update(
|
|
490
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
490
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
491
491
|
execution_context: int | str | None = None,
|
|
492
492
|
undo: bool | None = None,
|
|
493
493
|
):
|
|
494
494
|
"""Update the item highlight based on the current mouse position
|
|
495
495
|
|
|
496
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
496
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
497
497
|
:type execution_context: int | str | None
|
|
498
498
|
:type undo: bool | None
|
|
499
499
|
"""
|
|
500
500
|
|
|
501
501
|
def id_copy(
|
|
502
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
502
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
503
503
|
execution_context: int | str | None = None,
|
|
504
504
|
undo: bool | None = None,
|
|
505
505
|
):
|
|
506
506
|
"""Copy the selected data-blocks to the internal clipboard
|
|
507
507
|
|
|
508
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
508
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
509
509
|
:type execution_context: int | str | None
|
|
510
510
|
:type undo: bool | None
|
|
511
511
|
"""
|
|
512
512
|
|
|
513
513
|
def id_delete(
|
|
514
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
514
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
515
515
|
execution_context: int | str | None = None,
|
|
516
516
|
undo: bool | None = None,
|
|
517
517
|
):
|
|
518
518
|
"""Delete the ID under cursor
|
|
519
519
|
|
|
520
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
520
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
521
521
|
:type execution_context: int | str | None
|
|
522
522
|
:type undo: bool | None
|
|
523
523
|
"""
|
|
524
524
|
|
|
525
525
|
def id_operation(
|
|
526
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
526
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
527
527
|
execution_context: int | str | None = None,
|
|
528
528
|
undo: bool | None = None,
|
|
529
529
|
*,
|
|
@@ -544,7 +544,7 @@ def id_operation(
|
|
|
544
544
|
):
|
|
545
545
|
"""General data-block management operations
|
|
546
546
|
|
|
547
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
547
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
548
548
|
:type execution_context: int | str | None
|
|
549
549
|
:type undo: bool | None
|
|
550
550
|
:param type: ID Data Operation
|
|
@@ -585,19 +585,19 @@ def id_operation(
|
|
|
585
585
|
"""
|
|
586
586
|
|
|
587
587
|
def id_paste(
|
|
588
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
588
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
589
589
|
execution_context: int | str | None = None,
|
|
590
590
|
undo: bool | None = None,
|
|
591
591
|
):
|
|
592
592
|
"""Paste data-blocks from the internal clipboard
|
|
593
593
|
|
|
594
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
594
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
595
595
|
:type execution_context: int | str | None
|
|
596
596
|
:type undo: bool | None
|
|
597
597
|
"""
|
|
598
598
|
|
|
599
599
|
def id_remap(
|
|
600
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
600
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
601
601
|
execution_context: int | str | None = None,
|
|
602
602
|
undo: bool | None = None,
|
|
603
603
|
*,
|
|
@@ -607,7 +607,7 @@ def id_remap(
|
|
|
607
607
|
):
|
|
608
608
|
"""Undocumented, consider contributing.
|
|
609
609
|
|
|
610
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
610
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
611
611
|
:type execution_context: int | str | None
|
|
612
612
|
:type undo: bool | None
|
|
613
613
|
:param id_type: ID Type
|
|
@@ -619,7 +619,7 @@ def id_remap(
|
|
|
619
619
|
"""
|
|
620
620
|
|
|
621
621
|
def item_activate(
|
|
622
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
622
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
623
623
|
execution_context: int | str | None = None,
|
|
624
624
|
undo: bool | None = None,
|
|
625
625
|
*,
|
|
@@ -630,7 +630,7 @@ def item_activate(
|
|
|
630
630
|
):
|
|
631
631
|
"""Handle mouse clicks to select and activate items
|
|
632
632
|
|
|
633
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
633
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
634
634
|
:type execution_context: int | str | None
|
|
635
635
|
:type undo: bool | None
|
|
636
636
|
:param extend: Extend, Extend selection for activation
|
|
@@ -644,19 +644,19 @@ def item_activate(
|
|
|
644
644
|
"""
|
|
645
645
|
|
|
646
646
|
def item_drag_drop(
|
|
647
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
647
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
648
648
|
execution_context: int | str | None = None,
|
|
649
649
|
undo: bool | None = None,
|
|
650
650
|
):
|
|
651
651
|
"""Drag and drop element to another place
|
|
652
652
|
|
|
653
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
653
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
654
654
|
:type execution_context: int | str | None
|
|
655
655
|
:type undo: bool | None
|
|
656
656
|
"""
|
|
657
657
|
|
|
658
658
|
def item_openclose(
|
|
659
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
659
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
660
660
|
execution_context: int | str | None = None,
|
|
661
661
|
undo: bool | None = None,
|
|
662
662
|
*,
|
|
@@ -664,7 +664,7 @@ def item_openclose(
|
|
|
664
664
|
):
|
|
665
665
|
"""Toggle whether item under cursor is enabled or closed
|
|
666
666
|
|
|
667
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
667
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
668
668
|
:type execution_context: int | str | None
|
|
669
669
|
:type undo: bool | None
|
|
670
670
|
:param all: All, Close or open all items
|
|
@@ -672,7 +672,7 @@ def item_openclose(
|
|
|
672
672
|
"""
|
|
673
673
|
|
|
674
674
|
def item_rename(
|
|
675
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
675
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
676
676
|
execution_context: int | str | None = None,
|
|
677
677
|
undo: bool | None = None,
|
|
678
678
|
*,
|
|
@@ -680,7 +680,7 @@ def item_rename(
|
|
|
680
680
|
):
|
|
681
681
|
"""Rename the active element
|
|
682
682
|
|
|
683
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
683
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
684
684
|
:type execution_context: int | str | None
|
|
685
685
|
:type undo: bool | None
|
|
686
686
|
:param use_active: Use Active, Rename the active item, rather than the one the mouse is over
|
|
@@ -688,31 +688,31 @@ def item_rename(
|
|
|
688
688
|
"""
|
|
689
689
|
|
|
690
690
|
def keyingset_add_selected(
|
|
691
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
691
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
692
692
|
execution_context: int | str | None = None,
|
|
693
693
|
undo: bool | None = None,
|
|
694
694
|
):
|
|
695
695
|
"""Add selected items (blue-gray rows) to active Keying Set
|
|
696
696
|
|
|
697
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
697
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
698
698
|
:type execution_context: int | str | None
|
|
699
699
|
:type undo: bool | None
|
|
700
700
|
"""
|
|
701
701
|
|
|
702
702
|
def keyingset_remove_selected(
|
|
703
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
703
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
704
704
|
execution_context: int | str | None = None,
|
|
705
705
|
undo: bool | None = None,
|
|
706
706
|
):
|
|
707
707
|
"""Remove selected items (blue-gray rows) from active Keying Set
|
|
708
708
|
|
|
709
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
709
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
710
710
|
:type execution_context: int | str | None
|
|
711
711
|
:type undo: bool | None
|
|
712
712
|
"""
|
|
713
713
|
|
|
714
714
|
def lib_operation(
|
|
715
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
715
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
716
716
|
execution_context: int | str | None = None,
|
|
717
717
|
undo: bool | None = None,
|
|
718
718
|
*,
|
|
@@ -720,7 +720,7 @@ def lib_operation(
|
|
|
720
720
|
):
|
|
721
721
|
"""Undocumented, consider contributing.
|
|
722
722
|
|
|
723
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
723
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
724
724
|
:type execution_context: int | str | None
|
|
725
725
|
:type undo: bool | None
|
|
726
726
|
:param type: Library Operation
|
|
@@ -737,19 +737,19 @@ def lib_operation(
|
|
|
737
737
|
"""
|
|
738
738
|
|
|
739
739
|
def lib_relocate(
|
|
740
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
740
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
741
741
|
execution_context: int | str | None = None,
|
|
742
742
|
undo: bool | None = None,
|
|
743
743
|
):
|
|
744
744
|
"""Relocate the library under cursor
|
|
745
745
|
|
|
746
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
746
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
747
747
|
:type execution_context: int | str | None
|
|
748
748
|
:type undo: bool | None
|
|
749
749
|
"""
|
|
750
750
|
|
|
751
751
|
def liboverride_operation(
|
|
752
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
752
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
753
753
|
execution_context: int | str | None = None,
|
|
754
754
|
undo: bool | None = None,
|
|
755
755
|
*,
|
|
@@ -764,7 +764,7 @@ def liboverride_operation(
|
|
|
764
764
|
):
|
|
765
765
|
"""Create, reset or clear library override hierarchies
|
|
766
766
|
|
|
767
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
767
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
768
768
|
:type execution_context: int | str | None
|
|
769
769
|
:type undo: bool | None
|
|
770
770
|
:param type: Library Override Operation
|
|
@@ -792,7 +792,7 @@ def liboverride_operation(
|
|
|
792
792
|
"""
|
|
793
793
|
|
|
794
794
|
def liboverride_troubleshoot_operation(
|
|
795
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
795
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
796
796
|
execution_context: int | str | None = None,
|
|
797
797
|
undo: bool | None = None,
|
|
798
798
|
*,
|
|
@@ -807,7 +807,7 @@ def liboverride_troubleshoot_operation(
|
|
|
807
807
|
):
|
|
808
808
|
"""Advanced operations over library override to help fix broken hierarchies
|
|
809
809
|
|
|
810
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
810
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
811
811
|
:type execution_context: int | str | None
|
|
812
812
|
:type undo: bool | None
|
|
813
813
|
:param type: Library Override Troubleshoot Operation
|
|
@@ -835,19 +835,19 @@ def liboverride_troubleshoot_operation(
|
|
|
835
835
|
"""
|
|
836
836
|
|
|
837
837
|
def material_drop(
|
|
838
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
838
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
839
839
|
execution_context: int | str | None = None,
|
|
840
840
|
undo: bool | None = None,
|
|
841
841
|
):
|
|
842
842
|
"""Drag material to object in Outliner
|
|
843
843
|
|
|
844
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
844
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
845
845
|
:type execution_context: int | str | None
|
|
846
846
|
:type undo: bool | None
|
|
847
847
|
"""
|
|
848
848
|
|
|
849
849
|
def modifier_operation(
|
|
850
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
850
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
851
851
|
execution_context: int | str | None = None,
|
|
852
852
|
undo: bool | None = None,
|
|
853
853
|
*,
|
|
@@ -855,7 +855,7 @@ def modifier_operation(
|
|
|
855
855
|
):
|
|
856
856
|
"""Undocumented, consider contributing.
|
|
857
857
|
|
|
858
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
858
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
859
859
|
:type execution_context: int | str | None
|
|
860
860
|
:type undo: bool | None
|
|
861
861
|
:param type: Modifier Operation
|
|
@@ -863,7 +863,7 @@ def modifier_operation(
|
|
|
863
863
|
"""
|
|
864
864
|
|
|
865
865
|
def object_operation(
|
|
866
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
866
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
867
867
|
execution_context: int | str | None = None,
|
|
868
868
|
undo: bool | None = None,
|
|
869
869
|
*,
|
|
@@ -872,7 +872,7 @@ def object_operation(
|
|
|
872
872
|
):
|
|
873
873
|
"""Undocumented, consider contributing.
|
|
874
874
|
|
|
875
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
875
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
876
876
|
:type execution_context: int | str | None
|
|
877
877
|
:type undo: bool | None
|
|
878
878
|
:param type: Object Operation
|
|
@@ -895,31 +895,31 @@ def object_operation(
|
|
|
895
895
|
"""
|
|
896
896
|
|
|
897
897
|
def operation(
|
|
898
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
898
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
899
899
|
execution_context: int | str | None = None,
|
|
900
900
|
undo: bool | None = None,
|
|
901
901
|
):
|
|
902
902
|
"""Context menu for item operations
|
|
903
903
|
|
|
904
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
904
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
905
905
|
:type execution_context: int | str | None
|
|
906
906
|
:type undo: bool | None
|
|
907
907
|
"""
|
|
908
908
|
|
|
909
909
|
def orphans_manage(
|
|
910
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
910
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
911
911
|
execution_context: int | str | None = None,
|
|
912
912
|
undo: bool | None = None,
|
|
913
913
|
):
|
|
914
914
|
"""Open a window to manage unused data
|
|
915
915
|
|
|
916
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
916
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
917
917
|
:type execution_context: int | str | None
|
|
918
918
|
:type undo: bool | None
|
|
919
919
|
"""
|
|
920
920
|
|
|
921
921
|
def orphans_purge(
|
|
922
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
922
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
923
923
|
execution_context: int | str | None = None,
|
|
924
924
|
undo: bool | None = None,
|
|
925
925
|
*,
|
|
@@ -929,7 +929,7 @@ def orphans_purge(
|
|
|
929
929
|
):
|
|
930
930
|
"""Clear all orphaned data-blocks without any users from the file
|
|
931
931
|
|
|
932
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
932
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
933
933
|
:type execution_context: int | str | None
|
|
934
934
|
:type undo: bool | None
|
|
935
935
|
:param do_local_ids: Local Data-blocks, Include unused local data-blocks into deletion
|
|
@@ -941,43 +941,43 @@ def orphans_purge(
|
|
|
941
941
|
"""
|
|
942
942
|
|
|
943
943
|
def parent_clear(
|
|
944
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
944
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
945
945
|
execution_context: int | str | None = None,
|
|
946
946
|
undo: bool | None = None,
|
|
947
947
|
):
|
|
948
948
|
"""Drag to clear parent in Outliner
|
|
949
949
|
|
|
950
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
950
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
951
951
|
:type execution_context: int | str | None
|
|
952
952
|
:type undo: bool | None
|
|
953
953
|
"""
|
|
954
954
|
|
|
955
955
|
def parent_drop(
|
|
956
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
956
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
957
957
|
execution_context: int | str | None = None,
|
|
958
958
|
undo: bool | None = None,
|
|
959
959
|
):
|
|
960
960
|
"""Drag to parent in Outliner
|
|
961
961
|
|
|
962
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
962
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
963
963
|
:type execution_context: int | str | None
|
|
964
964
|
:type undo: bool | None
|
|
965
965
|
"""
|
|
966
966
|
|
|
967
967
|
def scene_drop(
|
|
968
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
968
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
969
969
|
execution_context: int | str | None = None,
|
|
970
970
|
undo: bool | None = None,
|
|
971
971
|
):
|
|
972
972
|
"""Drag object to scene in Outliner
|
|
973
973
|
|
|
974
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
974
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
975
975
|
:type execution_context: int | str | None
|
|
976
976
|
:type undo: bool | None
|
|
977
977
|
"""
|
|
978
978
|
|
|
979
979
|
def scene_operation(
|
|
980
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
980
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
981
981
|
execution_context: int | str | None = None,
|
|
982
982
|
undo: bool | None = None,
|
|
983
983
|
*,
|
|
@@ -985,7 +985,7 @@ def scene_operation(
|
|
|
985
985
|
):
|
|
986
986
|
"""Context menu for scene operations
|
|
987
987
|
|
|
988
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
988
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
989
989
|
:type execution_context: int | str | None
|
|
990
990
|
:type undo: bool | None
|
|
991
991
|
:param type: Scene Operation
|
|
@@ -993,7 +993,7 @@ def scene_operation(
|
|
|
993
993
|
"""
|
|
994
994
|
|
|
995
995
|
def scroll_page(
|
|
996
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
996
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
997
997
|
execution_context: int | str | None = None,
|
|
998
998
|
undo: bool | None = None,
|
|
999
999
|
*,
|
|
@@ -1001,7 +1001,7 @@ def scroll_page(
|
|
|
1001
1001
|
):
|
|
1002
1002
|
"""Scroll page up or down
|
|
1003
1003
|
|
|
1004
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1004
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1005
1005
|
:type execution_context: int | str | None
|
|
1006
1006
|
:type undo: bool | None
|
|
1007
1007
|
:param up: Up, Scroll up one page
|
|
@@ -1009,7 +1009,7 @@ def scroll_page(
|
|
|
1009
1009
|
"""
|
|
1010
1010
|
|
|
1011
1011
|
def select_all(
|
|
1012
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1012
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1013
1013
|
execution_context: int | str | None = None,
|
|
1014
1014
|
undo: bool | None = None,
|
|
1015
1015
|
*,
|
|
@@ -1017,7 +1017,7 @@ def select_all(
|
|
|
1017
1017
|
):
|
|
1018
1018
|
"""Toggle the Outliner selection of items
|
|
1019
1019
|
|
|
1020
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1020
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1021
1021
|
:type execution_context: int | str | None
|
|
1022
1022
|
:type undo: bool | None
|
|
1023
1023
|
:param action: Action, Selection action to execute
|
|
@@ -1037,7 +1037,7 @@ def select_all(
|
|
|
1037
1037
|
"""
|
|
1038
1038
|
|
|
1039
1039
|
def select_box(
|
|
1040
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1040
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1041
1041
|
execution_context: int | str | None = None,
|
|
1042
1042
|
undo: bool | None = None,
|
|
1043
1043
|
*,
|
|
@@ -1051,7 +1051,7 @@ def select_box(
|
|
|
1051
1051
|
):
|
|
1052
1052
|
"""Use box selection to select tree elements
|
|
1053
1053
|
|
|
1054
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1054
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1055
1055
|
:type execution_context: int | str | None
|
|
1056
1056
|
:type undo: bool | None
|
|
1057
1057
|
:param tweak: Tweak, Tweak gesture from empty space for box selection
|
|
@@ -1080,7 +1080,7 @@ def select_box(
|
|
|
1080
1080
|
"""
|
|
1081
1081
|
|
|
1082
1082
|
def select_walk(
|
|
1083
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1083
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1084
1084
|
execution_context: int | str | None = None,
|
|
1085
1085
|
undo: bool | None = None,
|
|
1086
1086
|
*,
|
|
@@ -1090,7 +1090,7 @@ def select_walk(
|
|
|
1090
1090
|
):
|
|
1091
1091
|
"""Use walk navigation to select tree elements
|
|
1092
1092
|
|
|
1093
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1093
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1094
1094
|
:type execution_context: int | str | None
|
|
1095
1095
|
:type undo: bool | None
|
|
1096
1096
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
@@ -1102,31 +1102,31 @@ def select_walk(
|
|
|
1102
1102
|
"""
|
|
1103
1103
|
|
|
1104
1104
|
def show_active(
|
|
1105
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1105
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1106
1106
|
execution_context: int | str | None = None,
|
|
1107
1107
|
undo: bool | None = None,
|
|
1108
1108
|
):
|
|
1109
1109
|
"""Open up the tree and adjust the view so that the active object is shown centered
|
|
1110
1110
|
|
|
1111
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1111
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1112
1112
|
:type execution_context: int | str | None
|
|
1113
1113
|
:type undo: bool | None
|
|
1114
1114
|
"""
|
|
1115
1115
|
|
|
1116
1116
|
def show_hierarchy(
|
|
1117
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1117
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1118
1118
|
execution_context: int | str | None = None,
|
|
1119
1119
|
undo: bool | None = None,
|
|
1120
1120
|
):
|
|
1121
1121
|
"""Open all object entries and close all others
|
|
1122
1122
|
|
|
1123
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1123
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1124
1124
|
:type execution_context: int | str | None
|
|
1125
1125
|
:type undo: bool | None
|
|
1126
1126
|
"""
|
|
1127
1127
|
|
|
1128
1128
|
def show_one_level(
|
|
1129
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1129
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1130
1130
|
execution_context: int | str | None = None,
|
|
1131
1131
|
undo: bool | None = None,
|
|
1132
1132
|
*,
|
|
@@ -1134,7 +1134,7 @@ def show_one_level(
|
|
|
1134
1134
|
):
|
|
1135
1135
|
"""Expand/collapse all entries by one level
|
|
1136
1136
|
|
|
1137
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1137
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1138
1138
|
:type execution_context: int | str | None
|
|
1139
1139
|
:type undo: bool | None
|
|
1140
1140
|
:param open: Open, Expand all entries one level deep
|
|
@@ -1142,25 +1142,25 @@ def show_one_level(
|
|
|
1142
1142
|
"""
|
|
1143
1143
|
|
|
1144
1144
|
def start_filter(
|
|
1145
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1145
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1146
1146
|
execution_context: int | str | None = None,
|
|
1147
1147
|
undo: bool | None = None,
|
|
1148
1148
|
):
|
|
1149
1149
|
"""Start entering filter text
|
|
1150
1150
|
|
|
1151
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1151
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1152
1152
|
:type execution_context: int | str | None
|
|
1153
1153
|
:type undo: bool | None
|
|
1154
1154
|
"""
|
|
1155
1155
|
|
|
1156
1156
|
def unhide_all(
|
|
1157
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1157
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1158
1158
|
execution_context: int | str | None = None,
|
|
1159
1159
|
undo: bool | None = None,
|
|
1160
1160
|
):
|
|
1161
1161
|
"""Unhide all objects and collections
|
|
1162
1162
|
|
|
1163
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1163
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1164
1164
|
:type execution_context: int | str | None
|
|
1165
1165
|
:type undo: bool | None
|
|
1166
1166
|
"""
|