fake-bpy-module 20240802__tar.gz → 20240804__tar.gz
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.
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/PKG-INFO +1 -1
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/aud/__init__.pyi +77 -77
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/ops/__init__.pyi +54 -36
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/types/__init__.pyi +24 -24
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/action/__init__.pyi +55 -32
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/anim/__init__.pyi +22 -22
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/armature/__init__.pyi +47 -20
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/asset/__init__.pyi +5 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/boid/__init__.pyi +12 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/brush/__init__.pyi +18 -12
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/buttons/__init__.pyi +10 -4
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/cachefile/__init__.pyi +12 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/clip/__init__.pyi +54 -38
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/console/__init__.pyi +17 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/constraint/__init__.pyi +28 -28
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/curve/__init__.pyi +72 -34
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/curves/__init__.pyi +16 -16
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/dpaint/__init__.pyi +4 -4
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/ed/__init__.pyi +5 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/export_anim/__init__.pyi +3 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/export_scene/__init__.pyi +55 -45
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/file/__init__.pyi +40 -16
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/font/__init__.pyi +59 -16
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/geometry/__init__.pyi +55 -20
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/gpencil/__init__.pyi +155 -122
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/graph/__init__.pyi +131 -52
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/grease_pencil/__init__.pyi +96 -58
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/image/__init__.pyi +77 -54
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/import_anim/__init__.pyi +11 -8
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/import_scene/__init__.pyi +20 -18
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/info/__init__.pyi +4 -4
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/lattice/__init__.pyi +8 -8
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/marker/__init__.pyi +6 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/mask/__init__.pyi +13 -12
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/mball/__init__.pyi +6 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/mesh/__init__.pyi +290 -150
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/nla/__init__.pyi +28 -20
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/node/__init__.pyi +43 -32
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/object/__init__.pyi +651 -210
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/outliner/__init__.pyi +113 -32
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/paint/__init__.pyi +65 -56
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/palette/__init__.pyi +4 -4
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/particle/__init__.pyi +14 -14
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/pose/__init__.pyi +121 -44
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/preferences/__init__.pyi +9 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/render/__init__.pyi +3 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/rigidbody/__init__.pyi +45 -14
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/scene/__init__.pyi +69 -22
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/screen/__init__.pyi +78 -16
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/sculpt/__init__.pyi +131 -74
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/sculpt_curves/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/sequencer/__init__.pyi +156 -60
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/sound/__init__.pyi +40 -16
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/surface/__init__.pyi +12 -12
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/text/__init__.pyi +65 -20
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/texture/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/transform/__init__.pyi +344 -72
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/ui/__init__.pyi +9 -6
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/uilist/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/uv/__init__.pyi +90 -66
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/view3d/__init__.pyi +36 -30
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/wm/__init__.pyi +443 -156
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/types/__init__.pyi +56103 -30890
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/chainingiterators/__init__.pyi +4 -4
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/types/__init__.pyi +76 -63
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/idprop/types/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/imbuf/types/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/__init__.pyi +1004 -970
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/bvhtree/__init__.pyi +2 -2
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/README.md +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/aud/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bgl/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/blf/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/console_python/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/idprop/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/pyproject.toml +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/setup.cfg +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/setup.py +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/sys_info/__init__.pyi +0 -0
- {fake_bpy_module-20240802 → fake_bpy_module-20240804}/sys_info/py.typed +0 -0
|
@@ -157,25 +157,25 @@ class DynamicMusic:
|
|
|
157
157
|
class HRTF:
|
|
158
158
|
"""An HRTF object represents a set of head related transfer functions as impulse responses. It's used for binaural sound"""
|
|
159
159
|
|
|
160
|
-
def loadLeftHrtfSet(self, extension: str, directory) ->
|
|
160
|
+
def loadLeftHrtfSet(self, extension: str, directory) -> typing_extensions.Self:
|
|
161
161
|
"""Loads all HRTFs from a directory.
|
|
162
162
|
|
|
163
163
|
:param extension: The file extension of the hrtfs.
|
|
164
164
|
:type extension: str
|
|
165
165
|
:param directory: The path to where the HRTF files are located.
|
|
166
166
|
:return: The loaded `HRTF` object.
|
|
167
|
-
:rtype:
|
|
167
|
+
:rtype: typing_extensions.Self
|
|
168
168
|
"""
|
|
169
169
|
...
|
|
170
170
|
|
|
171
|
-
def loadRightHrtfSet(self, extension: str, directory) ->
|
|
171
|
+
def loadRightHrtfSet(self, extension: str, directory) -> typing_extensions.Self:
|
|
172
172
|
"""Loads all HRTFs from a directory.
|
|
173
173
|
|
|
174
174
|
:param extension: The file extension of the hrtfs.
|
|
175
175
|
:type extension: str
|
|
176
176
|
:param directory: The path to where the HRTF files are located.
|
|
177
177
|
:return: The loaded `HRTF` object.
|
|
178
|
-
:rtype:
|
|
178
|
+
:rtype: typing_extensions.Self
|
|
179
179
|
"""
|
|
180
180
|
...
|
|
181
181
|
|
|
@@ -466,39 +466,39 @@ class Sound:
|
|
|
466
466
|
""" The sample specification of the sound as a tuple with rate and channel count."""
|
|
467
467
|
|
|
468
468
|
@classmethod
|
|
469
|
-
def buffer(cls, data, rate: float) ->
|
|
469
|
+
def buffer(cls, data, rate: float) -> typing_extensions.Self:
|
|
470
470
|
"""Creates a sound from a data buffer.
|
|
471
471
|
|
|
472
472
|
:param data: The data as two dimensional numpy array.
|
|
473
473
|
:param rate: The sample rate.
|
|
474
474
|
:type rate: float
|
|
475
475
|
:return: The created `Sound` object.
|
|
476
|
-
:rtype:
|
|
476
|
+
:rtype: typing_extensions.Self
|
|
477
477
|
"""
|
|
478
478
|
...
|
|
479
479
|
|
|
480
480
|
@classmethod
|
|
481
|
-
def file(cls, filename: str) ->
|
|
481
|
+
def file(cls, filename: str) -> typing_extensions.Self:
|
|
482
482
|
"""Creates a sound object of a sound file.
|
|
483
483
|
|
|
484
484
|
:param filename: Path of the file.
|
|
485
485
|
:type filename: str
|
|
486
486
|
:return: The created `Sound` object.
|
|
487
|
-
:rtype:
|
|
487
|
+
:rtype: typing_extensions.Self
|
|
488
488
|
"""
|
|
489
489
|
...
|
|
490
490
|
|
|
491
491
|
@classmethod
|
|
492
|
-
def list(cls) ->
|
|
492
|
+
def list(cls) -> typing_extensions.Self:
|
|
493
493
|
"""Creates an empty sound list that can contain several sounds.
|
|
494
494
|
|
|
495
495
|
:return: The created `Sound` object.
|
|
496
|
-
:rtype:
|
|
496
|
+
:rtype: typing_extensions.Self
|
|
497
497
|
"""
|
|
498
498
|
...
|
|
499
499
|
|
|
500
500
|
@classmethod
|
|
501
|
-
def sawtooth(cls, frequency: float, rate: int = 48000) ->
|
|
501
|
+
def sawtooth(cls, frequency: float, rate: int = 48000) -> typing_extensions.Self:
|
|
502
502
|
"""Creates a sawtooth sound which plays a sawtooth wave.
|
|
503
503
|
|
|
504
504
|
:param frequency: The frequency of the sawtooth wave in Hz.
|
|
@@ -507,24 +507,24 @@ class Sound:
|
|
|
507
507
|
value to the playback device's samling rate to avoid resamping.
|
|
508
508
|
:type rate: int
|
|
509
509
|
:return: The created `Sound` object.
|
|
510
|
-
:rtype:
|
|
510
|
+
:rtype: typing_extensions.Self
|
|
511
511
|
"""
|
|
512
512
|
...
|
|
513
513
|
|
|
514
514
|
@classmethod
|
|
515
|
-
def silence(cls, rate: int = 48000) ->
|
|
515
|
+
def silence(cls, rate: int = 48000) -> typing_extensions.Self:
|
|
516
516
|
"""Creates a silence sound which plays simple silence.
|
|
517
517
|
|
|
518
518
|
:param rate: The sampling rate in Hz. It's recommended to set this
|
|
519
519
|
value to the playback device's samling rate to avoid resamping.
|
|
520
520
|
:type rate: int
|
|
521
521
|
:return: The created `Sound` object.
|
|
522
|
-
:rtype:
|
|
522
|
+
:rtype: typing_extensions.Self
|
|
523
523
|
"""
|
|
524
524
|
...
|
|
525
525
|
|
|
526
526
|
@classmethod
|
|
527
|
-
def sine(cls, frequency: float, rate: int = 48000) ->
|
|
527
|
+
def sine(cls, frequency: float, rate: int = 48000) -> typing_extensions.Self:
|
|
528
528
|
"""Creates a sine sound which plays a sine wave.
|
|
529
529
|
|
|
530
530
|
:param frequency: The frequency of the sine wave in Hz.
|
|
@@ -533,12 +533,12 @@ class Sound:
|
|
|
533
533
|
value to the playback device's samling rate to avoid resamping.
|
|
534
534
|
:type rate: int
|
|
535
535
|
:return: The created `Sound` object.
|
|
536
|
-
:rtype:
|
|
536
|
+
:rtype: typing_extensions.Self
|
|
537
537
|
"""
|
|
538
538
|
...
|
|
539
539
|
|
|
540
540
|
@classmethod
|
|
541
|
-
def square(cls, frequency: float, rate: int = 48000) ->
|
|
541
|
+
def square(cls, frequency: float, rate: int = 48000) -> typing_extensions.Self:
|
|
542
542
|
"""Creates a square sound which plays a square wave.
|
|
543
543
|
|
|
544
544
|
:param frequency: The frequency of the square wave in Hz.
|
|
@@ -547,12 +547,12 @@ class Sound:
|
|
|
547
547
|
value to the playback device's samling rate to avoid resamping.
|
|
548
548
|
:type rate: int
|
|
549
549
|
:return: The created `Sound` object.
|
|
550
|
-
:rtype:
|
|
550
|
+
:rtype: typing_extensions.Self
|
|
551
551
|
"""
|
|
552
552
|
...
|
|
553
553
|
|
|
554
554
|
@classmethod
|
|
555
|
-
def triangle(cls, frequency: float, rate: int = 48000) ->
|
|
555
|
+
def triangle(cls, frequency: float, rate: int = 48000) -> typing_extensions.Self:
|
|
556
556
|
"""Creates a triangle sound which plays a triangle wave.
|
|
557
557
|
|
|
558
558
|
:param frequency: The frequency of the triangle wave in Hz.
|
|
@@ -561,13 +561,13 @@ class Sound:
|
|
|
561
561
|
value to the playback device's samling rate to avoid resamping.
|
|
562
562
|
:type rate: int
|
|
563
563
|
:return: The created `Sound` object.
|
|
564
|
-
:rtype:
|
|
564
|
+
:rtype: typing_extensions.Self
|
|
565
565
|
"""
|
|
566
566
|
...
|
|
567
567
|
|
|
568
568
|
def ADSR(
|
|
569
569
|
self, attack: float, decay: float, sustain: float, release: float
|
|
570
|
-
) ->
|
|
570
|
+
) -> typing_extensions.Self:
|
|
571
571
|
"""Attack-Decay-Sustain-Release envelopes the volume of a sound.
|
|
572
572
|
Note: there is currently no way to trigger the release with this API.
|
|
573
573
|
|
|
@@ -580,11 +580,11 @@ class Sound:
|
|
|
580
580
|
:param release: The release level.
|
|
581
581
|
:type release: float
|
|
582
582
|
:return: The created `Sound` object.
|
|
583
|
-
:rtype:
|
|
583
|
+
:rtype: typing_extensions.Self
|
|
584
584
|
"""
|
|
585
585
|
...
|
|
586
586
|
|
|
587
|
-
def accumulate(self, additive=False) ->
|
|
587
|
+
def accumulate(self, additive=False) -> typing_extensions.Self:
|
|
588
588
|
"""Accumulates a sound by summing over positive input
|
|
589
589
|
differences thus generating a monotonic sigal.
|
|
590
590
|
If additivity is set to true negative input differences get added too,
|
|
@@ -592,41 +592,41 @@ class Sound:
|
|
|
592
592
|
|
|
593
593
|
:param additive: Whether the accumulation should be additive or not.
|
|
594
594
|
:return: The created `Sound` object.
|
|
595
|
-
:rtype:
|
|
595
|
+
:rtype: typing_extensions.Self
|
|
596
596
|
"""
|
|
597
597
|
...
|
|
598
598
|
|
|
599
|
-
def addSound(self, sound:
|
|
599
|
+
def addSound(self, sound: typing_extensions.Self):
|
|
600
600
|
"""Adds a new sound to a sound list.
|
|
601
601
|
|
|
602
602
|
:param sound: The sound that will be added to the list.
|
|
603
|
-
:type sound:
|
|
603
|
+
:type sound: typing_extensions.Self
|
|
604
604
|
"""
|
|
605
605
|
...
|
|
606
606
|
|
|
607
|
-
def binaural(self) ->
|
|
607
|
+
def binaural(self) -> typing_extensions.Self:
|
|
608
608
|
"""Creates a binaural sound using another sound as source. The original sound must be mono
|
|
609
609
|
|
|
610
610
|
:return: The created `Sound` object.
|
|
611
|
-
:rtype:
|
|
611
|
+
:rtype: typing_extensions.Self
|
|
612
612
|
"""
|
|
613
613
|
...
|
|
614
614
|
|
|
615
|
-
def cache(self) ->
|
|
615
|
+
def cache(self) -> typing_extensions.Self:
|
|
616
616
|
"""Caches a sound into RAM.This saves CPU usage needed for decoding and file access if the
|
|
617
617
|
underlying sound reads from a file on the harddisk,
|
|
618
618
|
but it consumes a lot of memory.
|
|
619
619
|
|
|
620
620
|
:return: The created `Sound` object.
|
|
621
|
-
:rtype:
|
|
621
|
+
:rtype: typing_extensions.Self
|
|
622
622
|
"""
|
|
623
623
|
...
|
|
624
624
|
|
|
625
|
-
def convolver(self) ->
|
|
625
|
+
def convolver(self) -> typing_extensions.Self:
|
|
626
626
|
"""Creates a sound that will apply convolution to another sound.
|
|
627
627
|
|
|
628
628
|
:return: The created `Sound` object.
|
|
629
|
-
:rtype:
|
|
629
|
+
:rtype: typing_extensions.Self
|
|
630
630
|
"""
|
|
631
631
|
...
|
|
632
632
|
|
|
@@ -637,19 +637,19 @@ class Sound:
|
|
|
637
637
|
"""
|
|
638
638
|
...
|
|
639
639
|
|
|
640
|
-
def delay(self, time: float) ->
|
|
640
|
+
def delay(self, time: float) -> typing_extensions.Self:
|
|
641
641
|
"""Delays by playing adding silence in front of the other sound's data.
|
|
642
642
|
|
|
643
643
|
:param time: How many seconds of silence should be added before the sound.
|
|
644
644
|
:type time: float
|
|
645
645
|
:return: The created `Sound` object.
|
|
646
|
-
:rtype:
|
|
646
|
+
:rtype: typing_extensions.Self
|
|
647
647
|
"""
|
|
648
648
|
...
|
|
649
649
|
|
|
650
650
|
def envelope(
|
|
651
651
|
self, attack: float, release: float, threshold: float, arthreshold: float
|
|
652
|
-
) ->
|
|
652
|
+
) -> typing_extensions.Self:
|
|
653
653
|
"""Delays by playing adding silence in front of the other sound's data.
|
|
654
654
|
|
|
655
655
|
:param attack: The attack factor.
|
|
@@ -661,11 +661,11 @@ class Sound:
|
|
|
661
661
|
:param arthreshold: The attack/release threshold value.
|
|
662
662
|
:type arthreshold: float
|
|
663
663
|
:return: The created `Sound` object.
|
|
664
|
-
:rtype:
|
|
664
|
+
:rtype: typing_extensions.Self
|
|
665
665
|
"""
|
|
666
666
|
...
|
|
667
667
|
|
|
668
|
-
def fadein(self, start: float, length: float) ->
|
|
668
|
+
def fadein(self, start: float, length: float) -> typing_extensions.Self:
|
|
669
669
|
"""Fades a sound in by raising the volume linearly in the given
|
|
670
670
|
time interval.
|
|
671
671
|
|
|
@@ -674,11 +674,11 @@ class Sound:
|
|
|
674
674
|
:param length: Time in seconds how long the fading should last.
|
|
675
675
|
:type length: float
|
|
676
676
|
:return: The created `Sound` object.
|
|
677
|
-
:rtype:
|
|
677
|
+
:rtype: typing_extensions.Self
|
|
678
678
|
"""
|
|
679
679
|
...
|
|
680
680
|
|
|
681
|
-
def fadeout(self, start: float, length: float) ->
|
|
681
|
+
def fadeout(self, start: float, length: float) -> typing_extensions.Self:
|
|
682
682
|
"""Fades a sound in by lowering the volume linearly in the given
|
|
683
683
|
time interval.
|
|
684
684
|
|
|
@@ -687,11 +687,11 @@ class Sound:
|
|
|
687
687
|
:param length: Time in seconds how long the fading should last.
|
|
688
688
|
:type length: float
|
|
689
689
|
:return: The created `Sound` object.
|
|
690
|
-
:rtype:
|
|
690
|
+
:rtype: typing_extensions.Self
|
|
691
691
|
"""
|
|
692
692
|
...
|
|
693
693
|
|
|
694
|
-
def filter(self, b: list[float], a: list[float] = 1) ->
|
|
694
|
+
def filter(self, b: list[float], a: list[float] = 1) -> typing_extensions.Self:
|
|
695
695
|
"""Filters a sound with the supplied IIR filter coefficients.
|
|
696
696
|
Without the second parameter you'll get a FIR filter.If the first value of the a sequence is 0,
|
|
697
697
|
it will be set to 1 automatically.
|
|
@@ -704,11 +704,11 @@ class Sound:
|
|
|
704
704
|
:param a: The denominator filter coefficients.
|
|
705
705
|
:type a: list[float]
|
|
706
706
|
:return: The created `Sound` object.
|
|
707
|
-
:rtype:
|
|
707
|
+
:rtype: typing_extensions.Self
|
|
708
708
|
"""
|
|
709
709
|
...
|
|
710
710
|
|
|
711
|
-
def highpass(self, frequency: float, Q: float = 0.5) ->
|
|
711
|
+
def highpass(self, frequency: float, Q: float = 0.5) -> typing_extensions.Self:
|
|
712
712
|
"""Creates a second order highpass filter based on the transfer
|
|
713
713
|
function H(s) = s^2 / (s^2 + s/Q + 1)
|
|
714
714
|
|
|
@@ -717,21 +717,21 @@ class Sound:
|
|
|
717
717
|
:param Q: Q factor of the lowpass.
|
|
718
718
|
:type Q: float
|
|
719
719
|
:return: The created `Sound` object.
|
|
720
|
-
:rtype:
|
|
720
|
+
:rtype: typing_extensions.Self
|
|
721
721
|
"""
|
|
722
722
|
...
|
|
723
723
|
|
|
724
|
-
def join(self, sound:
|
|
724
|
+
def join(self, sound: typing_extensions.Self) -> typing_extensions.Self:
|
|
725
725
|
"""Plays two factories in sequence.
|
|
726
726
|
|
|
727
727
|
:param sound: The sound to play second.
|
|
728
|
-
:type sound:
|
|
728
|
+
:type sound: typing_extensions.Self
|
|
729
729
|
:return: The created `Sound` object.
|
|
730
|
-
:rtype:
|
|
730
|
+
:rtype: typing_extensions.Self
|
|
731
731
|
"""
|
|
732
732
|
...
|
|
733
733
|
|
|
734
|
-
def limit(self, start: float, end: float) ->
|
|
734
|
+
def limit(self, start: float, end: float) -> typing_extensions.Self:
|
|
735
735
|
"""Limits a sound within a specific start and end time.
|
|
736
736
|
|
|
737
737
|
:param start: Start time in seconds.
|
|
@@ -739,22 +739,22 @@ class Sound:
|
|
|
739
739
|
:param end: End time in seconds.
|
|
740
740
|
:type end: float
|
|
741
741
|
:return: The created `Sound` object.
|
|
742
|
-
:rtype:
|
|
742
|
+
:rtype: typing_extensions.Self
|
|
743
743
|
"""
|
|
744
744
|
...
|
|
745
745
|
|
|
746
|
-
def loop(self, count: int) ->
|
|
746
|
+
def loop(self, count: int) -> typing_extensions.Self:
|
|
747
747
|
"""Loops a sound.
|
|
748
748
|
|
|
749
749
|
:param count: How often the sound should be looped.
|
|
750
750
|
Negative values mean endlessly.
|
|
751
751
|
:type count: int
|
|
752
752
|
:return: The created `Sound` object.
|
|
753
|
-
:rtype:
|
|
753
|
+
:rtype: typing_extensions.Self
|
|
754
754
|
"""
|
|
755
755
|
...
|
|
756
756
|
|
|
757
|
-
def lowpass(self, frequency: float, Q: float = 0.5) ->
|
|
757
|
+
def lowpass(self, frequency: float, Q: float = 0.5) -> typing_extensions.Self:
|
|
758
758
|
"""Creates a second order lowpass filter based on the transfer function H(s) = 1 / (s^2 + s/Q + 1)
|
|
759
759
|
|
|
760
760
|
:param frequency: The cut off trequency of the lowpass.
|
|
@@ -762,69 +762,69 @@ class Sound:
|
|
|
762
762
|
:param Q: Q factor of the lowpass.
|
|
763
763
|
:type Q: float
|
|
764
764
|
:return: The created `Sound` object.
|
|
765
|
-
:rtype:
|
|
765
|
+
:rtype: typing_extensions.Self
|
|
766
766
|
"""
|
|
767
767
|
...
|
|
768
768
|
|
|
769
|
-
def mix(self, sound:
|
|
769
|
+
def mix(self, sound: typing_extensions.Self) -> typing_extensions.Self:
|
|
770
770
|
"""Mixes two factories.
|
|
771
771
|
|
|
772
772
|
:param sound: The sound to mix over the other.
|
|
773
|
-
:type sound:
|
|
773
|
+
:type sound: typing_extensions.Self
|
|
774
774
|
:return: The created `Sound` object.
|
|
775
|
-
:rtype:
|
|
775
|
+
:rtype: typing_extensions.Self
|
|
776
776
|
"""
|
|
777
777
|
...
|
|
778
778
|
|
|
779
|
-
def modulate(self, sound:
|
|
779
|
+
def modulate(self, sound: typing_extensions.Self) -> typing_extensions.Self:
|
|
780
780
|
"""Modulates two factories.
|
|
781
781
|
|
|
782
782
|
:param sound: The sound to modulate over the other.
|
|
783
|
-
:type sound:
|
|
783
|
+
:type sound: typing_extensions.Self
|
|
784
784
|
:return: The created `Sound` object.
|
|
785
|
-
:rtype:
|
|
785
|
+
:rtype: typing_extensions.Self
|
|
786
786
|
"""
|
|
787
787
|
...
|
|
788
788
|
|
|
789
|
-
def mutable(self) ->
|
|
789
|
+
def mutable(self) -> typing_extensions.Self:
|
|
790
790
|
"""Creates a sound that will be restarted when sought backwards.
|
|
791
791
|
If the original sound is a sound list, the playing sound can change.
|
|
792
792
|
|
|
793
793
|
:return: The created `Sound` object.
|
|
794
|
-
:rtype:
|
|
794
|
+
:rtype: typing_extensions.Self
|
|
795
795
|
"""
|
|
796
796
|
...
|
|
797
797
|
|
|
798
|
-
def pingpong(self) ->
|
|
798
|
+
def pingpong(self) -> typing_extensions.Self:
|
|
799
799
|
"""Plays a sound forward and then backward.
|
|
800
800
|
This is like joining a sound with its reverse.
|
|
801
801
|
|
|
802
802
|
:return: The created `Sound` object.
|
|
803
|
-
:rtype:
|
|
803
|
+
:rtype: typing_extensions.Self
|
|
804
804
|
"""
|
|
805
805
|
...
|
|
806
806
|
|
|
807
|
-
def pitch(self, factor: float) ->
|
|
807
|
+
def pitch(self, factor: float) -> typing_extensions.Self:
|
|
808
808
|
"""Changes the pitch of a sound with a specific factor.
|
|
809
809
|
|
|
810
810
|
:param factor: The factor to change the pitch with.
|
|
811
811
|
:type factor: float
|
|
812
812
|
:return: The created `Sound` object.
|
|
813
|
-
:rtype:
|
|
813
|
+
:rtype: typing_extensions.Self
|
|
814
814
|
"""
|
|
815
815
|
...
|
|
816
816
|
|
|
817
|
-
def rechannel(self, channels: int) ->
|
|
817
|
+
def rechannel(self, channels: int) -> typing_extensions.Self:
|
|
818
818
|
"""Rechannels the sound.
|
|
819
819
|
|
|
820
820
|
:param channels: The new channel configuration.
|
|
821
821
|
:type channels: int
|
|
822
822
|
:return: The created `Sound` object.
|
|
823
|
-
:rtype:
|
|
823
|
+
:rtype: typing_extensions.Self
|
|
824
824
|
"""
|
|
825
825
|
...
|
|
826
826
|
|
|
827
|
-
def resample(self, rate: float, quality: int) ->
|
|
827
|
+
def resample(self, rate: float, quality: int) -> typing_extensions.Self:
|
|
828
828
|
"""Resamples the sound.
|
|
829
829
|
|
|
830
830
|
:param rate: The new sample rate.
|
|
@@ -832,27 +832,27 @@ class Sound:
|
|
|
832
832
|
:param quality: Resampler performance vs quality choice (0=fastest, 3=slowest).
|
|
833
833
|
:type quality: int
|
|
834
834
|
:return: The created `Sound` object.
|
|
835
|
-
:rtype:
|
|
835
|
+
:rtype: typing_extensions.Self
|
|
836
836
|
"""
|
|
837
837
|
...
|
|
838
838
|
|
|
839
|
-
def reverse(self) ->
|
|
839
|
+
def reverse(self) -> typing_extensions.Self:
|
|
840
840
|
"""Plays a sound reversed.
|
|
841
841
|
|
|
842
842
|
:return: The created `Sound` object.
|
|
843
|
-
:rtype:
|
|
843
|
+
:rtype: typing_extensions.Self
|
|
844
844
|
"""
|
|
845
845
|
...
|
|
846
846
|
|
|
847
|
-
def sum(self) ->
|
|
847
|
+
def sum(self) -> typing_extensions.Self:
|
|
848
848
|
"""Sums the samples of a sound.
|
|
849
849
|
|
|
850
850
|
:return: The created `Sound` object.
|
|
851
|
-
:rtype:
|
|
851
|
+
:rtype: typing_extensions.Self
|
|
852
852
|
"""
|
|
853
853
|
...
|
|
854
854
|
|
|
855
|
-
def threshold(self, threshold: float = 0) ->
|
|
855
|
+
def threshold(self, threshold: float = 0) -> typing_extensions.Self:
|
|
856
856
|
"""Makes a threshold wave out of an audio wave by setting all samples
|
|
857
857
|
with a amplitude >= threshold to 1, all <= -threshold to -1 and
|
|
858
858
|
all between to 0.
|
|
@@ -861,17 +861,17 @@ class Sound:
|
|
|
861
861
|
non-zero.
|
|
862
862
|
:type threshold: float
|
|
863
863
|
:return: The created `Sound` object.
|
|
864
|
-
:rtype:
|
|
864
|
+
:rtype: typing_extensions.Self
|
|
865
865
|
"""
|
|
866
866
|
...
|
|
867
867
|
|
|
868
|
-
def volume(self, volume: float) ->
|
|
868
|
+
def volume(self, volume: float) -> typing_extensions.Self:
|
|
869
869
|
"""Changes the volume of a sound.
|
|
870
870
|
|
|
871
871
|
:param volume: The new volume..
|
|
872
872
|
:type volume: float
|
|
873
873
|
:return: The created `Sound` object.
|
|
874
|
-
:rtype:
|
|
874
|
+
:rtype: typing_extensions.Self
|
|
875
875
|
"""
|
|
876
876
|
...
|
|
877
877
|
|