fake-bpy-module-latest 20251003__tar.gz → 20260113__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.
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/PKG-INFO +3 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/README.md +2 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/__init__.pyi +1 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/settings/__init__.pyi +2 -0
- fake_bpy_module_latest-20260113/_bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- fake_bpy_module_latest-20260113/_bl_ui_utils/__init__.pyi +5 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/__init__.pyi +1 -0
- fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_types/__init__.pyi +17 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/aud/__init__.pyi +70 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_math/__init__.pyi +3 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/__init__.pyi +1 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/anim/__init__.pyi +42 -0
- fake_bpy_module_latest-20260113/bl_operators/copy_global_transform/__init__.pyi +271 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node/__init__.pyi +38 -4
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object/__init__.pyi +0 -7
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_transform/__init__.pyi +21 -8
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/__init__.pyi +3 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu/__init__.pyi +13 -6
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_constraint/__init__.pyi +68 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_object/__init__.pyi +37 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_paint_common/__init__.pyi +23 -3
- fake_bpy_module_latest-20260113/bl_ui/properties_strip/__init__.pyi +786 -0
- fake_bpy_module_latest-20260113/bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_view_layer/__init__.pyi +7 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_clip/__init__.pyi +1 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_dopesheet/__init__.pyi +56 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_image/__init__.pyi +2 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_node/__init__.pyi +29 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_properties/__init__.pyi +31 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_sequencer/__init__.pyi +42 -772
- fake_bpy_module_latest-20260113/bl_ui/space_time/__init__.pyi +193 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_topbar/__init__.pyi +7 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_userpref/__init__.pyi +7 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_view3d/__init__.pyi +38 -10
- {fake_bpy_module_latest-20251003/bl_ui/space_time → fake_bpy_module_latest-20260113/bl_ui/space_view3d_sidebar}/__init__.pyi +24 -28
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/blf/__init__.pyi +9 -6
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/ops/__init__.pyi +3 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/types/__init__.pyi +184 -36
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/utils/__init__.pyi +22 -5
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/__init__.pyi +54 -52
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/translations/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/anim/__init__.pyi +18 -12
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/armature/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/curves/__init__.pyi +3 -3
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/export_anim/__init__.pyi +3 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/export_scene/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/geometry/__init__.pyi +0 -83
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/grease_pencil/__init__.pyi +3 -3
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_anim/__init__.pyi +2 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mesh/__init__.pyi +2 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/nla/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/node/__init__.pyi +29 -7
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/object/__init__.pyi +93 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/pose/__init__.pyi +4 -4
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/render/__init__.pyi +4 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/screen/__init__.pyi +29 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sculpt/__init__.pyi +30 -41
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sequencer/__init__.pyi +67 -3
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/text/__init__.pyi +3 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/transform/__init__.pyi +10 -3
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/uv/__init__.pyi +54 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/wm/__init__.pyi +20 -32
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/props/__init__.pyi +5 -11
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/types/__init__.pyi +7912 -3664
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/__init__.pyi +3 -3
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/previews/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/anim_utils/__init__.pyi +9 -0
- fake_bpy_module_latest-20260113/bpy_extras/id_map_utils/__init__.pyi +22 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/PKG-INFO +3 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/SOURCES.txt +54 -45
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/top_level.txt +14 -14
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/matrix/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/shader/__init__.pyi +22 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/state/__init__.pyi +77 -27
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/types/__init__.pyi +91 -20
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/presets/__init__.pyi +7 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/idprop/types/__init__.pyi +6 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/imbuf/__init__.pyi +2 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/imbuf/types/__init__.pyi +2 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/keyingsets_builtins/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/__init__.pyi +53 -29
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/bvhtree/__init__.pyi +3 -2
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/geometry/__init__.pyi +31 -13
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/interpolate/__init__.pyi +4 -2
- fake_bpy_module_latest-20251003/bl_ui_utils/__init__.pyi +0 -4
- fake_bpy_module_latest-20251003/bpy_extras/id_map_utils/__init__.pyi +0 -13
- {fake_bpy_module_latest-20251003/animsys_refactor → fake_bpy_module_latest-20260113/_animsys_refactor}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/_blendfile_header → fake_bpy_module_latest-20260113/_animsys_refactor}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/_bpy_internal → fake_bpy_module_latest-20260113/_bl_console_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/_bpy_types → fake_bpy_module_latest-20260113/_bl_i18n_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/addon_utils → fake_bpy_module_latest-20260113/_bl_previews_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_bl_rna_utils}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_bl_rna_utils}/data_path/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/animsys_refactor → fake_bpy_module_latest-20260113/_bl_rna_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_bl_text_utils}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_bl_text_utils}/external_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/aud → fake_bpy_module_latest-20260113/_bl_text_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_ui_utils → fake_bpy_module_latest-20260113/_bl_ui_utils}/layout/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_app_override → fake_bpy_module_latest-20260113/_bl_ui_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_blendfile_header/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_app_template_utils → fake_bpy_module_latest-20260113/_blendfile_header}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/remote_library_listing/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_app_templates_system → fake_bpy_module_latest-20260113/_bpy_internal}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bpy_restrict_state → fake_bpy_module_latest-20260113/_bpy_restrict_state}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_console_utils → fake_bpy_module_latest-20260113/_bpy_restrict_state}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_i18n_utils → fake_bpy_module_latest-20260113/_bpy_types}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/console_python → fake_bpy_module_latest-20260113/_console_python}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_keymap_utils → fake_bpy_module_latest-20260113/_console_python}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/console_shell → fake_bpy_module_latest-20260113/_console_shell}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_math → fake_bpy_module_latest-20260113/_console_shell}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/graphviz_export → fake_bpy_module_latest-20260113/_graphviz_export}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_operators → fake_bpy_module_latest-20260113/_graphviz_export}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/keyingsets_utils → fake_bpy_module_latest-20260113/_keyingsets_utils}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_previews_utils → fake_bpy_module_latest-20260113/_keyingsets_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/rna_info → fake_bpy_module_latest-20260113/_rna_info}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_rna_utils → fake_bpy_module_latest-20260113/_rna_info}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/rna_xml → fake_bpy_module_latest-20260113/_rna_xml}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_text_utils → fake_bpy_module_latest-20260113/_rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bl_ui → fake_bpy_module_latest-20260113/addon_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/bl_ui_utils → fake_bpy_module_latest-20260113/aud}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/blend_render_info → fake_bpy_module_latest-20260113/bl_app_override}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/blf → fake_bpy_module_latest-20260113/bl_app_template_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_templates_system/Storyboarding/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_app_templates_system/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bmesh → fake_bpy_module_latest-20260113/bl_app_templates_system}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bpy → fake_bpy_module_latest-20260113/bl_keymap_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bpy_extras → fake_bpy_module_latest-20260113/bl_math}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/bpy_restrict_state → fake_bpy_module_latest-20260113/bl_operators}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/console_python → fake_bpy_module_latest-20260113/bl_ui}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/console_shell → fake_bpy_module_latest-20260113/blend_render_info}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/freestyle → fake_bpy_module_latest-20260113/blf}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/gpu → fake_bpy_module_latest-20260113/bmesh}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/pointcloud/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/gpu_extras → fake_bpy_module_latest-20260113/bpy}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/stub_internal/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/graphviz_export → fake_bpy_module_latest-20260113/bpy_extras}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/fake_bpy_module_latest.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/idprop → fake_bpy_module_latest-20260113/freestyle}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/imbuf → fake_bpy_module_latest-20260113/gpu}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/keyingsets_builtins → fake_bpy_module_latest-20260113/gpu_extras}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/idprop/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/keyingsets_utils → fake_bpy_module_latest-20260113/idprop}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/mathutils → fake_bpy_module_latest-20260113/imbuf}/py.typed +0 -0
- {fake_bpy_module_latest-20251003/nodeitems_builtins → fake_bpy_module_latest-20260113/keyingsets_builtins}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/nodeitems_utils → fake_bpy_module_latest-20260113/mathutils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/rna_info → fake_bpy_module_latest-20260113/nodeitems_builtins}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/rna_keymap_ui → fake_bpy_module_latest-20260113/nodeitems_utils}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/pyproject.toml +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/rna_prop_ui → fake_bpy_module_latest-20260113/rna_keymap_ui}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251003/rna_xml → fake_bpy_module_latest-20260113/rna_prop_ui}/py.typed +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/setup.cfg +0 -0
- {fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fake-bpy-module-latest
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260113
|
|
4
4
|
Summary: Collection of the fake Blender Python API module for the code completion.
|
|
5
5
|
Author: nutti
|
|
6
6
|
Author-email: nutti.metro@gmail.com
|
|
@@ -115,6 +115,8 @@ being too big for intelliSense to work.*
|
|
|
115
115
|
|4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|
|
|
116
116
|
|4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|
|
|
117
117
|
|4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|
|
|
118
|
+
|4.4|[https://pypi.org/project/fake-bpy-module-4.4/](https://pypi.org/project/fake-bpy-module-4.4/)|
|
|
119
|
+
|4.5|[https://pypi.org/project/fake-bpy-module-4.5/](https://pypi.org/project/fake-bpy-module-4.5/)|
|
|
118
120
|
|latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|
|
|
119
121
|
||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|
|
|
120
122
|
|
|
@@ -89,6 +89,8 @@ being too big for intelliSense to work.*
|
|
|
89
89
|
|4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|
|
|
90
90
|
|4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|
|
|
91
91
|
|4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|
|
|
92
|
+
|4.4|[https://pypi.org/project/fake-bpy-module-4.4/](https://pypi.org/project/fake-bpy-module-4.4/)|
|
|
93
|
+
|4.5|[https://pypi.org/project/fake-bpy-module-4.5/](https://pypi.org/project/fake-bpy-module-4.5/)|
|
|
92
94
|
|latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|
|
|
93
95
|
||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|
|
|
94
96
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
|
|
6
|
+
class SpellChecker:
|
|
7
|
+
"""A basic spell checker."""
|
|
8
|
+
|
|
9
|
+
uimsgs: typing.Any
|
|
10
|
+
|
|
11
|
+
def check(self, txt) -> None:
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
:param txt:
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
@classmethod
|
|
18
|
+
def split_words(cls, text) -> None:
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param text:
|
|
22
|
+
"""
|
{fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/_bpy_internal/__init__.pyi
RENAMED
|
@@ -4,6 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
from . import addons as addons
|
|
6
6
|
from . import assets as assets
|
|
7
|
+
from . import disk_file_hash_service as disk_file_hash_service
|
|
7
8
|
from . import extensions as extensions
|
|
8
9
|
from . import freedesktop as freedesktop
|
|
9
10
|
from . import grease_pencil as grease_pencil
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
from . import backend_sqlite as backend_sqlite
|
|
6
|
+
from . import hash_service as hash_service
|
|
7
|
+
from . import types as types
|
|
8
|
+
|
|
9
|
+
def get_service(storage_path) -> None:
|
|
10
|
+
"""Get a disk file hash service that stores its cache on the given path.Depending on the back-end (currently there is only the SQLite back-end, and
|
|
11
|
+
thus there is no choice in which one is used), the storage_path can be used
|
|
12
|
+
as directory or as file prefix. The SQLite back-end uses
|
|
13
|
+
{storage_path}_v{schema_version}.sqlite as storage.Once a DiskFileHashService is constructed, it is cached for future
|
|
14
|
+
invocations. These cached services are cleaned up when Blender loads another
|
|
15
|
+
file or when it exits.
|
|
16
|
+
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
def on_blender_exit() -> None: ...
|
fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
|
|
6
|
+
class SQLiteBackend:
|
|
7
|
+
"""DiskFileHashBackend implementation using SQLite as storage engine."""
|
|
8
|
+
|
|
9
|
+
db_conn_ro: typing.Any
|
|
10
|
+
db_conn_rw: typing.Any
|
|
11
|
+
|
|
12
|
+
def close(self) -> None:
|
|
13
|
+
"""Close the database connection."""
|
|
14
|
+
|
|
15
|
+
def fetch_hash(self, filepath, hash_algorithm) -> None:
|
|
16
|
+
"""Return the cached hash info of a given file.Returns a tuple (hexdigest, file size in bytes, last file mtime).
|
|
17
|
+
|
|
18
|
+
:param filepath:
|
|
19
|
+
:param hash_algorithm:
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
def mark_hash_as_fresh(self, filepath, hash_algorithm) -> None:
|
|
23
|
+
"""Store that the hash is still considered fresh.See remove_older_than().
|
|
24
|
+
|
|
25
|
+
:param filepath:
|
|
26
|
+
:param hash_algorithm:
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
def open(self) -> None:
|
|
30
|
+
"""Prepare the back-end for use.Create the directory structure & database file, and ensure the schema is as expected."""
|
|
31
|
+
|
|
32
|
+
def remove_older_than(self, *, days) -> None:
|
|
33
|
+
"""Remove all hash entries that are older than this many days.When this removes all known hashes for a file, the file entry itself is
|
|
34
|
+
also removed.
|
|
35
|
+
|
|
36
|
+
:param days:
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
def store_hash(
|
|
40
|
+
self, filepath, hash_algorithm, hash_info, pre_write_callback=None
|
|
41
|
+
) -> None:
|
|
42
|
+
"""Store a pre-computed hash for the given file path. The path has to exist.
|
|
43
|
+
|
|
44
|
+
:param filepath:
|
|
45
|
+
:param hash_algorithm:
|
|
46
|
+
:param hash_info:
|
|
47
|
+
:param pre_write_callback:
|
|
48
|
+
"""
|
fake_bpy_module_latest-20260113/_bpy_internal/disk_file_hash_service/hash_service/__init__.pyi
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
|
|
6
|
+
class DiskFileHashService:
|
|
7
|
+
def close(self) -> None:
|
|
8
|
+
"""Close the service."""
|
|
9
|
+
|
|
10
|
+
def file_matches(self, filepath, hash_algorithm, hexhash, size_in_byes) -> None:
|
|
11
|
+
"""Check the file on disk, to see if it matches the given properties.
|
|
12
|
+
|
|
13
|
+
:param filepath:
|
|
14
|
+
:param hash_algorithm:
|
|
15
|
+
:param hexhash:
|
|
16
|
+
:param size_in_byes:
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
def get_hash(self, filepath, hash_algorithm) -> None:
|
|
20
|
+
"""Return the hash of a file on disk.
|
|
21
|
+
|
|
22
|
+
:param filepath:
|
|
23
|
+
:param hash_algorithm:
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
def open(self) -> None:
|
|
27
|
+
"""Prepare the service for use."""
|
|
28
|
+
|
|
29
|
+
def store_hash(
|
|
30
|
+
self, filepath, hash_algorithm, hash_info, pre_write_callback=None
|
|
31
|
+
) -> None:
|
|
32
|
+
"""Store a pre-computed hash for the given file path.
|
|
33
|
+
|
|
34
|
+
:param filepath: the file whose hash should be stored. It does not have
|
|
35
|
+
to exist on disk yet at the moment of calling this function. If the
|
|
36
|
+
file does not exist, a pre_write_callback function should be given
|
|
37
|
+
that ensures the file does exist after it has been called.
|
|
38
|
+
:param hash_algorithm:
|
|
39
|
+
:param hash_info: the files hash, size in bytes, and last-modified
|
|
40
|
+
timestamp. When pre_write_callback is not None, the caller is
|
|
41
|
+
trusted to provide the correct information. Otherwise the file size
|
|
42
|
+
and last-modification timestamp are checked against the file on
|
|
43
|
+
disk. If they mis-match, a ValueError is raised.
|
|
44
|
+
:param pre_write_callback: if given, the function is called after any
|
|
45
|
+
lock on the storage back-end has been obtained, and before it is
|
|
46
|
+
updated. Any exception raised by this callback will abort the
|
|
47
|
+
storage of the hash.
|
|
48
|
+
|
|
49
|
+
This callback function can be used to implement the following:
|
|
50
|
+
|
|
51
|
+
Download a file to a temp location.
|
|
52
|
+
|
|
53
|
+
Compute its hash while downloading.
|
|
54
|
+
|
|
55
|
+
After downloading is complete, get the file size & modification time.
|
|
56
|
+
|
|
57
|
+
Store the hash.
|
|
58
|
+
|
|
59
|
+
In the pre-write callback function, move the file to its final location.
|
|
60
|
+
|
|
61
|
+
The Disk File Hashing Service unlocks the back-end.
|
|
62
|
+
|
|
63
|
+
This ensures the hash and file on disk are consistent.
|
|
64
|
+
"""
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
|
|
6
|
+
class DiskFileHashBackend:
|
|
7
|
+
"""Base class for protocol classes.Protocol classes are defined as:Such classes are primarily used with static type checkers that recognize
|
|
8
|
+
structural subtyping (static duck-typing).For example:See PEP 544 for details. Protocol classes decorated with
|
|
9
|
+
@typing.runtime_checkable act as simple-minded runtime protocols that check
|
|
10
|
+
only the presence of given attributes, ignoring their type signatures.
|
|
11
|
+
Protocol classes can be generic, they are defined as:
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def close(self) -> None:
|
|
15
|
+
"""Close the back-end.After calling this, the back-end is not expected to work any more."""
|
|
16
|
+
|
|
17
|
+
def fetch_hash(self, filepath, hash_algorithm) -> None:
|
|
18
|
+
"""Return the cached hash info of a given file.If no info is cached for this path/algorithm combo, returns None.
|
|
19
|
+
|
|
20
|
+
:param filepath:
|
|
21
|
+
:param hash_algorithm:
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
def mark_hash_as_fresh(self, filepath, hash_algorithm) -> None:
|
|
25
|
+
"""Store that the hash is still considered fresh.See remove_older_than().
|
|
26
|
+
|
|
27
|
+
:param filepath:
|
|
28
|
+
:param hash_algorithm:
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
def open(self) -> None:
|
|
32
|
+
"""Prepare the back-end for use."""
|
|
33
|
+
|
|
34
|
+
def remove_older_than(self, *, days) -> None:
|
|
35
|
+
"""Remove all hash entries that are older than this many days.When this removes all known hashes for a file, the file entry itself is
|
|
36
|
+
also removed.
|
|
37
|
+
|
|
38
|
+
:param days:
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
def store_hash(
|
|
42
|
+
self, filepath, hash_algorithm, hash_info, pre_write_callback=None
|
|
43
|
+
) -> None:
|
|
44
|
+
"""Store a pre-computed hash for the given file path.See DiskFileHashService.store_hash() for an explanation of the parameters.
|
|
45
|
+
|
|
46
|
+
:param filepath:
|
|
47
|
+
:param hash_algorithm:
|
|
48
|
+
:param hash_info:
|
|
49
|
+
:param pre_write_callback:
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
class FileHashInfo:
|
|
53
|
+
"""FileHashInfo(hexhash: str, file_size_bytes: int, file_stat_mtime: float)"""
|
|
@@ -145,7 +145,7 @@ class Context:
|
|
|
145
145
|
def temp_override(self) -> None:
|
|
146
146
|
"""Context manager to temporarily override members in the context.
|
|
147
147
|
|
|
148
|
-
:return: The context manager
|
|
148
|
+
:return: The context manager.
|
|
149
149
|
"""
|
|
150
150
|
|
|
151
151
|
class FileHandler:
|
|
@@ -892,6 +892,13 @@ class WindowManager(bpy.types.ID):
|
|
|
892
892
|
def draw_cursor_remove(cls) -> None:
|
|
893
893
|
"""Remove a draw cursor handler that was added previously."""
|
|
894
894
|
|
|
895
|
+
def extension_repo_filter(self, *args, **kwargs) -> None:
|
|
896
|
+
"""Intermediate storage for properties before registration.
|
|
897
|
+
|
|
898
|
+
:param args:
|
|
899
|
+
:param kwargs:
|
|
900
|
+
"""
|
|
901
|
+
|
|
895
902
|
def extension_search(self, *args, **kwargs) -> None:
|
|
896
903
|
"""Intermediate storage for properties before registration.
|
|
897
904
|
|
|
@@ -927,6 +934,13 @@ class WindowManager(bpy.types.ID):
|
|
|
927
934
|
:param kwargs:
|
|
928
935
|
"""
|
|
929
936
|
|
|
937
|
+
def extension_use_filter(self, *args, **kwargs) -> None:
|
|
938
|
+
"""Intermediate storage for properties before registration.
|
|
939
|
+
|
|
940
|
+
:param args:
|
|
941
|
+
:param kwargs:
|
|
942
|
+
"""
|
|
943
|
+
|
|
930
944
|
def fileselect_add(self, *args, **kwargs) -> None:
|
|
931
945
|
"""WindowManager.fileselect_add(operator)
|
|
932
946
|
Opens a file selector with an operator.
|
|
@@ -1392,6 +1406,7 @@ class Menu(_GenericUI):
|
|
|
1392
1406
|
display_name: collections.abc.Callable[str, str] | None = None,
|
|
1393
1407
|
add_operator=None,
|
|
1394
1408
|
add_operator_props=None,
|
|
1409
|
+
translate=True,
|
|
1395
1410
|
) -> None:
|
|
1396
1411
|
"""Populate a menu from a list of paths.
|
|
1397
1412
|
|
|
@@ -1412,6 +1427,7 @@ class Menu(_GenericUI):
|
|
|
1412
1427
|
:type display_name: collections.abc.Callable[str, str] | None
|
|
1413
1428
|
:param add_operator:
|
|
1414
1429
|
:param add_operator_props:
|
|
1430
|
+
:param translate:
|
|
1415
1431
|
"""
|
|
1416
1432
|
|
|
1417
1433
|
class Panel(_GenericUI):
|
|
@@ -606,6 +606,30 @@ class Sound:
|
|
|
606
606
|
:type sound: typing_extensions.Self
|
|
607
607
|
"""
|
|
608
608
|
|
|
609
|
+
def animateableTimeStretchPitchScale(
|
|
610
|
+
self,
|
|
611
|
+
fps: float,
|
|
612
|
+
time_stretch: float,
|
|
613
|
+
pitch_scale: float,
|
|
614
|
+
quality: int,
|
|
615
|
+
preserve_formant: bool,
|
|
616
|
+
) -> typing_extensions.Self:
|
|
617
|
+
"""Applies time-stretching and pitch-scaling to the sound.
|
|
618
|
+
|
|
619
|
+
:param fps: The FPS of the animation system.
|
|
620
|
+
:type fps: float
|
|
621
|
+
:param time_stretch: The factor by which to stretch or compress time.
|
|
622
|
+
:type time_stretch: float
|
|
623
|
+
:param pitch_scale: The factor by which to adjust the pitch.
|
|
624
|
+
:type pitch_scale: float
|
|
625
|
+
:param quality:
|
|
626
|
+
:type quality: int
|
|
627
|
+
:param preserve_formant: Whether to preserve the vocal formants during pitch-shifting.
|
|
628
|
+
:type preserve_formant: bool
|
|
629
|
+
:return: The created `Sound` object.
|
|
630
|
+
:rtype: typing_extensions.Self
|
|
631
|
+
"""
|
|
632
|
+
|
|
609
633
|
def binaural(self) -> typing_extensions.Self:
|
|
610
634
|
"""Creates a binaural sound using another sound as source. The original sound must be mono
|
|
611
635
|
|
|
@@ -644,6 +668,19 @@ class Sound:
|
|
|
644
668
|
:rtype: typing_extensions.Self
|
|
645
669
|
"""
|
|
646
670
|
|
|
671
|
+
def Echo(self, delay: float, feedback: float, mix: float) -> typing_extensions.Self:
|
|
672
|
+
"""Adds Echo effect to the sound.
|
|
673
|
+
|
|
674
|
+
:param delay: The delay time in seconds.
|
|
675
|
+
:type delay: float
|
|
676
|
+
:param feedback: The feedback amount (0.0 to 1.0).
|
|
677
|
+
:type feedback: float
|
|
678
|
+
:param mix: The wet/dry mix (0.0 to 1.0).
|
|
679
|
+
:type mix: float
|
|
680
|
+
:return: The created `Sound` object.
|
|
681
|
+
:rtype: typing_extensions.Self
|
|
682
|
+
"""
|
|
683
|
+
|
|
647
684
|
def envelope(
|
|
648
685
|
self, attack: float, release: float, threshold: float, arthreshold: float
|
|
649
686
|
) -> typing_extensions.Self:
|
|
@@ -843,6 +880,27 @@ class Sound:
|
|
|
843
880
|
:rtype: typing_extensions.Self
|
|
844
881
|
"""
|
|
845
882
|
|
|
883
|
+
def timeStretchPitchScale(
|
|
884
|
+
self,
|
|
885
|
+
time_stretch: float,
|
|
886
|
+
pitch_scale: float,
|
|
887
|
+
quality: int,
|
|
888
|
+
preserve_formant: bool,
|
|
889
|
+
) -> typing_extensions.Self:
|
|
890
|
+
"""Applies time-stretching and pitch-scaling to the sound.
|
|
891
|
+
|
|
892
|
+
:param time_stretch: The factor by which to stretch or compress time.
|
|
893
|
+
:type time_stretch: float
|
|
894
|
+
:param pitch_scale: The factor by which to adjust the pitch.
|
|
895
|
+
:type pitch_scale: float
|
|
896
|
+
:param quality: Rubberband stretcher quality (STRETCHER_QUALITY_*).
|
|
897
|
+
:type quality: int
|
|
898
|
+
:param preserve_formant: Whether to preserve the vocal formants during pitch-shifting.
|
|
899
|
+
:type preserve_formant: bool
|
|
900
|
+
:return: The created `Sound` object.
|
|
901
|
+
:rtype: typing_extensions.Self
|
|
902
|
+
"""
|
|
903
|
+
|
|
846
904
|
def volume(self, volume: float) -> typing_extensions.Self:
|
|
847
905
|
"""Changes the volume of a sound.
|
|
848
906
|
|
|
@@ -1151,3 +1209,15 @@ STATUS_PLAYING: typing.Any
|
|
|
1151
1209
|
STATUS_STOPPED: typing.Any
|
|
1152
1210
|
""" Constant value 3
|
|
1153
1211
|
"""
|
|
1212
|
+
|
|
1213
|
+
STRETCHER_QUALITY_CONSISTENT: typing.Any
|
|
1214
|
+
""" Constant value 2
|
|
1215
|
+
"""
|
|
1216
|
+
|
|
1217
|
+
STRETCHER_QUALITY_FAST: typing.Any
|
|
1218
|
+
""" Constant value 1
|
|
1219
|
+
"""
|
|
1220
|
+
|
|
1221
|
+
STRETCHER_QUALITY_HIGH: typing.Any
|
|
1222
|
+
""" Constant value 0
|
|
1223
|
+
"""
|
|
@@ -35,7 +35,7 @@ def lerp(from_value: float, to_value: float, factor: float) -> float:
|
|
|
35
35
|
:rtype: float
|
|
36
36
|
"""
|
|
37
37
|
|
|
38
|
-
def smoothstep(from_value: float, to_value: float, value) -> float:
|
|
38
|
+
def smoothstep(from_value: float, to_value: float, value: float) -> float:
|
|
39
39
|
"""Performs smooth interpolation between 0 and 1 as value changes between from and to values.
|
|
40
40
|
Outside the range the function returns the same value as the nearest edge.
|
|
41
41
|
|
|
@@ -43,6 +43,8 @@ def smoothstep(from_value: float, to_value: float, value) -> float:
|
|
|
43
43
|
:type from_value: float
|
|
44
44
|
:param to_value: The edge value where the result is 1.
|
|
45
45
|
:type to_value: float
|
|
46
|
+
:param value: The interpolation value.
|
|
47
|
+
:type value: float
|
|
46
48
|
:return: The interpolated value in [0.0, 1.0].
|
|
47
49
|
:rtype: float
|
|
48
50
|
"""
|
{fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/__init__.pyi
RENAMED
|
@@ -11,6 +11,7 @@ from . import clip as clip
|
|
|
11
11
|
from . import connect_to_output as connect_to_output
|
|
12
12
|
from . import console as console
|
|
13
13
|
from . import constraint as constraint
|
|
14
|
+
from . import copy_global_transform as copy_global_transform
|
|
14
15
|
from . import file as file
|
|
15
16
|
from . import freestyle as freestyle
|
|
16
17
|
from . import geometry_nodes as geometry_nodes
|
{fake_bpy_module_latest-20251003 → fake_bpy_module_latest-20260113}/bl_operators/anim/__init__.pyi
RENAMED
|
@@ -177,6 +177,48 @@ class ANIM_OT_slot_unassign_from_nla_strip(
|
|
|
177
177
|
:rtype: typing.Any
|
|
178
178
|
"""
|
|
179
179
|
|
|
180
|
+
class ANIM_OT_version_bone_hide_property(_bpy_types.Operator):
|
|
181
|
+
bl_description: typing.Any
|
|
182
|
+
bl_idname: typing.Any
|
|
183
|
+
bl_label: typing.Any
|
|
184
|
+
bl_options: typing.Any
|
|
185
|
+
bl_rna: typing.Any
|
|
186
|
+
id_data: typing.Any
|
|
187
|
+
|
|
188
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
:return: The RNA type or default when not found.
|
|
192
|
+
:rtype: bpy.types.Struct
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
:return: The class or default when not found.
|
|
199
|
+
:rtype: typing.Any
|
|
200
|
+
"""
|
|
201
|
+
|
|
202
|
+
def execute(self, context) -> None:
|
|
203
|
+
"""
|
|
204
|
+
|
|
205
|
+
:param context:
|
|
206
|
+
"""
|
|
207
|
+
|
|
208
|
+
@staticmethod
|
|
209
|
+
def find_property_fcurves(channelbag) -> None:
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
:param channelbag:
|
|
213
|
+
"""
|
|
214
|
+
|
|
215
|
+
@classmethod
|
|
216
|
+
def poll(cls, context) -> None:
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
:param context:
|
|
220
|
+
"""
|
|
221
|
+
|
|
180
222
|
class ARMATURE_OT_collection_remove_unused(_bpy_types.Operator):
|
|
181
223
|
"""Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed"""
|
|
182
224
|
|