fake-bpy-module 20231215__tar.gz → 20231217__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-20231215 → fake-bpy-module-20231217}/PKG-INFO +1 -1
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/types/__init__.pyi +188 -9
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/curves/__init__.pyi +15 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/wm/__init__.pyi +3 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/types/__init__.pyi +88 -76
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/README.md +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/addon_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/addon_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/animsys_refactor/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/animsys_refactor/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/aud/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/aud/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bgl/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bgl/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_override/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_override/helpers/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_override/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_template_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_app_template_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/__init__.pyi +2 -2
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/__init__.pyi +3 -3
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/merge_po/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/settings/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_cli/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/utils_rtl/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/__init__.pyi +3 -3
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/io/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/platform_helpers/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_keymap_utils/versioning/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_math/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_math/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/__init__.pyi +21 -21
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/add_mesh_torus/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/anim/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/anim/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/assets/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/assets/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/bmesh/find_adjacent/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/bmesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/clip/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/clip/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/console/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/console/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/constraint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/constraint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/file/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/file/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/freestyle/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/geometry_nodes/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/image/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/image/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/mesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/mesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/node/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/node/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_align/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_align/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_quick_effects/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/object_randomize_transform/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/presets/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/presets/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/rigidbody/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/screen_play_rendered_anim/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/sequencer/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/spreadsheet/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/userpref/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/userpref/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_follow_active/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_lightmap/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/uvcalc_transform/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/vertexpaint_dirt/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/view3d/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/view3d/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/wm/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_operators/wm/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_previews_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_previews_utils/bl_previews_render/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_previews_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_rna_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_rna_utils/data_path/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_rna_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_text_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_text_utils/external_editor/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_text_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/__init__.pyi +61 -61
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/asset_shelf/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/generic_ui_list/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_compositor/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_geometry/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_shader/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/node_add_menu_texture/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_animviz/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_collection/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_constraint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_armature/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_bone/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_camera/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_curve/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_curves/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_empty/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_gpencil/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_grease_pencil/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_lattice/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_light/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_lightprobe/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_mesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_metaball/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_modifier/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_pointcloud/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_shaderfx/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_speaker/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_data_volume/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_freestyle/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_grease_pencil_common/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_mask_common/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_material/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_material_gpencil/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_object/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_output/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_paint_common/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_particle/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_cloth/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_common/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_field/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_fluid/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_rigidbody/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_physics_softbody/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_render/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_scene/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_texture/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_view_layer/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_workspace/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/properties_world/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_clip/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_console/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_console/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_dopesheet/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_filebrowser/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_graph/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_image/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_image/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_info/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_info/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_nla/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_node/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_node/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_outliner/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_properties/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_sequencer/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_spreadsheet/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_statusbar/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_text/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_text/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_time/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_time/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_toolsystem_common/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_topbar/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_userpref/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_view3d/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/space_view3d_toolbar/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui/utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/bug_report_url/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/layout/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_ui_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/blend_render_info/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/blend_render_info/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/blf/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/blf/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/geometry/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/geometry/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/ops/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/ops/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bmesh/utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/__init__.pyi +2 -2
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/__init__.pyi +2 -2
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/handlers/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/handlers/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/icons/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/icons/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/timers/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/timers/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/translations/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/app/translations/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/msgbus/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/msgbus/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/__init__.pyi +64 -64
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/action/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/action/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/anim/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/anim/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/armature/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/armature/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/asset/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/asset/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/boid/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/boid/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/brush/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/brush/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/buttons/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cachefile/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/camera/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/camera/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/clip/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/clip/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cloth/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/collection/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/collection/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/console/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/console/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/constraint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/curve/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/curve/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/curves/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/cycles/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/dpaint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ed/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ed/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_anim/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_mesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_mesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/export_scene/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/file/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/file/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/fluid/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/font/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/font/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/geometry/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/gizmogroup/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/gpencil/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/graph/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/graph/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/grease_pencil/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/image/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/image/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_anim/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_curve/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_mesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_mesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/import_scene/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/info/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/info/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/lattice/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/marker/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/marker/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mask/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mask/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/material/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/material/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mball/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mball/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/mesh/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/nla/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/nla/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/node/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/node/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/object/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/object/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/outliner/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/paint/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/paint/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/paintcurve/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/palette/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/palette/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/particle/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/particle/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/pose/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/pose/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/poselib/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/preferences/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ptcache/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/render/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/render/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/rigidbody/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/scene/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/scene/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/screen/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/screen/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/script/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/script/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sculpt/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sculpt_curves/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sequencer/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sound/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/sound/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/spreadsheet/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/surface/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/surface/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/text/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/text/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/text_editor/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/texture/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/texture/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/transform/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/transform/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ui/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/ui/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/uilist/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/uv/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/uv/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/view2d/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/view3d/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/wm/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/workspace/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/world/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/ops/world/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/path/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/path/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/props/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/props/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/__init__.pyi +1 -1
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/previews/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/previews/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/units/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy/utils/units/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/__init__.pyi +2 -2
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/anim_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/asset_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/bmesh_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/extensions/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/extensions/junction_module/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/extensions/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/id_map_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/image_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/io_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/keyconfig_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/mesh_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/node_shader_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/node_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/object_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/view3d_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/wm_utils/progress_report/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_extras/wm_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_restrict_state/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_restrict_state/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_types/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/bpy_types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/console_python/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/console_python/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/console_shell/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/console_shell/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/chainingiterators/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/functions/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/functions/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/predicates/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/predicates/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/shaders/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/shaders/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/types/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/utils/ContextFunctions/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/freestyle/utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/capabilities/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/capabilities/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/matrix/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/matrix/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/platform/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/platform/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/select/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/select/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/shader/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/shader/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/state/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/state/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/texture/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/texture/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/types/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/batch/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/batch/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/presets/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/presets/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/gpu_extras/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/graphviz_export/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/graphviz_export/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/idprop/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/idprop/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/idprop/types/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/idprop/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/imbuf/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/imbuf/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/imbuf/types/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/imbuf/types/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/keyingsets_builtins/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/keyingsets_builtins/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/keyingsets_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/keyingsets_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/bvhtree/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/geometry/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/geometry/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/interpolate/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/interpolate/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/kdtree/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/kdtree/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/noise/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/noise/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/mathutils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/nodeitems_builtins/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/nodeitems_builtins/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/nodeitems_utils/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/nodeitems_utils/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/pyproject.toml +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_info/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_info/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_keymap_ui/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_keymap_ui/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_prop_ui/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_prop_ui/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_xml/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/rna_xml/py.typed +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/setup.cfg +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/setup.py +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/sys_info/__init__.pyi +0 -0
- {fake-bpy-module-20231215 → fake-bpy-module-20231217}/sys_info/py.typed +0 -0
|
@@ -278,13 +278,26 @@ class BMEdgeSeq:
|
|
|
278
278
|
'''
|
|
279
279
|
...
|
|
280
280
|
|
|
281
|
-
def
|
|
281
|
+
def __getitem__(self, key: int) -> 'BMEdge':
|
|
282
282
|
'''
|
|
283
283
|
|
|
284
|
+
:param key:
|
|
285
|
+
:type key: int
|
|
286
|
+
:rtype: 'BMEdge'
|
|
284
287
|
'''
|
|
285
288
|
...
|
|
286
289
|
|
|
287
|
-
def
|
|
290
|
+
def __setitem__(self, key: int, value: 'BMEdge'):
|
|
291
|
+
'''
|
|
292
|
+
|
|
293
|
+
:param key:
|
|
294
|
+
:type key: int
|
|
295
|
+
:param value:
|
|
296
|
+
:type value: 'BMEdge'
|
|
297
|
+
'''
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def __delitem__(self, key: int) -> 'BMEdge':
|
|
288
301
|
'''
|
|
289
302
|
|
|
290
303
|
:param key:
|
|
@@ -293,6 +306,27 @@ class BMEdgeSeq:
|
|
|
293
306
|
'''
|
|
294
307
|
...
|
|
295
308
|
|
|
309
|
+
def __iter__(self) -> typing.Iterator['BMEdge']:
|
|
310
|
+
'''
|
|
311
|
+
|
|
312
|
+
:rtype: typing.Iterator['BMEdge']
|
|
313
|
+
'''
|
|
314
|
+
...
|
|
315
|
+
|
|
316
|
+
def __next__(self) -> 'BMEdge':
|
|
317
|
+
'''
|
|
318
|
+
|
|
319
|
+
:rtype: 'BMEdge'
|
|
320
|
+
'''
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
def __len__(self) -> int:
|
|
324
|
+
'''
|
|
325
|
+
|
|
326
|
+
:rtype: int
|
|
327
|
+
'''
|
|
328
|
+
...
|
|
329
|
+
|
|
296
330
|
|
|
297
331
|
class BMEditSelIter:
|
|
298
332
|
...
|
|
@@ -346,9 +380,52 @@ class BMElemSeq:
|
|
|
346
380
|
'''
|
|
347
381
|
...
|
|
348
382
|
|
|
349
|
-
def
|
|
383
|
+
def __getitem__(self, key: int) -> 'GenericType':
|
|
384
|
+
'''
|
|
385
|
+
|
|
386
|
+
:param key:
|
|
387
|
+
:type key: int
|
|
388
|
+
:rtype: 'GenericType'
|
|
389
|
+
'''
|
|
390
|
+
...
|
|
391
|
+
|
|
392
|
+
def __setitem__(self, key: int, value: 'GenericType'):
|
|
393
|
+
'''
|
|
394
|
+
|
|
395
|
+
:param key:
|
|
396
|
+
:type key: int
|
|
397
|
+
:param value:
|
|
398
|
+
:type value: 'GenericType'
|
|
399
|
+
'''
|
|
400
|
+
...
|
|
401
|
+
|
|
402
|
+
def __delitem__(self, key: int) -> 'GenericType':
|
|
403
|
+
'''
|
|
404
|
+
|
|
405
|
+
:param key:
|
|
406
|
+
:type key: int
|
|
407
|
+
:rtype: 'GenericType'
|
|
408
|
+
'''
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def __iter__(self) -> typing.Iterator['GenericType']:
|
|
412
|
+
'''
|
|
413
|
+
|
|
414
|
+
:rtype: typing.Iterator['GenericType']
|
|
415
|
+
'''
|
|
416
|
+
...
|
|
417
|
+
|
|
418
|
+
def __next__(self) -> 'GenericType':
|
|
350
419
|
'''
|
|
351
420
|
|
|
421
|
+
:rtype: 'GenericType'
|
|
422
|
+
'''
|
|
423
|
+
...
|
|
424
|
+
|
|
425
|
+
def __len__(self) -> int:
|
|
426
|
+
'''
|
|
427
|
+
|
|
428
|
+
:rtype: int
|
|
352
429
|
'''
|
|
353
430
|
...
|
|
354
431
|
|
|
@@ -618,13 +695,26 @@ class BMFaceSeq:
|
|
|
618
695
|
'''
|
|
619
696
|
...
|
|
620
697
|
|
|
621
|
-
def
|
|
698
|
+
def __getitem__(self, key: int) -> 'BMFace':
|
|
699
|
+
'''
|
|
700
|
+
|
|
701
|
+
:param key:
|
|
702
|
+
:type key: int
|
|
703
|
+
:rtype: 'BMFace'
|
|
704
|
+
'''
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
def __setitem__(self, key: int, value: 'BMFace'):
|
|
622
708
|
'''
|
|
623
709
|
|
|
710
|
+
:param key:
|
|
711
|
+
:type key: int
|
|
712
|
+
:param value:
|
|
713
|
+
:type value: 'BMFace'
|
|
624
714
|
'''
|
|
625
715
|
...
|
|
626
716
|
|
|
627
|
-
def
|
|
717
|
+
def __delitem__(self, key: int) -> 'BMFace':
|
|
628
718
|
'''
|
|
629
719
|
|
|
630
720
|
:param key:
|
|
@@ -633,6 +723,27 @@ class BMFaceSeq:
|
|
|
633
723
|
'''
|
|
634
724
|
...
|
|
635
725
|
|
|
726
|
+
def __iter__(self) -> typing.Iterator['BMFace']:
|
|
727
|
+
'''
|
|
728
|
+
|
|
729
|
+
:rtype: typing.Iterator['BMFace']
|
|
730
|
+
'''
|
|
731
|
+
...
|
|
732
|
+
|
|
733
|
+
def __next__(self) -> 'BMFace':
|
|
734
|
+
'''
|
|
735
|
+
|
|
736
|
+
:rtype: 'BMFace'
|
|
737
|
+
'''
|
|
738
|
+
...
|
|
739
|
+
|
|
740
|
+
def __len__(self) -> int:
|
|
741
|
+
'''
|
|
742
|
+
|
|
743
|
+
:rtype: int
|
|
744
|
+
'''
|
|
745
|
+
...
|
|
746
|
+
|
|
636
747
|
|
|
637
748
|
class BMIter:
|
|
638
749
|
''' Internal BMesh type for looping over verts/faces/edges, used for iterating over `BMElemSeq` types.
|
|
@@ -981,13 +1092,26 @@ class BMLoopSeq:
|
|
|
981
1092
|
:type: 'BMLayerAccessLoop'
|
|
982
1093
|
'''
|
|
983
1094
|
|
|
984
|
-
def
|
|
1095
|
+
def __getitem__(self, key: int) -> 'BMLoop':
|
|
1096
|
+
'''
|
|
1097
|
+
|
|
1098
|
+
:param key:
|
|
1099
|
+
:type key: int
|
|
1100
|
+
:rtype: 'BMLoop'
|
|
1101
|
+
'''
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def __setitem__(self, key: int, value: 'BMLoop'):
|
|
985
1105
|
'''
|
|
986
1106
|
|
|
1107
|
+
:param key:
|
|
1108
|
+
:type key: int
|
|
1109
|
+
:param value:
|
|
1110
|
+
:type value: 'BMLoop'
|
|
987
1111
|
'''
|
|
988
1112
|
...
|
|
989
1113
|
|
|
990
|
-
def
|
|
1114
|
+
def __delitem__(self, key: int) -> 'BMLoop':
|
|
991
1115
|
'''
|
|
992
1116
|
|
|
993
1117
|
:param key:
|
|
@@ -996,6 +1120,27 @@ class BMLoopSeq:
|
|
|
996
1120
|
'''
|
|
997
1121
|
...
|
|
998
1122
|
|
|
1123
|
+
def __iter__(self) -> typing.Iterator['BMLoop']:
|
|
1124
|
+
'''
|
|
1125
|
+
|
|
1126
|
+
:rtype: typing.Iterator['BMLoop']
|
|
1127
|
+
'''
|
|
1128
|
+
...
|
|
1129
|
+
|
|
1130
|
+
def __next__(self) -> 'BMLoop':
|
|
1131
|
+
'''
|
|
1132
|
+
|
|
1133
|
+
:rtype: 'BMLoop'
|
|
1134
|
+
'''
|
|
1135
|
+
...
|
|
1136
|
+
|
|
1137
|
+
def __len__(self) -> int:
|
|
1138
|
+
'''
|
|
1139
|
+
|
|
1140
|
+
:rtype: int
|
|
1141
|
+
'''
|
|
1142
|
+
...
|
|
1143
|
+
|
|
999
1144
|
|
|
1000
1145
|
class BMLoopUV:
|
|
1001
1146
|
pin_uv: bool
|
|
@@ -1218,13 +1363,26 @@ class BMVertSeq:
|
|
|
1218
1363
|
'''
|
|
1219
1364
|
...
|
|
1220
1365
|
|
|
1221
|
-
def
|
|
1366
|
+
def __getitem__(self, key: int) -> 'BMVert':
|
|
1222
1367
|
'''
|
|
1223
1368
|
|
|
1369
|
+
:param key:
|
|
1370
|
+
:type key: int
|
|
1371
|
+
:rtype: 'BMVert'
|
|
1224
1372
|
'''
|
|
1225
1373
|
...
|
|
1226
1374
|
|
|
1227
|
-
def
|
|
1375
|
+
def __setitem__(self, key: int, value: 'BMVert'):
|
|
1376
|
+
'''
|
|
1377
|
+
|
|
1378
|
+
:param key:
|
|
1379
|
+
:type key: int
|
|
1380
|
+
:param value:
|
|
1381
|
+
:type value: 'BMVert'
|
|
1382
|
+
'''
|
|
1383
|
+
...
|
|
1384
|
+
|
|
1385
|
+
def __delitem__(self, key: int) -> 'BMVert':
|
|
1228
1386
|
'''
|
|
1229
1387
|
|
|
1230
1388
|
:param key:
|
|
@@ -1233,6 +1391,27 @@ class BMVertSeq:
|
|
|
1233
1391
|
'''
|
|
1234
1392
|
...
|
|
1235
1393
|
|
|
1394
|
+
def __iter__(self) -> typing.Iterator['BMVert']:
|
|
1395
|
+
'''
|
|
1396
|
+
|
|
1397
|
+
:rtype: typing.Iterator['BMVert']
|
|
1398
|
+
'''
|
|
1399
|
+
...
|
|
1400
|
+
|
|
1401
|
+
def __next__(self) -> 'BMVert':
|
|
1402
|
+
'''
|
|
1403
|
+
|
|
1404
|
+
:rtype: 'BMVert'
|
|
1405
|
+
'''
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1408
|
+
def __len__(self) -> int:
|
|
1409
|
+
'''
|
|
1410
|
+
|
|
1411
|
+
:rtype: int
|
|
1412
|
+
'''
|
|
1413
|
+
...
|
|
1414
|
+
|
|
1236
1415
|
|
|
1237
1416
|
class BMesh:
|
|
1238
1417
|
''' The BMesh data structure
|
|
@@ -334,3 +334,18 @@ def surface_set(
|
|
|
334
334
|
'''
|
|
335
335
|
|
|
336
336
|
...
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
def tilt_clear(
|
|
340
|
+
override_context: typing.Optional[
|
|
341
|
+
typing.Union[typing.Dict, 'bpy.types.Context']] = None,
|
|
342
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
343
|
+
undo: typing.Optional[bool] = None):
|
|
344
|
+
''' Clear the tilt of selected control points
|
|
345
|
+
|
|
346
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
|
|
347
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
348
|
+
:type undo: typing.Optional[bool]
|
|
349
|
+
'''
|
|
350
|
+
|
|
351
|
+
...
|
|
@@ -4312,6 +4312,7 @@ def usd_export(
|
|
|
4312
4312
|
export_normals: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
4313
4313
|
export_materials: typing.Optional[typing.Union[bool, typing.
|
|
4314
4314
|
Any]] = True,
|
|
4315
|
+
export_subdivision: typing.Optional[typing.Any] = 'BEST_MATCH',
|
|
4315
4316
|
use_instancing: typing.Optional[typing.Union[bool, typing.
|
|
4316
4317
|
Any]] = False,
|
|
4317
4318
|
evaluation_mode: typing.Optional[typing.Any] = 'RENDER',
|
|
@@ -4389,6 +4390,8 @@ def usd_export(
|
|
|
4389
4390
|
:type export_normals: typing.Optional[typing.Union[bool, typing.Any]]
|
|
4390
4391
|
:param export_materials: Materials, Export viewport settings of materials as USD preview materials, and export material assignments as geometry subsets
|
|
4391
4392
|
:type export_materials: typing.Optional[typing.Union[bool, typing.Any]]
|
|
4393
|
+
:param export_subdivision: Subdivision Scheme, Choose how subdivision modifiers will be mapped to the USD subdivision scheme during export * ``IGNORE`` Ignore -- Subdivision scheme = None, export base mesh without subdivision. * ``TESSELLATE`` Tessellate -- Subdivision scheme = None, export subdivided mesh. * ``BEST_MATCH`` Best Match -- Subdivision scheme = Catmull-Clark, when possible. Reverts to exporting the subdivided mesh for the Simple subdivision type.
|
|
4394
|
+
:type export_subdivision: typing.Optional[typing.Any]
|
|
4392
4395
|
:param use_instancing: Instancing, Export instanced objects as references in USD rather than real objects
|
|
4393
4396
|
:type use_instancing: typing.Optional[typing.Union[bool, typing.Any]]
|
|
4394
4397
|
:param evaluation_mode: Use Settings for, Determines visibility of objects, modifier settings, and other areas where there are different settings for viewport and rendering * ``RENDER`` Render -- Use Render settings for object visibility, modifier settings, etc. * ``VIEWPORT`` Viewport -- Use Viewport settings for object visibility, modifier settings, etc.
|
|
@@ -2,93 +2,93 @@ import sys
|
|
|
2
2
|
import typing
|
|
3
3
|
import mathutils
|
|
4
4
|
import bpy
|
|
5
|
-
import
|
|
6
|
-
import bl_ui.
|
|
7
|
-
import bl_ui.space_text
|
|
8
|
-
import bl_ui.properties_data_pointcloud
|
|
9
|
-
import bl_ui.properties_physics_geometry_nodes
|
|
10
|
-
import bl_ui
|
|
11
|
-
import bl_ui.space_sequencer
|
|
12
|
-
import bl_ui.space_properties
|
|
13
|
-
import bl_ui.properties_data_lattice
|
|
14
|
-
import bl_ui.generic_ui_list
|
|
15
|
-
import bl_ui.properties_paint_common
|
|
16
|
-
import bl_ui.space_spreadsheet
|
|
17
|
-
import bl_ui.space_clip
|
|
18
|
-
import bl_operators.constraint
|
|
19
|
-
import bl_ui.properties_physics_cloth
|
|
5
|
+
import bl_operators.assets
|
|
6
|
+
import bl_ui.space_filebrowser
|
|
20
7
|
import bl_ui.properties_data_light
|
|
21
|
-
import bl_ui.
|
|
22
|
-
import bl_ui.space_time
|
|
23
|
-
import bl_ui.properties_workspace
|
|
8
|
+
import bl_ui.properties_physics_dynamicpaint
|
|
24
9
|
import bl_ui.properties_data_metaball
|
|
25
|
-
import bl_operators.
|
|
26
|
-
import bl_ui.
|
|
10
|
+
import bl_operators.view3d
|
|
11
|
+
import bl_ui.space_outliner
|
|
27
12
|
import bl_ui.properties_data_armature
|
|
13
|
+
import bl_operators.anim
|
|
14
|
+
import bl_ui.properties_render
|
|
15
|
+
import bl_ui.properties_physics_rigidbody
|
|
16
|
+
import bl_ui.properties_material_gpencil
|
|
17
|
+
import bl_ui.node_add_menu
|
|
18
|
+
import bl_ui.space_spreadsheet
|
|
28
19
|
import bl_ui.properties_data_curve
|
|
29
|
-
import bl_ui.
|
|
30
|
-
import bl_ui.
|
|
31
|
-
import bl_ui.
|
|
20
|
+
import bl_ui.space_nla
|
|
21
|
+
import bl_ui.properties_data_camera
|
|
22
|
+
import bl_ui.node_add_menu_compositor
|
|
23
|
+
import bl_ui.properties_collection
|
|
24
|
+
import bl_operators.node
|
|
25
|
+
import bl_ui.properties_particle
|
|
26
|
+
import bl_ui.space_properties
|
|
27
|
+
import bl_ui.node_add_menu_geometry
|
|
28
|
+
import bl_ui.space_toolsystem_common
|
|
29
|
+
import bl_ui.node_add_menu_shader
|
|
30
|
+
import bl_ui.asset_shelf
|
|
31
|
+
import bl_ui.properties_data_mesh
|
|
32
|
+
import bl_ui.properties_world
|
|
33
|
+
import bl_ui.properties_workspace
|
|
34
|
+
import bl_ui.node_add_menu_texture
|
|
35
|
+
import bl_ui.generic_ui_list
|
|
36
|
+
import bl_ui.properties_paint_common
|
|
32
37
|
import bl_ui.properties_view_layer
|
|
33
|
-
import bl_ui.properties_data_empty
|
|
34
|
-
import bl_operators.anim
|
|
35
|
-
import bl_operators.object
|
|
36
|
-
import bl_ui.space_image
|
|
37
|
-
import bl_ui.properties_data_speaker
|
|
38
|
-
import bl_ui.properties_data_shaderfx
|
|
39
|
-
import bl_ui.properties_data_bone
|
|
40
|
-
import bl_ui.space_userpref
|
|
41
38
|
import bl_ui.properties_material
|
|
42
|
-
import bl_ui.
|
|
39
|
+
import bl_ui.properties_data_empty
|
|
40
|
+
import bl_ui.properties_physics_cloth
|
|
41
|
+
import bl_ui
|
|
42
|
+
import bl_operators.constraint
|
|
43
|
+
import bl_ui.space_console
|
|
43
44
|
import bl_ui.space_view3d
|
|
44
|
-
import bl_ui.
|
|
45
|
-
import bl_ui.
|
|
46
|
-
import bl_ui.
|
|
47
|
-
import bl_ui.properties_data_gpencil
|
|
48
|
-
import bl_operators.userpref
|
|
49
|
-
import bl_ui.properties_material_gpencil
|
|
45
|
+
import bl_ui.properties_physics_common
|
|
46
|
+
import bl_ui.space_time
|
|
47
|
+
import bl_ui.properties_data_speaker
|
|
50
48
|
import bl_ui.space_toolsystem_toolbar
|
|
51
|
-
import bl_ui.
|
|
52
|
-
import bl_ui.
|
|
53
|
-
import bl_ui.
|
|
49
|
+
import bl_ui.space_node
|
|
50
|
+
import bl_ui.properties_physics_rigidbody_constraint
|
|
51
|
+
import bl_ui.properties_scene
|
|
54
52
|
import bl_operators.presets
|
|
53
|
+
import bl_ui.space_text
|
|
54
|
+
import bl_ui.properties_object
|
|
55
|
+
import bl_operators.freestyle
|
|
56
|
+
import bl_ui.space_graph
|
|
57
|
+
import bl_ui.properties_data_shaderfx
|
|
58
|
+
import bl_ui.space_info
|
|
55
59
|
import bl_ui.space_view3d_toolbar
|
|
56
|
-
import
|
|
57
|
-
import bl_ui.
|
|
60
|
+
import bl_operators.wm
|
|
61
|
+
import bl_ui.space_sequencer
|
|
62
|
+
import bl_ui.properties_physics_fluid
|
|
58
63
|
import bl_ui.properties_data_curves
|
|
59
|
-
import bl_operators.node
|
|
60
|
-
import bl_ui.properties_particle
|
|
61
|
-
import bl_ui.space_node
|
|
62
|
-
import bl_operators.assets
|
|
63
64
|
import bl_ui.properties_data_lightprobe
|
|
64
|
-
import bl_ui.properties_render
|
|
65
|
-
import bl_ui.space_info
|
|
66
|
-
import bl_operators.wm
|
|
67
|
-
import bl_ui.properties_scene
|
|
68
|
-
import bl_ui.space_graph
|
|
69
65
|
import bl_operators.file
|
|
70
|
-
import bl_ui.
|
|
71
|
-
import bl_ui.
|
|
72
|
-
import bl_ui.
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import bl_ui.
|
|
76
|
-
import bl_ui.
|
|
77
|
-
import bl_ui.
|
|
78
|
-
import bl_ui.
|
|
79
|
-
import bl_ui.
|
|
80
|
-
import bl_ui.
|
|
81
|
-
import bl_ui.
|
|
82
|
-
import bl_ui.space_topbar
|
|
66
|
+
import bl_ui.properties_physics_geometry_nodes
|
|
67
|
+
import bl_ui.space_image
|
|
68
|
+
import bl_ui.space_clip
|
|
69
|
+
import bl_operators.spreadsheet
|
|
70
|
+
import bl_ui.space_statusbar
|
|
71
|
+
import bl_ui.space_userpref
|
|
72
|
+
import bl_ui.properties_freestyle
|
|
73
|
+
import bl_ui.properties_texture
|
|
74
|
+
import bl_ui.properties_data_grease_pencil
|
|
75
|
+
import bl_ui.properties_data_modifier
|
|
76
|
+
import bl_ui.properties_data_bone
|
|
77
|
+
import bl_ui.properties_physics_softbody
|
|
83
78
|
import bl_ui.properties_output
|
|
84
|
-
import bl_ui.
|
|
85
|
-
import bl_ui.
|
|
86
|
-
import bl_ui.
|
|
87
|
-
import bl_operators.freestyle
|
|
79
|
+
import bl_ui.properties_mask_common
|
|
80
|
+
import bl_ui.properties_data_volume
|
|
81
|
+
import bl_ui.properties_grease_pencil_common
|
|
88
82
|
import bl_ui.properties_physics_field
|
|
89
|
-
import bl_ui.
|
|
90
|
-
import
|
|
91
|
-
import bl_operators.
|
|
83
|
+
import bl_ui.space_dopesheet
|
|
84
|
+
import bl_operators.object
|
|
85
|
+
import bl_operators.userpref
|
|
86
|
+
import bl_ui.properties_data_lattice
|
|
87
|
+
import bl_ui.properties_constraint
|
|
88
|
+
import bl_ui.space_topbar
|
|
89
|
+
import bl_operators.clip
|
|
90
|
+
import bl_ui.properties_data_pointcloud
|
|
91
|
+
import bl_ui.properties_data_gpencil
|
|
92
92
|
|
|
93
93
|
GenericType = typing.TypeVar("GenericType")
|
|
94
94
|
|
|
@@ -9651,7 +9651,7 @@ class Event(bpy_struct):
|
|
|
9651
9651
|
'''
|
|
9652
9652
|
|
|
9653
9653
|
is_consecutive: typing.Union[bool, typing.Any]
|
|
9654
|
-
''' Part of a
|
|
9654
|
+
''' Part of a trackpad or NDOF motion, interrupted by cursor motion, button or key press events
|
|
9655
9655
|
|
|
9656
9656
|
:type: typing.Union[bool, typing.Any]
|
|
9657
9657
|
'''
|
|
@@ -26578,7 +26578,7 @@ class PreferencesInput(bpy_struct):
|
|
|
26578
26578
|
'''
|
|
26579
26579
|
|
|
26580
26580
|
drag_threshold_mouse: int
|
|
26581
|
-
''' Number of pixels to drag before a drag event is triggered for mouse/
|
|
26581
|
+
''' Number of pixels to drag before a drag event is triggered for mouse/trackpad input (otherwise click events are detected)
|
|
26582
26582
|
|
|
26583
26583
|
:type: int
|
|
26584
26584
|
'''
|
|
@@ -27936,6 +27936,12 @@ class PropertyGroupItem(bpy_struct):
|
|
|
27936
27936
|
:type: bpy_prop_array[float]
|
|
27937
27937
|
'''
|
|
27938
27938
|
|
|
27939
|
+
enum: typing.Union[str, int]
|
|
27940
|
+
'''
|
|
27941
|
+
|
|
27942
|
+
:type: typing.Union[str, int]
|
|
27943
|
+
'''
|
|
27944
|
+
|
|
27939
27945
|
float: float
|
|
27940
27946
|
'''
|
|
27941
27947
|
|
|
@@ -29851,6 +29857,12 @@ class RenderSettings(bpy_struct):
|
|
|
29851
29857
|
:type: bool
|
|
29852
29858
|
'''
|
|
29853
29859
|
|
|
29860
|
+
use_simplify_normals: bool
|
|
29861
|
+
''' Skip computing custom normals and face corner normals for displaying meshes in the viewport
|
|
29862
|
+
|
|
29863
|
+
:type: bool
|
|
29864
|
+
'''
|
|
29865
|
+
|
|
29854
29866
|
use_single_layer: bool
|
|
29855
29867
|
''' Only render the active layer. Only affects rendering from the interface, ignored for rendering from command line
|
|
29856
29868
|
|
|
@@ -45566,7 +45578,7 @@ class XrActionMapItem(bpy_struct):
|
|
|
45566
45578
|
'''
|
|
45567
45579
|
|
|
45568
45580
|
type: typing.Union[str, int]
|
|
45569
|
-
''' Action type * ``FLOAT`` Float -- Float action, representing either a digital or analog button. * ``VECTOR2D`` Vector2D -- 2D float vector action, representing a
|
|
45581
|
+
''' Action type * ``FLOAT`` Float -- Float action, representing either a digital or analog button. * ``VECTOR2D`` Vector2D -- 2D float vector action, representing a thumbstick or trackpad. * ``POSE`` Pose -- 3D pose action, representing a controller's location and rotation. * ``VIBRATION`` Vibration -- Haptic vibration output action, to be applied with a duration, frequency, and amplitude.
|
|
45570
45582
|
|
|
45571
45583
|
:type: typing.Union[str, int]
|
|
45572
45584
|
'''
|
|
@@ -45707,7 +45719,7 @@ class XrEventData(bpy_struct):
|
|
|
45707
45719
|
'''
|
|
45708
45720
|
|
|
45709
45721
|
type: typing.Union[str, int]
|
|
45710
|
-
''' XR action type * ``FLOAT`` Float -- Float action, representing either a digital or analog button. * ``VECTOR2D`` Vector2D -- 2D float vector action, representing a
|
|
45722
|
+
''' XR action type * ``FLOAT`` Float -- Float action, representing either a digital or analog button. * ``VECTOR2D`` Vector2D -- 2D float vector action, representing a thumbstick or trackpad. * ``POSE`` Pose -- 3D pose action, representing a controller's location and rotation. * ``VIBRATION`` Vibration -- Haptic vibration output action, to be applied with a duration, frequency, and amplitude.
|
|
45711
45723
|
|
|
45712
45724
|
:type: typing.Union[str, int]
|
|
45713
45725
|
'''
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/__init__.pyi
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
import typing
|
|
3
|
-
from . import intellisense
|
|
4
|
-
from . import complete_namespace
|
|
5
3
|
from . import complete_calltip
|
|
6
4
|
from . import complete_import
|
|
5
|
+
from . import complete_namespace
|
|
6
|
+
from . import intellisense
|
|
7
7
|
|
|
8
8
|
GenericType = typing.TypeVar("GenericType")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_console_utils/autocomplete/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
import typing
|
|
3
|
+
from . import utils
|
|
3
4
|
from . import utils_languages_menu
|
|
5
|
+
from . import utils_rtl
|
|
6
|
+
from . import bl_extract_messages
|
|
4
7
|
from . import settings
|
|
5
8
|
from . import utils_cli
|
|
6
|
-
from . import utils
|
|
7
|
-
from . import utils_rtl
|
|
8
9
|
from . import merge_po
|
|
9
|
-
from . import bl_extract_messages
|
|
10
10
|
|
|
11
11
|
GenericType = typing.TypeVar("GenericType")
|
{fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/bl_extract_messages/__init__.pyi
RENAMED
|
File without changes
|
{fake-bpy-module-20231215 → fake-bpy-module-20231217}/bl_i18n_utils/bl_extract_messages/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|