fake-bpy-module 20240815__tar.gz → 20240819__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/PKG-INFO +1 -1
- {fake_bpy_module-20240815/_bpy_internal/extensions → fake_bpy_module-20240819/_bpy_internal}/__init__.pyi +3 -3
- {fake_bpy_module-20240815/bl_rna_utils → fake_bpy_module-20240819/_bpy_internal/addons}/__init__.pyi +1 -1
- fake_bpy_module-20240819/_bpy_internal/extensions/__init__.pyi +9 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/__init__.pyi +1 -1
- fake_bpy_module-20240819/bl_console_utils/__init__.pyi +7 -0
- fake_bpy_module-20240819/bl_console_utils/autocomplete/__init__.pyi +10 -0
- fake_bpy_module-20240819/bl_i18n_utils/__init__.pyi +13 -0
- fake_bpy_module-20240819/bl_keymap_utils/__init__.pyi +11 -0
- fake_bpy_module-20240819/bl_operators/__init__.pyi +43 -0
- fake_bpy_module-20240819/bl_operators/bmesh/__init__.pyi +7 -0
- fake_bpy_module-20240819/bl_operators/node_editor/__init__.pyi +7 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/presets/__init__.pyi +12 -26
- fake_bpy_module-20240819/bl_previews_utils/__init__.pyi +7 -0
- {fake_bpy_module-20240815/_bpy_internal/addons → fake_bpy_module-20240819/bl_rna_utils}/__init__.pyi +1 -1
- fake_bpy_module-20240819/bl_text_utils/__init__.pyi +7 -0
- fake_bpy_module-20240819/bl_ui/__init__.pyi +199 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_view3d/__init__.pyi +2 -2
- {fake_bpy_module-20240815/_bpy_internal → fake_bpy_module-20240819/bl_ui_utils}/__init__.pyi +2 -3
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/__init__.pyi +4 -4
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/__init__.pyi +7 -7
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/__init__.pyi +4 -4
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/__init__.pyi +76 -76
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/image/__init__.pyi +4 -4
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/node/__init__.pyi +14 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/types/__init__.pyi +207 -20
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/__init__.pyi +12 -2
- fake_bpy_module-20240819/bpy_extras/__init__.pyi +38 -0
- fake_bpy_module-20240819/bpy_extras/wm_utils/__init__.pyi +7 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/SOURCES.txt +2 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/top_level.txt +1 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/__init__.pyi +6 -6
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/utils/__init__.pyi +2 -2
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/__init__.pyi +8 -8
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/__init__.pyi +2 -2
- fake_bpy_module-20240819/grease_pencil_python/__init__.pyi +75 -0
- {fake_bpy_module-20240815/bl_console_utils → fake_bpy_module-20240819/idprop}/__init__.pyi +1 -1
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/imbuf/__init__.pyi +1 -1
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/__init__.pyi +5 -5
- fake_bpy_module-20240819/sys_info/py.typed +0 -0
- fake_bpy_module-20240815/bl_console_utils/autocomplete/__init__.pyi +0 -10
- fake_bpy_module-20240815/bl_i18n_utils/__init__.pyi +0 -13
- fake_bpy_module-20240815/bl_keymap_utils/__init__.pyi +0 -11
- fake_bpy_module-20240815/bl_operators/__init__.pyi +0 -43
- fake_bpy_module-20240815/bl_operators/bmesh/__init__.pyi +0 -7
- fake_bpy_module-20240815/bl_operators/node_editor/__init__.pyi +0 -7
- fake_bpy_module-20240815/bl_previews_utils/__init__.pyi +0 -7
- fake_bpy_module-20240815/bl_text_utils/__init__.pyi +0 -7
- fake_bpy_module-20240815/bl_ui/__init__.pyi +0 -197
- fake_bpy_module-20240815/bl_ui_utils/__init__.pyi +0 -8
- fake_bpy_module-20240815/bpy_extras/__init__.pyi +0 -38
- fake_bpy_module-20240815/bpy_extras/wm_utils/__init__.pyi +0 -7
- fake_bpy_module-20240815/idprop/__init__.pyi +0 -7
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/README.md +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/aud/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bgl/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blf/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_python/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240815/idprop → fake_bpy_module-20240819/grease_pencil_python}/py.typed +0 -0
- {fake_bpy_module-20240815/imbuf → fake_bpy_module-20240819/idprop}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240815/keyingsets_builtins → fake_bpy_module-20240819/imbuf}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240815/keyingsets_utils → fake_bpy_module-20240819/keyingsets_builtins}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815/mathutils → fake_bpy_module-20240819/keyingsets_utils}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240815/nodeitems_builtins → fake_bpy_module-20240819/mathutils}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240815/nodeitems_utils → fake_bpy_module-20240819/nodeitems_builtins}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240815/rna_info → fake_bpy_module-20240819/nodeitems_utils}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/pyproject.toml +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240815/rna_keymap_ui → fake_bpy_module-20240819/rna_info}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240815/rna_prop_ui → fake_bpy_module-20240819/rna_keymap_ui}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240815/rna_xml → fake_bpy_module-20240819/rna_prop_ui}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240815/sys_info → fake_bpy_module-20240819/rna_xml}/py.typed +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/setup.cfg +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/setup.py +0 -0
- {fake_bpy_module-20240815 → fake_bpy_module-20240819}/sys_info/__init__.pyi +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
from . import
|
|
5
|
-
from . import
|
|
6
|
-
from . import
|
|
4
|
+
from . import addons as addons
|
|
5
|
+
from . import extensions as extensions
|
|
6
|
+
from . import freedesktop as freedesktop
|
|
7
7
|
|
|
8
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
from . import junction_module as junction_module
|
|
5
|
+
from . import stale_file_manager as stale_file_manager
|
|
6
|
+
from . import wheel_manager as wheel_manager
|
|
7
|
+
|
|
8
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
from . import complete_calltip as complete_calltip
|
|
5
|
+
from . import complete_import as complete_import
|
|
6
|
+
from . import complete_namespace as complete_namespace
|
|
7
|
+
from . import intellisense as intellisense
|
|
8
|
+
|
|
9
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
from . import bl_extract_messages as bl_extract_messages
|
|
5
|
+
from . import merge_po as merge_po
|
|
6
|
+
from . import settings as settings
|
|
7
|
+
from . import utils as utils
|
|
8
|
+
from . import utils_cli as utils_cli
|
|
9
|
+
from . import utils_languages_menu as utils_languages_menu
|
|
10
|
+
from . import utils_rtl as utils_rtl
|
|
11
|
+
|
|
12
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
13
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
from . import io as io
|
|
5
|
+
from . import keymap_from_toolbar as keymap_from_toolbar
|
|
6
|
+
from . import keymap_hierarchy as keymap_hierarchy
|
|
7
|
+
from . import platform_helpers as platform_helpers
|
|
8
|
+
from . import versioning as versioning
|
|
9
|
+
|
|
10
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
11
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
from . import add_mesh_torus as add_mesh_torus
|
|
5
|
+
from . import anim as anim
|
|
6
|
+
from . import assets as assets
|
|
7
|
+
from . import bmesh as bmesh
|
|
8
|
+
from . import bone_selection_sets as bone_selection_sets
|
|
9
|
+
from . import clip as clip
|
|
10
|
+
from . import connect_to_output as connect_to_output
|
|
11
|
+
from . import console as console
|
|
12
|
+
from . import constraint as constraint
|
|
13
|
+
from . import file as file
|
|
14
|
+
from . import freestyle as freestyle
|
|
15
|
+
from . import geometry_nodes as geometry_nodes
|
|
16
|
+
from . import image as image
|
|
17
|
+
from . import image_as_planes as image_as_planes
|
|
18
|
+
from . import mesh as mesh
|
|
19
|
+
from . import node as node
|
|
20
|
+
from . import node_editor as node_editor
|
|
21
|
+
from . import object as object
|
|
22
|
+
from . import object_align as object_align
|
|
23
|
+
from . import object_quick_effects as object_quick_effects
|
|
24
|
+
from . import object_randomize_transform as object_randomize_transform
|
|
25
|
+
from . import presets as presets
|
|
26
|
+
from . import rigidbody as rigidbody
|
|
27
|
+
from . import screen_play_rendered_anim as screen_play_rendered_anim
|
|
28
|
+
from . import sequencer as sequencer
|
|
29
|
+
from . import spreadsheet as spreadsheet
|
|
30
|
+
from . import userpref as userpref
|
|
31
|
+
from . import uvcalc_follow_active as uvcalc_follow_active
|
|
32
|
+
from . import uvcalc_lightmap as uvcalc_lightmap
|
|
33
|
+
from . import uvcalc_transform as uvcalc_transform
|
|
34
|
+
from . import vertexpaint_dirt as vertexpaint_dirt
|
|
35
|
+
from . import view3d as view3d
|
|
36
|
+
from . import wm as wm
|
|
37
|
+
from . import world as world
|
|
38
|
+
|
|
39
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
40
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
41
|
+
|
|
42
|
+
def register(): ...
|
|
43
|
+
def unregister(): ...
|
|
@@ -328,6 +328,14 @@ class AddPresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
|
|
|
328
328
|
"""
|
|
329
329
|
...
|
|
330
330
|
|
|
331
|
+
def post_cb(self, context, filepath):
|
|
332
|
+
"""
|
|
333
|
+
|
|
334
|
+
:param context:
|
|
335
|
+
:param filepath:
|
|
336
|
+
"""
|
|
337
|
+
...
|
|
338
|
+
|
|
331
339
|
class AddPresetKeyconfig(AddPresetBase, bpy.types.Operator):
|
|
332
340
|
"""Add a custom keymap configuration to the preset list"""
|
|
333
341
|
|
|
@@ -640,18 +648,11 @@ class RemovePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
|
|
|
640
648
|
"""
|
|
641
649
|
...
|
|
642
650
|
|
|
643
|
-
|
|
644
|
-
def poll(cls, context):
|
|
645
|
-
"""
|
|
646
|
-
|
|
647
|
-
:param context:
|
|
648
|
-
"""
|
|
649
|
-
...
|
|
650
|
-
|
|
651
|
-
def post_cb(self, context):
|
|
651
|
+
def post_cb(self, context, _filepath):
|
|
652
652
|
"""
|
|
653
653
|
|
|
654
654
|
:param context:
|
|
655
|
+
:param _filepath:
|
|
655
656
|
"""
|
|
656
657
|
...
|
|
657
658
|
|
|
@@ -690,18 +691,11 @@ class RemovePresetKeyconfig(AddPresetBase, bpy.types.Operator):
|
|
|
690
691
|
"""
|
|
691
692
|
...
|
|
692
693
|
|
|
693
|
-
|
|
694
|
-
def poll(cls, context):
|
|
695
|
-
"""
|
|
696
|
-
|
|
697
|
-
:param context:
|
|
698
|
-
"""
|
|
699
|
-
...
|
|
700
|
-
|
|
701
|
-
def post_cb(self, context):
|
|
694
|
+
def post_cb(self, context, _filepath):
|
|
702
695
|
"""
|
|
703
696
|
|
|
704
697
|
:param context:
|
|
698
|
+
:param _filepath:
|
|
705
699
|
"""
|
|
706
700
|
...
|
|
707
701
|
|
|
@@ -754,14 +748,6 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
|
|
|
754
748
|
"""
|
|
755
749
|
...
|
|
756
750
|
|
|
757
|
-
@classmethod
|
|
758
|
-
def poll(cls, context):
|
|
759
|
-
"""
|
|
760
|
-
|
|
761
|
-
:param context:
|
|
762
|
-
"""
|
|
763
|
-
...
|
|
764
|
-
|
|
765
751
|
class WM_MT_operator_presets(bpy.types.Menu):
|
|
766
752
|
bl_label: typing.Any
|
|
767
753
|
bl_rna: typing.Any
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import bpy.types
|
|
5
|
+
|
|
6
|
+
from . import anim as anim
|
|
7
|
+
from . import asset_shelf as asset_shelf
|
|
8
|
+
from . import generic_ui_list as generic_ui_list
|
|
9
|
+
from . import node_add_menu as node_add_menu
|
|
10
|
+
from . import node_add_menu_compositor as node_add_menu_compositor
|
|
11
|
+
from . import node_add_menu_geometry as node_add_menu_geometry
|
|
12
|
+
from . import node_add_menu_shader as node_add_menu_shader
|
|
13
|
+
from . import node_add_menu_texture as node_add_menu_texture
|
|
14
|
+
from . import properties_animviz as properties_animviz
|
|
15
|
+
from . import properties_collection as properties_collection
|
|
16
|
+
from . import properties_constraint as properties_constraint
|
|
17
|
+
from . import properties_data_armature as properties_data_armature
|
|
18
|
+
from . import properties_data_bone as properties_data_bone
|
|
19
|
+
from . import properties_data_camera as properties_data_camera
|
|
20
|
+
from . import properties_data_curve as properties_data_curve
|
|
21
|
+
from . import properties_data_curves as properties_data_curves
|
|
22
|
+
from . import properties_data_empty as properties_data_empty
|
|
23
|
+
from . import properties_data_gpencil as properties_data_gpencil
|
|
24
|
+
from . import properties_data_grease_pencil as properties_data_grease_pencil
|
|
25
|
+
from . import properties_data_lattice as properties_data_lattice
|
|
26
|
+
from . import properties_data_light as properties_data_light
|
|
27
|
+
from . import properties_data_lightprobe as properties_data_lightprobe
|
|
28
|
+
from . import properties_data_mesh as properties_data_mesh
|
|
29
|
+
from . import properties_data_metaball as properties_data_metaball
|
|
30
|
+
from . import properties_data_modifier as properties_data_modifier
|
|
31
|
+
from . import properties_data_pointcloud as properties_data_pointcloud
|
|
32
|
+
from . import properties_data_shaderfx as properties_data_shaderfx
|
|
33
|
+
from . import properties_data_speaker as properties_data_speaker
|
|
34
|
+
from . import properties_data_volume as properties_data_volume
|
|
35
|
+
from . import properties_freestyle as properties_freestyle
|
|
36
|
+
from . import properties_grease_pencil_common as properties_grease_pencil_common
|
|
37
|
+
from . import properties_mask_common as properties_mask_common
|
|
38
|
+
from . import properties_material as properties_material
|
|
39
|
+
from . import properties_material_gpencil as properties_material_gpencil
|
|
40
|
+
from . import properties_object as properties_object
|
|
41
|
+
from . import properties_output as properties_output
|
|
42
|
+
from . import properties_paint_common as properties_paint_common
|
|
43
|
+
from . import properties_particle as properties_particle
|
|
44
|
+
from . import properties_physics_cloth as properties_physics_cloth
|
|
45
|
+
from . import properties_physics_common as properties_physics_common
|
|
46
|
+
from . import properties_physics_dynamicpaint as properties_physics_dynamicpaint
|
|
47
|
+
from . import properties_physics_field as properties_physics_field
|
|
48
|
+
from . import properties_physics_fluid as properties_physics_fluid
|
|
49
|
+
from . import properties_physics_geometry_nodes as properties_physics_geometry_nodes
|
|
50
|
+
from . import properties_physics_rigidbody as properties_physics_rigidbody
|
|
51
|
+
from . import (
|
|
52
|
+
properties_physics_rigidbody_constraint as properties_physics_rigidbody_constraint,
|
|
53
|
+
)
|
|
54
|
+
from . import properties_physics_softbody as properties_physics_softbody
|
|
55
|
+
from . import properties_render as properties_render
|
|
56
|
+
from . import properties_scene as properties_scene
|
|
57
|
+
from . import properties_texture as properties_texture
|
|
58
|
+
from . import properties_view_layer as properties_view_layer
|
|
59
|
+
from . import properties_workspace as properties_workspace
|
|
60
|
+
from . import properties_world as properties_world
|
|
61
|
+
from . import space_clip as space_clip
|
|
62
|
+
from . import space_console as space_console
|
|
63
|
+
from . import space_dopesheet as space_dopesheet
|
|
64
|
+
from . import space_filebrowser as space_filebrowser
|
|
65
|
+
from . import space_graph as space_graph
|
|
66
|
+
from . import space_image as space_image
|
|
67
|
+
from . import space_info as space_info
|
|
68
|
+
from . import space_nla as space_nla
|
|
69
|
+
from . import space_node as space_node
|
|
70
|
+
from . import space_outliner as space_outliner
|
|
71
|
+
from . import space_properties as space_properties
|
|
72
|
+
from . import space_sequencer as space_sequencer
|
|
73
|
+
from . import space_spreadsheet as space_spreadsheet
|
|
74
|
+
from . import space_statusbar as space_statusbar
|
|
75
|
+
from . import space_text as space_text
|
|
76
|
+
from . import space_time as space_time
|
|
77
|
+
from . import space_toolsystem_common as space_toolsystem_common
|
|
78
|
+
from . import space_toolsystem_toolbar as space_toolsystem_toolbar
|
|
79
|
+
from . import space_topbar as space_topbar
|
|
80
|
+
from . import space_userpref as space_userpref
|
|
81
|
+
from . import space_view3d as space_view3d
|
|
82
|
+
from . import space_view3d_toolbar as space_view3d_toolbar
|
|
83
|
+
from . import temp_anim_layers as temp_anim_layers
|
|
84
|
+
from . import utils as utils
|
|
85
|
+
|
|
86
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
87
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
88
|
+
|
|
89
|
+
class UI_MT_button_context_menu(bpy.types.Menu):
|
|
90
|
+
"""UI button context menu definition. Scripts can append/prepend this to
|
|
91
|
+
add own operators to the context menu. They must check context though, so
|
|
92
|
+
their items only draw in a valid context and for the correct buttons.
|
|
93
|
+
"""
|
|
94
|
+
|
|
95
|
+
bl_idname: typing.Any
|
|
96
|
+
bl_label: typing.Any
|
|
97
|
+
bl_rna: typing.Any
|
|
98
|
+
id_data: typing.Any
|
|
99
|
+
|
|
100
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
:return: The RNA type or default when not found.
|
|
104
|
+
:rtype: bpy.types.Struct
|
|
105
|
+
"""
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
109
|
+
"""
|
|
110
|
+
|
|
111
|
+
:return: The class or default when not found.
|
|
112
|
+
:rtype: typing.Any
|
|
113
|
+
"""
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def draw(self, context):
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
:param context:
|
|
120
|
+
"""
|
|
121
|
+
...
|
|
122
|
+
|
|
123
|
+
class UI_MT_list_item_context_menu(bpy.types.Menu):
|
|
124
|
+
"""UI List item context menu definition. Scripts can append/prepend this to
|
|
125
|
+
add own operators to the context menu. They must check context though, so
|
|
126
|
+
their items only draw in a valid context and for the correct UI list.
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
bl_idname: typing.Any
|
|
130
|
+
bl_label: typing.Any
|
|
131
|
+
bl_rna: typing.Any
|
|
132
|
+
id_data: typing.Any
|
|
133
|
+
|
|
134
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
135
|
+
"""
|
|
136
|
+
|
|
137
|
+
:return: The RNA type or default when not found.
|
|
138
|
+
:rtype: bpy.types.Struct
|
|
139
|
+
"""
|
|
140
|
+
...
|
|
141
|
+
|
|
142
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
:return: The class or default when not found.
|
|
146
|
+
:rtype: typing.Any
|
|
147
|
+
"""
|
|
148
|
+
...
|
|
149
|
+
|
|
150
|
+
def draw(self, context):
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
:param context:
|
|
154
|
+
"""
|
|
155
|
+
...
|
|
156
|
+
|
|
157
|
+
class UI_UL_list(bpy.types.UIList):
|
|
158
|
+
bl_rna: typing.Any
|
|
159
|
+
id_data: typing.Any
|
|
160
|
+
|
|
161
|
+
def bl_rna_get_subclass(self): ...
|
|
162
|
+
def bl_rna_get_subclass_py(self): ...
|
|
163
|
+
@staticmethod
|
|
164
|
+
def filter_items_by_name(
|
|
165
|
+
pattern, bitflag, items, propname="name", flags=None, reverse=False
|
|
166
|
+
):
|
|
167
|
+
"""
|
|
168
|
+
|
|
169
|
+
:param pattern:
|
|
170
|
+
:param bitflag:
|
|
171
|
+
:param items:
|
|
172
|
+
:param propname:
|
|
173
|
+
:param flags:
|
|
174
|
+
:param reverse:
|
|
175
|
+
"""
|
|
176
|
+
...
|
|
177
|
+
|
|
178
|
+
@classmethod
|
|
179
|
+
def sort_items_by_name(cls, items, propname="name"):
|
|
180
|
+
"""
|
|
181
|
+
|
|
182
|
+
:param items:
|
|
183
|
+
:param propname:
|
|
184
|
+
"""
|
|
185
|
+
...
|
|
186
|
+
|
|
187
|
+
@staticmethod
|
|
188
|
+
def sort_items_helper(sort_data, key, reverse=False):
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
:param sort_data:
|
|
192
|
+
:param key:
|
|
193
|
+
:param reverse:
|
|
194
|
+
"""
|
|
195
|
+
...
|
|
196
|
+
|
|
197
|
+
def register(): ...
|
|
198
|
+
def translation_update(_): ...
|
|
199
|
+
def unregister(): ...
|
{fake_bpy_module-20240815/_bpy_internal → fake_bpy_module-20240819/bl_ui_utils}/__init__.pyi
RENAMED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
from . import
|
|
5
|
-
from . import
|
|
6
|
-
from . import freedesktop
|
|
4
|
+
from . import bug_report_url as bug_report_url
|
|
5
|
+
from . import layout as layout
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -17,10 +17,10 @@ import typing_extensions
|
|
|
17
17
|
import bmesh.types
|
|
18
18
|
import bpy.types
|
|
19
19
|
|
|
20
|
-
from . import geometry
|
|
21
|
-
from . import ops
|
|
22
|
-
from . import types
|
|
23
|
-
from . import utils
|
|
20
|
+
from . import geometry as geometry
|
|
21
|
+
from . import ops as ops
|
|
22
|
+
from . import types as types
|
|
23
|
+
from . import utils as utils
|
|
24
24
|
|
|
25
25
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
26
26
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -10,13 +10,13 @@ import collections.abc
|
|
|
10
10
|
import typing_extensions
|
|
11
11
|
import bpy.types
|
|
12
12
|
|
|
13
|
-
from . import app
|
|
14
|
-
from . import msgbus
|
|
15
|
-
from . import ops
|
|
16
|
-
from . import path
|
|
17
|
-
from . import props
|
|
18
|
-
from . import types
|
|
19
|
-
from . import utils
|
|
13
|
+
from . import app as app
|
|
14
|
+
from . import msgbus as msgbus
|
|
15
|
+
from . import ops as ops
|
|
16
|
+
from . import path as path
|
|
17
|
+
from . import props as props
|
|
18
|
+
from . import types as types
|
|
19
|
+
from . import utils as utils
|
|
20
20
|
|
|
21
21
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
22
22
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -14,10 +14,10 @@ bpy.app.timers.rst
|
|
|
14
14
|
import typing
|
|
15
15
|
import collections.abc
|
|
16
16
|
import typing_extensions
|
|
17
|
-
from . import handlers
|
|
18
|
-
from . import icons
|
|
19
|
-
from . import timers
|
|
20
|
-
from . import translations
|
|
17
|
+
from . import handlers as handlers
|
|
18
|
+
from . import icons as icons
|
|
19
|
+
from . import timers as timers
|
|
20
|
+
from . import translations as translations
|
|
21
21
|
|
|
22
22
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
23
23
|
GenericType2 = typing.TypeVar("GenericType2")
|