fake-bpy-module 20250630__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-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.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-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
bpy/ops/pose/__init__.pyi
CHANGED
|
@@ -248,7 +248,9 @@ def constraint_add_with_targets(
|
|
|
248
248
|
"""
|
|
249
249
|
|
|
250
250
|
def constraints_clear(
|
|
251
|
-
execution_context: int | str | None = None,
|
|
251
|
+
execution_context: int | str | None = None,
|
|
252
|
+
undo: bool | None = None,
|
|
253
|
+
/,
|
|
252
254
|
) -> None:
|
|
253
255
|
"""Clear all constraints from the selected bones
|
|
254
256
|
|
|
@@ -257,7 +259,9 @@ def constraints_clear(
|
|
|
257
259
|
"""
|
|
258
260
|
|
|
259
261
|
def constraints_copy(
|
|
260
|
-
execution_context: int | str | None = None,
|
|
262
|
+
execution_context: int | str | None = None,
|
|
263
|
+
undo: bool | None = None,
|
|
264
|
+
/,
|
|
261
265
|
) -> None:
|
|
262
266
|
"""Copy constraints to other selected bones
|
|
263
267
|
|
|
@@ -265,7 +269,11 @@ def constraints_copy(
|
|
|
265
269
|
:type undo: bool | None
|
|
266
270
|
"""
|
|
267
271
|
|
|
268
|
-
def copy(
|
|
272
|
+
def copy(
|
|
273
|
+
execution_context: int | str | None = None,
|
|
274
|
+
undo: bool | None = None,
|
|
275
|
+
/,
|
|
276
|
+
) -> None:
|
|
269
277
|
"""Copy the current pose of the selected bones to the internal clipboard
|
|
270
278
|
|
|
271
279
|
:type execution_context: int | str | None
|
|
@@ -318,7 +326,9 @@ def ik_add(
|
|
|
318
326
|
"""
|
|
319
327
|
|
|
320
328
|
def ik_clear(
|
|
321
|
-
execution_context: int | str | None = None,
|
|
329
|
+
execution_context: int | str | None = None,
|
|
330
|
+
undo: bool | None = None,
|
|
331
|
+
/,
|
|
322
332
|
) -> None:
|
|
323
333
|
"""Remove all IK Constraints from selected bones
|
|
324
334
|
|
|
@@ -327,7 +337,9 @@ def ik_clear(
|
|
|
327
337
|
"""
|
|
328
338
|
|
|
329
339
|
def loc_clear(
|
|
330
|
-
execution_context: int | str | None = None,
|
|
340
|
+
execution_context: int | str | None = None,
|
|
341
|
+
undo: bool | None = None,
|
|
342
|
+
/,
|
|
331
343
|
) -> None:
|
|
332
344
|
"""Reset locations of selected bones to their default values
|
|
333
345
|
|
|
@@ -392,16 +404,20 @@ def paths_clear(
|
|
|
392
404
|
"""
|
|
393
405
|
|
|
394
406
|
def paths_range_update(
|
|
395
|
-
execution_context: int | str | None = None,
|
|
407
|
+
execution_context: int | str | None = None,
|
|
408
|
+
undo: bool | None = None,
|
|
409
|
+
/,
|
|
396
410
|
) -> None:
|
|
397
|
-
"""Update frame range for motion paths from the
|
|
411
|
+
"""Update frame range for motion paths from the Scenes current frame range
|
|
398
412
|
|
|
399
413
|
:type execution_context: int | str | None
|
|
400
414
|
:type undo: bool | None
|
|
401
415
|
"""
|
|
402
416
|
|
|
403
417
|
def paths_update(
|
|
404
|
-
execution_context: int | str | None = None,
|
|
418
|
+
execution_context: int | str | None = None,
|
|
419
|
+
undo: bool | None = None,
|
|
420
|
+
/,
|
|
405
421
|
) -> None:
|
|
406
422
|
"""Recalculate paths for bones that already have them
|
|
407
423
|
|
|
@@ -438,7 +454,7 @@ def propagate(
|
|
|
438
454
|
To Last Keyframe -- Propagate pose to the last keyframe only (i.e. making action cyclic).
|
|
439
455
|
|
|
440
456
|
BEFORE_FRAME
|
|
441
|
-
Before Frame -- Propagate pose to all keyframes between current frame and
|
|
457
|
+
Before Frame -- Propagate pose to all keyframes between current frame and Frame property.
|
|
442
458
|
|
|
443
459
|
BEFORE_END
|
|
444
460
|
Before Last Keyframe -- Propagate pose to all keyframes from current frame until no more are found.
|
|
@@ -449,7 +465,7 @@ def propagate(
|
|
|
449
465
|
SELECTED_MARKERS
|
|
450
466
|
On Selected Markers -- Propagate pose to all keyframes occurring on frames with Scene Markers after the current frame.
|
|
451
467
|
:type mode: typing.Literal['NEXT_KEY','LAST_KEY','BEFORE_FRAME','BEFORE_END','SELECTED_KEYS','SELECTED_MARKERS'] | None
|
|
452
|
-
:param end_frame: End Frame, Frame to stop propagating frames to (for
|
|
468
|
+
:param end_frame: End Frame, Frame to stop propagating frames to (for Before Frame mode)
|
|
453
469
|
:type end_frame: float | None
|
|
454
470
|
"""
|
|
455
471
|
|
|
@@ -512,7 +528,9 @@ def push(
|
|
|
512
528
|
"""
|
|
513
529
|
|
|
514
530
|
def quaternions_flip(
|
|
515
|
-
execution_context: int | str | None = None,
|
|
531
|
+
execution_context: int | str | None = None,
|
|
532
|
+
undo: bool | None = None,
|
|
533
|
+
/,
|
|
516
534
|
) -> None:
|
|
517
535
|
"""Flip quaternion values to achieve desired rotations, while maintaining the same orientations
|
|
518
536
|
|
|
@@ -594,7 +612,9 @@ def reveal(
|
|
|
594
612
|
"""
|
|
595
613
|
|
|
596
614
|
def rot_clear(
|
|
597
|
-
execution_context: int | str | None = None,
|
|
615
|
+
execution_context: int | str | None = None,
|
|
616
|
+
undo: bool | None = None,
|
|
617
|
+
/,
|
|
598
618
|
) -> None:
|
|
599
619
|
"""Reset rotations of selected bones to their default values
|
|
600
620
|
|
|
@@ -618,7 +638,9 @@ def rotation_mode_set(
|
|
|
618
638
|
"""
|
|
619
639
|
|
|
620
640
|
def scale_clear(
|
|
621
|
-
execution_context: int | str | None = None,
|
|
641
|
+
execution_context: int | str | None = None,
|
|
642
|
+
undo: bool | None = None,
|
|
643
|
+
/,
|
|
622
644
|
) -> None:
|
|
623
645
|
"""Reset scaling of selected bones to their default values
|
|
624
646
|
|
|
@@ -654,7 +676,9 @@ def select_all(
|
|
|
654
676
|
"""
|
|
655
677
|
|
|
656
678
|
def select_constraint_target(
|
|
657
|
-
execution_context: int | str | None = None,
|
|
679
|
+
execution_context: int | str | None = None,
|
|
680
|
+
undo: bool | None = None,
|
|
681
|
+
/,
|
|
658
682
|
) -> None:
|
|
659
683
|
"""Select bones used as targets for the currently selected bones
|
|
660
684
|
|
|
@@ -729,7 +753,9 @@ def select_hierarchy(
|
|
|
729
753
|
"""
|
|
730
754
|
|
|
731
755
|
def select_linked(
|
|
732
|
-
execution_context: int | str | None = None,
|
|
756
|
+
execution_context: int | str | None = None,
|
|
757
|
+
undo: bool | None = None,
|
|
758
|
+
/,
|
|
733
759
|
) -> None:
|
|
734
760
|
"""Select all bones linked by parent/child connections to the current selection
|
|
735
761
|
|
|
@@ -771,7 +797,9 @@ def select_mirror(
|
|
|
771
797
|
"""
|
|
772
798
|
|
|
773
799
|
def select_parent(
|
|
774
|
-
execution_context: int | str | None = None,
|
|
800
|
+
execution_context: int | str | None = None,
|
|
801
|
+
undo: bool | None = None,
|
|
802
|
+
/,
|
|
775
803
|
) -> None:
|
|
776
804
|
"""Select bones that are parents of the currently selected bones
|
|
777
805
|
|
|
@@ -780,7 +808,9 @@ def select_parent(
|
|
|
780
808
|
"""
|
|
781
809
|
|
|
782
810
|
def selection_set_add(
|
|
783
|
-
execution_context: int | str | None = None,
|
|
811
|
+
execution_context: int | str | None = None,
|
|
812
|
+
undo: bool | None = None,
|
|
813
|
+
/,
|
|
784
814
|
) -> None:
|
|
785
815
|
"""Create a new empty Selection Set
|
|
786
816
|
|
|
@@ -789,7 +819,9 @@ def selection_set_add(
|
|
|
789
819
|
"""
|
|
790
820
|
|
|
791
821
|
def selection_set_add_and_assign(
|
|
792
|
-
execution_context: int | str | None = None,
|
|
822
|
+
execution_context: int | str | None = None,
|
|
823
|
+
undo: bool | None = None,
|
|
824
|
+
/,
|
|
793
825
|
) -> None:
|
|
794
826
|
"""Create a new Selection Set with the currently selected bones
|
|
795
827
|
|
|
@@ -798,7 +830,9 @@ def selection_set_add_and_assign(
|
|
|
798
830
|
"""
|
|
799
831
|
|
|
800
832
|
def selection_set_assign(
|
|
801
|
-
execution_context: int | str | None = None,
|
|
833
|
+
execution_context: int | str | None = None,
|
|
834
|
+
undo: bool | None = None,
|
|
835
|
+
/,
|
|
802
836
|
) -> None:
|
|
803
837
|
"""Add selected bones to Selection Set
|
|
804
838
|
|
|
@@ -807,7 +841,9 @@ def selection_set_assign(
|
|
|
807
841
|
"""
|
|
808
842
|
|
|
809
843
|
def selection_set_copy(
|
|
810
|
-
execution_context: int | str | None = None,
|
|
844
|
+
execution_context: int | str | None = None,
|
|
845
|
+
undo: bool | None = None,
|
|
846
|
+
/,
|
|
811
847
|
) -> None:
|
|
812
848
|
"""Copy the selected Selection Set(s) to the clipboard
|
|
813
849
|
|
|
@@ -816,7 +852,9 @@ def selection_set_copy(
|
|
|
816
852
|
"""
|
|
817
853
|
|
|
818
854
|
def selection_set_delete_all(
|
|
819
|
-
execution_context: int | str | None = None,
|
|
855
|
+
execution_context: int | str | None = None,
|
|
856
|
+
undo: bool | None = None,
|
|
857
|
+
/,
|
|
820
858
|
) -> None:
|
|
821
859
|
"""Remove all Selection Sets from this Armature
|
|
822
860
|
|
|
@@ -825,7 +863,9 @@ def selection_set_delete_all(
|
|
|
825
863
|
"""
|
|
826
864
|
|
|
827
865
|
def selection_set_deselect(
|
|
828
|
-
execution_context: int | str | None = None,
|
|
866
|
+
execution_context: int | str | None = None,
|
|
867
|
+
undo: bool | None = None,
|
|
868
|
+
/,
|
|
829
869
|
) -> None:
|
|
830
870
|
"""Remove Selection Set bones from current selection
|
|
831
871
|
|
|
@@ -849,7 +889,9 @@ def selection_set_move(
|
|
|
849
889
|
"""
|
|
850
890
|
|
|
851
891
|
def selection_set_paste(
|
|
852
|
-
execution_context: int | str | None = None,
|
|
892
|
+
execution_context: int | str | None = None,
|
|
893
|
+
undo: bool | None = None,
|
|
894
|
+
/,
|
|
853
895
|
) -> None:
|
|
854
896
|
"""Add new Selection Set(s) from the clipboard
|
|
855
897
|
|
|
@@ -858,7 +900,9 @@ def selection_set_paste(
|
|
|
858
900
|
"""
|
|
859
901
|
|
|
860
902
|
def selection_set_remove(
|
|
861
|
-
execution_context: int | str | None = None,
|
|
903
|
+
execution_context: int | str | None = None,
|
|
904
|
+
undo: bool | None = None,
|
|
905
|
+
/,
|
|
862
906
|
) -> None:
|
|
863
907
|
"""Remove a Selection Set from this Armature
|
|
864
908
|
|
|
@@ -867,7 +911,9 @@ def selection_set_remove(
|
|
|
867
911
|
"""
|
|
868
912
|
|
|
869
913
|
def selection_set_remove_bones(
|
|
870
|
-
execution_context: int | str | None = None,
|
|
914
|
+
execution_context: int | str | None = None,
|
|
915
|
+
undo: bool | None = None,
|
|
916
|
+
/,
|
|
871
917
|
) -> None:
|
|
872
918
|
"""Remove the selected bones from all Selection Sets
|
|
873
919
|
|
|
@@ -891,7 +937,9 @@ def selection_set_select(
|
|
|
891
937
|
"""
|
|
892
938
|
|
|
893
939
|
def selection_set_unassign(
|
|
894
|
-
execution_context: int | str | None = None,
|
|
940
|
+
execution_context: int | str | None = None,
|
|
941
|
+
undo: bool | None = None,
|
|
942
|
+
/,
|
|
895
943
|
) -> None:
|
|
896
944
|
"""Remove selected bones from Selection Set
|
|
897
945
|
|
|
@@ -900,7 +948,9 @@ def selection_set_unassign(
|
|
|
900
948
|
"""
|
|
901
949
|
|
|
902
950
|
def transforms_clear(
|
|
903
|
-
execution_context: int | str | None = None,
|
|
951
|
+
execution_context: int | str | None = None,
|
|
952
|
+
undo: bool | None = None,
|
|
953
|
+
/,
|
|
904
954
|
) -> None:
|
|
905
955
|
"""Reset location, rotation, and scaling of selected bones to their default values
|
|
906
956
|
|
|
@@ -924,7 +974,9 @@ def user_transforms_clear(
|
|
|
924
974
|
"""
|
|
925
975
|
|
|
926
976
|
def visual_transform_apply(
|
|
927
|
-
execution_context: int | str | None = None,
|
|
977
|
+
execution_context: int | str | None = None,
|
|
978
|
+
undo: bool | None = None,
|
|
979
|
+
/,
|
|
928
980
|
) -> None:
|
|
929
981
|
"""Apply final constrained position of pose bones to their transform
|
|
930
982
|
|
bpy/ops/poselib/__init__.pyi
CHANGED
|
@@ -22,7 +22,9 @@ def apply_pose_asset(
|
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
24
|
def asset_delete(
|
|
25
|
-
execution_context: int | str | None = None,
|
|
25
|
+
execution_context: int | str | None = None,
|
|
26
|
+
undo: bool | None = None,
|
|
27
|
+
/,
|
|
26
28
|
) -> None:
|
|
27
29
|
"""Delete the selected Pose Asset
|
|
28
30
|
|
|
@@ -44,7 +46,7 @@ def asset_modify(
|
|
|
44
46
|
:param mode: Overwrite Mode, Specify which parts of the pose asset are overwritten
|
|
45
47
|
|
|
46
48
|
ADJUST
|
|
47
|
-
Adjust -- Update existing channels in the pose asset but
|
|
49
|
+
Adjust -- Update existing channels in the pose asset but dont remove or add any channels.
|
|
48
50
|
|
|
49
51
|
REPLACE
|
|
50
52
|
Replace with Selection -- Completely replace all channels in the pose asset with the current selection.
|
|
@@ -79,7 +81,9 @@ def blend_pose_asset(
|
|
|
79
81
|
"""
|
|
80
82
|
|
|
81
83
|
def convert_old_object_poselib(
|
|
82
|
-
execution_context: int | str | None = None,
|
|
84
|
+
execution_context: int | str | None = None,
|
|
85
|
+
undo: bool | None = None,
|
|
86
|
+
/,
|
|
83
87
|
) -> None:
|
|
84
88
|
"""Create a pose asset for each pose marker in this legacy pose library data-block
|
|
85
89
|
|
|
@@ -88,7 +92,9 @@ def convert_old_object_poselib(
|
|
|
88
92
|
"""
|
|
89
93
|
|
|
90
94
|
def convert_old_poselib(
|
|
91
|
-
execution_context: int | str | None = None,
|
|
95
|
+
execution_context: int | str | None = None,
|
|
96
|
+
undo: bool | None = None,
|
|
97
|
+
/,
|
|
92
98
|
) -> None:
|
|
93
99
|
"""Create a pose asset for each pose marker in the current action
|
|
94
100
|
|
|
@@ -97,7 +103,9 @@ def convert_old_poselib(
|
|
|
97
103
|
"""
|
|
98
104
|
|
|
99
105
|
def copy_as_asset(
|
|
100
|
-
execution_context: int | str | None = None,
|
|
106
|
+
execution_context: int | str | None = None,
|
|
107
|
+
undo: bool | None = None,
|
|
108
|
+
/,
|
|
101
109
|
) -> None:
|
|
102
110
|
"""Create a new pose asset on the clipboard, to be pasted into an Asset Browser
|
|
103
111
|
|
|
@@ -130,7 +138,9 @@ def create_pose_asset(
|
|
|
130
138
|
"""
|
|
131
139
|
|
|
132
140
|
def paste_asset(
|
|
133
|
-
execution_context: int | str | None = None,
|
|
141
|
+
execution_context: int | str | None = None,
|
|
142
|
+
undo: bool | None = None,
|
|
143
|
+
/,
|
|
134
144
|
) -> None:
|
|
135
145
|
"""Paste the Asset that was previously copied using Copy As Asset
|
|
136
146
|
|
|
@@ -157,7 +167,9 @@ def pose_asset_select_bones(
|
|
|
157
167
|
"""
|
|
158
168
|
|
|
159
169
|
def restore_previous_action(
|
|
160
|
-
execution_context: int | str | None = None,
|
|
170
|
+
execution_context: int | str | None = None,
|
|
171
|
+
undo: bool | None = None,
|
|
172
|
+
/,
|
|
161
173
|
) -> None:
|
|
162
174
|
"""Switch back to the previous Action, after creating a pose asset
|
|
163
175
|
|
bpy/ops/preferences/__init__.pyi
CHANGED
|
@@ -83,7 +83,9 @@ def addon_install(
|
|
|
83
83
|
"""
|
|
84
84
|
|
|
85
85
|
def addon_refresh(
|
|
86
|
-
execution_context: int | str | None = None,
|
|
86
|
+
execution_context: int | str | None = None,
|
|
87
|
+
undo: bool | None = None,
|
|
88
|
+
/,
|
|
87
89
|
) -> None:
|
|
88
90
|
"""Scan add-on directories for new modules
|
|
89
91
|
|
|
@@ -254,7 +256,9 @@ def asset_library_remove(
|
|
|
254
256
|
"""
|
|
255
257
|
|
|
256
258
|
def associate_blend(
|
|
257
|
-
execution_context: int | str | None = None,
|
|
259
|
+
execution_context: int | str | None = None,
|
|
260
|
+
undo: bool | None = None,
|
|
261
|
+
/,
|
|
258
262
|
) -> None:
|
|
259
263
|
"""Use this installation for .blend files and to display thumbnails
|
|
260
264
|
|
|
@@ -263,7 +267,9 @@ def associate_blend(
|
|
|
263
267
|
"""
|
|
264
268
|
|
|
265
269
|
def autoexec_path_add(
|
|
266
|
-
execution_context: int | str | None = None,
|
|
270
|
+
execution_context: int | str | None = None,
|
|
271
|
+
undo: bool | None = None,
|
|
272
|
+
/,
|
|
267
273
|
) -> None:
|
|
268
274
|
"""Add path to exclude from auto-execution
|
|
269
275
|
|
|
@@ -287,7 +293,9 @@ def autoexec_path_remove(
|
|
|
287
293
|
"""
|
|
288
294
|
|
|
289
295
|
def copy_prev(
|
|
290
|
-
execution_context: int | str | None = None,
|
|
296
|
+
execution_context: int | str | None = None,
|
|
297
|
+
undo: bool | None = None,
|
|
298
|
+
/,
|
|
291
299
|
) -> None:
|
|
292
300
|
"""Copy settings from previous version
|
|
293
301
|
|
|
@@ -323,7 +331,7 @@ def extension_repo_add(
|
|
|
323
331
|
:type access_token: str
|
|
324
332
|
:param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
|
|
325
333
|
:type use_sync_on_startup: bool | None
|
|
326
|
-
:param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a
|
|
334
|
+
:param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a users extensions directory is created.
|
|
327
335
|
:type use_custom_directory: bool | None
|
|
328
336
|
:param custom_directory: Custom Directory, The local directory containing extensions
|
|
329
337
|
:type custom_directory: str
|
|
@@ -440,7 +448,9 @@ def keyconfig_import(
|
|
|
440
448
|
"""
|
|
441
449
|
|
|
442
450
|
def keyconfig_remove(
|
|
443
|
-
execution_context: int | str | None = None,
|
|
451
|
+
execution_context: int | str | None = None,
|
|
452
|
+
undo: bool | None = None,
|
|
453
|
+
/,
|
|
444
454
|
) -> None:
|
|
445
455
|
"""Remove key config
|
|
446
456
|
|
|
@@ -449,7 +459,9 @@ def keyconfig_remove(
|
|
|
449
459
|
"""
|
|
450
460
|
|
|
451
461
|
def keyconfig_test(
|
|
452
|
-
execution_context: int | str | None = None,
|
|
462
|
+
execution_context: int | str | None = None,
|
|
463
|
+
undo: bool | None = None,
|
|
464
|
+
/,
|
|
453
465
|
) -> None:
|
|
454
466
|
"""Test key configuration for conflicts
|
|
455
467
|
|
|
@@ -458,7 +470,9 @@ def keyconfig_test(
|
|
|
458
470
|
"""
|
|
459
471
|
|
|
460
472
|
def keyitem_add(
|
|
461
|
-
execution_context: int | str | None = None,
|
|
473
|
+
execution_context: int | str | None = None,
|
|
474
|
+
undo: bool | None = None,
|
|
475
|
+
/,
|
|
462
476
|
) -> None:
|
|
463
477
|
"""Add key map item
|
|
464
478
|
|
|
@@ -512,7 +526,9 @@ def keymap_restore(
|
|
|
512
526
|
"""
|
|
513
527
|
|
|
514
528
|
def reset_default_theme(
|
|
515
|
-
execution_context: int | str | None = None,
|
|
529
|
+
execution_context: int | str | None = None,
|
|
530
|
+
undo: bool | None = None,
|
|
531
|
+
/,
|
|
516
532
|
) -> None:
|
|
517
533
|
"""Reset to the default theme colors
|
|
518
534
|
|
|
@@ -660,9 +676,11 @@ def theme_install(
|
|
|
660
676
|
"""
|
|
661
677
|
|
|
662
678
|
def unassociate_blend(
|
|
663
|
-
execution_context: int | str | None = None,
|
|
679
|
+
execution_context: int | str | None = None,
|
|
680
|
+
undo: bool | None = None,
|
|
681
|
+
/,
|
|
664
682
|
) -> None:
|
|
665
|
-
"""Remove this
|
|
683
|
+
"""Remove this installations associations with .blend files
|
|
666
684
|
|
|
667
685
|
:type execution_context: int | str | None
|
|
668
686
|
:type undo: bool | None
|
bpy/ops/ptcache/__init__.pyi
CHANGED
|
@@ -3,7 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
|
-
def add(
|
|
6
|
+
def add(
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
10
|
+
) -> None:
|
|
7
11
|
"""Add new cache
|
|
8
12
|
|
|
9
13
|
:type execution_context: int | str | None
|
|
@@ -41,7 +45,9 @@ def bake_all(
|
|
|
41
45
|
"""
|
|
42
46
|
|
|
43
47
|
def bake_from_cache(
|
|
44
|
-
execution_context: int | str | None = None,
|
|
48
|
+
execution_context: int | str | None = None,
|
|
49
|
+
undo: bool | None = None,
|
|
50
|
+
/,
|
|
45
51
|
) -> None:
|
|
46
52
|
"""Bake from cache
|
|
47
53
|
|
|
@@ -50,7 +56,9 @@ def bake_from_cache(
|
|
|
50
56
|
"""
|
|
51
57
|
|
|
52
58
|
def free_bake(
|
|
53
|
-
execution_context: int | str | None = None,
|
|
59
|
+
execution_context: int | str | None = None,
|
|
60
|
+
undo: bool | None = None,
|
|
61
|
+
/,
|
|
54
62
|
) -> None:
|
|
55
63
|
"""Delete physics bake
|
|
56
64
|
|
|
@@ -59,7 +67,9 @@ def free_bake(
|
|
|
59
67
|
"""
|
|
60
68
|
|
|
61
69
|
def free_bake_all(
|
|
62
|
-
execution_context: int | str | None = None,
|
|
70
|
+
execution_context: int | str | None = None,
|
|
71
|
+
undo: bool | None = None,
|
|
72
|
+
/,
|
|
63
73
|
) -> None:
|
|
64
74
|
"""Delete all baked caches of all objects in the current scene
|
|
65
75
|
|
|
@@ -68,7 +78,9 @@ def free_bake_all(
|
|
|
68
78
|
"""
|
|
69
79
|
|
|
70
80
|
def remove(
|
|
71
|
-
execution_context: int | str | None = None,
|
|
81
|
+
execution_context: int | str | None = None,
|
|
82
|
+
undo: bool | None = None,
|
|
83
|
+
/,
|
|
72
84
|
) -> None:
|
|
73
85
|
"""Delete current cache
|
|
74
86
|
|
bpy/ops/render/__init__.pyi
CHANGED
|
@@ -148,7 +148,7 @@ def opengl(
|
|
|
148
148
|
:type animation: bool | None
|
|
149
149
|
:param render_keyed_only: Render Keyframes Only, Render only those frames where selected objects have a key in their animation data. Only used when rendering animation
|
|
150
150
|
:type render_keyed_only: bool | None
|
|
151
|
-
:param sequencer: Sequencer, Render using the
|
|
151
|
+
:param sequencer: Sequencer, Render using the sequencers OpenGL display
|
|
152
152
|
:type sequencer: bool | None
|
|
153
153
|
:param write_still: Write Image, Save the rendered image to the output path (used only when animation is disabled)
|
|
154
154
|
:type write_still: bool | None
|
|
@@ -157,7 +157,9 @@ def opengl(
|
|
|
157
157
|
"""
|
|
158
158
|
|
|
159
159
|
def play_rendered_anim(
|
|
160
|
-
execution_context: int | str | None = None,
|
|
160
|
+
execution_context: int | str | None = None,
|
|
161
|
+
undo: bool | None = None,
|
|
162
|
+
/,
|
|
161
163
|
) -> None:
|
|
162
164
|
"""Play back rendered frames/movies using an external player
|
|
163
165
|
|
|
@@ -230,7 +232,9 @@ def shutter_curve_preset(
|
|
|
230
232
|
"""
|
|
231
233
|
|
|
232
234
|
def view_cancel(
|
|
233
|
-
execution_context: int | str | None = None,
|
|
235
|
+
execution_context: int | str | None = None,
|
|
236
|
+
undo: bool | None = None,
|
|
237
|
+
/,
|
|
234
238
|
) -> None:
|
|
235
239
|
"""Cancel show render view
|
|
236
240
|
|
|
@@ -239,7 +243,9 @@ def view_cancel(
|
|
|
239
243
|
"""
|
|
240
244
|
|
|
241
245
|
def view_show(
|
|
242
|
-
execution_context: int | str | None = None,
|
|
246
|
+
execution_context: int | str | None = None,
|
|
247
|
+
undo: bool | None = None,
|
|
248
|
+
/,
|
|
243
249
|
) -> None:
|
|
244
250
|
"""Toggle show render view
|
|
245
251
|
|
bpy/ops/rigidbody/__init__.pyi
CHANGED
|
@@ -112,7 +112,9 @@ def constraint_add(
|
|
|
112
112
|
"""
|
|
113
113
|
|
|
114
114
|
def constraint_remove(
|
|
115
|
-
execution_context: int | str | None = None,
|
|
115
|
+
execution_context: int | str | None = None,
|
|
116
|
+
undo: bool | None = None,
|
|
117
|
+
/,
|
|
116
118
|
) -> None:
|
|
117
119
|
"""Remove Rigid Body Constraint from Object
|
|
118
120
|
|
|
@@ -134,7 +136,7 @@ def mass_calculate(
|
|
|
134
136
|
:type undo: bool | None
|
|
135
137
|
:param material: Material Preset, Type of material that objects are made of (determines material density)
|
|
136
138
|
:type material: str | None
|
|
137
|
-
:param density: Density, Density value (kg/m^3), allows custom value if the
|
|
139
|
+
:param density: Density, Density value (kg/m^3), allows custom value if the Custom preset is used
|
|
138
140
|
:type density: float | None
|
|
139
141
|
"""
|
|
140
142
|
|
|
@@ -154,7 +156,9 @@ def object_add(
|
|
|
154
156
|
"""
|
|
155
157
|
|
|
156
158
|
def object_remove(
|
|
157
|
-
execution_context: int | str | None = None,
|
|
159
|
+
execution_context: int | str | None = None,
|
|
160
|
+
undo: bool | None = None,
|
|
161
|
+
/,
|
|
158
162
|
) -> None:
|
|
159
163
|
"""Remove Rigid Body settings from Object
|
|
160
164
|
|
|
@@ -163,7 +167,9 @@ def object_remove(
|
|
|
163
167
|
"""
|
|
164
168
|
|
|
165
169
|
def object_settings_copy(
|
|
166
|
-
execution_context: int | str | None = None,
|
|
170
|
+
execution_context: int | str | None = None,
|
|
171
|
+
undo: bool | None = None,
|
|
172
|
+
/,
|
|
167
173
|
) -> None:
|
|
168
174
|
"""Copy Rigid Body settings from active object to selected
|
|
169
175
|
|
|
@@ -187,7 +193,9 @@ def objects_add(
|
|
|
187
193
|
"""
|
|
188
194
|
|
|
189
195
|
def objects_remove(
|
|
190
|
-
execution_context: int | str | None = None,
|
|
196
|
+
execution_context: int | str | None = None,
|
|
197
|
+
undo: bool | None = None,
|
|
198
|
+
/,
|
|
191
199
|
) -> None:
|
|
192
200
|
"""Remove selected objects from Rigid Body simulation
|
|
193
201
|
|
|
@@ -211,7 +219,9 @@ def shape_change(
|
|
|
211
219
|
"""
|
|
212
220
|
|
|
213
221
|
def world_add(
|
|
214
|
-
execution_context: int | str | None = None,
|
|
222
|
+
execution_context: int | str | None = None,
|
|
223
|
+
undo: bool | None = None,
|
|
224
|
+
/,
|
|
215
225
|
) -> None:
|
|
216
226
|
"""Add Rigid Body simulation world to the current scene
|
|
217
227
|
|
|
@@ -220,7 +230,9 @@ def world_add(
|
|
|
220
230
|
"""
|
|
221
231
|
|
|
222
232
|
def world_remove(
|
|
223
|
-
execution_context: int | str | None = None,
|
|
233
|
+
execution_context: int | str | None = None,
|
|
234
|
+
undo: bool | None = None,
|
|
235
|
+
/,
|
|
224
236
|
) -> None:
|
|
225
237
|
"""Remove Rigid Body simulation world from the current scene
|
|
226
238
|
|