fake-bpy-module 20241009__tar.gz → 20241011__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-20241009 → fake_bpy_module-20241011}/PKG-INFO +3 -4
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/README.md +1 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/__init__.pyi +0 -1
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/ops/__init__.pyi +12 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/types/__init__.pyi +109 -111
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/utils/__init__.pyi +4 -1
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/app/__init__.pyi +4 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/mesh/__init__.pyi +12 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/ui/__init__.pyi +0 -16
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/wm/__init__.pyi +43 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/props/__init__.pyi +59 -58
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/types/__init__.pyi +256 -230
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/typing/__init__.pyi +10 -10
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/fake_bpy_module.egg-info/PKG-INFO +3 -4
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/fake_bpy_module.egg-info/SOURCES.txt +0 -1
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/functions/__init__.pyi +17 -5
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/types/__init__.pyi +7 -3
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/shader/__init__.pyi +5 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/types/__init__.pyi +4 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/geometry/__init__.pyi +4 -2
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/pyproject.toml +1 -1
- fake_bpy_module-20241009/bl_ui/properties_data_gpencil/__init__.pyi +0 -357
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/aud/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bgl/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_math/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/blf/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bmesh/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/console_python/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/console_shell/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/freestyle/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/idprop/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/imbuf/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/mathutils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_info/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/setup.cfg +0 -0
- {fake_bpy_module-20241009 → fake_bpy_module-20241011}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fake-bpy-module
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20241011
|
|
4
4
|
Summary: Collection of the fake Blender Python API module for the code completion.
|
|
5
5
|
Author: nutti
|
|
6
6
|
Author-email: nutti.metro@gmail.com
|
|
@@ -21,7 +21,7 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
|
|
|
21
21
|
Classifier: Programming Language :: Python
|
|
22
22
|
Classifier: Programming Language :: Python :: 3
|
|
23
23
|
Classifier: License :: OSI Approved :: MIT License
|
|
24
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.12
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# Fake Blender Python API module collection: fake-bpy-module
|
|
@@ -43,8 +43,7 @@ Note: The similar project for Blender Game Engine (BGE) is available on
|
|
|
43
43
|
|
|
44
44
|
## Requirements
|
|
45
45
|
|
|
46
|
-
fake-bpy-module
|
|
47
|
-
Python 3.8. Check your Python version is >= 3.8.
|
|
46
|
+
fake-bpy-module requires Python 3.12.
|
|
48
47
|
|
|
49
48
|
## Install
|
|
50
49
|
|
|
@@ -17,8 +17,7 @@ Note: The similar project for Blender Game Engine (BGE) is available on
|
|
|
17
17
|
|
|
18
18
|
## Requirements
|
|
19
19
|
|
|
20
|
-
fake-bpy-module
|
|
21
|
-
Python 3.8. Check your Python version is >= 3.8.
|
|
20
|
+
fake-bpy-module requires Python 3.12.
|
|
22
21
|
|
|
23
22
|
## Install
|
|
24
23
|
|
|
@@ -20,7 +20,6 @@ from . import properties_data_camera as properties_data_camera
|
|
|
20
20
|
from . import properties_data_curve as properties_data_curve
|
|
21
21
|
from . import properties_data_curves as properties_data_curves
|
|
22
22
|
from . import properties_data_empty as properties_data_empty
|
|
23
|
-
from . import properties_data_gpencil as properties_data_gpencil
|
|
24
23
|
from . import properties_data_grease_pencil as properties_data_grease_pencil
|
|
25
24
|
from . import properties_data_lattice as properties_data_lattice
|
|
26
25
|
from . import properties_data_light as properties_data_light
|
|
@@ -1159,6 +1159,10 @@ def join_triangles(
|
|
|
1159
1159
|
cmp_materials: bool = False,
|
|
1160
1160
|
angle_face_threshold: float = 0,
|
|
1161
1161
|
angle_shape_threshold: float = 0,
|
|
1162
|
+
topology_influence: float = 0,
|
|
1163
|
+
deselect_joined: bool = False,
|
|
1164
|
+
merge_limit: int = 0,
|
|
1165
|
+
neighbor_debug: int = 0,
|
|
1162
1166
|
) -> dict[str, typing.Any]:
|
|
1163
1167
|
"""Join Triangles.Tries to intelligently join triangles according
|
|
1164
1168
|
to angle threshold and delimiters.
|
|
@@ -1181,6 +1185,14 @@ def join_triangles(
|
|
|
1181
1185
|
:type angle_face_threshold: float
|
|
1182
1186
|
:param angle_shape_threshold: Undocumented.
|
|
1183
1187
|
:type angle_shape_threshold: float
|
|
1188
|
+
:param topology_influence: Undocumented.
|
|
1189
|
+
:type topology_influence: float
|
|
1190
|
+
:param deselect_joined: Undocumented.
|
|
1191
|
+
:type deselect_joined: bool
|
|
1192
|
+
:param merge_limit: Undocumented.
|
|
1193
|
+
:type merge_limit: int
|
|
1194
|
+
:param neighbor_debug: Undocumented.
|
|
1195
|
+
:type neighbor_debug: int
|
|
1184
1196
|
:return: faces: joined faces
|
|
1185
1197
|
|
|
1186
1198
|
type list of (`bmesh.types.BMFace`)
|
|
@@ -62,7 +62,7 @@ class BMDeformVert:
|
|
|
62
62
|
:rtype: list[float]
|
|
63
63
|
"""
|
|
64
64
|
|
|
65
|
-
class BMEdge:
|
|
65
|
+
class BMEdge[_GenericType1]:
|
|
66
66
|
"""The BMesh edge connecting 2 verts"""
|
|
67
67
|
|
|
68
68
|
hide: bool
|
|
@@ -227,29 +227,29 @@ class BMEdge:
|
|
|
227
227
|
:type select: bool
|
|
228
228
|
"""
|
|
229
229
|
|
|
230
|
-
def __getitem__(self, key: BMLayerItem) ->
|
|
230
|
+
def __getitem__(self, key: BMLayerItem[_GenericType1]) -> _GenericType1:
|
|
231
231
|
"""
|
|
232
232
|
|
|
233
233
|
:param key:
|
|
234
|
-
:type key: BMLayerItem
|
|
234
|
+
:type key: BMLayerItem[_GenericType1]
|
|
235
235
|
:return:
|
|
236
|
-
:rtype:
|
|
236
|
+
:rtype: _GenericType1
|
|
237
237
|
"""
|
|
238
238
|
|
|
239
|
-
def __setitem__(self, key: BMLayerItem, value:
|
|
239
|
+
def __setitem__(self, key: BMLayerItem[_GenericType1], value: _GenericType1):
|
|
240
240
|
"""
|
|
241
241
|
|
|
242
242
|
:param key:
|
|
243
|
-
:type key: BMLayerItem
|
|
243
|
+
:type key: BMLayerItem[_GenericType1]
|
|
244
244
|
:param value:
|
|
245
|
-
:type value:
|
|
245
|
+
:type value: _GenericType1
|
|
246
246
|
"""
|
|
247
247
|
|
|
248
|
-
def __delitem__(self, key: BMLayerItem):
|
|
248
|
+
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
249
249
|
"""
|
|
250
250
|
|
|
251
251
|
:param key:
|
|
252
|
-
:type key: BMLayerItem
|
|
252
|
+
:type key: BMLayerItem[_GenericType1]
|
|
253
253
|
"""
|
|
254
254
|
|
|
255
255
|
class BMEdgeSeq:
|
|
@@ -414,7 +414,7 @@ class BMElemSeq[_GenericType1]:
|
|
|
414
414
|
:rtype: int
|
|
415
415
|
"""
|
|
416
416
|
|
|
417
|
-
class BMFace:
|
|
417
|
+
class BMFace[_GenericType1]:
|
|
418
418
|
"""The BMesh face with 3 or more sides"""
|
|
419
419
|
|
|
420
420
|
edges: BMElemSeq[BMEdge]
|
|
@@ -598,29 +598,29 @@ class BMFace:
|
|
|
598
598
|
:type select: bool
|
|
599
599
|
"""
|
|
600
600
|
|
|
601
|
-
def __getitem__(self, key: BMLayerItem) ->
|
|
601
|
+
def __getitem__(self, key: BMLayerItem[_GenericType1]) -> _GenericType1:
|
|
602
602
|
"""
|
|
603
603
|
|
|
604
604
|
:param key:
|
|
605
|
-
:type key: BMLayerItem
|
|
605
|
+
:type key: BMLayerItem[_GenericType1]
|
|
606
606
|
:return:
|
|
607
|
-
:rtype:
|
|
607
|
+
:rtype: _GenericType1
|
|
608
608
|
"""
|
|
609
609
|
|
|
610
|
-
def __setitem__(self, key: BMLayerItem, value:
|
|
610
|
+
def __setitem__(self, key: BMLayerItem[_GenericType1], value: _GenericType1):
|
|
611
611
|
"""
|
|
612
612
|
|
|
613
613
|
:param key:
|
|
614
|
-
:type key: BMLayerItem
|
|
614
|
+
:type key: BMLayerItem[_GenericType1]
|
|
615
615
|
:param value:
|
|
616
|
-
:type value:
|
|
616
|
+
:type value: _GenericType1
|
|
617
617
|
"""
|
|
618
618
|
|
|
619
|
-
def __delitem__(self, key: BMLayerItem):
|
|
619
|
+
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
620
620
|
"""
|
|
621
621
|
|
|
622
622
|
:param key:
|
|
623
|
-
:type key: BMLayerItem
|
|
623
|
+
:type key: BMLayerItem[_GenericType1]
|
|
624
624
|
"""
|
|
625
625
|
|
|
626
626
|
class BMFaceSeq:
|
|
@@ -735,28 +735,28 @@ class BMIter[_GenericType1]:
|
|
|
735
735
|
class BMLayerAccessEdge:
|
|
736
736
|
"""Exposes custom-data layer attributes."""
|
|
737
737
|
|
|
738
|
-
color: BMLayerCollection
|
|
738
|
+
color: BMLayerCollection[mathutils.Vector]
|
|
739
739
|
""" Generic RGBA color with 8-bit precision custom-data layer.
|
|
740
740
|
|
|
741
|
-
:type: BMLayerCollection
|
|
741
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
742
742
|
"""
|
|
743
743
|
|
|
744
|
-
float: BMLayerCollection
|
|
744
|
+
float: BMLayerCollection[float]
|
|
745
745
|
""" Generic float custom-data layer.
|
|
746
746
|
|
|
747
|
-
:type: BMLayerCollection
|
|
747
|
+
:type: BMLayerCollection[float]
|
|
748
748
|
"""
|
|
749
749
|
|
|
750
|
-
float_color: BMLayerCollection
|
|
750
|
+
float_color: BMLayerCollection[mathutils.Vector]
|
|
751
751
|
""" Generic RGBA color with float precision custom-data layer.
|
|
752
752
|
|
|
753
|
-
:type: BMLayerCollection
|
|
753
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
754
754
|
"""
|
|
755
755
|
|
|
756
|
-
float_vector: BMLayerCollection
|
|
756
|
+
float_vector: BMLayerCollection[mathutils.Vector]
|
|
757
757
|
""" Generic 3D vector with float precision custom-data layer.
|
|
758
758
|
|
|
759
|
-
:type: BMLayerCollection
|
|
759
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
760
760
|
"""
|
|
761
761
|
|
|
762
762
|
freestyle: BMLayerCollection
|
|
@@ -765,43 +765,43 @@ class BMLayerAccessEdge:
|
|
|
765
765
|
:type: BMLayerCollection
|
|
766
766
|
"""
|
|
767
767
|
|
|
768
|
-
int: BMLayerCollection
|
|
768
|
+
int: BMLayerCollection[int]
|
|
769
769
|
""" Generic int custom-data layer.
|
|
770
770
|
|
|
771
|
-
:type: BMLayerCollection
|
|
771
|
+
:type: BMLayerCollection[int]
|
|
772
772
|
"""
|
|
773
773
|
|
|
774
|
-
string: BMLayerCollection
|
|
774
|
+
string: BMLayerCollection[bytes]
|
|
775
775
|
""" Generic string custom-data layer (exposed as bytes, 255 max length).
|
|
776
776
|
|
|
777
|
-
:type: BMLayerCollection
|
|
777
|
+
:type: BMLayerCollection[bytes]
|
|
778
778
|
"""
|
|
779
779
|
|
|
780
780
|
class BMLayerAccessFace:
|
|
781
781
|
"""Exposes custom-data layer attributes."""
|
|
782
782
|
|
|
783
|
-
color: BMLayerCollection
|
|
783
|
+
color: BMLayerCollection[mathutils.Vector]
|
|
784
784
|
""" Generic RGBA color with 8-bit precision custom-data layer.
|
|
785
785
|
|
|
786
|
-
:type: BMLayerCollection
|
|
786
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
787
787
|
"""
|
|
788
788
|
|
|
789
|
-
float: BMLayerCollection
|
|
789
|
+
float: BMLayerCollection[float]
|
|
790
790
|
""" Generic float custom-data layer.
|
|
791
791
|
|
|
792
|
-
:type: BMLayerCollection
|
|
792
|
+
:type: BMLayerCollection[float]
|
|
793
793
|
"""
|
|
794
794
|
|
|
795
|
-
float_color: BMLayerCollection
|
|
795
|
+
float_color: BMLayerCollection[mathutils.Vector]
|
|
796
796
|
""" Generic RGBA color with float precision custom-data layer.
|
|
797
797
|
|
|
798
|
-
:type: BMLayerCollection
|
|
798
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
799
799
|
"""
|
|
800
800
|
|
|
801
|
-
float_vector: BMLayerCollection
|
|
801
|
+
float_vector: BMLayerCollection[mathutils.Vector]
|
|
802
802
|
""" Generic 3D vector with float precision custom-data layer.
|
|
803
803
|
|
|
804
|
-
:type: BMLayerCollection
|
|
804
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
805
805
|
"""
|
|
806
806
|
|
|
807
807
|
freestyle: BMLayerCollection
|
|
@@ -810,127 +810,124 @@ class BMLayerAccessFace:
|
|
|
810
810
|
:type: BMLayerCollection
|
|
811
811
|
"""
|
|
812
812
|
|
|
813
|
-
int: BMLayerCollection
|
|
813
|
+
int: BMLayerCollection[int]
|
|
814
814
|
""" Generic int custom-data layer.
|
|
815
815
|
|
|
816
|
-
:type: BMLayerCollection
|
|
816
|
+
:type: BMLayerCollection[int]
|
|
817
817
|
"""
|
|
818
818
|
|
|
819
|
-
string: BMLayerCollection
|
|
819
|
+
string: BMLayerCollection[bytes]
|
|
820
820
|
""" Generic string custom-data layer (exposed as bytes, 255 max length).
|
|
821
821
|
|
|
822
|
-
:type: BMLayerCollection
|
|
822
|
+
:type: BMLayerCollection[bytes]
|
|
823
823
|
"""
|
|
824
824
|
|
|
825
825
|
class BMLayerAccessLoop:
|
|
826
826
|
"""Exposes custom-data layer attributes."""
|
|
827
827
|
|
|
828
|
-
color: BMLayerCollection
|
|
828
|
+
color: BMLayerCollection[mathutils.Vector]
|
|
829
829
|
""" Generic RGBA color with 8-bit precision custom-data layer.
|
|
830
830
|
|
|
831
|
-
:type: BMLayerCollection
|
|
831
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
832
832
|
"""
|
|
833
833
|
|
|
834
|
-
float: BMLayerCollection
|
|
834
|
+
float: BMLayerCollection[float]
|
|
835
835
|
""" Generic float custom-data layer.
|
|
836
836
|
|
|
837
|
-
:type: BMLayerCollection
|
|
837
|
+
:type: BMLayerCollection[float]
|
|
838
838
|
"""
|
|
839
839
|
|
|
840
|
-
float_color: BMLayerCollection
|
|
840
|
+
float_color: BMLayerCollection[mathutils.Vector]
|
|
841
841
|
""" Generic RGBA color with float precision custom-data layer.
|
|
842
842
|
|
|
843
|
-
:type: BMLayerCollection
|
|
843
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
844
844
|
"""
|
|
845
845
|
|
|
846
|
-
float_vector: BMLayerCollection
|
|
846
|
+
float_vector: BMLayerCollection[mathutils.Vector]
|
|
847
847
|
""" Generic 3D vector with float precision custom-data layer.
|
|
848
848
|
|
|
849
|
-
:type: BMLayerCollection
|
|
849
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
850
850
|
"""
|
|
851
851
|
|
|
852
|
-
int: BMLayerCollection
|
|
852
|
+
int: BMLayerCollection[int]
|
|
853
853
|
""" Generic int custom-data layer.
|
|
854
854
|
|
|
855
|
-
:type: BMLayerCollection
|
|
855
|
+
:type: BMLayerCollection[int]
|
|
856
856
|
"""
|
|
857
857
|
|
|
858
|
-
string: BMLayerCollection
|
|
858
|
+
string: BMLayerCollection[bytes]
|
|
859
859
|
""" Generic string custom-data layer (exposed as bytes, 255 max length).
|
|
860
860
|
|
|
861
|
-
:type: BMLayerCollection
|
|
861
|
+
:type: BMLayerCollection[bytes]
|
|
862
862
|
"""
|
|
863
863
|
|
|
864
|
-
uv: BMLayerCollection
|
|
864
|
+
uv: BMLayerCollection[BMLoopUV]
|
|
865
865
|
""" Accessor for `BMLoopUV` UV (as a 2D Vector).
|
|
866
866
|
|
|
867
|
-
:type: BMLayerCollection
|
|
867
|
+
:type: BMLayerCollection[BMLoopUV]
|
|
868
868
|
"""
|
|
869
869
|
|
|
870
870
|
class BMLayerAccessVert:
|
|
871
871
|
"""Exposes custom-data layer attributes."""
|
|
872
872
|
|
|
873
|
-
color: BMLayerCollection
|
|
873
|
+
color: BMLayerCollection[mathutils.Vector]
|
|
874
874
|
""" Generic RGBA color with 8-bit precision custom-data layer.
|
|
875
875
|
|
|
876
|
-
:type: BMLayerCollection
|
|
876
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
877
877
|
"""
|
|
878
878
|
|
|
879
|
-
deform: BMLayerCollection
|
|
879
|
+
deform: BMLayerCollection[BMDeformVert]
|
|
880
880
|
""" Vertex deform weight `BMDeformVert` (TODO).
|
|
881
881
|
|
|
882
|
-
:type: BMLayerCollection
|
|
882
|
+
:type: BMLayerCollection[BMDeformVert]
|
|
883
883
|
"""
|
|
884
884
|
|
|
885
|
-
float: BMLayerCollection
|
|
885
|
+
float: BMLayerCollection[float]
|
|
886
886
|
""" Generic float custom-data layer.
|
|
887
887
|
|
|
888
|
-
:type: BMLayerCollection
|
|
888
|
+
:type: BMLayerCollection[float]
|
|
889
889
|
"""
|
|
890
890
|
|
|
891
|
-
float_color: BMLayerCollection
|
|
891
|
+
float_color: BMLayerCollection[mathutils.Vector]
|
|
892
892
|
""" Generic RGBA color with float precision custom-data layer.
|
|
893
893
|
|
|
894
|
-
:type: BMLayerCollection
|
|
894
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
895
895
|
"""
|
|
896
896
|
|
|
897
|
-
float_vector: BMLayerCollection
|
|
897
|
+
float_vector: BMLayerCollection[mathutils.Vector]
|
|
898
898
|
""" Generic 3D vector with float precision custom-data layer.
|
|
899
899
|
|
|
900
|
-
:type: BMLayerCollection
|
|
900
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
901
901
|
"""
|
|
902
902
|
|
|
903
|
-
int: BMLayerCollection
|
|
903
|
+
int: BMLayerCollection[int]
|
|
904
904
|
""" Generic int custom-data layer.
|
|
905
905
|
|
|
906
|
-
:type: BMLayerCollection
|
|
906
|
+
:type: BMLayerCollection[int]
|
|
907
907
|
"""
|
|
908
908
|
|
|
909
|
-
shape: BMLayerCollection
|
|
909
|
+
shape: BMLayerCollection[mathutils.Vector]
|
|
910
910
|
""" Vertex shapekey absolute location (as a 3D Vector).
|
|
911
911
|
|
|
912
|
-
:type: BMLayerCollection
|
|
912
|
+
:type: BMLayerCollection[mathutils.Vector]
|
|
913
913
|
"""
|
|
914
914
|
|
|
915
|
-
skin:
|
|
916
|
-
""" Accessor for skin layer.
|
|
917
|
-
|
|
918
|
-
:type: BMLayerCollection
|
|
919
|
-
"""
|
|
915
|
+
skin: typing.Any
|
|
916
|
+
""" Accessor for skin layer."""
|
|
920
917
|
|
|
921
|
-
string: BMLayerCollection
|
|
918
|
+
string: BMLayerCollection[bytes]
|
|
922
919
|
""" Generic string custom-data layer (exposed as bytes, 255 max length).
|
|
923
920
|
|
|
924
|
-
:type: BMLayerCollection
|
|
921
|
+
:type: BMLayerCollection[bytes]
|
|
925
922
|
"""
|
|
926
923
|
|
|
927
|
-
class BMLayerCollection[
|
|
924
|
+
class BMLayerCollection[_GenericType1]:
|
|
928
925
|
"""Gives access to a collection of custom-data layers of the same type and behaves like Python dictionaries, except for the ability to do list like index access."""
|
|
929
926
|
|
|
930
|
-
active: BMLayerItem
|
|
931
|
-
"""
|
|
927
|
+
active: BMLayerItem[_GenericType1]
|
|
928
|
+
"""
|
|
932
929
|
|
|
933
|
-
:type: BMLayerItem
|
|
930
|
+
:type: BMLayerItem[_GenericType1]
|
|
934
931
|
"""
|
|
935
932
|
|
|
936
933
|
is_singleton: bool
|
|
@@ -941,7 +938,7 @@ class BMLayerCollection[_GenericType2]:
|
|
|
941
938
|
|
|
942
939
|
def get[_GenericType2](
|
|
943
940
|
self, key: str, default: _GenericType2 = None
|
|
944
|
-
) -> BMLayerItem | _GenericType2:
|
|
941
|
+
) -> BMLayerItem[_GenericType1] | _GenericType2:
|
|
945
942
|
"""Returns the value of the layer matching the key or default
|
|
946
943
|
when not found (matches Python's dictionary function of the same name).
|
|
947
944
|
|
|
@@ -951,14 +948,15 @@ class BMLayerCollection[_GenericType2]:
|
|
|
951
948
|
key is not found.
|
|
952
949
|
:type default: _GenericType2
|
|
953
950
|
:return:
|
|
954
|
-
:rtype: BMLayerItem | _GenericType2
|
|
951
|
+
:rtype: BMLayerItem[_GenericType1] | _GenericType2
|
|
955
952
|
"""
|
|
956
953
|
|
|
957
|
-
def items(self):
|
|
954
|
+
def items(self) -> list[str, BMLayerItem[_GenericType1]]:
|
|
958
955
|
"""Return the identifiers of collection members
|
|
959
956
|
(matching Python's dict.items() functionality).
|
|
960
957
|
|
|
961
958
|
:return: (key, value) pairs for each member of this collection.
|
|
959
|
+
:rtype: list[str, BMLayerItem[_GenericType1]]
|
|
962
960
|
"""
|
|
963
961
|
|
|
964
962
|
def keys(self) -> list[str]:
|
|
@@ -969,38 +967,38 @@ class BMLayerCollection[_GenericType2]:
|
|
|
969
967
|
:rtype: list[str]
|
|
970
968
|
"""
|
|
971
969
|
|
|
972
|
-
def new(self, name: str | None = "") -> BMLayerItem:
|
|
970
|
+
def new(self, name: str | None = "") -> BMLayerItem[_GenericType1]:
|
|
973
971
|
"""Create a new layer
|
|
974
972
|
|
|
975
973
|
:param name: Optional name argument (will be made unique).
|
|
976
974
|
:type name: str | None
|
|
977
975
|
:return: The newly created layer.
|
|
978
|
-
:rtype: BMLayerItem
|
|
976
|
+
:rtype: BMLayerItem[_GenericType1]
|
|
979
977
|
"""
|
|
980
978
|
|
|
981
|
-
def remove(self, layer: BMLayerItem):
|
|
979
|
+
def remove(self, layer: BMLayerItem[_GenericType1]):
|
|
982
980
|
"""Remove a layer
|
|
983
981
|
|
|
984
982
|
:param layer: The layer to remove.
|
|
985
|
-
:type layer: BMLayerItem
|
|
983
|
+
:type layer: BMLayerItem[_GenericType1]
|
|
986
984
|
"""
|
|
987
985
|
|
|
988
|
-
def values(self) -> list:
|
|
986
|
+
def values(self) -> list[BMLayerItem[_GenericType1]]:
|
|
989
987
|
"""Return the values of collection
|
|
990
988
|
(matching Python's dict.values() functionality).
|
|
991
989
|
|
|
992
990
|
:return: the members of this collection.
|
|
993
|
-
:rtype: list
|
|
991
|
+
:rtype: list[BMLayerItem[_GenericType1]]
|
|
994
992
|
"""
|
|
995
993
|
|
|
996
|
-
def verify(self) -> BMLayerItem:
|
|
994
|
+
def verify(self) -> BMLayerItem[_GenericType1]:
|
|
997
995
|
"""Create a new layer or return an existing active layer
|
|
998
996
|
|
|
999
997
|
:return: The newly verified layer.
|
|
1000
|
-
:rtype: BMLayerItem
|
|
998
|
+
:rtype: BMLayerItem[_GenericType1]
|
|
1001
999
|
"""
|
|
1002
1000
|
|
|
1003
|
-
class BMLayerItem:
|
|
1001
|
+
class BMLayerItem[_GenericType1]:
|
|
1004
1002
|
"""Exposes a single custom data layer, their main purpose is for use as item accessors to custom-data when used with vert/edge/face/loop data."""
|
|
1005
1003
|
|
|
1006
1004
|
name: str
|
|
@@ -1016,7 +1014,7 @@ class BMLayerItem:
|
|
|
1016
1014
|
:type other: typing_extensions.Self
|
|
1017
1015
|
"""
|
|
1018
1016
|
|
|
1019
|
-
class BMLoop:
|
|
1017
|
+
class BMLoop[_GenericType1]:
|
|
1020
1018
|
"""This is normally accessed from `BMFace.loops` where each face loop represents a corner of the face."""
|
|
1021
1019
|
|
|
1022
1020
|
edge: BMEdge
|
|
@@ -1135,29 +1133,29 @@ class BMLoop:
|
|
|
1135
1133
|
:type multires: bool
|
|
1136
1134
|
"""
|
|
1137
1135
|
|
|
1138
|
-
def __getitem__(self, key: BMLayerItem) ->
|
|
1136
|
+
def __getitem__(self, key: BMLayerItem[_GenericType1]) -> _GenericType1:
|
|
1139
1137
|
"""
|
|
1140
1138
|
|
|
1141
1139
|
:param key:
|
|
1142
|
-
:type key: BMLayerItem
|
|
1140
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1143
1141
|
:return:
|
|
1144
|
-
:rtype:
|
|
1142
|
+
:rtype: _GenericType1
|
|
1145
1143
|
"""
|
|
1146
1144
|
|
|
1147
|
-
def __setitem__(self, key: BMLayerItem, value:
|
|
1145
|
+
def __setitem__(self, key: BMLayerItem[_GenericType1], value: _GenericType1):
|
|
1148
1146
|
"""
|
|
1149
1147
|
|
|
1150
1148
|
:param key:
|
|
1151
|
-
:type key: BMLayerItem
|
|
1149
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1152
1150
|
:param value:
|
|
1153
|
-
:type value:
|
|
1151
|
+
:type value: _GenericType1
|
|
1154
1152
|
"""
|
|
1155
1153
|
|
|
1156
|
-
def __delitem__(self, key: BMLayerItem):
|
|
1154
|
+
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
1157
1155
|
"""
|
|
1158
1156
|
|
|
1159
1157
|
:param key:
|
|
1160
|
-
:type key: BMLayerItem
|
|
1158
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1161
1159
|
"""
|
|
1162
1160
|
|
|
1163
1161
|
class BMLoopSeq:
|
|
@@ -1192,7 +1190,7 @@ class BMLoopUV:
|
|
|
1192
1190
|
:type: mathutils.Vector
|
|
1193
1191
|
"""
|
|
1194
1192
|
|
|
1195
|
-
class BMVert:
|
|
1193
|
+
class BMVert[_GenericType1]:
|
|
1196
1194
|
"""The BMesh vertex type"""
|
|
1197
1195
|
|
|
1198
1196
|
co: mathutils.Vector
|
|
@@ -1337,29 +1335,29 @@ class BMVert:
|
|
|
1337
1335
|
:type select: bool
|
|
1338
1336
|
"""
|
|
1339
1337
|
|
|
1340
|
-
def __getitem__(self, key: BMLayerItem) ->
|
|
1338
|
+
def __getitem__(self, key: BMLayerItem[_GenericType1]) -> _GenericType1:
|
|
1341
1339
|
"""
|
|
1342
1340
|
|
|
1343
1341
|
:param key:
|
|
1344
|
-
:type key: BMLayerItem
|
|
1342
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1345
1343
|
:return:
|
|
1346
|
-
:rtype:
|
|
1344
|
+
:rtype: _GenericType1
|
|
1347
1345
|
"""
|
|
1348
1346
|
|
|
1349
|
-
def __setitem__(self, key: BMLayerItem, value:
|
|
1347
|
+
def __setitem__(self, key: BMLayerItem[_GenericType1], value: _GenericType1):
|
|
1350
1348
|
"""
|
|
1351
1349
|
|
|
1352
1350
|
:param key:
|
|
1353
|
-
:type key: BMLayerItem
|
|
1351
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1354
1352
|
:param value:
|
|
1355
|
-
:type value:
|
|
1353
|
+
:type value: _GenericType1
|
|
1356
1354
|
"""
|
|
1357
1355
|
|
|
1358
|
-
def __delitem__(self, key: BMLayerItem):
|
|
1356
|
+
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
1359
1357
|
"""
|
|
1360
1358
|
|
|
1361
1359
|
:param key:
|
|
1362
|
-
:type key: BMLayerItem
|
|
1360
|
+
:type key: BMLayerItem[_GenericType1]
|
|
1363
1361
|
"""
|
|
1364
1362
|
|
|
1365
1363
|
class BMVertSeq:
|
|
@@ -73,7 +73,9 @@ def face_split(
|
|
|
73
73
|
:rtype: tuple[bmesh.types.BMFace, bmesh.types.BMLoop]
|
|
74
74
|
"""
|
|
75
75
|
|
|
76
|
-
def face_split_edgenet(
|
|
76
|
+
def face_split_edgenet(
|
|
77
|
+
face: bmesh.types.BMFace, edgenet: bmesh.types.BMEdge
|
|
78
|
+
) -> tuple[bmesh.types.BMFace, ...]:
|
|
77
79
|
"""Splits a face into any number of regions defined by an edgenet.
|
|
78
80
|
|
|
79
81
|
:param face: The face to split.The face to split.
|
|
@@ -81,6 +83,7 @@ def face_split_edgenet(face: bmesh.types.BMFace, edgenet: bmesh.types.BMEdge):
|
|
|
81
83
|
:param edgenet: Sequence of edges.
|
|
82
84
|
:type edgenet: bmesh.types.BMEdge
|
|
83
85
|
:return: The newly created faces.
|
|
86
|
+
:rtype: tuple[bmesh.types.BMFace, ...]
|
|
84
87
|
"""
|
|
85
88
|
|
|
86
89
|
def face_vert_separate(
|
|
@@ -14,6 +14,8 @@ bpy.app.timers.rst
|
|
|
14
14
|
import typing
|
|
15
15
|
import collections.abc
|
|
16
16
|
import typing_extensions
|
|
17
|
+
import bpy.typing
|
|
18
|
+
|
|
17
19
|
from . import handlers as handlers
|
|
18
20
|
from . import icons as icons
|
|
19
21
|
from . import timers as timers
|
|
@@ -26,11 +28,11 @@ def help_text(all: bool | None = False):
|
|
|
26
28
|
:type all: bool | None
|
|
27
29
|
"""
|
|
28
30
|
|
|
29
|
-
def is_job_running(job_type:
|
|
31
|
+
def is_job_running(job_type: bpy.typing.WmJobTypeItems):
|
|
30
32
|
"""Check whether a job of the given type is running.
|
|
31
33
|
|
|
32
34
|
:param job_type: job type in `rna_enum_wm_job_type_items`.
|
|
33
|
-
:type job_type:
|
|
35
|
+
:type job_type: bpy.typing.WmJobTypeItems
|
|
34
36
|
:return: Whether a job of the given type is currently running.
|
|
35
37
|
"""
|
|
36
38
|
|