fake-bpy-module 20250828__py3-none-any.whl → 20260118__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_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__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 +3 -1
- _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_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {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}/py.typed +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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +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}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
bpy/ops/import_anim/__init__.pyi
CHANGED
|
@@ -26,26 +26,15 @@ def bvh(
|
|
|
26
26
|
) -> None:
|
|
27
27
|
"""Load a BVH motion capture file
|
|
28
28
|
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
29
|
:param filepath: File Path, Filepath used for importing the file
|
|
32
|
-
:type filepath: str
|
|
33
30
|
:param filter_glob: filter_glob
|
|
34
|
-
:type filter_glob: str
|
|
35
31
|
:param target: Target, Import target type
|
|
36
|
-
:type target: typing.Literal['ARMATURE','OBJECT'] | None
|
|
37
32
|
:param global_scale: Scale, Scale the BVH by this value
|
|
38
|
-
:type global_scale: float | None
|
|
39
33
|
:param frame_start: Start Frame, Starting frame for the animation
|
|
40
|
-
:
|
|
41
|
-
:param
|
|
42
|
-
:type use_fps_scale: bool | None
|
|
43
|
-
:param update_scene_fps: Update Scene FPS, Set the scene framerate to that of the BVH file (note that this nullifies the Scale FPS option, as the scale will be 1:1)
|
|
44
|
-
:type update_scene_fps: bool | None
|
|
34
|
+
:param use_fps_scale: Scale FPS, Scale the frame-rate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
|
|
35
|
+
:param update_scene_fps: Update Scene FPS, Set the scene frame-rate to that of the BVH file (note that this nullifies the Scale FPS option, as the scale will be 1:1)
|
|
45
36
|
:param update_scene_duration: Update Scene Duration, Extend the scenes duration to the BVH duration (never shortens the scene)
|
|
46
|
-
:type update_scene_duration: bool | None
|
|
47
37
|
:param use_cyclic: Loop, Loop the animation playback
|
|
48
|
-
:type use_cyclic: bool | None
|
|
49
38
|
:param rotate_mode: Rotation, Rotation conversion
|
|
50
39
|
|
|
51
40
|
QUATERNION
|
|
@@ -71,9 +60,6 @@ def bvh(
|
|
|
71
60
|
|
|
72
61
|
ZYX
|
|
73
62
|
Euler (ZYX) -- Convert rotations to euler ZYX.
|
|
74
|
-
:type rotate_mode: typing.Literal['QUATERNION','NATIVE','XYZ','XZY','YXZ','YZX','ZXY','ZYX'] | None
|
|
75
63
|
:param axis_forward: Forward
|
|
76
|
-
:type axis_forward: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
77
64
|
:param axis_up: Up
|
|
78
|
-
:type axis_up: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
79
65
|
"""
|
|
@@ -17,14 +17,8 @@ def svg(
|
|
|
17
17
|
) -> None:
|
|
18
18
|
"""Load a SVG file
|
|
19
19
|
|
|
20
|
-
:type execution_context: int | str | None
|
|
21
|
-
:type undo: bool | None
|
|
22
20
|
:param filepath: File Path, Filepath used for importing the file
|
|
23
|
-
:type filepath: str
|
|
24
21
|
:param filter_glob: filter_glob
|
|
25
|
-
:type filter_glob: str
|
|
26
22
|
:param directory: directory
|
|
27
|
-
:type directory: str
|
|
28
23
|
:param files: File Path
|
|
29
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
30
24
|
"""
|
|
@@ -41,16 +41,10 @@ def fbx(
|
|
|
41
41
|
) -> None:
|
|
42
42
|
"""Load a FBX file
|
|
43
43
|
|
|
44
|
-
:type execution_context: int | str | None
|
|
45
|
-
:type undo: bool | None
|
|
46
44
|
:param filepath: File Path, Filepath used for importing the file
|
|
47
|
-
:type filepath: str
|
|
48
45
|
:param directory: directory
|
|
49
|
-
:type directory: str
|
|
50
46
|
:param filter_glob: filter_glob
|
|
51
|
-
:type filter_glob: str
|
|
52
47
|
:param files: File Path
|
|
53
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
54
48
|
:param ui_tab: ui_tab, Import options categories
|
|
55
49
|
|
|
56
50
|
MAIN
|
|
@@ -58,15 +52,10 @@ def fbx(
|
|
|
58
52
|
|
|
59
53
|
ARMATURE
|
|
60
54
|
Armatures -- Armature-related settings.
|
|
61
|
-
:type ui_tab: typing.Literal['MAIN','ARMATURE'] | None
|
|
62
55
|
:param use_manual_orientation: Manual Orientation, Specify orientation and scale, instead of using embedded data in FBX file
|
|
63
|
-
:type use_manual_orientation: bool | None
|
|
64
56
|
:param global_scale: Scale
|
|
65
|
-
:type global_scale: float | None
|
|
66
57
|
:param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blenders space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
|
|
67
|
-
:type bake_space_transform: bool | None
|
|
68
58
|
:param use_custom_normals: Custom Normals, Import custom normals, if available (otherwise Blender will recompute them)
|
|
69
|
-
:type use_custom_normals: bool | None
|
|
70
59
|
:param colors_type: Vertex Colors, Import vertex color attributes
|
|
71
60
|
|
|
72
61
|
NONE
|
|
@@ -77,35 +66,20 @@ def fbx(
|
|
|
77
66
|
|
|
78
67
|
LINEAR
|
|
79
68
|
Linear -- Expect file colors in linear color space.
|
|
80
|
-
:type colors_type: typing.Literal['NONE','SRGB','LINEAR'] | None
|
|
81
69
|
:param use_image_search: Image Search, Search subdirs for any associated images (WARNING: may be slow)
|
|
82
|
-
:type use_image_search: bool | None
|
|
83
70
|
:param use_alpha_decals: Alpha Decals, Treat materials with alpha as decals (no shadow casting)
|
|
84
|
-
:type use_alpha_decals: bool | None
|
|
85
71
|
:param decal_offset: Decal Offset, Displace geometry of alpha meshes
|
|
86
|
-
:type decal_offset: float | None
|
|
87
72
|
:param use_anim: Import Animation, Import FBX animation
|
|
88
|
-
:type use_anim: bool | None
|
|
89
73
|
:param anim_offset: Animation Offset, Offset to apply to animation during import, in frames
|
|
90
|
-
:type anim_offset: float | None
|
|
91
74
|
:param use_subsurf: Subdivision Data, Import FBX subdivision information as subdivision surface modifiers
|
|
92
|
-
:type use_subsurf: bool | None
|
|
93
75
|
:param use_custom_props: Custom Properties, Import user properties as custom properties
|
|
94
|
-
:type use_custom_props: bool | None
|
|
95
76
|
:param use_custom_props_enum_as_string: Import Enums As Strings, Store enumeration values as strings
|
|
96
|
-
:type use_custom_props_enum_as_string: bool | None
|
|
97
77
|
:param ignore_leaf_bones: Ignore Leaf Bones, Ignore the last bone at the end of each chain (used to mark the length of the previous bone)
|
|
98
|
-
:type ignore_leaf_bones: bool | None
|
|
99
78
|
:param force_connect_children: Force Connect Children, Force connection of children bones to their parent, even if their computed head/tail positions do not match (can be useful with pure-joints-type armatures)
|
|
100
|
-
:type force_connect_children: bool | None
|
|
101
79
|
:param automatic_bone_orientation: Automatic Bone Orientation, Try to align the major bone axis with the bone children
|
|
102
|
-
:type automatic_bone_orientation: bool | None
|
|
103
80
|
:param primary_bone_axis: Primary Bone Axis
|
|
104
|
-
:type primary_bone_axis: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
105
81
|
:param secondary_bone_axis: Secondary Bone Axis
|
|
106
|
-
:type secondary_bone_axis: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
107
82
|
:param use_prepost_rot: Use Pre/Post Rotation, Use pre/post rotation from FBX transform (you may have to disable that in some cases)
|
|
108
|
-
:type use_prepost_rot: bool | None
|
|
109
83
|
:param mtl_name_collision_mode: Material Name Collision, Behavior when the name of an imported material conflicts with an existing material
|
|
110
84
|
|
|
111
85
|
MAKE_UNIQUE
|
|
@@ -113,11 +87,8 @@ def fbx(
|
|
|
113
87
|
|
|
114
88
|
REFERENCE_EXISTING
|
|
115
89
|
Reference Existing -- If a material with the same name already exists, reference that instead of importing.
|
|
116
|
-
:type mtl_name_collision_mode: typing.Literal['MAKE_UNIQUE','REFERENCE_EXISTING'] | None
|
|
117
90
|
:param axis_forward: Forward
|
|
118
|
-
:type axis_forward: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
119
91
|
:param axis_up: Up
|
|
120
|
-
:type axis_up: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
121
92
|
"""
|
|
122
93
|
|
|
123
94
|
def gltf(
|
|
@@ -150,10 +121,7 @@ def gltf(
|
|
|
150
121
|
) -> None:
|
|
151
122
|
"""Load a glTF 2.0 file
|
|
152
123
|
|
|
153
|
-
:type execution_context: int | str | None
|
|
154
|
-
:type undo: bool | None
|
|
155
124
|
:param filepath: File Path, Filepath used for importing the file
|
|
156
|
-
:type filepath: str
|
|
157
125
|
:param export_import_convert_lighting_mode: Lighting Mode, Optional backwards compatibility for non-standard render engines. Applies to lights
|
|
158
126
|
|
|
159
127
|
SPEC
|
|
@@ -164,21 +132,13 @@ def gltf(
|
|
|
164
132
|
|
|
165
133
|
RAW
|
|
166
134
|
Raw (Deprecated) -- Blender lighting strengths with no conversion.
|
|
167
|
-
:type export_import_convert_lighting_mode: typing.Literal['SPEC','COMPAT','RAW'] | None
|
|
168
135
|
:param filter_glob: filter_glob
|
|
169
|
-
:type filter_glob: str
|
|
170
136
|
:param directory: directory
|
|
171
|
-
:type directory: str
|
|
172
137
|
:param files: File Path
|
|
173
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
174
138
|
:param loglevel: Log Level, Log Level
|
|
175
|
-
:type loglevel: int | None
|
|
176
139
|
:param import_pack_images: Pack Images, Pack all images into .blend file
|
|
177
|
-
:type import_pack_images: bool | None
|
|
178
140
|
:param merge_vertices: Merge Vertices, The glTF format requires discontinuous normals, UVs, and other vertex attributes to be stored as separate vertices, as required for rendering on typical graphics hardware. This option attempts to combine co-located vertices where possible. Currently cannot combine verts with different normals
|
|
179
|
-
:type merge_vertices: bool | None
|
|
180
141
|
:param import_shading: Shading, How normals are computed during import
|
|
181
|
-
:type import_shading: typing.Literal['NORMALS','FLAT','SMOOTH'] | None
|
|
182
142
|
:param bone_heuristic: Bone Dir, Heuristic for placing bones. Tries to make bones pretty
|
|
183
143
|
|
|
184
144
|
BLENDER
|
|
@@ -189,23 +149,13 @@ def gltf(
|
|
|
189
149
|
|
|
190
150
|
FORTUNE
|
|
191
151
|
Fortune (may look better, less accurate) -- Might look better than Temperance, but also might have errors. A bone with one child has its tip placed at its childs root. Non-uniform scalings may get messed up though, so beware.
|
|
192
|
-
:type bone_heuristic: typing.Literal['BLENDER','TEMPERANCE','FORTUNE'] | None
|
|
193
152
|
:param disable_bone_shape: Disable Bone Shape, Do not create bone shapes
|
|
194
|
-
:type disable_bone_shape: bool | None
|
|
195
153
|
:param bone_shape_scale_factor: Bone Shape Scale, Scale factor for bone shapes
|
|
196
|
-
:type bone_shape_scale_factor: float | None
|
|
197
154
|
:param guess_original_bind_pose: Guess Original Bind Pose, Try to guess the original bind pose for skinned meshes from the inverse bind matrices. When off, use default/rest pose as bind pose
|
|
198
|
-
:type guess_original_bind_pose: bool | None
|
|
199
155
|
:param import_webp_texture: Import WebP Textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
|
|
200
|
-
:type import_webp_texture: bool | None
|
|
201
156
|
:param import_unused_materials: Import Unused Materials & Images, Import materials & Images not assigned to any mesh
|
|
202
|
-
:type import_unused_materials: bool | None
|
|
203
157
|
:param import_select_created_objects: Select Imported Objects, Select created objects at the end of the import
|
|
204
|
-
:type import_select_created_objects: bool | None
|
|
205
158
|
:param import_scene_extras: Import Scene Extras, Import scene extras as custom properties. Existing custom properties will be overwritten
|
|
206
|
-
:type import_scene_extras: bool | None
|
|
207
159
|
:param import_scene_as_collection: Import Scene as Collection, Import the scene as a collection
|
|
208
|
-
:type import_scene_as_collection: bool | None
|
|
209
160
|
:param import_merge_material_slots: Merge Material Slot when possible, Merge material slots when possible
|
|
210
|
-
:type import_merge_material_slots: bool | None
|
|
211
161
|
"""
|
bpy/ops/info/__init__.pyi
CHANGED
|
@@ -8,44 +8,28 @@ def report_copy(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Copy selected reports to clipboard
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Copy selected reports to clipboard"""
|
|
16
12
|
|
|
17
13
|
def report_delete(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Delete selected reports
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Delete selected reports"""
|
|
27
19
|
|
|
28
20
|
def report_replay(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
30
22
|
undo: bool | None = None,
|
|
31
23
|
/,
|
|
32
24
|
) -> None:
|
|
33
|
-
"""Replay selected reports
|
|
34
|
-
|
|
35
|
-
:type execution_context: int | str | None
|
|
36
|
-
:type undo: bool | None
|
|
37
|
-
"""
|
|
25
|
+
"""Replay selected reports"""
|
|
38
26
|
|
|
39
27
|
def reports_display_update(
|
|
40
28
|
execution_context: int | str | None = None,
|
|
41
29
|
undo: bool | None = None,
|
|
42
30
|
/,
|
|
43
31
|
) -> None:
|
|
44
|
-
"""Update the display of reports in Blender UI (internal use)
|
|
45
|
-
|
|
46
|
-
:type execution_context: int | str | None
|
|
47
|
-
:type undo: bool | None
|
|
48
|
-
"""
|
|
32
|
+
"""Update the display of reports in Blender UI (internal use)"""
|
|
49
33
|
|
|
50
34
|
def select_all(
|
|
51
35
|
execution_context: int | str | None = None,
|
|
@@ -56,8 +40,6 @@ def select_all(
|
|
|
56
40
|
) -> None:
|
|
57
41
|
"""Change selection of all visible reports
|
|
58
42
|
|
|
59
|
-
:type execution_context: int | str | None
|
|
60
|
-
:type undo: bool | None
|
|
61
43
|
:param action: Action, Selection action to execute
|
|
62
44
|
|
|
63
45
|
TOGGLE
|
|
@@ -71,7 +53,6 @@ def select_all(
|
|
|
71
53
|
|
|
72
54
|
INVERT
|
|
73
55
|
Invert -- Invert selection of all elements.
|
|
74
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
75
56
|
"""
|
|
76
57
|
|
|
77
58
|
def select_box(
|
|
@@ -88,18 +69,11 @@ def select_box(
|
|
|
88
69
|
) -> None:
|
|
89
70
|
"""Toggle box selection
|
|
90
71
|
|
|
91
|
-
:type execution_context: int | str | None
|
|
92
|
-
:type undo: bool | None
|
|
93
72
|
:param xmin: X Min
|
|
94
|
-
:type xmin: int | None
|
|
95
73
|
:param xmax: X Max
|
|
96
|
-
:type xmax: int | None
|
|
97
74
|
:param ymin: Y Min
|
|
98
|
-
:type ymin: int | None
|
|
99
75
|
:param ymax: Y Max
|
|
100
|
-
:type ymax: int | None
|
|
101
76
|
:param wait_for_input: Wait for Input
|
|
102
|
-
:type wait_for_input: bool | None
|
|
103
77
|
:param mode: Mode
|
|
104
78
|
|
|
105
79
|
SET
|
|
@@ -110,7 +84,6 @@ def select_box(
|
|
|
110
84
|
|
|
111
85
|
SUB
|
|
112
86
|
Subtract -- Subtract existing selection.
|
|
113
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
114
87
|
"""
|
|
115
88
|
|
|
116
89
|
def select_pick(
|
|
@@ -123,10 +96,6 @@ def select_pick(
|
|
|
123
96
|
) -> None:
|
|
124
97
|
"""Select reports by index
|
|
125
98
|
|
|
126
|
-
:type execution_context: int | str | None
|
|
127
|
-
:type undo: bool | None
|
|
128
99
|
:param report_index: Report, Index of the report
|
|
129
|
-
:type report_index: int | None
|
|
130
100
|
:param extend: Extend, Extend report selection
|
|
131
|
-
:type extend: bool | None
|
|
132
101
|
"""
|
bpy/ops/lattice/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def flip(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Mirror all control points without inverting the lattice deform
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param axis: Flip Axis, Coordinates along this axis get flipped
|
|
19
|
-
:type axis: typing.Literal['U','V','W'] | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def make_regular(
|
|
@@ -24,11 +21,7 @@ def make_regular(
|
|
|
24
21
|
undo: bool | None = None,
|
|
25
22
|
/,
|
|
26
23
|
) -> None:
|
|
27
|
-
"""Set UVW control points a uniform distance apart
|
|
28
|
-
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
|
-
"""
|
|
24
|
+
"""Set UVW control points a uniform distance apart"""
|
|
32
25
|
|
|
33
26
|
def select_all(
|
|
34
27
|
execution_context: int | str | None = None,
|
|
@@ -39,8 +32,6 @@ def select_all(
|
|
|
39
32
|
) -> None:
|
|
40
33
|
"""Change selection of all UVW control points
|
|
41
34
|
|
|
42
|
-
:type execution_context: int | str | None
|
|
43
|
-
:type undo: bool | None
|
|
44
35
|
:param action: Action, Selection action to execute
|
|
45
36
|
|
|
46
37
|
TOGGLE
|
|
@@ -54,7 +45,6 @@ def select_all(
|
|
|
54
45
|
|
|
55
46
|
INVERT
|
|
56
47
|
Invert -- Invert selection of all elements.
|
|
57
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
58
48
|
"""
|
|
59
49
|
|
|
60
50
|
def select_less(
|
|
@@ -62,11 +52,7 @@ def select_less(
|
|
|
62
52
|
undo: bool | None = None,
|
|
63
53
|
/,
|
|
64
54
|
) -> None:
|
|
65
|
-
"""Deselect vertices at the boundary of each selection region
|
|
66
|
-
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
|
-
"""
|
|
55
|
+
"""Deselect vertices at the boundary of each selection region"""
|
|
70
56
|
|
|
71
57
|
def select_mirror(
|
|
72
58
|
execution_context: int | str | None = None,
|
|
@@ -78,12 +64,8 @@ def select_mirror(
|
|
|
78
64
|
) -> None:
|
|
79
65
|
"""Select mirrored lattice points
|
|
80
66
|
|
|
81
|
-
:type execution_context: int | str | None
|
|
82
|
-
:type undo: bool | None
|
|
83
67
|
:param axis: Axis
|
|
84
|
-
:type axis: set[bpy.stub_internal.rna_enums.AxisFlagXyzItems] | None
|
|
85
68
|
:param extend: Extend, Extend the selection
|
|
86
|
-
:type extend: bool | None
|
|
87
69
|
"""
|
|
88
70
|
|
|
89
71
|
def select_more(
|
|
@@ -91,11 +73,7 @@ def select_more(
|
|
|
91
73
|
undo: bool | None = None,
|
|
92
74
|
/,
|
|
93
75
|
) -> None:
|
|
94
|
-
"""Select vertex directly linked to already selected ones
|
|
95
|
-
|
|
96
|
-
:type execution_context: int | str | None
|
|
97
|
-
:type undo: bool | None
|
|
98
|
-
"""
|
|
76
|
+
"""Select vertex directly linked to already selected ones"""
|
|
99
77
|
|
|
100
78
|
def select_random(
|
|
101
79
|
execution_context: int | str | None = None,
|
|
@@ -108,12 +86,8 @@ def select_random(
|
|
|
108
86
|
) -> None:
|
|
109
87
|
"""Randomly select UVW control points
|
|
110
88
|
|
|
111
|
-
:type execution_context: int | str | None
|
|
112
|
-
:type undo: bool | None
|
|
113
89
|
:param ratio: Ratio, Portion of items to select randomly
|
|
114
|
-
:type ratio: float | None
|
|
115
90
|
:param seed: Random Seed, Seed for the random number generator
|
|
116
|
-
:type seed: int | None
|
|
117
91
|
:param action: Action, Selection action to execute
|
|
118
92
|
|
|
119
93
|
SELECT
|
|
@@ -121,7 +95,6 @@ def select_random(
|
|
|
121
95
|
|
|
122
96
|
DESELECT
|
|
123
97
|
Deselect -- Deselect all elements.
|
|
124
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
125
98
|
"""
|
|
126
99
|
|
|
127
100
|
def select_ungrouped(
|
|
@@ -133,8 +106,5 @@ def select_ungrouped(
|
|
|
133
106
|
) -> None:
|
|
134
107
|
"""Select vertices without a group
|
|
135
108
|
|
|
136
|
-
:type execution_context: int | str | None
|
|
137
|
-
:type undo: bool | None
|
|
138
109
|
:param extend: Extend, Extend the selection
|
|
139
|
-
:type extend: bool | None
|
|
140
110
|
"""
|
bpy/ops/marker/__init__.pyi
CHANGED
|
@@ -8,22 +8,14 @@ def add(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Add a new time marker
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Add a new time marker"""
|
|
16
12
|
|
|
17
13
|
def camera_bind(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Bind the selected camera to a marker on the current frame
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Bind the selected camera to a marker on the current frame"""
|
|
27
19
|
|
|
28
20
|
def delete(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
@@ -34,10 +26,7 @@ def delete(
|
|
|
34
26
|
) -> None:
|
|
35
27
|
"""Delete selected time marker(s)
|
|
36
28
|
|
|
37
|
-
:type execution_context: int | str | None
|
|
38
|
-
:type undo: bool | None
|
|
39
29
|
:param confirm: Confirm, Prompt for confirmation
|
|
40
|
-
:type confirm: bool | None
|
|
41
30
|
"""
|
|
42
31
|
|
|
43
32
|
def duplicate(
|
|
@@ -49,10 +38,7 @@ def duplicate(
|
|
|
49
38
|
) -> None:
|
|
50
39
|
"""Duplicate selected time marker(s)
|
|
51
40
|
|
|
52
|
-
:type execution_context: int | str | None
|
|
53
|
-
:type undo: bool | None
|
|
54
41
|
:param frames: Frames
|
|
55
|
-
:type frames: int | None
|
|
56
42
|
"""
|
|
57
43
|
|
|
58
44
|
def make_links_scene(
|
|
@@ -64,10 +50,7 @@ def make_links_scene(
|
|
|
64
50
|
) -> None:
|
|
65
51
|
"""Copy selected markers to another scene
|
|
66
52
|
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
53
|
:param scene: Scene
|
|
70
|
-
:type scene: str | None
|
|
71
54
|
"""
|
|
72
55
|
|
|
73
56
|
def move(
|
|
@@ -80,12 +63,8 @@ def move(
|
|
|
80
63
|
) -> None:
|
|
81
64
|
"""Move selected time marker(s)
|
|
82
65
|
|
|
83
|
-
:type execution_context: int | str | None
|
|
84
|
-
:type undo: bool | None
|
|
85
66
|
:param frames: Frames
|
|
86
|
-
:type frames: int | None
|
|
87
67
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
88
|
-
:type tweak: bool | None
|
|
89
68
|
"""
|
|
90
69
|
|
|
91
70
|
def rename(
|
|
@@ -97,10 +76,7 @@ def rename(
|
|
|
97
76
|
) -> None:
|
|
98
77
|
"""Rename first selected time marker
|
|
99
78
|
|
|
100
|
-
:type execution_context: int | str | None
|
|
101
|
-
:type undo: bool | None
|
|
102
79
|
:param name: Name, New name for marker
|
|
103
|
-
:type name: str
|
|
104
80
|
"""
|
|
105
81
|
|
|
106
82
|
def select(
|
|
@@ -109,6 +85,7 @@ def select(
|
|
|
109
85
|
/,
|
|
110
86
|
*,
|
|
111
87
|
wait_to_deselect_others: bool | None = False,
|
|
88
|
+
use_select_on_click: bool | None = False,
|
|
112
89
|
mouse_x: int | None = 0,
|
|
113
90
|
mouse_y: int | None = 0,
|
|
114
91
|
extend: bool | None = False,
|
|
@@ -116,18 +93,12 @@ def select(
|
|
|
116
93
|
) -> None:
|
|
117
94
|
"""Select time marker(s)
|
|
118
95
|
|
|
119
|
-
:type execution_context: int | str | None
|
|
120
|
-
:type undo: bool | None
|
|
121
96
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
122
|
-
:
|
|
97
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
123
98
|
:param mouse_x: Mouse X
|
|
124
|
-
:type mouse_x: int | None
|
|
125
99
|
:param mouse_y: Mouse Y
|
|
126
|
-
:type mouse_y: int | None
|
|
127
100
|
:param extend: Extend, Extend the selection
|
|
128
|
-
:type extend: bool | None
|
|
129
101
|
:param camera: Camera, Select the camera
|
|
130
|
-
:type camera: bool | None
|
|
131
102
|
"""
|
|
132
103
|
|
|
133
104
|
def select_all(
|
|
@@ -139,8 +110,6 @@ def select_all(
|
|
|
139
110
|
) -> None:
|
|
140
111
|
"""Change selection of all time markers
|
|
141
112
|
|
|
142
|
-
:type execution_context: int | str | None
|
|
143
|
-
:type undo: bool | None
|
|
144
113
|
:param action: Action, Selection action to execute
|
|
145
114
|
|
|
146
115
|
TOGGLE
|
|
@@ -154,7 +123,6 @@ def select_all(
|
|
|
154
123
|
|
|
155
124
|
INVERT
|
|
156
125
|
Invert -- Invert selection of all elements.
|
|
157
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
158
126
|
"""
|
|
159
127
|
|
|
160
128
|
def select_box(
|
|
@@ -172,18 +140,11 @@ def select_box(
|
|
|
172
140
|
) -> None:
|
|
173
141
|
"""Select all time markers using box selection
|
|
174
142
|
|
|
175
|
-
:type execution_context: int | str | None
|
|
176
|
-
:type undo: bool | None
|
|
177
143
|
:param xmin: X Min
|
|
178
|
-
:type xmin: int | None
|
|
179
144
|
:param xmax: X Max
|
|
180
|
-
:type xmax: int | None
|
|
181
145
|
:param ymin: Y Min
|
|
182
|
-
:type ymin: int | None
|
|
183
146
|
:param ymax: Y Max
|
|
184
|
-
:type ymax: int | None
|
|
185
147
|
:param wait_for_input: Wait for Input
|
|
186
|
-
:type wait_for_input: bool | None
|
|
187
148
|
:param mode: Mode
|
|
188
149
|
|
|
189
150
|
SET
|
|
@@ -194,9 +155,7 @@ def select_box(
|
|
|
194
155
|
|
|
195
156
|
SUB
|
|
196
157
|
Subtract -- Subtract existing selection.
|
|
197
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
198
158
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
199
|
-
:type tweak: bool | None
|
|
200
159
|
"""
|
|
201
160
|
|
|
202
161
|
def select_leftright(
|
|
@@ -209,10 +168,6 @@ def select_leftright(
|
|
|
209
168
|
) -> None:
|
|
210
169
|
"""Select markers on and left/right of the current frame
|
|
211
170
|
|
|
212
|
-
:type execution_context: int | str | None
|
|
213
|
-
:type undo: bool | None
|
|
214
171
|
:param mode: Mode
|
|
215
|
-
:type mode: typing.Literal['LEFT','RIGHT'] | None
|
|
216
172
|
:param extend: Extend Select
|
|
217
|
-
:type extend: bool | None
|
|
218
173
|
"""
|