fake-bpy-module-latest 20251003__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +42 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -3
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +29 -2
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +54 -0
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +54 -52
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +4 -1
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +7912 -3664
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +9 -0
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +3 -2
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -641,6 +641,28 @@ def convert(
|
|
|
641
641
|
:type offset: float | None
|
|
642
642
|
"""
|
|
643
643
|
|
|
644
|
+
def copy_global_transform(
|
|
645
|
+
execution_context: int | str | None = None,
|
|
646
|
+
undo: bool | None = None,
|
|
647
|
+
/,
|
|
648
|
+
) -> None:
|
|
649
|
+
"""Copies the matrix of the currently active object or pose bone to the clipboard. Uses world-space matrices
|
|
650
|
+
|
|
651
|
+
:type execution_context: int | str | None
|
|
652
|
+
:type undo: bool | None
|
|
653
|
+
"""
|
|
654
|
+
|
|
655
|
+
def copy_relative_transform(
|
|
656
|
+
execution_context: int | str | None = None,
|
|
657
|
+
undo: bool | None = None,
|
|
658
|
+
/,
|
|
659
|
+
) -> None:
|
|
660
|
+
"""Copies the matrix of the currently active object or pose bone to the clipboard. Uses matrices relative to a specific object or the active scene camera
|
|
661
|
+
|
|
662
|
+
:type execution_context: int | str | None
|
|
663
|
+
:type undo: bool | None
|
|
664
|
+
"""
|
|
665
|
+
|
|
644
666
|
def correctivesmooth_bind(
|
|
645
667
|
execution_context: int | str | None = None,
|
|
646
668
|
undo: bool | None = None,
|
|
@@ -1018,6 +1040,17 @@ def delete(
|
|
|
1018
1040
|
:type confirm: bool | None
|
|
1019
1041
|
"""
|
|
1020
1042
|
|
|
1043
|
+
def delete_fix_to_camera_keys(
|
|
1044
|
+
execution_context: int | str | None = None,
|
|
1045
|
+
undo: bool | None = None,
|
|
1046
|
+
/,
|
|
1047
|
+
) -> None:
|
|
1048
|
+
"""Delete all keys that were generated by the Fix to Scene Camera operator
|
|
1049
|
+
|
|
1050
|
+
:type execution_context: int | str | None
|
|
1051
|
+
:type undo: bool | None
|
|
1052
|
+
"""
|
|
1053
|
+
|
|
1021
1054
|
def drop_geometry_nodes(
|
|
1022
1055
|
execution_context: int | str | None = None,
|
|
1023
1056
|
undo: bool | None = None,
|
|
@@ -1430,6 +1463,27 @@ def explode_refresh(
|
|
|
1430
1463
|
:type modifier: str
|
|
1431
1464
|
"""
|
|
1432
1465
|
|
|
1466
|
+
def fix_to_camera(
|
|
1467
|
+
execution_context: int | str | None = None,
|
|
1468
|
+
undo: bool | None = None,
|
|
1469
|
+
/,
|
|
1470
|
+
*,
|
|
1471
|
+
use_location: bool | None = True,
|
|
1472
|
+
use_rotation: bool | None = True,
|
|
1473
|
+
use_scale: bool | None = True,
|
|
1474
|
+
) -> None:
|
|
1475
|
+
"""Generate new keys to fix the selected object/bone to the camera on unkeyed frames
|
|
1476
|
+
|
|
1477
|
+
:type execution_context: int | str | None
|
|
1478
|
+
:type undo: bool | None
|
|
1479
|
+
:param use_location: Location, Create Location keys when fixing to the scene camera
|
|
1480
|
+
:type use_location: bool | None
|
|
1481
|
+
:param use_rotation: Rotation, Create Rotation keys when fixing to the scene camera
|
|
1482
|
+
:type use_rotation: bool | None
|
|
1483
|
+
:param use_scale: Scale, Create Scale keys when fixing to the scene camera
|
|
1484
|
+
:type use_scale: bool | None
|
|
1485
|
+
"""
|
|
1486
|
+
|
|
1433
1487
|
def forcefield_toggle(
|
|
1434
1488
|
execution_context: int | str | None = None,
|
|
1435
1489
|
undo: bool | None = None,
|
|
@@ -3397,6 +3451,45 @@ def particle_system_remove(
|
|
|
3397
3451
|
:type undo: bool | None
|
|
3398
3452
|
"""
|
|
3399
3453
|
|
|
3454
|
+
def paste_transform(
|
|
3455
|
+
execution_context: int | str | None = None,
|
|
3456
|
+
undo: bool | None = None,
|
|
3457
|
+
/,
|
|
3458
|
+
*,
|
|
3459
|
+
method: typing.Literal["CURRENT", "EXISTING_KEYS", "BAKE"] | None = "CURRENT",
|
|
3460
|
+
bake_step: int | None = 0,
|
|
3461
|
+
use_mirror: bool | None = False,
|
|
3462
|
+
mirror_axis_loc: typing.Literal["x", "y", "z"] | None = "x",
|
|
3463
|
+
mirror_axis_rot: typing.Literal["x", "y", "z"] | None = "z",
|
|
3464
|
+
use_relative: bool | None = False,
|
|
3465
|
+
) -> None:
|
|
3466
|
+
"""Pastes the matrix from the clipboard to the currently active pose bone or object. Uses world-space matrices
|
|
3467
|
+
|
|
3468
|
+
:type execution_context: int | str | None
|
|
3469
|
+
:type undo: bool | None
|
|
3470
|
+
:param method: Paste Method, Update the current transform, selected keyframes, or even create new keys
|
|
3471
|
+
|
|
3472
|
+
CURRENT
|
|
3473
|
+
Current Transform -- Paste onto the current values only, only manipulating the animation data if auto-keying is enabled.
|
|
3474
|
+
|
|
3475
|
+
EXISTING_KEYS
|
|
3476
|
+
Selected Keys -- Paste onto frames that have a selected key, potentially creating new keys on those frames.
|
|
3477
|
+
|
|
3478
|
+
BAKE
|
|
3479
|
+
Bake on Key Range -- Paste onto all frames between the first and last selected key, creating new keyframes if necessary.
|
|
3480
|
+
:type method: typing.Literal['CURRENT','EXISTING_KEYS','BAKE'] | None
|
|
3481
|
+
:param bake_step: Frame Step, Only used for baking. Step=1 creates a key on every frame, step=2 bakes on 2s, etc
|
|
3482
|
+
:type bake_step: int | None
|
|
3483
|
+
:param use_mirror: Mirror Transform, When pasting, mirror the transform relative to a specific object or bone
|
|
3484
|
+
:type use_mirror: bool | None
|
|
3485
|
+
:param mirror_axis_loc: Location Axis, Coordinate axis used to mirror the location part of the transform
|
|
3486
|
+
:type mirror_axis_loc: typing.Literal['x','y','z'] | None
|
|
3487
|
+
:param mirror_axis_rot: Rotation Axis, Coordinate axis used to mirror the rotation part of the transform
|
|
3488
|
+
:type mirror_axis_rot: typing.Literal['x','y','z'] | None
|
|
3489
|
+
:param use_relative: Use Relative Paste, When pasting, assume the pasted matrix is relative to another object (set in the user interface)
|
|
3490
|
+
:type use_relative: bool | None
|
|
3491
|
+
"""
|
|
3492
|
+
|
|
3400
3493
|
def paths_calculate(
|
|
3401
3494
|
execution_context: int | str | None = None,
|
|
3402
3495
|
undo: bool | None = None,
|
bpy/ops/pose/__init__.pyi
CHANGED
|
@@ -317,7 +317,7 @@ def ik_add(
|
|
|
317
317
|
*,
|
|
318
318
|
with_targets: bool | None = True,
|
|
319
319
|
) -> None:
|
|
320
|
-
"""Add IK Constraint to the active Bone
|
|
320
|
+
"""Add an IK Constraint to the active Bone. The target can be a selected bone or object
|
|
321
321
|
|
|
322
322
|
:type execution_context: int | str | None
|
|
323
323
|
:type undo: bool | None
|
|
@@ -699,7 +699,7 @@ def select_grouped(
|
|
|
699
699
|
"CHILDREN",
|
|
700
700
|
"CHILDREN_IMMEDIATE",
|
|
701
701
|
"PARENT",
|
|
702
|
-
"
|
|
702
|
+
"SIBLINGS",
|
|
703
703
|
]
|
|
704
704
|
| None = "COLLECTION",
|
|
705
705
|
) -> None:
|
|
@@ -729,9 +729,9 @@ def select_grouped(
|
|
|
729
729
|
PARENT
|
|
730
730
|
Parents -- Select the parents of currently selected bones.
|
|
731
731
|
|
|
732
|
-
|
|
732
|
+
SIBLINGS
|
|
733
733
|
Siblings -- Select all bones that have the same parent as currently selected bones.
|
|
734
|
-
:type type: typing.Literal['COLLECTION','COLOR','KEYINGSET','CHILDREN','CHILDREN_IMMEDIATE','PARENT','
|
|
734
|
+
:type type: typing.Literal['COLLECTION','COLOR','KEYINGSET','CHILDREN','CHILDREN_IMMEDIATE','PARENT','SIBLINGS'] | None
|
|
735
735
|
"""
|
|
736
736
|
|
|
737
737
|
def select_hierarchy(
|
bpy/ops/render/__init__.pyi
CHANGED
|
@@ -196,12 +196,13 @@ def render(
|
|
|
196
196
|
animation: bool | None = False,
|
|
197
197
|
write_still: bool | None = False,
|
|
198
198
|
use_viewport: bool | None = False,
|
|
199
|
+
use_sequencer_scene: bool | None = False,
|
|
199
200
|
layer: str = "",
|
|
200
201
|
scene: str = "",
|
|
201
202
|
frame_start: int | None = 0,
|
|
202
203
|
frame_end: int | None = 0,
|
|
203
204
|
) -> None:
|
|
204
|
-
"""
|
|
205
|
+
"""Undocumented, consider contributing.
|
|
205
206
|
|
|
206
207
|
:type execution_context: int | str | None
|
|
207
208
|
:type undo: bool | None
|
|
@@ -211,6 +212,8 @@ def render(
|
|
|
211
212
|
:type write_still: bool | None
|
|
212
213
|
:param use_viewport: Use 3D Viewport, When inside a 3D viewport, use layers and camera of the viewport
|
|
213
214
|
:type use_viewport: bool | None
|
|
215
|
+
:param use_sequencer_scene: Use Sequencer Scene, Render the sequencer scene instead of the active scene
|
|
216
|
+
:type use_sequencer_scene: bool | None
|
|
214
217
|
:param layer: Render Layer, Single render layer to re-render (used only when animation is disabled)
|
|
215
218
|
:type layer: str
|
|
216
219
|
:param scene: Scene, Scene to render, current scene if not specified
|
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -111,6 +111,7 @@ def area_move(
|
|
|
111
111
|
x: int | None = 0,
|
|
112
112
|
y: int | None = 0,
|
|
113
113
|
delta: int | None = 0,
|
|
114
|
+
snap: bool | None = False,
|
|
114
115
|
) -> None:
|
|
115
116
|
"""Move selected area edges
|
|
116
117
|
|
|
@@ -122,6 +123,8 @@ def area_move(
|
|
|
122
123
|
:type y: int | None
|
|
123
124
|
:param delta: Delta
|
|
124
125
|
:type delta: int | None
|
|
126
|
+
:param snap: Snapping, Enable snapping
|
|
127
|
+
:type snap: bool | None
|
|
125
128
|
"""
|
|
126
129
|
|
|
127
130
|
def area_options(
|
|
@@ -297,6 +300,17 @@ def new(
|
|
|
297
300
|
:type undo: bool | None
|
|
298
301
|
"""
|
|
299
302
|
|
|
303
|
+
def quadview_size(
|
|
304
|
+
execution_context: int | str | None = None,
|
|
305
|
+
undo: bool | None = None,
|
|
306
|
+
/,
|
|
307
|
+
) -> None:
|
|
308
|
+
"""Resize Quad View areas
|
|
309
|
+
|
|
310
|
+
:type execution_context: int | str | None
|
|
311
|
+
:type undo: bool | None
|
|
312
|
+
"""
|
|
313
|
+
|
|
300
314
|
def redo_last(
|
|
301
315
|
execution_context: int | str | None = None,
|
|
302
316
|
undo: bool | None = None,
|
|
@@ -673,6 +687,21 @@ def spacedata_cleanup(
|
|
|
673
687
|
:type undo: bool | None
|
|
674
688
|
"""
|
|
675
689
|
|
|
690
|
+
def time_jump(
|
|
691
|
+
execution_context: int | str | None = None,
|
|
692
|
+
undo: bool | None = None,
|
|
693
|
+
/,
|
|
694
|
+
*,
|
|
695
|
+
backward: bool | None = False,
|
|
696
|
+
) -> None:
|
|
697
|
+
"""Jump forward/backward by a given number of frames or seconds
|
|
698
|
+
|
|
699
|
+
:type execution_context: int | str | None
|
|
700
|
+
:type undo: bool | None
|
|
701
|
+
:param backward: Backwards, Jump backwards in time
|
|
702
|
+
:type backward: bool | None
|
|
703
|
+
"""
|
|
704
|
+
|
|
676
705
|
def userpref_show(
|
|
677
706
|
execution_context: int | str | None = None,
|
|
678
707
|
undo: bool | None = None,
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -121,7 +121,7 @@ def cloth_filter(
|
|
|
121
121
|
:type cloth_mass: float | None
|
|
122
122
|
:param cloth_damping: Cloth Damping, How much the applied forces are propagated through the cloth
|
|
123
123
|
:type cloth_damping: float | None
|
|
124
|
-
:param use_face_sets: Use Face Sets, Apply the filter only to the
|
|
124
|
+
:param use_face_sets: Use Face Sets, Apply the filter only to the face set under the cursor
|
|
125
125
|
:type use_face_sets: bool | None
|
|
126
126
|
:param use_collisions: Use Collisions, Collide with other collider objects in the scene
|
|
127
127
|
:type use_collisions: bool | None
|
|
@@ -279,7 +279,7 @@ def expand(
|
|
|
279
279
|
:type use_mask_preserve: bool | None
|
|
280
280
|
:param use_falloff_gradient: Falloff Gradient, Expand Using a linear falloff
|
|
281
281
|
:type use_falloff_gradient: bool | None
|
|
282
|
-
:param use_modify_active: Modify Active, Modify the active
|
|
282
|
+
:param use_modify_active: Modify Active, Modify the active face set instead of creating a new one
|
|
283
283
|
:type use_modify_active: bool | None
|
|
284
284
|
:param use_reposition_pivot: Reposition Pivot, Reposition the sculpt transform pivot to the boundary of the expand active area
|
|
285
285
|
:type use_reposition_pivot: bool | None
|
|
@@ -328,20 +328,20 @@ def face_set_change_visibility(
|
|
|
328
328
|
*,
|
|
329
329
|
mode: typing.Literal["TOGGLE", "SHOW_ACTIVE", "HIDE_ACTIVE"] | None = "TOGGLE",
|
|
330
330
|
) -> None:
|
|
331
|
-
"""Change the visibility of the
|
|
331
|
+
"""Change the visibility of the face sets of the sculpt
|
|
332
332
|
|
|
333
333
|
:type execution_context: int | str | None
|
|
334
334
|
:type undo: bool | None
|
|
335
335
|
:param mode: Mode
|
|
336
336
|
|
|
337
337
|
TOGGLE
|
|
338
|
-
Toggle Visibility -- Hide all
|
|
338
|
+
Toggle Visibility -- Hide all face sets except for the active one.
|
|
339
339
|
|
|
340
340
|
SHOW_ACTIVE
|
|
341
|
-
Show Active Face Set -- Show
|
|
341
|
+
Show Active Face Set -- Show the active face set.
|
|
342
342
|
|
|
343
343
|
HIDE_ACTIVE
|
|
344
|
-
Hide Active Face
|
|
344
|
+
Hide Active Face Set -- Hide the active face set.
|
|
345
345
|
:type mode: typing.Literal['TOGGLE','SHOW_ACTIVE','HIDE_ACTIVE'] | None
|
|
346
346
|
"""
|
|
347
347
|
|
|
@@ -358,7 +358,7 @@ def face_set_edit(
|
|
|
358
358
|
strength: float | None = 1.0,
|
|
359
359
|
modify_hidden: bool | None = False,
|
|
360
360
|
) -> None:
|
|
361
|
-
"""Edits the current active
|
|
361
|
+
"""Edits the current active face set
|
|
362
362
|
|
|
363
363
|
:type execution_context: int | str | None
|
|
364
364
|
:type undo: bool | None
|
|
@@ -367,19 +367,19 @@ def face_set_edit(
|
|
|
367
367
|
:param mode: Mode
|
|
368
368
|
|
|
369
369
|
GROW
|
|
370
|
-
Grow Face Set -- Grows the
|
|
370
|
+
Grow Face Set -- Grows the face set boundary by one face based on mesh topology.
|
|
371
371
|
|
|
372
372
|
SHRINK
|
|
373
|
-
Shrink Face Set -- Shrinks the
|
|
373
|
+
Shrink Face Set -- Shrinks the face set boundary by one face based on mesh topology.
|
|
374
374
|
|
|
375
375
|
DELETE_GEOMETRY
|
|
376
|
-
Delete Geometry -- Deletes the faces that are assigned to the
|
|
376
|
+
Delete Geometry -- Deletes the faces that are assigned to the face set.
|
|
377
377
|
|
|
378
378
|
FAIR_POSITIONS
|
|
379
|
-
Fair Positions -- Creates a smooth as possible geometry patch from the
|
|
379
|
+
Fair Positions -- Creates a smooth as possible geometry patch from the face set minimizing changes in vertex positions.
|
|
380
380
|
|
|
381
381
|
FAIR_TANGENCY
|
|
382
|
-
Fair Tangency -- Creates a smooth as possible geometry patch from the
|
|
382
|
+
Fair Tangency -- Creates a smooth as possible geometry patch from the face set minimizing changes in vertex tangents.
|
|
383
383
|
:type mode: typing.Literal['GROW','SHRINK','DELETE_GEOMETRY','FAIR_POSITIONS','FAIR_TANGENCY'] | None
|
|
384
384
|
:param strength: Strength
|
|
385
385
|
:type strength: float | None
|
|
@@ -397,7 +397,7 @@ def face_set_extract(
|
|
|
397
397
|
apply_shrinkwrap: bool | None = True,
|
|
398
398
|
add_solidify: bool | None = True,
|
|
399
399
|
) -> None:
|
|
400
|
-
"""Create a new mesh object from the selected
|
|
400
|
+
"""Create a new mesh object from the selected face set
|
|
401
401
|
|
|
402
402
|
:type execution_context: int | str | None
|
|
403
403
|
:type undo: bool | None
|
|
@@ -499,23 +499,23 @@ def face_sets_create(
|
|
|
499
499
|
*,
|
|
500
500
|
mode: typing.Literal["MASKED", "VISIBLE", "ALL", "SELECTION"] | None = "MASKED",
|
|
501
501
|
) -> None:
|
|
502
|
-
"""Create a new
|
|
502
|
+
"""Create a new face set
|
|
503
503
|
|
|
504
504
|
:type execution_context: int | str | None
|
|
505
505
|
:type undo: bool | None
|
|
506
506
|
:param mode: Mode
|
|
507
507
|
|
|
508
508
|
MASKED
|
|
509
|
-
Face Set from Masked -- Create a new
|
|
509
|
+
Face Set from Masked -- Create a new face set from the masked faces.
|
|
510
510
|
|
|
511
511
|
VISIBLE
|
|
512
|
-
Face Set from Visible -- Create a new
|
|
512
|
+
Face Set from Visible -- Create a new face set from the visible vertices.
|
|
513
513
|
|
|
514
514
|
ALL
|
|
515
|
-
Face Set Full Mesh -- Create an unique
|
|
515
|
+
Face Set Full Mesh -- Create an unique face set with all faces in the sculpt.
|
|
516
516
|
|
|
517
517
|
SELECTION
|
|
518
|
-
Face Set from Edit Mode Selection -- Create an
|
|
518
|
+
Face Set from Edit Mode Selection -- Create an face set corresponding to the Edit Mode face selection.
|
|
519
519
|
:type mode: typing.Literal['MASKED','VISIBLE','ALL','SELECTION'] | None
|
|
520
520
|
"""
|
|
521
521
|
|
|
@@ -537,37 +537,37 @@ def face_sets_init(
|
|
|
537
537
|
| None = "LOOSE_PARTS",
|
|
538
538
|
threshold: float | None = 0.5,
|
|
539
539
|
) -> None:
|
|
540
|
-
"""Initializes all
|
|
540
|
+
"""Initializes all face sets in the mesh
|
|
541
541
|
|
|
542
542
|
:type execution_context: int | str | None
|
|
543
543
|
:type undo: bool | None
|
|
544
544
|
:param mode: Mode
|
|
545
545
|
|
|
546
546
|
LOOSE_PARTS
|
|
547
|
-
Face Sets from Loose Parts -- Create a
|
|
547
|
+
Face Sets from Loose Parts -- Create a face set per loose part in the mesh.
|
|
548
548
|
|
|
549
549
|
MATERIALS
|
|
550
|
-
Face Sets from Material Slots -- Create a
|
|
550
|
+
Face Sets from Material Slots -- Create a face set per material slot.
|
|
551
551
|
|
|
552
552
|
NORMALS
|
|
553
|
-
Face Sets from Mesh Normals -- Create
|
|
553
|
+
Face Sets from Mesh Normals -- Create face sets for faces that have similar normal.
|
|
554
554
|
|
|
555
555
|
UV_SEAMS
|
|
556
|
-
Face Sets from UV Seams -- Create
|
|
556
|
+
Face Sets from UV Seams -- Create face sets using UV seams as boundaries.
|
|
557
557
|
|
|
558
558
|
CREASES
|
|
559
|
-
Face Sets from Edge Creases -- Create
|
|
559
|
+
Face Sets from Edge Creases -- Create face sets using edge creases as boundaries.
|
|
560
560
|
|
|
561
561
|
BEVEL_WEIGHT
|
|
562
|
-
Face Sets from Bevel Weight -- Create
|
|
562
|
+
Face Sets from Bevel Weight -- Create face sets using bevel weights as boundaries.
|
|
563
563
|
|
|
564
564
|
SHARP_EDGES
|
|
565
|
-
Face Sets from Sharp Edges -- Create
|
|
565
|
+
Face Sets from Sharp Edges -- Create face sets using sharp edges as boundaries.
|
|
566
566
|
|
|
567
567
|
FACE_SET_BOUNDARIES
|
|
568
|
-
Face Sets from Face Set Boundaries -- Create a
|
|
568
|
+
Face Sets from Face Set Boundaries -- Create a face set per isolated face set.
|
|
569
569
|
:type mode: typing.Literal['LOOSE_PARTS','MATERIALS','NORMALS','UV_SEAMS','CREASES','BEVEL_WEIGHT','SHARP_EDGES','FACE_SET_BOUNDARIES'] | None
|
|
570
|
-
:param threshold: Threshold, Minimum value to consider a certain attribute a boundary when creating the
|
|
570
|
+
:param threshold: Threshold, Minimum value to consider a certain attribute a boundary when creating the face sets
|
|
571
571
|
:type threshold: float | None
|
|
572
572
|
"""
|
|
573
573
|
|
|
@@ -576,7 +576,7 @@ def face_sets_randomize_colors(
|
|
|
576
576
|
undo: bool | None = None,
|
|
577
577
|
/,
|
|
578
578
|
) -> None:
|
|
579
|
-
"""Generates a new set of random colors to render the
|
|
579
|
+
"""Generates a new set of random colors to render the face sets in the viewport
|
|
580
580
|
|
|
581
581
|
:type execution_context: int | str | None
|
|
582
582
|
:type undo: bool | None
|
|
@@ -804,7 +804,7 @@ def mesh_filter(
|
|
|
804
804
|
Relax -- Relax mesh.
|
|
805
805
|
|
|
806
806
|
RELAX_FACE_SETS
|
|
807
|
-
Relax Face Sets -- Smooth the edges of all the
|
|
807
|
+
Relax Face Sets -- Smooth the edges of all the face sets.
|
|
808
808
|
|
|
809
809
|
SURFACE_SMOOTH
|
|
810
810
|
Surface Smooth -- Smooth the surface of the mesh, preserving the volume.
|
|
@@ -947,17 +947,6 @@ def project_line_gesture(
|
|
|
947
947
|
:type use_limit_to_segment: bool | None
|
|
948
948
|
"""
|
|
949
949
|
|
|
950
|
-
def sample_color(
|
|
951
|
-
execution_context: int | str | None = None,
|
|
952
|
-
undo: bool | None = None,
|
|
953
|
-
/,
|
|
954
|
-
) -> None:
|
|
955
|
-
"""Sample the vertex color of the active vertex
|
|
956
|
-
|
|
957
|
-
:type execution_context: int | str | None
|
|
958
|
-
:type undo: bool | None
|
|
959
|
-
"""
|
|
960
|
-
|
|
961
950
|
def sample_detail_size(
|
|
962
951
|
execution_context: int | str | None = None,
|
|
963
952
|
undo: bool | None = None,
|
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -24,7 +24,7 @@ def add_scene_strip_from_scene_asset(
|
|
|
24
24
|
asset_library_identifier: str = "",
|
|
25
25
|
relative_asset_identifier: str = "",
|
|
26
26
|
) -> None:
|
|
27
|
-
"""Add a
|
|
27
|
+
"""Add a strip using a duplicate of this scene asset as the source
|
|
28
28
|
|
|
29
29
|
:type execution_context: int | str | None
|
|
30
30
|
:type undo: bool | None
|
|
@@ -50,6 +50,57 @@ def add_scene_strip_from_scene_asset(
|
|
|
50
50
|
:type relative_asset_identifier: str
|
|
51
51
|
"""
|
|
52
52
|
|
|
53
|
+
def box_blade(
|
|
54
|
+
execution_context: int | str | None = None,
|
|
55
|
+
undo: bool | None = None,
|
|
56
|
+
/,
|
|
57
|
+
*,
|
|
58
|
+
xmin: int | None = 0,
|
|
59
|
+
xmax: int | None = 0,
|
|
60
|
+
ymin: int | None = 0,
|
|
61
|
+
ymax: int | None = 0,
|
|
62
|
+
wait_for_input: bool | None = True,
|
|
63
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
64
|
+
type: typing.Literal["SOFT", "HARD"] | None = "SOFT",
|
|
65
|
+
ignore_selection: bool | None = True,
|
|
66
|
+
ignore_connections: bool | None = False,
|
|
67
|
+
remove_gaps: bool | None = True,
|
|
68
|
+
) -> None:
|
|
69
|
+
"""Draw a box around the parts of strips you want to cut away
|
|
70
|
+
|
|
71
|
+
:type execution_context: int | str | None
|
|
72
|
+
:type undo: bool | None
|
|
73
|
+
:param xmin: X Min
|
|
74
|
+
:type xmin: int | None
|
|
75
|
+
:param xmax: X Max
|
|
76
|
+
:type xmax: int | None
|
|
77
|
+
:param ymin: Y Min
|
|
78
|
+
:type ymin: int | None
|
|
79
|
+
:param ymax: Y Max
|
|
80
|
+
:type ymax: int | None
|
|
81
|
+
:param wait_for_input: Wait for Input
|
|
82
|
+
:type wait_for_input: bool | None
|
|
83
|
+
:param mode: Mode
|
|
84
|
+
|
|
85
|
+
SET
|
|
86
|
+
Set -- Set a new selection.
|
|
87
|
+
|
|
88
|
+
ADD
|
|
89
|
+
Extend -- Extend existing selection.
|
|
90
|
+
|
|
91
|
+
SUB
|
|
92
|
+
Subtract -- Subtract existing selection.
|
|
93
|
+
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
94
|
+
:param type: Type, The type of split operation to perform on strips
|
|
95
|
+
:type type: typing.Literal['SOFT','HARD'] | None
|
|
96
|
+
:param ignore_selection: Ignore Selection, In box blade mode, make cuts to all strips, even if they are not selected
|
|
97
|
+
:type ignore_selection: bool | None
|
|
98
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
99
|
+
:type ignore_connections: bool | None
|
|
100
|
+
:param remove_gaps: Remove Gaps, In box blade mode, close gaps between cut strips, rippling later strips on the same channel
|
|
101
|
+
:type remove_gaps: bool | None
|
|
102
|
+
"""
|
|
103
|
+
|
|
53
104
|
def change_effect_type(
|
|
54
105
|
execution_context: int | str | None = None,
|
|
55
106
|
undo: bool | None = None,
|
|
@@ -747,6 +798,8 @@ def image_strip_add(
|
|
|
747
798
|
skip_locked_or_muted_channels: bool | None = True,
|
|
748
799
|
fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
|
|
749
800
|
set_view_transform: bool | None = True,
|
|
801
|
+
image_import_type: typing.Literal["DETECT", "SEQUENCE", "INDIVIDUAL"]
|
|
802
|
+
| None = "DETECT",
|
|
750
803
|
use_sequence_detection: bool | None = True,
|
|
751
804
|
use_placeholders: bool | None = False,
|
|
752
805
|
) -> None:
|
|
@@ -854,6 +907,17 @@ def image_strip_add(
|
|
|
854
907
|
:type fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None
|
|
855
908
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
856
909
|
:type set_view_transform: bool | None
|
|
910
|
+
:param image_import_type: Import As, Mode for importing selected images
|
|
911
|
+
|
|
912
|
+
DETECT
|
|
913
|
+
Auto Detect -- Add images as individual strips, unless their filenames match Blenders numbered sequence pattern, in which case they are grouped into a single image sequence.
|
|
914
|
+
|
|
915
|
+
SEQUENCE
|
|
916
|
+
Image Sequence -- Import all selected images as a single image sequence. The sequence of images does not have to match Blenders numbered sequence pattern, so placeholders cannot be inferred.
|
|
917
|
+
|
|
918
|
+
INDIVIDUAL
|
|
919
|
+
Individual Images -- Add each selected image as an individual strip.
|
|
920
|
+
:type image_import_type: typing.Literal['DETECT','SEQUENCE','INDIVIDUAL'] | None
|
|
857
921
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
858
922
|
:type use_sequence_detection: bool | None
|
|
859
923
|
:param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
|
|
@@ -1484,7 +1548,7 @@ def scene_strip_add(
|
|
|
1484
1548
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1485
1549
|
scene: str | None = "",
|
|
1486
1550
|
) -> None:
|
|
1487
|
-
"""Add a strip
|
|
1551
|
+
"""Add a strip re-using this scene as the source
|
|
1488
1552
|
|
|
1489
1553
|
:type execution_context: int | str | None
|
|
1490
1554
|
:type undo: bool | None
|
|
@@ -1520,7 +1584,7 @@ def scene_strip_add_new(
|
|
|
1520
1584
|
skip_locked_or_muted_channels: bool | None = True,
|
|
1521
1585
|
type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
|
|
1522
1586
|
) -> None:
|
|
1523
|
-
"""
|
|
1587
|
+
"""Add a strip using a new scene as the source
|
|
1524
1588
|
|
|
1525
1589
|
:type execution_context: int | str | None
|
|
1526
1590
|
:type undo: bool | None
|
bpy/ops/text/__init__.pyi
CHANGED
|
@@ -350,6 +350,7 @@ def open(
|
|
|
350
350
|
filter_folder: bool | None = True,
|
|
351
351
|
filter_blenlib: bool | None = False,
|
|
352
352
|
filemode: int | None = 9,
|
|
353
|
+
relative_path: bool | None = True,
|
|
353
354
|
display_type: typing.Literal[
|
|
354
355
|
"DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
|
|
355
356
|
]
|
|
@@ -409,6 +410,8 @@ def open(
|
|
|
409
410
|
:type filter_blenlib: bool | None
|
|
410
411
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
411
412
|
:type filemode: int | None
|
|
413
|
+
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
414
|
+
:type relative_path: bool | None
|
|
412
415
|
:param display_type: Display Type
|
|
413
416
|
|
|
414
417
|
DEFAULT
|
bpy/ops/transform/__init__.pyi
CHANGED
|
@@ -667,7 +667,7 @@ def shear(
|
|
|
667
667
|
undo: bool | None = None,
|
|
668
668
|
/,
|
|
669
669
|
*,
|
|
670
|
-
|
|
670
|
+
angle: float | None = 0.0,
|
|
671
671
|
orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None = "Z",
|
|
672
672
|
orient_axis_ortho: bpy.stub_internal.rna_enums.AxisXyzItems | None = "X",
|
|
673
673
|
orient_type: str | None = "GLOBAL",
|
|
@@ -691,8 +691,8 @@ def shear(
|
|
|
691
691
|
|
|
692
692
|
:type execution_context: int | str | None
|
|
693
693
|
:type undo: bool | None
|
|
694
|
-
:param
|
|
695
|
-
:type
|
|
694
|
+
:param angle: Angle
|
|
695
|
+
:type angle: float | None
|
|
696
696
|
:param orient_axis: Axis
|
|
697
697
|
:type orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
698
698
|
:param orient_axis_ortho: Axis Ortho
|
|
@@ -1295,6 +1295,11 @@ def vert_slide(
|
|
|
1295
1295
|
use_even: bool | None = False,
|
|
1296
1296
|
flipped: bool | None = False,
|
|
1297
1297
|
use_clamp: bool | None = True,
|
|
1298
|
+
direction: collections.abc.Sequence[float] | mathutils.Vector | None = (
|
|
1299
|
+
0.0,
|
|
1300
|
+
0.0,
|
|
1301
|
+
0.0,
|
|
1302
|
+
),
|
|
1298
1303
|
mirror: bool | None = False,
|
|
1299
1304
|
snap: bool | None = False,
|
|
1300
1305
|
snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None = {
|
|
@@ -1327,6 +1332,8 @@ def vert_slide(
|
|
|
1327
1332
|
:type flipped: bool | None
|
|
1328
1333
|
:param use_clamp: Clamp, Clamp within the edge extents
|
|
1329
1334
|
:type use_clamp: bool | None
|
|
1335
|
+
:param direction: Slide Direction, World-space direction
|
|
1336
|
+
:type direction: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1330
1337
|
:param mirror: Mirror Editing
|
|
1331
1338
|
:type mirror: bool | None
|
|
1332
1339
|
:param snap: Use Snapping Options
|
bpy/ops/uv/__init__.pyi
CHANGED
|
@@ -495,6 +495,42 @@ def minimize_stretch(
|
|
|
495
495
|
:type iterations: int | None
|
|
496
496
|
"""
|
|
497
497
|
|
|
498
|
+
def move_on_axis(
|
|
499
|
+
execution_context: int | str | None = None,
|
|
500
|
+
undo: bool | None = None,
|
|
501
|
+
/,
|
|
502
|
+
*,
|
|
503
|
+
type: typing.Literal["DYNAMIC", "PIXEL", "UDIM"] | None = "UDIM",
|
|
504
|
+
axis: typing.Literal["X", "Y"] | None = "X",
|
|
505
|
+
distance: int | None = 1,
|
|
506
|
+
) -> None:
|
|
507
|
+
"""Move UVs on an axis
|
|
508
|
+
|
|
509
|
+
:type execution_context: int | str | None
|
|
510
|
+
:type undo: bool | None
|
|
511
|
+
:param type: Type, Move Type
|
|
512
|
+
|
|
513
|
+
DYNAMIC
|
|
514
|
+
Dynamic -- Move by dynamic grid.
|
|
515
|
+
|
|
516
|
+
PIXEL
|
|
517
|
+
Pixel -- Move by pixel.
|
|
518
|
+
|
|
519
|
+
UDIM
|
|
520
|
+
UDIM -- Move by UDIM.
|
|
521
|
+
:type type: typing.Literal['DYNAMIC','PIXEL','UDIM'] | None
|
|
522
|
+
:param axis: Axis, Axis to move UVs on
|
|
523
|
+
|
|
524
|
+
X
|
|
525
|
+
X axis -- Move vertices on the X axis.
|
|
526
|
+
|
|
527
|
+
Y
|
|
528
|
+
Y axis -- Move vertices on the Y axis.
|
|
529
|
+
:type axis: typing.Literal['X','Y'] | None
|
|
530
|
+
:param distance: Distance, Distance to move UVs
|
|
531
|
+
:type distance: int | None
|
|
532
|
+
"""
|
|
533
|
+
|
|
498
534
|
def pack_islands(
|
|
499
535
|
execution_context: int | str | None = None,
|
|
500
536
|
undo: bool | None = None,
|
|
@@ -1176,6 +1212,24 @@ def select_split(
|
|
|
1176
1212
|
:type undo: bool | None
|
|
1177
1213
|
"""
|
|
1178
1214
|
|
|
1215
|
+
def select_tile(
|
|
1216
|
+
execution_context: int | str | None = None,
|
|
1217
|
+
undo: bool | None = None,
|
|
1218
|
+
/,
|
|
1219
|
+
*,
|
|
1220
|
+
extend: bool | None = False,
|
|
1221
|
+
tile: collections.abc.Iterable[int] | None = (0, 0),
|
|
1222
|
+
) -> None:
|
|
1223
|
+
"""Select UVs in specified tile
|
|
1224
|
+
|
|
1225
|
+
:type execution_context: int | str | None
|
|
1226
|
+
:type undo: bool | None
|
|
1227
|
+
:param extend: Extend, Extend the selection
|
|
1228
|
+
:type extend: bool | None
|
|
1229
|
+
:param tile: Tile, Tile location to select UVs
|
|
1230
|
+
:type tile: collections.abc.Iterable[int] | None
|
|
1231
|
+
"""
|
|
1232
|
+
|
|
1179
1233
|
def shortest_path_pick(
|
|
1180
1234
|
execution_context: int | str | None = None,
|
|
1181
1235
|
undo: bool | None = None,
|