fake-bpy-module 20240928__py3-none-any.whl → 20240929__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
- 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 +254 -219
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/view3d/__init__.pyi
CHANGED
|
@@ -4,7 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import bpy.types
|
|
5
5
|
|
|
6
6
|
def bone_select_menu(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
7
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
8
|
execution_context: int | str | None = None,
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
*,
|
|
@@ -15,7 +15,7 @@ def bone_select_menu(
|
|
|
15
15
|
):
|
|
16
16
|
"""Menu bone selection
|
|
17
17
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param name: Bone Name
|
|
@@ -29,7 +29,7 @@ def bone_select_menu(
|
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
31
|
def camera_background_image_add(
|
|
32
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
32
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
33
33
|
execution_context: int | str | None = None,
|
|
34
34
|
undo: bool | None = None,
|
|
35
35
|
*,
|
|
@@ -40,7 +40,7 @@ def camera_background_image_add(
|
|
|
40
40
|
):
|
|
41
41
|
"""Add a new background image to the active camera
|
|
42
42
|
|
|
43
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
44
|
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
:param filepath: Filepath, Path to image file
|
|
@@ -54,7 +54,7 @@ def camera_background_image_add(
|
|
|
54
54
|
"""
|
|
55
55
|
|
|
56
56
|
def camera_background_image_remove(
|
|
57
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
57
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
58
58
|
execution_context: int | str | None = None,
|
|
59
59
|
undo: bool | None = None,
|
|
60
60
|
*,
|
|
@@ -62,7 +62,7 @@ def camera_background_image_remove(
|
|
|
62
62
|
):
|
|
63
63
|
"""Remove a background image from the camera
|
|
64
64
|
|
|
65
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
65
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
66
66
|
:type execution_context: int | str | None
|
|
67
67
|
:type undo: bool | None
|
|
68
68
|
:param index: Index, Background image index to remove
|
|
@@ -70,43 +70,43 @@ def camera_background_image_remove(
|
|
|
70
70
|
"""
|
|
71
71
|
|
|
72
72
|
def camera_to_view(
|
|
73
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
73
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
74
74
|
execution_context: int | str | None = None,
|
|
75
75
|
undo: bool | None = None,
|
|
76
76
|
):
|
|
77
77
|
"""Set camera view to active view
|
|
78
78
|
|
|
79
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
80
80
|
:type execution_context: int | str | None
|
|
81
81
|
:type undo: bool | None
|
|
82
82
|
"""
|
|
83
83
|
|
|
84
84
|
def camera_to_view_selected(
|
|
85
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
85
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
86
86
|
execution_context: int | str | None = None,
|
|
87
87
|
undo: bool | None = None,
|
|
88
88
|
):
|
|
89
89
|
"""Move the camera so selected objects are framed
|
|
90
90
|
|
|
91
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
91
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
92
92
|
:type execution_context: int | str | None
|
|
93
93
|
:type undo: bool | None
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
96
|
def clear_render_border(
|
|
97
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
97
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
98
98
|
execution_context: int | str | None = None,
|
|
99
99
|
undo: bool | None = None,
|
|
100
100
|
):
|
|
101
101
|
"""Clear the boundaries of the border render and disable border render
|
|
102
102
|
|
|
103
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
103
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
104
104
|
:type execution_context: int | str | None
|
|
105
105
|
:type undo: bool | None
|
|
106
106
|
"""
|
|
107
107
|
|
|
108
108
|
def clip_border(
|
|
109
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
109
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
110
110
|
execution_context: int | str | None = None,
|
|
111
111
|
undo: bool | None = None,
|
|
112
112
|
*,
|
|
@@ -118,7 +118,7 @@ def clip_border(
|
|
|
118
118
|
):
|
|
119
119
|
"""Set the view clipping region
|
|
120
120
|
|
|
121
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
121
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
122
122
|
:type execution_context: int | str | None
|
|
123
123
|
:type undo: bool | None
|
|
124
124
|
:param xmin: X Min
|
|
@@ -134,19 +134,19 @@ def clip_border(
|
|
|
134
134
|
"""
|
|
135
135
|
|
|
136
136
|
def copybuffer(
|
|
137
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
138
138
|
execution_context: int | str | None = None,
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
):
|
|
141
141
|
"""Copy the selected objects to the internal clipboard
|
|
142
142
|
|
|
143
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
143
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
144
144
|
:type execution_context: int | str | None
|
|
145
145
|
:type undo: bool | None
|
|
146
146
|
"""
|
|
147
147
|
|
|
148
148
|
def cursor3d(
|
|
149
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
149
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
150
150
|
execution_context: int | str | None = None,
|
|
151
151
|
undo: bool | None = None,
|
|
152
152
|
*,
|
|
@@ -155,7 +155,7 @@ def cursor3d(
|
|
|
155
155
|
):
|
|
156
156
|
"""Set the location of the 3D cursor
|
|
157
157
|
|
|
158
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
158
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
159
159
|
:type execution_context: int | str | None
|
|
160
160
|
:type undo: bool | None
|
|
161
161
|
:param use_depth: Surface Project, Project onto the surface
|
|
@@ -177,7 +177,7 @@ def cursor3d(
|
|
|
177
177
|
"""
|
|
178
178
|
|
|
179
179
|
def dolly(
|
|
180
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
180
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
181
181
|
execution_context: int | str | None = None,
|
|
182
182
|
undo: bool | None = None,
|
|
183
183
|
*,
|
|
@@ -188,7 +188,7 @@ def dolly(
|
|
|
188
188
|
):
|
|
189
189
|
"""Dolly in/out in the view
|
|
190
190
|
|
|
191
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
191
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
192
192
|
:type execution_context: int | str | None
|
|
193
193
|
:type undo: bool | None
|
|
194
194
|
:param mx: Region Position X
|
|
@@ -202,7 +202,7 @@ def dolly(
|
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
def drop_world(
|
|
205
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
205
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
206
206
|
execution_context: int | str | None = None,
|
|
207
207
|
undo: bool | None = None,
|
|
208
208
|
*,
|
|
@@ -211,7 +211,7 @@ def drop_world(
|
|
|
211
211
|
):
|
|
212
212
|
"""Drop a world into the scene
|
|
213
213
|
|
|
214
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
214
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
215
215
|
:type execution_context: int | str | None
|
|
216
216
|
:type undo: bool | None
|
|
217
217
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -221,31 +221,31 @@ def drop_world(
|
|
|
221
221
|
"""
|
|
222
222
|
|
|
223
223
|
def edit_mesh_extrude_individual_move(
|
|
224
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
224
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
225
225
|
execution_context: int | str | None = None,
|
|
226
226
|
undo: bool | None = None,
|
|
227
227
|
):
|
|
228
228
|
"""Extrude each individual face separately along local normals
|
|
229
229
|
|
|
230
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
230
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
231
231
|
:type execution_context: int | str | None
|
|
232
232
|
:type undo: bool | None
|
|
233
233
|
"""
|
|
234
234
|
|
|
235
235
|
def edit_mesh_extrude_manifold_normal(
|
|
236
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
236
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
237
237
|
execution_context: int | str | None = None,
|
|
238
238
|
undo: bool | None = None,
|
|
239
239
|
):
|
|
240
240
|
"""Extrude manifold region along normals
|
|
241
241
|
|
|
242
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
242
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
243
243
|
:type execution_context: int | str | None
|
|
244
244
|
:type undo: bool | None
|
|
245
245
|
"""
|
|
246
246
|
|
|
247
247
|
def edit_mesh_extrude_move_normal(
|
|
248
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
248
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
249
249
|
execution_context: int | str | None = None,
|
|
250
250
|
undo: bool | None = None,
|
|
251
251
|
*,
|
|
@@ -253,7 +253,7 @@ def edit_mesh_extrude_move_normal(
|
|
|
253
253
|
):
|
|
254
254
|
"""Extrude region together along the average normal
|
|
255
255
|
|
|
256
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
256
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
257
257
|
:type execution_context: int | str | None
|
|
258
258
|
:type undo: bool | None
|
|
259
259
|
:param dissolve_and_intersect: dissolve_and_intersect, Dissolves adjacent faces and intersects new geometry
|
|
@@ -261,31 +261,31 @@ def edit_mesh_extrude_move_normal(
|
|
|
261
261
|
"""
|
|
262
262
|
|
|
263
263
|
def edit_mesh_extrude_move_shrink_fatten(
|
|
264
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
264
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
265
265
|
execution_context: int | str | None = None,
|
|
266
266
|
undo: bool | None = None,
|
|
267
267
|
):
|
|
268
268
|
"""Extrude region together along local normals
|
|
269
269
|
|
|
270
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
270
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
271
271
|
:type execution_context: int | str | None
|
|
272
272
|
:type undo: bool | None
|
|
273
273
|
"""
|
|
274
274
|
|
|
275
275
|
def fly(
|
|
276
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
276
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
277
277
|
execution_context: int | str | None = None,
|
|
278
278
|
undo: bool | None = None,
|
|
279
279
|
):
|
|
280
280
|
"""Interactively fly around the scene
|
|
281
281
|
|
|
282
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
282
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
283
283
|
:type execution_context: int | str | None
|
|
284
284
|
:type undo: bool | None
|
|
285
285
|
"""
|
|
286
286
|
|
|
287
287
|
def interactive_add(
|
|
288
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
288
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
289
289
|
execution_context: int | str | None = None,
|
|
290
290
|
undo: bool | None = None,
|
|
291
291
|
*,
|
|
@@ -301,7 +301,7 @@ def interactive_add(
|
|
|
301
301
|
):
|
|
302
302
|
"""Interactively add an object
|
|
303
303
|
|
|
304
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
304
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
305
305
|
:type execution_context: int | str | None
|
|
306
306
|
:type undo: bool | None
|
|
307
307
|
:param primitive_type: Primitive
|
|
@@ -343,7 +343,7 @@ def interactive_add(
|
|
|
343
343
|
"""
|
|
344
344
|
|
|
345
345
|
def localview(
|
|
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
|
*,
|
|
@@ -351,7 +351,7 @@ def localview(
|
|
|
351
351
|
):
|
|
352
352
|
"""Toggle display of selected object(s) separately and centered in view
|
|
353
353
|
|
|
354
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
354
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
355
355
|
:type execution_context: int | str | None
|
|
356
356
|
:type undo: bool | None
|
|
357
357
|
:param frame_selected: Frame Selected, Move the view to frame the selected objects
|
|
@@ -359,19 +359,19 @@ def localview(
|
|
|
359
359
|
"""
|
|
360
360
|
|
|
361
361
|
def localview_remove_from(
|
|
362
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
362
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
363
363
|
execution_context: int | str | None = None,
|
|
364
364
|
undo: bool | None = None,
|
|
365
365
|
):
|
|
366
366
|
"""Move selected objects out of local view
|
|
367
367
|
|
|
368
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
368
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
369
369
|
:type execution_context: int | str | None
|
|
370
370
|
:type undo: bool | None
|
|
371
371
|
"""
|
|
372
372
|
|
|
373
373
|
def move(
|
|
374
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
374
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
375
375
|
execution_context: int | str | None = None,
|
|
376
376
|
undo: bool | None = None,
|
|
377
377
|
*,
|
|
@@ -379,7 +379,7 @@ def move(
|
|
|
379
379
|
):
|
|
380
380
|
"""Move the view
|
|
381
381
|
|
|
382
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
382
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
383
383
|
:type execution_context: int | str | None
|
|
384
384
|
:type undo: bool | None
|
|
385
385
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
@@ -387,91 +387,91 @@ def move(
|
|
|
387
387
|
"""
|
|
388
388
|
|
|
389
389
|
def navigate(
|
|
390
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
390
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
391
391
|
execution_context: int | str | None = None,
|
|
392
392
|
undo: bool | None = None,
|
|
393
393
|
):
|
|
394
394
|
"""Interactively navigate around the scene (uses the mode (walk/fly) preference)
|
|
395
395
|
|
|
396
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
396
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
397
397
|
:type execution_context: int | str | None
|
|
398
398
|
:type undo: bool | None
|
|
399
399
|
"""
|
|
400
400
|
|
|
401
401
|
def ndof_all(
|
|
402
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
402
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
403
403
|
execution_context: int | str | None = None,
|
|
404
404
|
undo: bool | None = None,
|
|
405
405
|
):
|
|
406
406
|
"""Pan and rotate the view with the 3D mouse
|
|
407
407
|
|
|
408
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
408
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
409
409
|
:type execution_context: int | str | None
|
|
410
410
|
:type undo: bool | None
|
|
411
411
|
"""
|
|
412
412
|
|
|
413
413
|
def ndof_orbit(
|
|
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
|
"""Orbit the view using the 3D mouse
|
|
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 ndof_orbit_zoom(
|
|
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
|
):
|
|
430
430
|
"""Orbit and zoom the view using the 3D mouse
|
|
431
431
|
|
|
432
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
432
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
433
433
|
:type execution_context: int | str | None
|
|
434
434
|
:type undo: bool | None
|
|
435
435
|
"""
|
|
436
436
|
|
|
437
437
|
def ndof_pan(
|
|
438
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
438
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
439
439
|
execution_context: int | str | None = None,
|
|
440
440
|
undo: bool | None = None,
|
|
441
441
|
):
|
|
442
442
|
"""Pan the view with the 3D mouse
|
|
443
443
|
|
|
444
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
444
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
445
445
|
:type execution_context: int | str | None
|
|
446
446
|
:type undo: bool | None
|
|
447
447
|
"""
|
|
448
448
|
|
|
449
449
|
def object_as_camera(
|
|
450
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
450
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
451
451
|
execution_context: int | str | None = None,
|
|
452
452
|
undo: bool | None = None,
|
|
453
453
|
):
|
|
454
454
|
"""Set the active object as the active camera for this view or scene
|
|
455
455
|
|
|
456
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
456
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
457
457
|
:type execution_context: int | str | None
|
|
458
458
|
:type undo: bool | None
|
|
459
459
|
"""
|
|
460
460
|
|
|
461
461
|
def object_mode_pie_or_toggle(
|
|
462
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
462
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
463
463
|
execution_context: int | str | None = None,
|
|
464
464
|
undo: bool | None = None,
|
|
465
465
|
):
|
|
466
466
|
"""Undocumented, consider contributing.
|
|
467
467
|
|
|
468
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
468
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
469
469
|
:type execution_context: int | str | None
|
|
470
470
|
:type undo: bool | None
|
|
471
471
|
"""
|
|
472
472
|
|
|
473
473
|
def pastebuffer(
|
|
474
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
474
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
475
475
|
execution_context: int | str | None = None,
|
|
476
476
|
undo: bool | None = None,
|
|
477
477
|
*,
|
|
@@ -480,7 +480,7 @@ def pastebuffer(
|
|
|
480
480
|
):
|
|
481
481
|
"""Paste objects from the internal clipboard
|
|
482
482
|
|
|
483
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
483
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
484
484
|
:type execution_context: int | str | None
|
|
485
485
|
:type undo: bool | None
|
|
486
486
|
:param autoselect: Select, Select pasted objects
|
|
@@ -490,7 +490,7 @@ def pastebuffer(
|
|
|
490
490
|
"""
|
|
491
491
|
|
|
492
492
|
def render_border(
|
|
493
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
493
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
494
494
|
execution_context: int | str | None = None,
|
|
495
495
|
undo: bool | None = None,
|
|
496
496
|
*,
|
|
@@ -502,7 +502,7 @@ def render_border(
|
|
|
502
502
|
):
|
|
503
503
|
"""Set the boundaries of the border render and enable border render
|
|
504
504
|
|
|
505
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
505
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
506
506
|
:type execution_context: int | str | None
|
|
507
507
|
:type undo: bool | None
|
|
508
508
|
:param xmin: X Min
|
|
@@ -518,7 +518,7 @@ def render_border(
|
|
|
518
518
|
"""
|
|
519
519
|
|
|
520
520
|
def rotate(
|
|
521
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
521
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
522
522
|
execution_context: int | str | None = None,
|
|
523
523
|
undo: bool | None = None,
|
|
524
524
|
*,
|
|
@@ -526,7 +526,7 @@ def rotate(
|
|
|
526
526
|
):
|
|
527
527
|
"""Rotate the view
|
|
528
528
|
|
|
529
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
530
530
|
:type execution_context: int | str | None
|
|
531
531
|
:type undo: bool | None
|
|
532
532
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
@@ -534,31 +534,31 @@ def rotate(
|
|
|
534
534
|
"""
|
|
535
535
|
|
|
536
536
|
def ruler_add(
|
|
537
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
537
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
538
538
|
execution_context: int | str | None = None,
|
|
539
539
|
undo: bool | None = None,
|
|
540
540
|
):
|
|
541
541
|
"""Add ruler
|
|
542
542
|
|
|
543
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
543
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
544
544
|
:type execution_context: int | str | None
|
|
545
545
|
:type undo: bool | None
|
|
546
546
|
"""
|
|
547
547
|
|
|
548
548
|
def ruler_remove(
|
|
549
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
549
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
550
550
|
execution_context: int | str | None = None,
|
|
551
551
|
undo: bool | None = None,
|
|
552
552
|
):
|
|
553
553
|
"""Undocumented, consider contributing.
|
|
554
554
|
|
|
555
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
555
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
556
556
|
:type execution_context: int | str | None
|
|
557
557
|
:type undo: bool | None
|
|
558
558
|
"""
|
|
559
559
|
|
|
560
560
|
def select(
|
|
561
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
561
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
562
562
|
execution_context: int | str | None = None,
|
|
563
563
|
undo: bool | None = None,
|
|
564
564
|
*,
|
|
@@ -574,7 +574,7 @@ def select(
|
|
|
574
574
|
):
|
|
575
575
|
"""Select and activate item(s)
|
|
576
576
|
|
|
577
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
577
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
578
578
|
:type execution_context: int | str | None
|
|
579
579
|
:type undo: bool | None
|
|
580
580
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -598,7 +598,7 @@ def select(
|
|
|
598
598
|
"""
|
|
599
599
|
|
|
600
600
|
def select_box(
|
|
601
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
601
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
602
602
|
execution_context: int | str | None = None,
|
|
603
603
|
undo: bool | None = None,
|
|
604
604
|
*,
|
|
@@ -611,7 +611,7 @@ def select_box(
|
|
|
611
611
|
):
|
|
612
612
|
"""Select items using box selection
|
|
613
613
|
|
|
614
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
614
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
615
615
|
:type execution_context: int | str | None
|
|
616
616
|
:type undo: bool | None
|
|
617
617
|
:param xmin: X Min
|
|
@@ -644,7 +644,7 @@ def select_box(
|
|
|
644
644
|
"""
|
|
645
645
|
|
|
646
646
|
def select_circle(
|
|
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
|
*,
|
|
@@ -656,7 +656,7 @@ def select_circle(
|
|
|
656
656
|
):
|
|
657
657
|
"""Select items using circle selection
|
|
658
658
|
|
|
659
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
659
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
660
660
|
:type execution_context: int | str | None
|
|
661
661
|
:type undo: bool | None
|
|
662
662
|
:param x: X
|
|
@@ -681,7 +681,7 @@ def select_circle(
|
|
|
681
681
|
"""
|
|
682
682
|
|
|
683
683
|
def select_lasso(
|
|
684
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
684
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
685
685
|
execution_context: int | str | None = None,
|
|
686
686
|
undo: bool | None = None,
|
|
687
687
|
*,
|
|
@@ -693,7 +693,7 @@ def select_lasso(
|
|
|
693
693
|
):
|
|
694
694
|
"""Select items using lasso selection
|
|
695
695
|
|
|
696
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
696
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
697
697
|
:type execution_context: int | str | None
|
|
698
698
|
:type undo: bool | None
|
|
699
699
|
:param path: Path
|
|
@@ -724,7 +724,7 @@ def select_lasso(
|
|
|
724
724
|
"""
|
|
725
725
|
|
|
726
726
|
def select_menu(
|
|
727
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
727
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
728
728
|
execution_context: int | str | None = None,
|
|
729
729
|
undo: bool | None = None,
|
|
730
730
|
*,
|
|
@@ -735,7 +735,7 @@ def select_menu(
|
|
|
735
735
|
):
|
|
736
736
|
"""Menu object selection
|
|
737
737
|
|
|
738
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
738
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
739
739
|
:type execution_context: int | str | None
|
|
740
740
|
:type undo: bool | None
|
|
741
741
|
:param name: Object Name
|
|
@@ -749,79 +749,79 @@ def select_menu(
|
|
|
749
749
|
"""
|
|
750
750
|
|
|
751
751
|
def smoothview(
|
|
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
|
):
|
|
756
756
|
"""Undocumented, consider contributing.
|
|
757
757
|
|
|
758
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
758
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
759
759
|
:type execution_context: int | str | None
|
|
760
760
|
:type undo: bool | None
|
|
761
761
|
"""
|
|
762
762
|
|
|
763
763
|
def snap_cursor_to_active(
|
|
764
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
764
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
765
765
|
execution_context: int | str | None = None,
|
|
766
766
|
undo: bool | None = None,
|
|
767
767
|
):
|
|
768
768
|
"""Snap 3D cursor to the active item
|
|
769
769
|
|
|
770
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
770
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
771
771
|
:type execution_context: int | str | None
|
|
772
772
|
:type undo: bool | None
|
|
773
773
|
"""
|
|
774
774
|
|
|
775
775
|
def snap_cursor_to_center(
|
|
776
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
776
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
777
777
|
execution_context: int | str | None = None,
|
|
778
778
|
undo: bool | None = None,
|
|
779
779
|
):
|
|
780
780
|
"""Snap 3D cursor to the world origin
|
|
781
781
|
|
|
782
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
782
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
783
783
|
:type execution_context: int | str | None
|
|
784
784
|
:type undo: bool | None
|
|
785
785
|
"""
|
|
786
786
|
|
|
787
787
|
def snap_cursor_to_grid(
|
|
788
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
788
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
789
789
|
execution_context: int | str | None = None,
|
|
790
790
|
undo: bool | None = None,
|
|
791
791
|
):
|
|
792
792
|
"""Snap 3D cursor to the nearest grid division
|
|
793
793
|
|
|
794
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
794
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
795
795
|
:type execution_context: int | str | None
|
|
796
796
|
:type undo: bool | None
|
|
797
797
|
"""
|
|
798
798
|
|
|
799
799
|
def snap_cursor_to_selected(
|
|
800
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
800
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
801
801
|
execution_context: int | str | None = None,
|
|
802
802
|
undo: bool | None = None,
|
|
803
803
|
):
|
|
804
804
|
"""Snap 3D cursor to the middle of the selected item(s)
|
|
805
805
|
|
|
806
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
806
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
807
807
|
:type execution_context: int | str | None
|
|
808
808
|
:type undo: bool | None
|
|
809
809
|
"""
|
|
810
810
|
|
|
811
811
|
def snap_selected_to_active(
|
|
812
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
812
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
813
813
|
execution_context: int | str | None = None,
|
|
814
814
|
undo: bool | None = None,
|
|
815
815
|
):
|
|
816
816
|
"""Snap selected item(s) to the active item
|
|
817
817
|
|
|
818
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
818
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
819
819
|
:type execution_context: int | str | None
|
|
820
820
|
:type undo: bool | None
|
|
821
821
|
"""
|
|
822
822
|
|
|
823
823
|
def snap_selected_to_cursor(
|
|
824
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
824
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
825
825
|
execution_context: int | str | None = None,
|
|
826
826
|
undo: bool | None = None,
|
|
827
827
|
*,
|
|
@@ -829,7 +829,7 @@ def snap_selected_to_cursor(
|
|
|
829
829
|
):
|
|
830
830
|
"""Snap selected item(s) to the 3D cursor
|
|
831
831
|
|
|
832
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
832
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
833
833
|
:type execution_context: int | str | None
|
|
834
834
|
:type undo: bool | None
|
|
835
835
|
:param use_offset: Offset, If the selection should be snapped as a whole or by each object center
|
|
@@ -837,31 +837,31 @@ def snap_selected_to_cursor(
|
|
|
837
837
|
"""
|
|
838
838
|
|
|
839
839
|
def snap_selected_to_grid(
|
|
840
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
840
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
841
841
|
execution_context: int | str | None = None,
|
|
842
842
|
undo: bool | None = None,
|
|
843
843
|
):
|
|
844
844
|
"""Snap selected item(s) to their nearest grid division
|
|
845
845
|
|
|
846
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
846
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
847
847
|
:type execution_context: int | str | None
|
|
848
848
|
:type undo: bool | None
|
|
849
849
|
"""
|
|
850
850
|
|
|
851
851
|
def toggle_matcap_flip(
|
|
852
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
852
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
853
853
|
execution_context: int | str | None = None,
|
|
854
854
|
undo: bool | None = None,
|
|
855
855
|
):
|
|
856
856
|
"""Flip MatCap
|
|
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
|
"""
|
|
862
862
|
|
|
863
863
|
def toggle_shading(
|
|
864
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
864
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
865
865
|
execution_context: int | str | None = None,
|
|
866
866
|
undo: bool | None = None,
|
|
867
867
|
*,
|
|
@@ -870,7 +870,7 @@ def toggle_shading(
|
|
|
870
870
|
):
|
|
871
871
|
"""Toggle shading type in 3D viewport
|
|
872
872
|
|
|
873
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
873
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
874
874
|
:type execution_context: int | str | None
|
|
875
875
|
:type undo: bool | None
|
|
876
876
|
:param type: Type, Shading type to toggle
|
|
@@ -890,19 +890,19 @@ def toggle_shading(
|
|
|
890
890
|
"""
|
|
891
891
|
|
|
892
892
|
def toggle_xray(
|
|
893
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
893
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
894
894
|
execution_context: int | str | None = None,
|
|
895
895
|
undo: bool | None = None,
|
|
896
896
|
):
|
|
897
897
|
"""Transparent scene display. Allow selecting through items
|
|
898
898
|
|
|
899
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
899
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
900
900
|
:type execution_context: int | str | None
|
|
901
901
|
:type undo: bool | None
|
|
902
902
|
"""
|
|
903
903
|
|
|
904
904
|
def transform_gizmo_set(
|
|
905
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
905
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
906
906
|
execution_context: int | str | None = None,
|
|
907
907
|
undo: bool | None = None,
|
|
908
908
|
*,
|
|
@@ -911,7 +911,7 @@ def transform_gizmo_set(
|
|
|
911
911
|
):
|
|
912
912
|
"""Set the current transform gizmo
|
|
913
913
|
|
|
914
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
914
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
915
915
|
:type execution_context: int | str | None
|
|
916
916
|
:type undo: bool | None
|
|
917
917
|
:param extend: Extend
|
|
@@ -921,7 +921,7 @@ def transform_gizmo_set(
|
|
|
921
921
|
"""
|
|
922
922
|
|
|
923
923
|
def view_all(
|
|
924
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
924
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
925
925
|
execution_context: int | str | None = None,
|
|
926
926
|
undo: bool | None = None,
|
|
927
927
|
*,
|
|
@@ -930,7 +930,7 @@ def view_all(
|
|
|
930
930
|
):
|
|
931
931
|
"""View all objects in scene
|
|
932
932
|
|
|
933
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
933
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
934
934
|
:type execution_context: int | str | None
|
|
935
935
|
:type undo: bool | None
|
|
936
936
|
:param use_all_regions: All Regions, View selected for all regions
|
|
@@ -940,7 +940,7 @@ def view_all(
|
|
|
940
940
|
"""
|
|
941
941
|
|
|
942
942
|
def view_axis(
|
|
943
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
943
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
944
944
|
execution_context: int | str | None = None,
|
|
945
945
|
undo: bool | None = None,
|
|
946
946
|
*,
|
|
@@ -951,7 +951,7 @@ def view_axis(
|
|
|
951
951
|
):
|
|
952
952
|
"""Use a preset viewpoint
|
|
953
953
|
|
|
954
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
954
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
955
955
|
:type execution_context: int | str | None
|
|
956
956
|
:type undo: bool | None
|
|
957
957
|
:param type: View, Preset viewpoint to use
|
|
@@ -981,91 +981,91 @@ def view_axis(
|
|
|
981
981
|
"""
|
|
982
982
|
|
|
983
983
|
def view_camera(
|
|
984
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
984
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
985
985
|
execution_context: int | str | None = None,
|
|
986
986
|
undo: bool | None = None,
|
|
987
987
|
):
|
|
988
988
|
"""Toggle the camera view
|
|
989
989
|
|
|
990
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
990
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
991
991
|
:type execution_context: int | str | None
|
|
992
992
|
:type undo: bool | None
|
|
993
993
|
"""
|
|
994
994
|
|
|
995
995
|
def view_center_camera(
|
|
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
|
):
|
|
1000
1000
|
"""Center the camera view, resizing the view to fit its bounds
|
|
1001
1001
|
|
|
1002
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1002
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1003
1003
|
:type execution_context: int | str | None
|
|
1004
1004
|
:type undo: bool | None
|
|
1005
1005
|
"""
|
|
1006
1006
|
|
|
1007
1007
|
def view_center_cursor(
|
|
1008
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1008
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1009
1009
|
execution_context: int | str | None = None,
|
|
1010
1010
|
undo: bool | None = None,
|
|
1011
1011
|
):
|
|
1012
1012
|
"""Center the view so that the cursor is in the middle of the view
|
|
1013
1013
|
|
|
1014
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1014
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1015
1015
|
:type execution_context: int | str | None
|
|
1016
1016
|
:type undo: bool | None
|
|
1017
1017
|
"""
|
|
1018
1018
|
|
|
1019
1019
|
def view_center_lock(
|
|
1020
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1020
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1021
1021
|
execution_context: int | str | None = None,
|
|
1022
1022
|
undo: bool | None = None,
|
|
1023
1023
|
):
|
|
1024
1024
|
"""Center the view lock offset
|
|
1025
1025
|
|
|
1026
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1026
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1027
1027
|
:type execution_context: int | str | None
|
|
1028
1028
|
:type undo: bool | None
|
|
1029
1029
|
"""
|
|
1030
1030
|
|
|
1031
1031
|
def view_center_pick(
|
|
1032
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1032
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1033
1033
|
execution_context: int | str | None = None,
|
|
1034
1034
|
undo: bool | None = None,
|
|
1035
1035
|
):
|
|
1036
1036
|
"""Center the view to the Z-depth position under the mouse cursor
|
|
1037
1037
|
|
|
1038
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1038
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1039
1039
|
:type execution_context: int | str | None
|
|
1040
1040
|
:type undo: bool | None
|
|
1041
1041
|
"""
|
|
1042
1042
|
|
|
1043
1043
|
def view_lock_clear(
|
|
1044
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1044
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1045
1045
|
execution_context: int | str | None = None,
|
|
1046
1046
|
undo: bool | None = None,
|
|
1047
1047
|
):
|
|
1048
1048
|
"""Clear all view locking
|
|
1049
1049
|
|
|
1050
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1050
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1051
1051
|
:type execution_context: int | str | None
|
|
1052
1052
|
:type undo: bool | None
|
|
1053
1053
|
"""
|
|
1054
1054
|
|
|
1055
1055
|
def view_lock_to_active(
|
|
1056
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1056
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1057
1057
|
execution_context: int | str | None = None,
|
|
1058
1058
|
undo: bool | None = None,
|
|
1059
1059
|
):
|
|
1060
1060
|
"""Lock the view to the active object/bone
|
|
1061
1061
|
|
|
1062
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1062
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1063
1063
|
:type execution_context: int | str | None
|
|
1064
1064
|
:type undo: bool | None
|
|
1065
1065
|
"""
|
|
1066
1066
|
|
|
1067
1067
|
def view_orbit(
|
|
1068
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1068
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1069
1069
|
execution_context: int | str | None = None,
|
|
1070
1070
|
undo: bool | None = None,
|
|
1071
1071
|
*,
|
|
@@ -1075,7 +1075,7 @@ def view_orbit(
|
|
|
1075
1075
|
):
|
|
1076
1076
|
"""Orbit the view
|
|
1077
1077
|
|
|
1078
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1078
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1079
1079
|
:type execution_context: int | str | None
|
|
1080
1080
|
:type undo: bool | None
|
|
1081
1081
|
:param angle: Roll
|
|
@@ -1097,7 +1097,7 @@ def view_orbit(
|
|
|
1097
1097
|
"""
|
|
1098
1098
|
|
|
1099
1099
|
def view_pan(
|
|
1100
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1100
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1101
1101
|
execution_context: int | str | None = None,
|
|
1102
1102
|
undo: bool | None = None,
|
|
1103
1103
|
*,
|
|
@@ -1105,7 +1105,7 @@ def view_pan(
|
|
|
1105
1105
|
):
|
|
1106
1106
|
"""Pan the view in a given direction
|
|
1107
1107
|
|
|
1108
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1108
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1109
1109
|
:type execution_context: int | str | None
|
|
1110
1110
|
:type undo: bool | None
|
|
1111
1111
|
:param type: Pan, Direction of View Pan
|
|
@@ -1125,19 +1125,19 @@ def view_pan(
|
|
|
1125
1125
|
"""
|
|
1126
1126
|
|
|
1127
1127
|
def view_persportho(
|
|
1128
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1128
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1129
1129
|
execution_context: int | str | None = None,
|
|
1130
1130
|
undo: bool | None = None,
|
|
1131
1131
|
):
|
|
1132
1132
|
"""Switch the current view from perspective/orthographic projection
|
|
1133
1133
|
|
|
1134
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1134
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1135
1135
|
:type execution_context: int | str | None
|
|
1136
1136
|
:type undo: bool | None
|
|
1137
1137
|
"""
|
|
1138
1138
|
|
|
1139
1139
|
def view_roll(
|
|
1140
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1140
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1141
1141
|
execution_context: int | str | None = None,
|
|
1142
1142
|
undo: bool | None = None,
|
|
1143
1143
|
*,
|
|
@@ -1146,7 +1146,7 @@ def view_roll(
|
|
|
1146
1146
|
):
|
|
1147
1147
|
"""Roll the view
|
|
1148
1148
|
|
|
1149
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1149
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1150
1150
|
:type execution_context: int | str | None
|
|
1151
1151
|
:type undo: bool | None
|
|
1152
1152
|
:param angle: Roll
|
|
@@ -1165,7 +1165,7 @@ def view_roll(
|
|
|
1165
1165
|
"""
|
|
1166
1166
|
|
|
1167
1167
|
def view_selected(
|
|
1168
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1168
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1169
1169
|
execution_context: int | str | None = None,
|
|
1170
1170
|
undo: bool | None = None,
|
|
1171
1171
|
*,
|
|
@@ -1173,7 +1173,7 @@ def view_selected(
|
|
|
1173
1173
|
):
|
|
1174
1174
|
"""Move the view to the selection center
|
|
1175
1175
|
|
|
1176
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1176
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1177
1177
|
:type execution_context: int | str | None
|
|
1178
1178
|
:type undo: bool | None
|
|
1179
1179
|
:param use_all_regions: All Regions, View selected for all regions
|
|
@@ -1181,19 +1181,19 @@ def view_selected(
|
|
|
1181
1181
|
"""
|
|
1182
1182
|
|
|
1183
1183
|
def walk(
|
|
1184
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1184
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1185
1185
|
execution_context: int | str | None = None,
|
|
1186
1186
|
undo: bool | None = None,
|
|
1187
1187
|
):
|
|
1188
1188
|
"""Interactively walk around the scene
|
|
1189
1189
|
|
|
1190
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1191
1191
|
:type execution_context: int | str | None
|
|
1192
1192
|
:type undo: bool | None
|
|
1193
1193
|
"""
|
|
1194
1194
|
|
|
1195
1195
|
def zoom(
|
|
1196
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1196
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1197
1197
|
execution_context: int | str | None = None,
|
|
1198
1198
|
undo: bool | None = None,
|
|
1199
1199
|
*,
|
|
@@ -1204,7 +1204,7 @@ def zoom(
|
|
|
1204
1204
|
):
|
|
1205
1205
|
"""Zoom in/out in the view
|
|
1206
1206
|
|
|
1207
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1207
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1208
1208
|
:type execution_context: int | str | None
|
|
1209
1209
|
:type undo: bool | None
|
|
1210
1210
|
:param mx: Region Position X
|
|
@@ -1218,7 +1218,7 @@ def zoom(
|
|
|
1218
1218
|
"""
|
|
1219
1219
|
|
|
1220
1220
|
def zoom_border(
|
|
1221
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1221
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1222
1222
|
execution_context: int | str | None = None,
|
|
1223
1223
|
undo: bool | None = None,
|
|
1224
1224
|
*,
|
|
@@ -1231,7 +1231,7 @@ def zoom_border(
|
|
|
1231
1231
|
):
|
|
1232
1232
|
"""Zoom in the view to the nearest object contained in the border
|
|
1233
1233
|
|
|
1234
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1234
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1235
1235
|
:type execution_context: int | str | None
|
|
1236
1236
|
:type undo: bool | None
|
|
1237
1237
|
:param xmin: X Min
|
|
@@ -1249,13 +1249,13 @@ def zoom_border(
|
|
|
1249
1249
|
"""
|
|
1250
1250
|
|
|
1251
1251
|
def zoom_camera_1_to_1(
|
|
1252
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1252
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1253
1253
|
execution_context: int | str | None = None,
|
|
1254
1254
|
undo: bool | None = None,
|
|
1255
1255
|
):
|
|
1256
1256
|
"""Match the camera to 1:1 to the render output
|
|
1257
1257
|
|
|
1258
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1258
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1259
1259
|
:type execution_context: int | str | None
|
|
1260
1260
|
:type undo: bool | None
|
|
1261
1261
|
"""
|