fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -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 +34 -40
- 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 +69 -21
- 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 +178 -49
- 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 +40 -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 +54 -34
- bpy/types/__init__.pyi +55981 -39705
- 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-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.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 +6 -6
- 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 +17 -4
- 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-20250830.dist-info}/WHEEL +0 -0
bpy/ops/graph/__init__.pyi
CHANGED
|
@@ -7,7 +7,9 @@ import bpy.stub_internal.rna_enums
|
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
def bake_keys(
|
|
10
|
-
execution_context: int | str | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
|
+
undo: bool | None = None,
|
|
12
|
+
/,
|
|
11
13
|
) -> None:
|
|
12
14
|
"""Add keyframes on every frame between the selected keyframes
|
|
13
15
|
|
|
@@ -189,7 +191,11 @@ def clickselect(
|
|
|
189
191
|
:type curves: bool | None
|
|
190
192
|
"""
|
|
191
193
|
|
|
192
|
-
def copy(
|
|
194
|
+
def copy(
|
|
195
|
+
execution_context: int | str | None = None,
|
|
196
|
+
undo: bool | None = None,
|
|
197
|
+
/,
|
|
198
|
+
) -> None:
|
|
193
199
|
"""Copy selected keyframes to the internal clipboard
|
|
194
200
|
|
|
195
201
|
:type execution_context: int | str | None
|
|
@@ -257,7 +263,9 @@ def delete(
|
|
|
257
263
|
"""
|
|
258
264
|
|
|
259
265
|
def driver_delete_invalid(
|
|
260
|
-
execution_context: int | str | None = None,
|
|
266
|
+
execution_context: int | str | None = None,
|
|
267
|
+
undo: bool | None = None,
|
|
268
|
+
/,
|
|
261
269
|
) -> None:
|
|
262
270
|
"""Delete all visible drivers considered invalid
|
|
263
271
|
|
|
@@ -266,7 +274,9 @@ def driver_delete_invalid(
|
|
|
266
274
|
"""
|
|
267
275
|
|
|
268
276
|
def driver_variables_copy(
|
|
269
|
-
execution_context: int | str | None = None,
|
|
277
|
+
execution_context: int | str | None = None,
|
|
278
|
+
undo: bool | None = None,
|
|
279
|
+
/,
|
|
270
280
|
) -> None:
|
|
271
281
|
"""Copy the driver variables of the active driver
|
|
272
282
|
|
|
@@ -364,29 +374,31 @@ def equalize_handles(
|
|
|
364
374
|
handle_length: float | None = 5.0,
|
|
365
375
|
flatten: bool | None = False,
|
|
366
376
|
) -> None:
|
|
367
|
-
"""Ensure selected keyframes
|
|
377
|
+
"""Ensure selected keyframes handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
368
378
|
|
|
369
379
|
:type execution_context: int | str | None
|
|
370
380
|
:type undo: bool | None
|
|
371
|
-
:param side: Side, Side of the keyframes
|
|
381
|
+
:param side: Side, Side of the keyframes Bézier handles to affect
|
|
372
382
|
|
|
373
383
|
LEFT
|
|
374
|
-
Left -- Equalize selected keyframes
|
|
384
|
+
Left -- Equalize selected keyframes left handles.
|
|
375
385
|
|
|
376
386
|
RIGHT
|
|
377
|
-
Right -- Equalize selected keyframes
|
|
387
|
+
Right -- Equalize selected keyframes right handles.
|
|
378
388
|
|
|
379
389
|
BOTH
|
|
380
|
-
Both -- Equalize both of a
|
|
390
|
+
Both -- Equalize both of a keyframes handles.
|
|
381
391
|
:type side: typing.Literal['LEFT','RIGHT','BOTH'] | None
|
|
382
|
-
:param handle_length: Handle Length, Length to make selected keyframes
|
|
392
|
+
:param handle_length: Handle Length, Length to make selected keyframes Bézier handles
|
|
383
393
|
:type handle_length: float | None
|
|
384
|
-
:param flatten: Flatten, Make the values of the selected keyframes
|
|
394
|
+
:param flatten: Flatten, Make the values of the selected keyframes handles the same as their respective keyframes
|
|
385
395
|
:type flatten: bool | None
|
|
386
396
|
"""
|
|
387
397
|
|
|
388
398
|
def euler_filter(
|
|
389
|
-
execution_context: int | str | None = None,
|
|
399
|
+
execution_context: int | str | None = None,
|
|
400
|
+
undo: bool | None = None,
|
|
401
|
+
/,
|
|
390
402
|
) -> None:
|
|
391
403
|
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
392
404
|
|
|
@@ -415,7 +427,7 @@ def extrapolation_type(
|
|
|
415
427
|
Linear Extrapolation -- Straight-line slope of end segments are extended past the endpoint keyframes.
|
|
416
428
|
|
|
417
429
|
MAKE_CYCLIC
|
|
418
|
-
Make Cyclic (F-Modifier) -- Add Cycles F-Modifier if one
|
|
430
|
+
Make Cyclic (F-Modifier) -- Add Cycles F-Modifier if one does not exist already.
|
|
419
431
|
|
|
420
432
|
CLEAR_CYCLIC
|
|
421
433
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
@@ -441,7 +453,9 @@ def fmodifier_add(
|
|
|
441
453
|
"""
|
|
442
454
|
|
|
443
455
|
def fmodifier_copy(
|
|
444
|
-
execution_context: int | str | None = None,
|
|
456
|
+
execution_context: int | str | None = None,
|
|
457
|
+
undo: bool | None = None,
|
|
458
|
+
/,
|
|
445
459
|
) -> None:
|
|
446
460
|
"""Copy the F-Modifier(s) of the active F-Curve
|
|
447
461
|
|
|
@@ -468,7 +482,9 @@ def fmodifier_paste(
|
|
|
468
482
|
"""
|
|
469
483
|
|
|
470
484
|
def frame_jump(
|
|
471
|
-
execution_context: int | str | None = None,
|
|
485
|
+
execution_context: int | str | None = None,
|
|
486
|
+
undo: bool | None = None,
|
|
487
|
+
/,
|
|
472
488
|
) -> None:
|
|
473
489
|
"""Place the cursor on the midpoint of selected keyframes
|
|
474
490
|
|
|
@@ -498,7 +514,9 @@ def gaussian_smooth(
|
|
|
498
514
|
"""
|
|
499
515
|
|
|
500
516
|
def ghost_curves_clear(
|
|
501
|
-
execution_context: int | str | None = None,
|
|
517
|
+
execution_context: int | str | None = None,
|
|
518
|
+
undo: bool | None = None,
|
|
519
|
+
/,
|
|
502
520
|
) -> None:
|
|
503
521
|
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
504
522
|
|
|
@@ -507,7 +525,9 @@ def ghost_curves_clear(
|
|
|
507
525
|
"""
|
|
508
526
|
|
|
509
527
|
def ghost_curves_create(
|
|
510
|
-
execution_context: int | str | None = None,
|
|
528
|
+
execution_context: int | str | None = None,
|
|
529
|
+
undo: bool | None = None,
|
|
530
|
+
/,
|
|
511
531
|
) -> None:
|
|
512
532
|
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
513
533
|
|
|
@@ -576,13 +596,13 @@ def keyframe_insert(
|
|
|
576
596
|
:param type: Type
|
|
577
597
|
|
|
578
598
|
ALL
|
|
579
|
-
All Channels -- Insert a keyframe on all visible and editable F-Curves using each
|
|
599
|
+
All Channels -- Insert a keyframe on all visible and editable F-Curves using each curves current value.
|
|
580
600
|
|
|
581
601
|
SEL
|
|
582
|
-
Only Selected Channels -- Insert a keyframe on selected F-Curves using each
|
|
602
|
+
Only Selected Channels -- Insert a keyframe on selected F-Curves using each curves current value.
|
|
583
603
|
|
|
584
604
|
ACTIVE
|
|
585
|
-
Only Active F-Curve -- Insert a keyframe on the active F-Curve using the
|
|
605
|
+
Only Active F-Curve -- Insert a keyframe on the active F-Curve using the curves current value.
|
|
586
606
|
|
|
587
607
|
CURSOR_ACTIVE
|
|
588
608
|
Active Channels at Cursor -- Insert a keyframe for the active F-Curve at the cursor point.
|
|
@@ -608,7 +628,9 @@ def keyframe_jump(
|
|
|
608
628
|
"""
|
|
609
629
|
|
|
610
630
|
def keys_to_samples(
|
|
611
|
-
execution_context: int | str | None = None,
|
|
631
|
+
execution_context: int | str | None = None,
|
|
632
|
+
undo: bool | None = None,
|
|
633
|
+
/,
|
|
612
634
|
) -> None:
|
|
613
635
|
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
614
636
|
|
|
@@ -687,7 +709,9 @@ def paste(
|
|
|
687
709
|
"""
|
|
688
710
|
|
|
689
711
|
def previewrange_set(
|
|
690
|
-
execution_context: int | str | None = None,
|
|
712
|
+
execution_context: int | str | None = None,
|
|
713
|
+
undo: bool | None = None,
|
|
714
|
+
/,
|
|
691
715
|
) -> None:
|
|
692
716
|
"""Set Preview Range based on range of selected keyframes
|
|
693
717
|
|
|
@@ -726,7 +750,9 @@ def reveal(
|
|
|
726
750
|
"""
|
|
727
751
|
|
|
728
752
|
def samples_to_keys(
|
|
729
|
-
execution_context: int | str | None = None,
|
|
753
|
+
execution_context: int | str | None = None,
|
|
754
|
+
undo: bool | None = None,
|
|
755
|
+
/,
|
|
730
756
|
) -> None:
|
|
731
757
|
"""Convert selected channels from samples to keyframes
|
|
732
758
|
|
|
@@ -1012,7 +1038,9 @@ def select_leftright(
|
|
|
1012
1038
|
"""
|
|
1013
1039
|
|
|
1014
1040
|
def select_less(
|
|
1015
|
-
execution_context: int | str | None = None,
|
|
1041
|
+
execution_context: int | str | None = None,
|
|
1042
|
+
undo: bool | None = None,
|
|
1043
|
+
/,
|
|
1016
1044
|
) -> None:
|
|
1017
1045
|
"""Deselect keyframes on ends of selection islands
|
|
1018
1046
|
|
|
@@ -1021,7 +1049,9 @@ def select_less(
|
|
|
1021
1049
|
"""
|
|
1022
1050
|
|
|
1023
1051
|
def select_linked(
|
|
1024
|
-
execution_context: int | str | None = None,
|
|
1052
|
+
execution_context: int | str | None = None,
|
|
1053
|
+
undo: bool | None = None,
|
|
1054
|
+
/,
|
|
1025
1055
|
) -> None:
|
|
1026
1056
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1027
1057
|
|
|
@@ -1030,7 +1060,9 @@ def select_linked(
|
|
|
1030
1060
|
"""
|
|
1031
1061
|
|
|
1032
1062
|
def select_more(
|
|
1033
|
-
execution_context: int | str | None = None,
|
|
1063
|
+
execution_context: int | str | None = None,
|
|
1064
|
+
undo: bool | None = None,
|
|
1065
|
+
/,
|
|
1034
1066
|
) -> None:
|
|
1035
1067
|
"""Select keyframes beside already selected ones
|
|
1036
1068
|
|
|
@@ -1063,7 +1095,9 @@ def shear(
|
|
|
1063
1095
|
"""
|
|
1064
1096
|
|
|
1065
1097
|
def smooth(
|
|
1066
|
-
execution_context: int | str | None = None,
|
|
1098
|
+
execution_context: int | str | None = None,
|
|
1099
|
+
undo: bool | None = None,
|
|
1100
|
+
/,
|
|
1067
1101
|
) -> None:
|
|
1068
1102
|
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1069
1103
|
|
|
@@ -1113,7 +1147,9 @@ def snap(
|
|
|
1113
1147
|
"""
|
|
1114
1148
|
|
|
1115
1149
|
def snap_cursor_value(
|
|
1116
|
-
execution_context: int | str | None = None,
|
|
1150
|
+
execution_context: int | str | None = None,
|
|
1151
|
+
undo: bool | None = None,
|
|
1152
|
+
/,
|
|
1117
1153
|
) -> None:
|
|
1118
1154
|
"""Place the cursor value on the average value of selected keyframes
|
|
1119
1155
|
|
|
@@ -1275,7 +1311,9 @@ def view_all(
|
|
|
1275
1311
|
"""
|
|
1276
1312
|
|
|
1277
1313
|
def view_frame(
|
|
1278
|
-
execution_context: int | str | None = None,
|
|
1314
|
+
execution_context: int | str | None = None,
|
|
1315
|
+
undo: bool | None = None,
|
|
1316
|
+
/,
|
|
1279
1317
|
) -> None:
|
|
1280
1318
|
"""Move the view to the current frame
|
|
1281
1319
|
|