fake-bpy-module 20250629__py3-none-any.whl → 20250827__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250629.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
bpy/ops/scene/__init__.pyi
CHANGED
|
@@ -5,7 +5,9 @@ import numpy.typing as npt
|
|
|
5
5
|
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
7
|
def delete(
|
|
8
|
-
execution_context: int | str | None = None,
|
|
8
|
+
execution_context: int | str | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
10
|
+
/,
|
|
9
11
|
) -> None:
|
|
10
12
|
"""Delete active scene
|
|
11
13
|
|
|
@@ -29,7 +31,9 @@ def drop_scene_asset(
|
|
|
29
31
|
"""
|
|
30
32
|
|
|
31
33
|
def freestyle_add_edge_marks_to_keying_set(
|
|
32
|
-
execution_context: int | str | None = None,
|
|
34
|
+
execution_context: int | str | None = None,
|
|
35
|
+
undo: bool | None = None,
|
|
36
|
+
/,
|
|
33
37
|
) -> None:
|
|
34
38
|
"""Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
|
|
35
39
|
|
|
@@ -38,7 +42,9 @@ def freestyle_add_edge_marks_to_keying_set(
|
|
|
38
42
|
"""
|
|
39
43
|
|
|
40
44
|
def freestyle_add_face_marks_to_keying_set(
|
|
41
|
-
execution_context: int | str | None = None,
|
|
45
|
+
execution_context: int | str | None = None,
|
|
46
|
+
undo: bool | None = None,
|
|
47
|
+
/,
|
|
42
48
|
) -> None:
|
|
43
49
|
"""Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
|
|
44
50
|
|
|
@@ -122,7 +128,9 @@ def freestyle_geometry_modifier_add(
|
|
|
122
128
|
"""
|
|
123
129
|
|
|
124
130
|
def freestyle_lineset_add(
|
|
125
|
-
execution_context: int | str | None = None,
|
|
131
|
+
execution_context: int | str | None = None,
|
|
132
|
+
undo: bool | None = None,
|
|
133
|
+
/,
|
|
126
134
|
) -> None:
|
|
127
135
|
"""Add a line set into the list of line sets
|
|
128
136
|
|
|
@@ -131,7 +139,9 @@ def freestyle_lineset_add(
|
|
|
131
139
|
"""
|
|
132
140
|
|
|
133
141
|
def freestyle_lineset_copy(
|
|
134
|
-
execution_context: int | str | None = None,
|
|
142
|
+
execution_context: int | str | None = None,
|
|
143
|
+
undo: bool | None = None,
|
|
144
|
+
/,
|
|
135
145
|
) -> None:
|
|
136
146
|
"""Copy the active line set to the internal clipboard
|
|
137
147
|
|
|
@@ -155,7 +165,9 @@ def freestyle_lineset_move(
|
|
|
155
165
|
"""
|
|
156
166
|
|
|
157
167
|
def freestyle_lineset_paste(
|
|
158
|
-
execution_context: int | str | None = None,
|
|
168
|
+
execution_context: int | str | None = None,
|
|
169
|
+
undo: bool | None = None,
|
|
170
|
+
/,
|
|
159
171
|
) -> None:
|
|
160
172
|
"""Paste the internal clipboard content to the active line set
|
|
161
173
|
|
|
@@ -164,7 +176,9 @@ def freestyle_lineset_paste(
|
|
|
164
176
|
"""
|
|
165
177
|
|
|
166
178
|
def freestyle_lineset_remove(
|
|
167
|
-
execution_context: int | str | None = None,
|
|
179
|
+
execution_context: int | str | None = None,
|
|
180
|
+
undo: bool | None = None,
|
|
181
|
+
/,
|
|
168
182
|
) -> None:
|
|
169
183
|
"""Remove the active line set from the list of line sets
|
|
170
184
|
|
|
@@ -173,7 +187,9 @@ def freestyle_lineset_remove(
|
|
|
173
187
|
"""
|
|
174
188
|
|
|
175
189
|
def freestyle_linestyle_new(
|
|
176
|
-
execution_context: int | str | None = None,
|
|
190
|
+
execution_context: int | str | None = None,
|
|
191
|
+
undo: bool | None = None,
|
|
192
|
+
/,
|
|
177
193
|
) -> None:
|
|
178
194
|
"""Create a new line style, reusable by multiple line sets
|
|
179
195
|
|
|
@@ -182,7 +198,9 @@ def freestyle_linestyle_new(
|
|
|
182
198
|
"""
|
|
183
199
|
|
|
184
200
|
def freestyle_modifier_copy(
|
|
185
|
-
execution_context: int | str | None = None,
|
|
201
|
+
execution_context: int | str | None = None,
|
|
202
|
+
undo: bool | None = None,
|
|
203
|
+
/,
|
|
186
204
|
) -> None:
|
|
187
205
|
"""Duplicate the modifier within the list of modifiers
|
|
188
206
|
|
|
@@ -206,7 +224,9 @@ def freestyle_modifier_move(
|
|
|
206
224
|
"""
|
|
207
225
|
|
|
208
226
|
def freestyle_modifier_remove(
|
|
209
|
-
execution_context: int | str | None = None,
|
|
227
|
+
execution_context: int | str | None = None,
|
|
228
|
+
undo: bool | None = None,
|
|
229
|
+
/,
|
|
210
230
|
) -> None:
|
|
211
231
|
"""Remove the modifier from the list of modifiers
|
|
212
232
|
|
|
@@ -215,7 +235,9 @@ def freestyle_modifier_remove(
|
|
|
215
235
|
"""
|
|
216
236
|
|
|
217
237
|
def freestyle_module_add(
|
|
218
|
-
execution_context: int | str | None = None,
|
|
238
|
+
execution_context: int | str | None = None,
|
|
239
|
+
undo: bool | None = None,
|
|
240
|
+
/,
|
|
219
241
|
) -> None:
|
|
220
242
|
"""Add a style module into the list of modules
|
|
221
243
|
|
|
@@ -257,7 +279,9 @@ def freestyle_module_open(
|
|
|
257
279
|
"""
|
|
258
280
|
|
|
259
281
|
def freestyle_module_remove(
|
|
260
|
-
execution_context: int | str | None = None,
|
|
282
|
+
execution_context: int | str | None = None,
|
|
283
|
+
undo: bool | None = None,
|
|
284
|
+
/,
|
|
261
285
|
) -> None:
|
|
262
286
|
"""Remove the style module from the stack
|
|
263
287
|
|
|
@@ -266,7 +290,9 @@ def freestyle_module_remove(
|
|
|
266
290
|
"""
|
|
267
291
|
|
|
268
292
|
def freestyle_stroke_material_create(
|
|
269
|
-
execution_context: int | str | None = None,
|
|
293
|
+
execution_context: int | str | None = None,
|
|
294
|
+
undo: bool | None = None,
|
|
295
|
+
/,
|
|
270
296
|
) -> None:
|
|
271
297
|
"""Create Freestyle stroke material for testing
|
|
272
298
|
|
|
@@ -291,7 +317,9 @@ def freestyle_thickness_modifier_add(
|
|
|
291
317
|
"""
|
|
292
318
|
|
|
293
319
|
def gltf2_action_filter_refresh(
|
|
294
|
-
execution_context: int | str | None = None,
|
|
320
|
+
execution_context: int | str | None = None,
|
|
321
|
+
undo: bool | None = None,
|
|
322
|
+
/,
|
|
295
323
|
) -> None:
|
|
296
324
|
"""Refresh list of actions
|
|
297
325
|
|
|
@@ -395,8 +423,37 @@ def new_sequencer(
|
|
|
395
423
|
:type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
|
|
396
424
|
"""
|
|
397
425
|
|
|
426
|
+
def new_sequencer_scene(
|
|
427
|
+
execution_context: int | str | None = None,
|
|
428
|
+
undo: bool | None = None,
|
|
429
|
+
/,
|
|
430
|
+
*,
|
|
431
|
+
type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
|
|
432
|
+
) -> None:
|
|
433
|
+
"""Add new scene to be used by the sequencer
|
|
434
|
+
|
|
435
|
+
:type execution_context: int | str | None
|
|
436
|
+
:type undo: bool | None
|
|
437
|
+
:param type: Type
|
|
438
|
+
|
|
439
|
+
NEW
|
|
440
|
+
New -- Add a new, empty scene with default settings.
|
|
441
|
+
|
|
442
|
+
EMPTY
|
|
443
|
+
Copy Settings -- Add a new, empty scene, and copy settings from the current scene.
|
|
444
|
+
|
|
445
|
+
LINK_COPY
|
|
446
|
+
Linked Copy -- Link in the collections from the current scene (shallow copy).
|
|
447
|
+
|
|
448
|
+
FULL_COPY
|
|
449
|
+
Full Copy -- Make a full copy of the current scene.
|
|
450
|
+
:type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
|
|
451
|
+
"""
|
|
452
|
+
|
|
398
453
|
def render_view_add(
|
|
399
|
-
execution_context: int | str | None = None,
|
|
454
|
+
execution_context: int | str | None = None,
|
|
455
|
+
undo: bool | None = None,
|
|
456
|
+
/,
|
|
400
457
|
) -> None:
|
|
401
458
|
"""Add a render view
|
|
402
459
|
|
|
@@ -405,7 +462,9 @@ def render_view_add(
|
|
|
405
462
|
"""
|
|
406
463
|
|
|
407
464
|
def render_view_remove(
|
|
408
|
-
execution_context: int | str | None = None,
|
|
465
|
+
execution_context: int | str | None = None,
|
|
466
|
+
undo: bool | None = None,
|
|
467
|
+
/,
|
|
409
468
|
) -> None:
|
|
410
469
|
"""Remove the selected render view
|
|
411
470
|
|
|
@@ -438,7 +497,9 @@ def view_layer_add(
|
|
|
438
497
|
"""
|
|
439
498
|
|
|
440
499
|
def view_layer_add_aov(
|
|
441
|
-
execution_context: int | str | None = None,
|
|
500
|
+
execution_context: int | str | None = None,
|
|
501
|
+
undo: bool | None = None,
|
|
502
|
+
/,
|
|
442
503
|
) -> None:
|
|
443
504
|
"""Add a Shader AOV
|
|
444
505
|
|
|
@@ -462,7 +523,9 @@ def view_layer_add_lightgroup(
|
|
|
462
523
|
"""
|
|
463
524
|
|
|
464
525
|
def view_layer_add_used_lightgroups(
|
|
465
|
-
execution_context: int | str | None = None,
|
|
526
|
+
execution_context: int | str | None = None,
|
|
527
|
+
undo: bool | None = None,
|
|
528
|
+
/,
|
|
466
529
|
) -> None:
|
|
467
530
|
"""Add all used Light Groups
|
|
468
531
|
|
|
@@ -471,7 +534,9 @@ def view_layer_add_used_lightgroups(
|
|
|
471
534
|
"""
|
|
472
535
|
|
|
473
536
|
def view_layer_remove(
|
|
474
|
-
execution_context: int | str | None = None,
|
|
537
|
+
execution_context: int | str | None = None,
|
|
538
|
+
undo: bool | None = None,
|
|
539
|
+
/,
|
|
475
540
|
) -> None:
|
|
476
541
|
"""Remove the selected view layer
|
|
477
542
|
|
|
@@ -480,7 +545,9 @@ def view_layer_remove(
|
|
|
480
545
|
"""
|
|
481
546
|
|
|
482
547
|
def view_layer_remove_aov(
|
|
483
|
-
execution_context: int | str | None = None,
|
|
548
|
+
execution_context: int | str | None = None,
|
|
549
|
+
undo: bool | None = None,
|
|
550
|
+
/,
|
|
484
551
|
) -> None:
|
|
485
552
|
"""Remove Active AOV
|
|
486
553
|
|
|
@@ -489,7 +556,9 @@ def view_layer_remove_aov(
|
|
|
489
556
|
"""
|
|
490
557
|
|
|
491
558
|
def view_layer_remove_lightgroup(
|
|
492
|
-
execution_context: int | str | None = None,
|
|
559
|
+
execution_context: int | str | None = None,
|
|
560
|
+
undo: bool | None = None,
|
|
561
|
+
/,
|
|
493
562
|
) -> None:
|
|
494
563
|
"""Remove Active Lightgroup
|
|
495
564
|
|
|
@@ -498,7 +567,9 @@ def view_layer_remove_lightgroup(
|
|
|
498
567
|
"""
|
|
499
568
|
|
|
500
569
|
def view_layer_remove_unused_lightgroups(
|
|
501
|
-
execution_context: int | str | None = None,
|
|
570
|
+
execution_context: int | str | None = None,
|
|
571
|
+
undo: bool | None = None,
|
|
572
|
+
/,
|
|
502
573
|
) -> None:
|
|
503
574
|
"""Remove all unused Light Groups
|
|
504
575
|
|
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -53,7 +53,9 @@ def animation_play(
|
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
55
|
def animation_step(
|
|
56
|
-
execution_context: int | str | None = None,
|
|
56
|
+
execution_context: int | str | None = None,
|
|
57
|
+
undo: bool | None = None,
|
|
58
|
+
/,
|
|
57
59
|
) -> None:
|
|
58
60
|
"""Step through animation by position
|
|
59
61
|
|
|
@@ -62,7 +64,9 @@ def animation_step(
|
|
|
62
64
|
"""
|
|
63
65
|
|
|
64
66
|
def area_close(
|
|
65
|
-
execution_context: int | str | None = None,
|
|
67
|
+
execution_context: int | str | None = None,
|
|
68
|
+
undo: bool | None = None,
|
|
69
|
+
/,
|
|
66
70
|
) -> None:
|
|
67
71
|
"""Close selected area
|
|
68
72
|
|
|
@@ -71,7 +75,9 @@ def area_close(
|
|
|
71
75
|
"""
|
|
72
76
|
|
|
73
77
|
def area_dupli(
|
|
74
|
-
execution_context: int | str | None = None,
|
|
78
|
+
execution_context: int | str | None = None,
|
|
79
|
+
undo: bool | None = None,
|
|
80
|
+
/,
|
|
75
81
|
) -> None:
|
|
76
82
|
"""Duplicate selected area into new window
|
|
77
83
|
|
|
@@ -119,7 +125,9 @@ def area_move(
|
|
|
119
125
|
"""
|
|
120
126
|
|
|
121
127
|
def area_options(
|
|
122
|
-
execution_context: int | str | None = None,
|
|
128
|
+
execution_context: int | str | None = None,
|
|
129
|
+
undo: bool | None = None,
|
|
130
|
+
/,
|
|
123
131
|
) -> None:
|
|
124
132
|
"""Operations for splitting and merging
|
|
125
133
|
|
|
@@ -164,7 +172,9 @@ def area_swap(
|
|
|
164
172
|
"""
|
|
165
173
|
|
|
166
174
|
def back_to_previous(
|
|
167
|
-
execution_context: int | str | None = None,
|
|
175
|
+
execution_context: int | str | None = None,
|
|
176
|
+
undo: bool | None = None,
|
|
177
|
+
/,
|
|
168
178
|
) -> None:
|
|
169
179
|
"""Revert back to the original screen layout, before fullscreen area overlay
|
|
170
180
|
|
|
@@ -173,7 +183,9 @@ def back_to_previous(
|
|
|
173
183
|
"""
|
|
174
184
|
|
|
175
185
|
def delete(
|
|
176
|
-
execution_context: int | str | None = None,
|
|
186
|
+
execution_context: int | str | None = None,
|
|
187
|
+
undo: bool | None = None,
|
|
188
|
+
/,
|
|
177
189
|
) -> None:
|
|
178
190
|
"""Delete active screen
|
|
179
191
|
|
|
@@ -182,7 +194,9 @@ def delete(
|
|
|
182
194
|
"""
|
|
183
195
|
|
|
184
196
|
def drivers_editor_show(
|
|
185
|
-
execution_context: int | str | None = None,
|
|
197
|
+
execution_context: int | str | None = None,
|
|
198
|
+
undo: bool | None = None,
|
|
199
|
+
/,
|
|
186
200
|
) -> None:
|
|
187
201
|
"""Show drivers editor in a separate window
|
|
188
202
|
|
|
@@ -221,7 +235,9 @@ def frame_offset(
|
|
|
221
235
|
"""
|
|
222
236
|
|
|
223
237
|
def header_toggle_menus(
|
|
224
|
-
execution_context: int | str | None = None,
|
|
238
|
+
execution_context: int | str | None = None,
|
|
239
|
+
undo: bool | None = None,
|
|
240
|
+
/,
|
|
225
241
|
) -> None:
|
|
226
242
|
"""Expand or collapse the header pull-down menus
|
|
227
243
|
|
|
@@ -230,7 +246,9 @@ def header_toggle_menus(
|
|
|
230
246
|
"""
|
|
231
247
|
|
|
232
248
|
def info_log_show(
|
|
233
|
-
execution_context: int | str | None = None,
|
|
249
|
+
execution_context: int | str | None = None,
|
|
250
|
+
undo: bool | None = None,
|
|
251
|
+
/,
|
|
234
252
|
) -> None:
|
|
235
253
|
"""Show info log in a separate window
|
|
236
254
|
|
|
@@ -268,7 +286,11 @@ def marker_jump(
|
|
|
268
286
|
:type next: bool | None
|
|
269
287
|
"""
|
|
270
288
|
|
|
271
|
-
def new(
|
|
289
|
+
def new(
|
|
290
|
+
execution_context: int | str | None = None,
|
|
291
|
+
undo: bool | None = None,
|
|
292
|
+
/,
|
|
293
|
+
) -> None:
|
|
272
294
|
"""Add a new screen
|
|
273
295
|
|
|
274
296
|
:type execution_context: int | str | None
|
|
@@ -276,7 +298,9 @@ def new(execution_context: int | str | None = None, undo: bool | None = None) ->
|
|
|
276
298
|
"""
|
|
277
299
|
|
|
278
300
|
def redo_last(
|
|
279
|
-
execution_context: int | str | None = None,
|
|
301
|
+
execution_context: int | str | None = None,
|
|
302
|
+
undo: bool | None = None,
|
|
303
|
+
/,
|
|
280
304
|
) -> None:
|
|
281
305
|
"""Display parameters for last action performed
|
|
282
306
|
|
|
@@ -285,7 +309,9 @@ def redo_last(
|
|
|
285
309
|
"""
|
|
286
310
|
|
|
287
311
|
def region_blend(
|
|
288
|
-
execution_context: int | str | None = None,
|
|
312
|
+
execution_context: int | str | None = None,
|
|
313
|
+
undo: bool | None = None,
|
|
314
|
+
/,
|
|
289
315
|
) -> None:
|
|
290
316
|
"""Blend in and out overlapping region
|
|
291
317
|
|
|
@@ -294,7 +320,9 @@ def region_blend(
|
|
|
294
320
|
"""
|
|
295
321
|
|
|
296
322
|
def region_context_menu(
|
|
297
|
-
execution_context: int | str | None = None,
|
|
323
|
+
execution_context: int | str | None = None,
|
|
324
|
+
undo: bool | None = None,
|
|
325
|
+
/,
|
|
298
326
|
) -> None:
|
|
299
327
|
"""Display region context menu
|
|
300
328
|
|
|
@@ -303,16 +331,20 @@ def region_context_menu(
|
|
|
303
331
|
"""
|
|
304
332
|
|
|
305
333
|
def region_flip(
|
|
306
|
-
execution_context: int | str | None = None,
|
|
334
|
+
execution_context: int | str | None = None,
|
|
335
|
+
undo: bool | None = None,
|
|
336
|
+
/,
|
|
307
337
|
) -> None:
|
|
308
|
-
"""Toggle the
|
|
338
|
+
"""Toggle the regions alignment (left/right or top/bottom)
|
|
309
339
|
|
|
310
340
|
:type execution_context: int | str | None
|
|
311
341
|
:type undo: bool | None
|
|
312
342
|
"""
|
|
313
343
|
|
|
314
344
|
def region_quadview(
|
|
315
|
-
execution_context: int | str | None = None,
|
|
345
|
+
execution_context: int | str | None = None,
|
|
346
|
+
undo: bool | None = None,
|
|
347
|
+
/,
|
|
316
348
|
) -> None:
|
|
317
349
|
"""Split selected area into camera, front, right, and top views
|
|
318
350
|
|
|
@@ -321,7 +353,9 @@ def region_quadview(
|
|
|
321
353
|
"""
|
|
322
354
|
|
|
323
355
|
def region_scale(
|
|
324
|
-
execution_context: int | str | None = None,
|
|
356
|
+
execution_context: int | str | None = None,
|
|
357
|
+
undo: bool | None = None,
|
|
358
|
+
/,
|
|
325
359
|
) -> None:
|
|
326
360
|
"""Scale selected area
|
|
327
361
|
|
|
@@ -360,7 +394,9 @@ def repeat_history(
|
|
|
360
394
|
"""
|
|
361
395
|
|
|
362
396
|
def repeat_last(
|
|
363
|
-
execution_context: int | str | None = None,
|
|
397
|
+
execution_context: int | str | None = None,
|
|
398
|
+
undo: bool | None = None,
|
|
399
|
+
/,
|
|
364
400
|
) -> None:
|
|
365
401
|
"""Repeat last action
|
|
366
402
|
|
|
@@ -379,7 +415,7 @@ def screen_full_area(
|
|
|
379
415
|
|
|
380
416
|
:type execution_context: int | str | None
|
|
381
417
|
:type undo: bool | None
|
|
382
|
-
:param use_hide_panels: Hide Panels, Hide all the panels
|
|
418
|
+
:param use_hide_panels: Hide Panels, Hide all the panels (Focus Mode)
|
|
383
419
|
:type use_hide_panels: bool | None
|
|
384
420
|
"""
|
|
385
421
|
|
|
@@ -627,7 +663,9 @@ def space_type_set_or_cycle(
|
|
|
627
663
|
"""
|
|
628
664
|
|
|
629
665
|
def spacedata_cleanup(
|
|
630
|
-
execution_context: int | str | None = None,
|
|
666
|
+
execution_context: int | str | None = None,
|
|
667
|
+
undo: bool | None = None,
|
|
668
|
+
/,
|
|
631
669
|
) -> None:
|
|
632
670
|
"""Remove unused settings for invisible editors
|
|
633
671
|
|
bpy/ops/script/__init__.pyi
CHANGED
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -37,9 +37,9 @@ def brush_stroke(
|
|
|
37
37
|
ERASE
|
|
38
38
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
39
39
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
40
|
-
:param pen_flip: Pen Flip, Whether a
|
|
40
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
41
41
|
:type pen_flip: bool | None
|
|
42
|
-
:param override_location: Override Location, Override the given location array by recalculating object space positions from the provided mouse_event positions
|
|
42
|
+
:param override_location: Override Location, Override the given "location" array by recalculating object space positions from the provided "mouse_event" positions
|
|
43
43
|
:type override_location: bool | None
|
|
44
44
|
:param ignore_background_click: Ignore Background Click, Clicks on the background do not start the stroke
|
|
45
45
|
:type ignore_background_click: bool | None
|
|
@@ -87,10 +87,10 @@ def cloth_filter(
|
|
|
87
87
|
Inflate -- Inflates the cloth.
|
|
88
88
|
|
|
89
89
|
EXPAND
|
|
90
|
-
Expand -- Expands the
|
|
90
|
+
Expand -- Expands the cloths dimensions.
|
|
91
91
|
|
|
92
92
|
PINCH
|
|
93
|
-
Pinch -- Pulls the cloth to the
|
|
93
|
+
Pinch -- Pulls the cloth to the cursors start position.
|
|
94
94
|
|
|
95
95
|
SCALE
|
|
96
96
|
Scale -- Scales the mesh as a soft body using the origin of the object as scale.
|
|
@@ -207,7 +207,9 @@ def color_filter(
|
|
|
207
207
|
"""
|
|
208
208
|
|
|
209
209
|
def detail_flood_fill(
|
|
210
|
-
execution_context: int | str | None = None,
|
|
210
|
+
execution_context: int | str | None = None,
|
|
211
|
+
undo: bool | None = None,
|
|
212
|
+
/,
|
|
211
213
|
) -> None:
|
|
212
214
|
"""Flood fill the mesh with the selected detail setting
|
|
213
215
|
|
|
@@ -216,7 +218,9 @@ def detail_flood_fill(
|
|
|
216
218
|
"""
|
|
217
219
|
|
|
218
220
|
def dynamic_topology_toggle(
|
|
219
|
-
execution_context: int | str | None = None,
|
|
221
|
+
execution_context: int | str | None = None,
|
|
222
|
+
undo: bool | None = None,
|
|
223
|
+
/,
|
|
220
224
|
) -> None:
|
|
221
225
|
"""Dynamic topology alters the mesh topology while sculpting
|
|
222
226
|
|
|
@@ -225,7 +229,9 @@ def dynamic_topology_toggle(
|
|
|
225
229
|
"""
|
|
226
230
|
|
|
227
231
|
def dyntopo_detail_size_edit(
|
|
228
|
-
execution_context: int | str | None = None,
|
|
232
|
+
execution_context: int | str | None = None,
|
|
233
|
+
undo: bool | None = None,
|
|
234
|
+
/,
|
|
229
235
|
) -> None:
|
|
230
236
|
"""Modify the detail size of dyntopo interactively
|
|
231
237
|
|
|
@@ -566,7 +572,9 @@ def face_sets_init(
|
|
|
566
572
|
"""
|
|
567
573
|
|
|
568
574
|
def face_sets_randomize_colors(
|
|
569
|
-
execution_context: int | str | None = None,
|
|
575
|
+
execution_context: int | str | None = None,
|
|
576
|
+
undo: bool | None = None,
|
|
577
|
+
/,
|
|
570
578
|
) -> None:
|
|
571
579
|
"""Generates a new set of random colors to render the Face Sets in the viewport
|
|
572
580
|
|
|
@@ -845,7 +853,9 @@ def mesh_filter(
|
|
|
845
853
|
"""
|
|
846
854
|
|
|
847
855
|
def optimize(
|
|
848
|
-
execution_context: int | str | None = None,
|
|
856
|
+
execution_context: int | str | None = None,
|
|
857
|
+
undo: bool | None = None,
|
|
858
|
+
/,
|
|
849
859
|
) -> None:
|
|
850
860
|
"""Recalculate the sculpt BVH to improve performance
|
|
851
861
|
|
|
@@ -938,7 +948,9 @@ def project_line_gesture(
|
|
|
938
948
|
"""
|
|
939
949
|
|
|
940
950
|
def sample_color(
|
|
941
|
-
execution_context: int | str | None = None,
|
|
951
|
+
execution_context: int | str | None = None,
|
|
952
|
+
undo: bool | None = None,
|
|
953
|
+
/,
|
|
942
954
|
) -> None:
|
|
943
955
|
"""Sample the vertex color of the active vertex
|
|
944
956
|
|
|
@@ -971,7 +983,9 @@ def sample_detail_size(
|
|
|
971
983
|
"""
|
|
972
984
|
|
|
973
985
|
def sculptmode_toggle(
|
|
974
|
-
execution_context: int | str | None = None,
|
|
986
|
+
execution_context: int | str | None = None,
|
|
987
|
+
undo: bool | None = None,
|
|
988
|
+
/,
|
|
975
989
|
) -> None:
|
|
976
990
|
"""Toggle sculpt mode in 3D view
|
|
977
991
|
|
|
@@ -980,7 +994,9 @@ def sculptmode_toggle(
|
|
|
980
994
|
"""
|
|
981
995
|
|
|
982
996
|
def set_persistent_base(
|
|
983
|
-
execution_context: int | str | None = None,
|
|
997
|
+
execution_context: int | str | None = None,
|
|
998
|
+
undo: bool | None = None,
|
|
999
|
+
/,
|
|
984
1000
|
) -> None:
|
|
985
1001
|
"""Reset the copy of the mesh that is being sculpted on
|
|
986
1002
|
|
|
@@ -1019,9 +1035,9 @@ def set_pivot_position(
|
|
|
1019
1035
|
SURFACE
|
|
1020
1036
|
Surface -- Sets the pivot position to the surface under the cursor.
|
|
1021
1037
|
:type mode: typing.Literal['ORIGIN','UNMASKED','BORDER','ACTIVE','SURFACE'] | None
|
|
1022
|
-
:param mouse_x: Mouse Position X, Position of the mouse used for "Surface" mode
|
|
1038
|
+
:param mouse_x: Mouse Position X, Position of the mouse used for "Surface" and "Active Vertex" mode
|
|
1023
1039
|
:type mouse_x: float | None
|
|
1024
|
-
:param mouse_y: Mouse Position Y, Position of the mouse used for "Surface" mode
|
|
1040
|
+
:param mouse_y: Mouse Position Y, Position of the mouse used for "Surface" and "Active Vertex" mode
|
|
1025
1041
|
:type mouse_y: float | None
|
|
1026
1042
|
"""
|
|
1027
1043
|
|
|
@@ -34,12 +34,14 @@ def brush_stroke(
|
|
|
34
34
|
ERASE
|
|
35
35
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
36
36
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
37
|
-
:param pen_flip: Pen Flip, Whether a
|
|
37
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
38
38
|
:type pen_flip: bool | None
|
|
39
39
|
"""
|
|
40
40
|
|
|
41
41
|
def min_distance_edit(
|
|
42
|
-
execution_context: int | str | None = None,
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
|
+
undo: bool | None = None,
|
|
44
|
+
/,
|
|
43
45
|
) -> None:
|
|
44
46
|
"""Change the minimum distance used by the density brush
|
|
45
47
|
|