fake-bpy-module 20241031__tar.gz → 20241102__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-20241031 → fake_bpy_module-20241102}/PKG-INFO +4 -3
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/README.md +2 -1
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/types/__init__.pyi +66 -16
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/export_scene/__init__.pyi +3 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/grease_pencil/__init__.pyi +12 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/object/__init__.pyi +3 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/paint/__init__.pyi +9 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/screen/__init__.pyi +2 -2
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/sculpt/__init__.pyi +3 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/sculpt_curves/__init__.pyi +3 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/types/__init__.pyi +0 -6
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/fake_bpy_module.egg-info/PKG-INFO +4 -3
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/types/__init__.pyi +1 -1
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/pyproject.toml +1 -1
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/aud/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bgl/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_math/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/blf/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/wm/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/typing/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/console_python/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/console_shell/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/idprop/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/imbuf/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/mathutils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_info/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/setup.cfg +0 -0
- {fake_bpy_module-20241031 → fake_bpy_module-20241102}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fake-bpy-module
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20241102
|
|
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.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# Fake Blender Python API module collection: fake-bpy-module
|
|
@@ -43,7 +43,8 @@ Note: The similar project for Blender Game Engine (BGE) is available on
|
|
|
43
43
|
|
|
44
44
|
## Requirements
|
|
45
45
|
|
|
46
|
-
fake-bpy-module
|
|
46
|
+
fake-bpy-module uses typing module and type hints which are available from
|
|
47
|
+
Python 3.8. Check your Python version is >= 3.8.
|
|
47
48
|
|
|
48
49
|
## Install
|
|
49
50
|
|
|
@@ -17,7 +17,8 @@ Note: The similar project for Blender Game Engine (BGE) is available on
|
|
|
17
17
|
|
|
18
18
|
## Requirements
|
|
19
19
|
|
|
20
|
-
fake-bpy-module
|
|
20
|
+
fake-bpy-module uses typing module and type hints which are available from
|
|
21
|
+
Python 3.8. Check your Python version is >= 3.8.
|
|
21
22
|
|
|
22
23
|
## Install
|
|
23
24
|
|
|
@@ -62,7 +62,7 @@ class BMDeformVert:
|
|
|
62
62
|
:rtype: list[float]
|
|
63
63
|
"""
|
|
64
64
|
|
|
65
|
-
class BMEdge
|
|
65
|
+
class BMEdge:
|
|
66
66
|
"""The BMesh edge connecting 2 verts"""
|
|
67
67
|
|
|
68
68
|
hide: bool
|
|
@@ -227,7 +227,9 @@ class BMEdge[_GenericType1]:
|
|
|
227
227
|
:type select: bool
|
|
228
228
|
"""
|
|
229
229
|
|
|
230
|
-
def __getitem__
|
|
230
|
+
def __getitem__[_GenericType1](
|
|
231
|
+
self, key: BMLayerItem[_GenericType1]
|
|
232
|
+
) -> _GenericType1:
|
|
231
233
|
"""
|
|
232
234
|
|
|
233
235
|
:param key:
|
|
@@ -236,7 +238,9 @@ class BMEdge[_GenericType1]:
|
|
|
236
238
|
:rtype: _GenericType1
|
|
237
239
|
"""
|
|
238
240
|
|
|
239
|
-
def __setitem__
|
|
241
|
+
def __setitem__[_GenericType1](
|
|
242
|
+
self, key: BMLayerItem[_GenericType1], value: _GenericType1
|
|
243
|
+
):
|
|
240
244
|
"""
|
|
241
245
|
|
|
242
246
|
:param key:
|
|
@@ -245,7 +249,7 @@ class BMEdge[_GenericType1]:
|
|
|
245
249
|
:type value: _GenericType1
|
|
246
250
|
"""
|
|
247
251
|
|
|
248
|
-
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
252
|
+
def __delitem__[_GenericType1](self, key: BMLayerItem[_GenericType1]):
|
|
249
253
|
"""
|
|
250
254
|
|
|
251
255
|
:param key:
|
|
@@ -414,7 +418,7 @@ class BMElemSeq[_GenericType1]:
|
|
|
414
418
|
:rtype: int
|
|
415
419
|
"""
|
|
416
420
|
|
|
417
|
-
class BMFace
|
|
421
|
+
class BMFace:
|
|
418
422
|
"""The BMesh face with 3 or more sides"""
|
|
419
423
|
|
|
420
424
|
edges: BMElemSeq[BMEdge]
|
|
@@ -598,7 +602,9 @@ class BMFace[_GenericType1]:
|
|
|
598
602
|
:type select: bool
|
|
599
603
|
"""
|
|
600
604
|
|
|
601
|
-
def __getitem__
|
|
605
|
+
def __getitem__[_GenericType1](
|
|
606
|
+
self, key: BMLayerItem[_GenericType1]
|
|
607
|
+
) -> _GenericType1:
|
|
602
608
|
"""
|
|
603
609
|
|
|
604
610
|
:param key:
|
|
@@ -607,7 +613,9 @@ class BMFace[_GenericType1]:
|
|
|
607
613
|
:rtype: _GenericType1
|
|
608
614
|
"""
|
|
609
615
|
|
|
610
|
-
def __setitem__
|
|
616
|
+
def __setitem__[_GenericType1](
|
|
617
|
+
self, key: BMLayerItem[_GenericType1], value: _GenericType1
|
|
618
|
+
):
|
|
611
619
|
"""
|
|
612
620
|
|
|
613
621
|
:param key:
|
|
@@ -616,7 +624,7 @@ class BMFace[_GenericType1]:
|
|
|
616
624
|
:type value: _GenericType1
|
|
617
625
|
"""
|
|
618
626
|
|
|
619
|
-
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
627
|
+
def __delitem__[_GenericType1](self, key: BMLayerItem[_GenericType1]):
|
|
620
628
|
"""
|
|
621
629
|
|
|
622
630
|
:param key:
|
|
@@ -1014,7 +1022,7 @@ class BMLayerItem[_GenericType1]:
|
|
|
1014
1022
|
:type other: typing_extensions.Self
|
|
1015
1023
|
"""
|
|
1016
1024
|
|
|
1017
|
-
class BMLoop
|
|
1025
|
+
class BMLoop:
|
|
1018
1026
|
"""This is normally accessed from `BMFace.loops` where each face loop represents a corner of the face."""
|
|
1019
1027
|
|
|
1020
1028
|
edge: BMEdge
|
|
@@ -1133,7 +1141,9 @@ class BMLoop[_GenericType1]:
|
|
|
1133
1141
|
:type multires: bool
|
|
1134
1142
|
"""
|
|
1135
1143
|
|
|
1136
|
-
def __getitem__
|
|
1144
|
+
def __getitem__[_GenericType1](
|
|
1145
|
+
self, key: BMLayerItem[_GenericType1]
|
|
1146
|
+
) -> _GenericType1:
|
|
1137
1147
|
"""
|
|
1138
1148
|
|
|
1139
1149
|
:param key:
|
|
@@ -1142,7 +1152,9 @@ class BMLoop[_GenericType1]:
|
|
|
1142
1152
|
:rtype: _GenericType1
|
|
1143
1153
|
"""
|
|
1144
1154
|
|
|
1145
|
-
def __setitem__
|
|
1155
|
+
def __setitem__[_GenericType1](
|
|
1156
|
+
self, key: BMLayerItem[_GenericType1], value: _GenericType1
|
|
1157
|
+
):
|
|
1146
1158
|
"""
|
|
1147
1159
|
|
|
1148
1160
|
:param key:
|
|
@@ -1151,7 +1163,7 @@ class BMLoop[_GenericType1]:
|
|
|
1151
1163
|
:type value: _GenericType1
|
|
1152
1164
|
"""
|
|
1153
1165
|
|
|
1154
|
-
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
1166
|
+
def __delitem__[_GenericType1](self, key: BMLayerItem[_GenericType1]):
|
|
1155
1167
|
"""
|
|
1156
1168
|
|
|
1157
1169
|
:param key:
|
|
@@ -1165,6 +1177,40 @@ class BMLoopSeq:
|
|
|
1165
1177
|
:type: BMLayerAccessLoop
|
|
1166
1178
|
"""
|
|
1167
1179
|
|
|
1180
|
+
@typing.overload
|
|
1181
|
+
def __getitem__(self, key: int) -> BMLoop:
|
|
1182
|
+
"""
|
|
1183
|
+
|
|
1184
|
+
:param key:
|
|
1185
|
+
:type key: int
|
|
1186
|
+
:return:
|
|
1187
|
+
:rtype: BMLoop
|
|
1188
|
+
"""
|
|
1189
|
+
|
|
1190
|
+
@typing.overload
|
|
1191
|
+
def __getitem__(self, key: slice) -> tuple[BMLoop, ...]:
|
|
1192
|
+
"""
|
|
1193
|
+
|
|
1194
|
+
:param key:
|
|
1195
|
+
:type key: slice
|
|
1196
|
+
:return:
|
|
1197
|
+
:rtype: tuple[BMLoop, ...]
|
|
1198
|
+
"""
|
|
1199
|
+
|
|
1200
|
+
def __iter__(self) -> BMIter[BMLoop]:
|
|
1201
|
+
"""
|
|
1202
|
+
|
|
1203
|
+
:return:
|
|
1204
|
+
:rtype: BMIter[BMLoop]
|
|
1205
|
+
"""
|
|
1206
|
+
|
|
1207
|
+
def __len__(self) -> int:
|
|
1208
|
+
"""
|
|
1209
|
+
|
|
1210
|
+
:return:
|
|
1211
|
+
:rtype: int
|
|
1212
|
+
"""
|
|
1213
|
+
|
|
1168
1214
|
class BMLoopUV:
|
|
1169
1215
|
pin_uv: bool
|
|
1170
1216
|
""" UV pin state.
|
|
@@ -1190,7 +1236,7 @@ class BMLoopUV:
|
|
|
1190
1236
|
:type: mathutils.Vector
|
|
1191
1237
|
"""
|
|
1192
1238
|
|
|
1193
|
-
class BMVert
|
|
1239
|
+
class BMVert:
|
|
1194
1240
|
"""The BMesh vertex type"""
|
|
1195
1241
|
|
|
1196
1242
|
co: mathutils.Vector
|
|
@@ -1335,7 +1381,9 @@ class BMVert[_GenericType1]:
|
|
|
1335
1381
|
:type select: bool
|
|
1336
1382
|
"""
|
|
1337
1383
|
|
|
1338
|
-
def __getitem__
|
|
1384
|
+
def __getitem__[_GenericType1](
|
|
1385
|
+
self, key: BMLayerItem[_GenericType1]
|
|
1386
|
+
) -> _GenericType1:
|
|
1339
1387
|
"""
|
|
1340
1388
|
|
|
1341
1389
|
:param key:
|
|
@@ -1344,7 +1392,9 @@ class BMVert[_GenericType1]:
|
|
|
1344
1392
|
:rtype: _GenericType1
|
|
1345
1393
|
"""
|
|
1346
1394
|
|
|
1347
|
-
def __setitem__
|
|
1395
|
+
def __setitem__[_GenericType1](
|
|
1396
|
+
self, key: BMLayerItem[_GenericType1], value: _GenericType1
|
|
1397
|
+
):
|
|
1348
1398
|
"""
|
|
1349
1399
|
|
|
1350
1400
|
:param key:
|
|
@@ -1353,7 +1403,7 @@ class BMVert[_GenericType1]:
|
|
|
1353
1403
|
:type value: _GenericType1
|
|
1354
1404
|
"""
|
|
1355
1405
|
|
|
1356
|
-
def __delitem__(self, key: BMLayerItem[_GenericType1]):
|
|
1406
|
+
def __delitem__[_GenericType1](self, key: BMLayerItem[_GenericType1]):
|
|
1357
1407
|
"""
|
|
1358
1408
|
|
|
1359
1409
|
:param key:
|
|
@@ -356,6 +356,7 @@ def gltf(
|
|
|
356
356
|
will_save_settings: bool | None = False,
|
|
357
357
|
export_hierarchy_full_collections: bool | None = False,
|
|
358
358
|
export_extra_animations: bool | None = False,
|
|
359
|
+
export_loglevel: int | None = -1,
|
|
359
360
|
filter_glob: str = "*.glb",
|
|
360
361
|
):
|
|
361
362
|
"""Export scene as glTF 2.0 file
|
|
@@ -648,6 +649,8 @@ def gltf(
|
|
|
648
649
|
:type export_hierarchy_full_collections: bool | None
|
|
649
650
|
:param export_extra_animations: Prepare extra animations, Export additional animations.This feature is not standard and needs an external extension to be included in the glTF file
|
|
650
651
|
:type export_extra_animations: bool | None
|
|
652
|
+
:param export_loglevel: Log Level, Log Level
|
|
653
|
+
:type export_loglevel: int | None
|
|
651
654
|
:param filter_glob: filter_glob
|
|
652
655
|
:type filter_glob: str
|
|
653
656
|
"""
|
|
@@ -79,6 +79,7 @@ def brush_stroke(
|
|
|
79
79
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
80
80
|
| None = None,
|
|
81
81
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
82
|
+
pen_flip: bool | None = False,
|
|
82
83
|
):
|
|
83
84
|
"""Draw a new stroke in the active Grease Pencil object
|
|
84
85
|
|
|
@@ -101,6 +102,8 @@ def brush_stroke(
|
|
|
101
102
|
ERASE
|
|
102
103
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
103
104
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
105
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
106
|
+
:type pen_flip: bool | None
|
|
104
107
|
"""
|
|
105
108
|
|
|
106
109
|
def caps_set(
|
|
@@ -1195,6 +1198,7 @@ def sculpt_paint(
|
|
|
1195
1198
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1196
1199
|
| None = None,
|
|
1197
1200
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
1201
|
+
pen_flip: bool | None = False,
|
|
1198
1202
|
):
|
|
1199
1203
|
"""Sculpt strokes in the active Grease Pencil object
|
|
1200
1204
|
|
|
@@ -1217,6 +1221,8 @@ def sculpt_paint(
|
|
|
1217
1221
|
ERASE
|
|
1218
1222
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1219
1223
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1224
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
1225
|
+
:type pen_flip: bool | None
|
|
1220
1226
|
"""
|
|
1221
1227
|
|
|
1222
1228
|
def sculptmode_toggle(
|
|
@@ -1853,6 +1859,7 @@ def vertex_brush_stroke(
|
|
|
1853
1859
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1854
1860
|
| None = None,
|
|
1855
1861
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
1862
|
+
pen_flip: bool | None = False,
|
|
1856
1863
|
):
|
|
1857
1864
|
"""Draw on vertex colors in the active Grease Pencil object
|
|
1858
1865
|
|
|
@@ -1875,6 +1882,8 @@ def vertex_brush_stroke(
|
|
|
1875
1882
|
ERASE
|
|
1876
1883
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1877
1884
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1885
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
1886
|
+
:type pen_flip: bool | None
|
|
1878
1887
|
"""
|
|
1879
1888
|
|
|
1880
1889
|
def vertex_color_brightness_contrast(
|
|
@@ -2052,6 +2061,7 @@ def weight_brush_stroke(
|
|
|
2052
2061
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
2053
2062
|
| None = None,
|
|
2054
2063
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
2064
|
+
pen_flip: bool | None = False,
|
|
2055
2065
|
):
|
|
2056
2066
|
"""Draw weight on stroke points in the active Grease Pencil object
|
|
2057
2067
|
|
|
@@ -2074,6 +2084,8 @@ def weight_brush_stroke(
|
|
|
2074
2084
|
ERASE
|
|
2075
2085
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
2076
2086
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
2087
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
2088
|
+
:type pen_flip: bool | None
|
|
2077
2089
|
"""
|
|
2078
2090
|
|
|
2079
2091
|
def weight_invert(
|
|
@@ -2832,6 +2832,7 @@ def modifier_apply_as_shapekey(
|
|
|
2832
2832
|
keep_modifier: bool | None = False,
|
|
2833
2833
|
modifier: str = "",
|
|
2834
2834
|
report: bool | None = False,
|
|
2835
|
+
use_selected_objects: bool | None = False,
|
|
2835
2836
|
):
|
|
2836
2837
|
"""Apply modifier as a new shape key and remove from the stack
|
|
2837
2838
|
|
|
@@ -2844,6 +2845,8 @@ def modifier_apply_as_shapekey(
|
|
|
2844
2845
|
:type modifier: str
|
|
2845
2846
|
:param report: Report, Create a notification after the operation
|
|
2846
2847
|
:type report: bool | None
|
|
2848
|
+
:param use_selected_objects: Selected Objects, Affect all selected objects instead of just the active object
|
|
2849
|
+
:type use_selected_objects: bool | None
|
|
2847
2850
|
"""
|
|
2848
2851
|
|
|
2849
2852
|
def modifier_convert(
|
|
@@ -494,6 +494,7 @@ def image_paint(
|
|
|
494
494
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
495
495
|
| None = None,
|
|
496
496
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
497
|
+
pen_flip: bool | None = False,
|
|
497
498
|
):
|
|
498
499
|
"""Paint a stroke into the image
|
|
499
500
|
|
|
@@ -516,6 +517,8 @@ def image_paint(
|
|
|
516
517
|
ERASE
|
|
517
518
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
518
519
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
520
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
521
|
+
:type pen_flip: bool | None
|
|
519
522
|
"""
|
|
520
523
|
|
|
521
524
|
def mask_box_gesture(
|
|
@@ -1042,6 +1045,7 @@ def vertex_paint(
|
|
|
1042
1045
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1043
1046
|
| None = None,
|
|
1044
1047
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
1048
|
+
pen_flip: bool | None = False,
|
|
1045
1049
|
):
|
|
1046
1050
|
"""Paint a stroke in the active color attribute layer
|
|
1047
1051
|
|
|
@@ -1064,6 +1068,8 @@ def vertex_paint(
|
|
|
1064
1068
|
ERASE
|
|
1065
1069
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1066
1070
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1071
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
1072
|
+
:type pen_flip: bool | None
|
|
1067
1073
|
"""
|
|
1068
1074
|
|
|
1069
1075
|
def vertex_paint_toggle(
|
|
@@ -1182,6 +1188,7 @@ def weight_paint(
|
|
|
1182
1188
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1183
1189
|
| None = None,
|
|
1184
1190
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
1191
|
+
pen_flip: bool | None = False,
|
|
1185
1192
|
):
|
|
1186
1193
|
"""Paint a stroke in the current vertex group's weights
|
|
1187
1194
|
|
|
@@ -1204,6 +1211,8 @@ def weight_paint(
|
|
|
1204
1211
|
ERASE
|
|
1205
1212
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1206
1213
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1214
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
1215
|
+
:type pen_flip: bool | None
|
|
1207
1216
|
"""
|
|
1208
1217
|
|
|
1209
1218
|
def weight_paint_toggle(
|
|
@@ -96,8 +96,8 @@ def area_join(
|
|
|
96
96
|
execution_context: int | str | None = None,
|
|
97
97
|
undo: bool | None = None,
|
|
98
98
|
*,
|
|
99
|
-
source_xy: collections.abc.Iterable[int] | None = (
|
|
100
|
-
target_xy: collections.abc.Iterable[int] | None = (
|
|
99
|
+
source_xy: collections.abc.Iterable[int] | None = (0, 0),
|
|
100
|
+
target_xy: collections.abc.Iterable[int] | None = (0, 0),
|
|
101
101
|
):
|
|
102
102
|
"""Join selected areas into new window
|
|
103
103
|
|
|
@@ -12,6 +12,7 @@ def brush_stroke(
|
|
|
12
12
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
13
13
|
| None = None,
|
|
14
14
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
15
|
+
pen_flip: bool | None = False,
|
|
15
16
|
ignore_background_click: bool | None = False,
|
|
16
17
|
):
|
|
17
18
|
"""Sculpt a stroke into the geometry
|
|
@@ -35,6 +36,8 @@ def brush_stroke(
|
|
|
35
36
|
ERASE
|
|
36
37
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
37
38
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
39
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
40
|
+
:type pen_flip: bool | None
|
|
38
41
|
:param ignore_background_click: Ignore Background Click, Clicks on the background do not start the stroke
|
|
39
42
|
:type ignore_background_click: bool | None
|
|
40
43
|
"""
|
|
@@ -11,6 +11,7 @@ def brush_stroke(
|
|
|
11
11
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
12
12
|
| None = None,
|
|
13
13
|
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
|
|
14
|
+
pen_flip: bool | None = False,
|
|
14
15
|
):
|
|
15
16
|
"""Sculpt curves using a brush
|
|
16
17
|
|
|
@@ -33,6 +34,8 @@ def brush_stroke(
|
|
|
33
34
|
ERASE
|
|
34
35
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
35
36
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
37
|
+
:param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
|
|
38
|
+
:type pen_flip: bool | None
|
|
36
39
|
"""
|
|
37
40
|
|
|
38
41
|
def min_distance_edit(
|
|
@@ -185114,12 +185114,6 @@ class OperatorStrokeElement(PropertyGroup, bpy_struct):
|
|
|
185114
185114
|
:type: mathutils.Vector
|
|
185115
185115
|
"""
|
|
185116
185116
|
|
|
185117
|
-
pen_flip: bool
|
|
185118
|
-
"""
|
|
185119
|
-
|
|
185120
|
-
:type: bool
|
|
185121
|
-
"""
|
|
185122
|
-
|
|
185123
185117
|
pressure: float
|
|
185124
185118
|
""" Tablet pressure
|
|
185125
185119
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fake-bpy-module
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20241102
|
|
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.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# Fake Blender Python API module collection: fake-bpy-module
|
|
@@ -43,7 +43,8 @@ Note: The similar project for Blender Game Engine (BGE) is available on
|
|
|
43
43
|
|
|
44
44
|
## Requirements
|
|
45
45
|
|
|
46
|
-
fake-bpy-module
|
|
46
|
+
fake-bpy-module uses typing module and type hints which are available from
|
|
47
|
+
Python 3.8. Check your Python version is >= 3.8.
|
|
47
48
|
|
|
48
49
|
## Install
|
|
49
50
|
|
|
@@ -124,7 +124,7 @@ def material_from_fedge(fe):
|
|
|
124
124
|
"""get the diffuse RGBA color from an FEdge"""
|
|
125
125
|
|
|
126
126
|
def normal_at_I0D(it): ...
|
|
127
|
-
def pairwise(iterable, types={
|
|
127
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
128
128
|
"""Yields a tuple containing the previous and current object"""
|
|
129
129
|
|
|
130
130
|
def rgb_to_bw(r, g, b):
|
|
@@ -71,7 +71,7 @@ class GPUBatch:
|
|
|
71
71
|
Instead it can be used to add more attributes to the existing vertices.
|
|
72
72
|
A good use case would be when you have a separate
|
|
73
73
|
vertex buffer for vertex positions and vertex normals.
|
|
74
|
-
Current a batch can have at most
|
|
74
|
+
Current a batch can have at most GPU_BATCH_VBO_MAX_LEN vertex buffers.
|
|
75
75
|
|
|
76
76
|
:param buf: The vertex buffer that will be added to the batch.
|
|
77
77
|
:type buf: GPUVertBuf
|
|
@@ -4,7 +4,7 @@ requires = ["setuptools"]
|
|
|
4
4
|
[project]
|
|
5
5
|
name = "fake-bpy-module"
|
|
6
6
|
description = "Collection of the fake Blender Python API module for the code completion."
|
|
7
|
-
requires-python = ">=3.
|
|
7
|
+
requires-python = ">=3.8"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
license = {file = "LICENSE"}
|
|
10
10
|
authors = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/freedesktop/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/grease_pencil/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/_bpy_internal/system_info/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_console_utils/autocomplete/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_i18n_utils/bl_extract_messages/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/keymap_hierarchy/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/platform_helpers/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_keymap_utils/versioning/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20241031 → fake_bpy_module-20241102}/bl_operators/add_mesh_torus/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|