fake-bpy-module 20231203__tar.gz → 20231205__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/PKG-INFO +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/wm.py +3 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/types.py +186 -187
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/anim_utils.py +2 -2
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/README.md +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/addon_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/addon_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/animsys_refactor/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/animsys_refactor/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/aud/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/aud/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bgl/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bgl/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_app_override/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_app_override/helpers.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_app_override/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_app_template_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_app_template_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/__init__.py +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/complete_calltip.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/complete_import.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/complete_namespace.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/intellisense.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/__init__.py +4 -4
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/bl_extract_messages.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/merge_po.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/settings.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/utils_cli.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/utils_languages_menu.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_i18n_utils/utils_rtl.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/__init__.py +3 -3
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/io.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/keymap_from_toolbar.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/keymap_hierarchy.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/platform_helpers.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/versioning.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_math/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_math/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/__init__.py +19 -19
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/add_mesh_torus.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/anim.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/assets.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/bmesh/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/bmesh/find_adjacent.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/bmesh/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/clip.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/console.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/constraint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/file.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/freestyle.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/geometry_nodes.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/image.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/mesh.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/node.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/object.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/object_align.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/object_quick_effects.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/object_randomize_transform.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/presets.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/rigidbody.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/screen_play_rendered_anim.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/sequencer.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/spreadsheet.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/userpref.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/uvcalc_follow_active.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/uvcalc_lightmap.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/uvcalc_transform.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/vertexpaint_dirt.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/view3d.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_operators/wm.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_previews_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_previews_utils/bl_previews_render.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_previews_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_rna_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_rna_utils/data_path.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_rna_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_text_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_text_utils/external_editor.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_text_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/__init__.py +60 -60
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/asset_shelf.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/generic_ui_list.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/node_add_menu.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/node_add_menu_compositor.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/node_add_menu_geometry.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/node_add_menu_shader.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/node_add_menu_texture.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_animviz.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_collection.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_constraint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_armature.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_bone.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_camera.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_curve.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_curves.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_empty.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_gpencil.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_grease_pencil.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_lattice.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_light.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_lightprobe.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_mesh.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_metaball.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_modifier.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_pointcloud.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_shaderfx.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_speaker.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_data_volume.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_freestyle.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_grease_pencil_common.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_mask_common.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_material.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_material_gpencil.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_object.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_output.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_paint_common.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_particle.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_cloth.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_common.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_dynamicpaint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_field.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_fluid.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_geometry_nodes.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_rigidbody.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_rigidbody_constraint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_physics_softbody.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_render.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_scene.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_texture.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_view_layer.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_workspace.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/properties_world.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_clip.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_console.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_dopesheet.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_filebrowser.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_graph.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_image.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_info.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_nla.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_node.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_outliner.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_properties.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_sequencer.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_spreadsheet.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_statusbar.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_text.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_time.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_toolsystem_common.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_toolsystem_toolbar.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_topbar.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_userpref.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_view3d.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/space_view3d_toolbar.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui/utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui_utils/__init__.py +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui_utils/bug_report_url.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui_utils/layout.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_ui_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/blend_render_info/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/blend_render_info/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/blf/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/blf/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/geometry.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/ops.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/types.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bmesh/utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/__init__.py +3 -3
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/__init__.py +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/handlers.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/icons.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/timers.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/app/translations.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/msgbus.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/__init__.py +64 -64
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/action.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/anim.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/armature.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/asset.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/boid.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/brush.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/buttons.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/cachefile.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/camera.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/clip.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/cloth.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/collection.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/console.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/constraint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/curve.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/curves.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/cycles.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/dpaint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/ed.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/export_anim.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/export_mesh.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/export_scene.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/file.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/fluid.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/font.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/geometry.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/gizmogroup.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/gpencil.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/graph.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/grease_pencil.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/image.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/import_anim.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/import_curve.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/import_mesh.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/import_scene.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/info.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/lattice.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/marker.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/mask.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/material.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/mball.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/mesh.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/nla.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/node.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/object.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/outliner.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/paint.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/paintcurve.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/palette.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/particle.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/pose.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/poselib.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/preferences.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/ptcache.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/render.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/rigidbody.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/scene.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/screen.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/script.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/sculpt.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/sculpt_curves.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/sequencer.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/sound.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/spreadsheet.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/surface.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/text.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/text_editor.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/texture.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/transform.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/ui.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/uilist.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/uv.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/view2d.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/view3d.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/workspace.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/ops/world.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/path.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/props.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/utils/__init__.py +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/utils/previews.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy/utils/units.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/__init__.py +1 -1
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/asset_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/bmesh_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/extensions/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/extensions/junction_module.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/extensions/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/id_map_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/image_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/io_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/keyconfig_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/mesh_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/node_shader_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/node_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/object_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/view3d_utils.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/wm_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/wm_utils/progress_report.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_extras/wm_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_restrict_state/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_restrict_state/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_types/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/bpy_types/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/console_python/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/console_python/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/console_shell/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/console_shell/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/chainingiterators.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/functions.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/predicates.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/shaders.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/types.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/utils/ContextFunctions.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/freestyle/utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/capabilities.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/matrix.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/platform.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/select.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/shader.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/state.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/texture.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu/types.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu_extras/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu_extras/batch.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu_extras/presets.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/gpu_extras/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/graphviz_export/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/graphviz_export/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/idprop/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/idprop/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/idprop/types.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/imbuf/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/imbuf/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/imbuf/types.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/keyingsets_builtins/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/keyingsets_builtins/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/keyingsets_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/keyingsets_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/bvhtree.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/geometry.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/interpolate.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/kdtree.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/noise.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/mathutils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/nodeitems_builtins/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/nodeitems_builtins/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/nodeitems_utils/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/nodeitems_utils/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/pyproject.toml +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_info/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_info/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_keymap_ui/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_keymap_ui/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_prop_ui/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_prop_ui/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_xml/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/rna_xml/py.typed +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/setup.cfg +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/setup.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/sys_info/__init__.py +0 -0
- {fake-bpy-module-20231203 → fake-bpy-module-20231205}/sys_info/py.typed +0 -0
|
@@ -2289,6 +2289,7 @@ def obj_import(
|
|
|
2289
2289
|
Any]] = False,
|
|
2290
2290
|
validate_meshes: typing.Optional[typing.Union[bool, typing.
|
|
2291
2291
|
Any]] = False,
|
|
2292
|
+
collection_separator: typing.Union[str, typing.Any] = "",
|
|
2292
2293
|
filter_glob: typing.Union[str, typing.Any] = "*.obj;*.mtl"):
|
|
2293
2294
|
''' Load a Wavefront OBJ scene
|
|
2294
2295
|
|
|
@@ -2359,6 +2360,8 @@ def obj_import(
|
|
|
2359
2360
|
:type import_vertex_groups: typing.Optional[typing.Union[bool, typing.Any]]
|
|
2360
2361
|
:param validate_meshes: Validate Meshes, Check imported mesh objects for invalid data (slow)
|
|
2361
2362
|
:type validate_meshes: typing.Optional[typing.Union[bool, typing.Any]]
|
|
2363
|
+
:param collection_separator: Path Separator, Character used to separate objects name into hierarchical structure
|
|
2364
|
+
:type collection_separator: typing.Union[str, typing.Any]
|
|
2362
2365
|
:param filter_glob: Extension Filter
|
|
2363
2366
|
:type filter_glob: typing.Union[str, typing.Any]
|
|
2364
2367
|
'''
|
|
@@ -2,212 +2,97 @@ import sys
|
|
|
2
2
|
import typing
|
|
3
3
|
import mathutils
|
|
4
4
|
import bpy
|
|
5
|
-
import bl_ui.
|
|
6
|
-
import bl_ui.
|
|
7
|
-
import bl_ui.
|
|
8
|
-
import
|
|
9
|
-
import bl_operators.
|
|
10
|
-
import bl_ui.
|
|
11
|
-
import bl_ui.
|
|
12
|
-
import bl_ui.properties_data_curve
|
|
13
|
-
import bl_ui.space_time
|
|
14
|
-
import bl_operators.constraint
|
|
15
|
-
import bl_operators.presets
|
|
16
|
-
import bl_ui.properties_workspace
|
|
17
|
-
import bl_ui.properties_data_bone
|
|
18
|
-
import bl_ui.properties_physics_cloth
|
|
19
|
-
import bl_ui.properties_physics_common
|
|
20
|
-
import bl_ui.properties_physics_rigidbody
|
|
21
|
-
import bl_ui.properties_data_pointcloud
|
|
22
|
-
import bl_ui.properties_object
|
|
23
|
-
import bl_ui.properties_data_armature
|
|
24
|
-
import bl_operators.wm
|
|
25
|
-
import bl_ui.properties_output
|
|
5
|
+
import bl_ui.properties_data_empty
|
|
6
|
+
import bl_ui.properties_material
|
|
7
|
+
import bl_ui.properties_data_speaker
|
|
8
|
+
import bl_operators.node
|
|
9
|
+
import bl_operators.assets
|
|
10
|
+
import bl_ui.properties_data_metaball
|
|
11
|
+
import bl_ui.properties_data_lattice
|
|
26
12
|
import bl_ui.node_add_menu_geometry
|
|
27
|
-
import bl_ui.
|
|
28
|
-
import
|
|
29
|
-
import bl_ui.
|
|
13
|
+
import bl_ui.properties_scene
|
|
14
|
+
import bl_operators.view3d
|
|
15
|
+
import bl_ui.space_text
|
|
16
|
+
import bl_ui.space_clip
|
|
17
|
+
import bl_ui.properties_physics_field
|
|
30
18
|
import bl_ui
|
|
19
|
+
import bl_ui.space_nla
|
|
20
|
+
import bl_ui.node_add_menu_texture
|
|
21
|
+
import bl_ui.properties_physics_softbody
|
|
31
22
|
import bl_ui.properties_data_light
|
|
23
|
+
import bl_ui.space_graph
|
|
24
|
+
import bl_ui.properties_freestyle
|
|
25
|
+
import bl_ui.properties_data_camera
|
|
26
|
+
import bl_ui.space_console
|
|
27
|
+
import bl_ui.properties_grease_pencil_common
|
|
32
28
|
import bl_operators.userpref
|
|
33
|
-
import bl_operators.view3d
|
|
34
29
|
import bl_ui.space_filebrowser
|
|
35
|
-
import bl_ui.
|
|
36
|
-
import bl_ui.properties_data_grease_pencil
|
|
37
|
-
import bl_ui.generic_ui_list
|
|
30
|
+
import bl_ui.properties_collection
|
|
38
31
|
import bl_ui.properties_data_shaderfx
|
|
39
|
-
import bl_ui.space_clip
|
|
40
|
-
import bl_ui.space_properties
|
|
41
|
-
import bl_ui.properties_physics_softbody
|
|
42
|
-
import bl_ui.space_statusbar
|
|
43
|
-
import bl_ui.node_add_menu
|
|
44
|
-
import bl_operators.assets
|
|
45
|
-
import bl_ui.properties_data_metaball
|
|
46
32
|
import bl_operators.clip
|
|
47
|
-
import bl_ui.
|
|
48
|
-
import bl_ui.
|
|
49
|
-
import bl_ui.properties_data_mesh
|
|
50
|
-
import bl_ui.space_view3d_toolbar
|
|
51
|
-
import bl_ui.properties_data_lightprobe
|
|
52
|
-
import bl_ui.space_image
|
|
53
|
-
import bl_operators.spreadsheet
|
|
54
|
-
import bl_ui.properties_grease_pencil_common
|
|
33
|
+
import bl_ui.space_properties
|
|
34
|
+
import bl_ui.space_userpref
|
|
55
35
|
import bl_ui.properties_paint_common
|
|
36
|
+
import bl_ui.space_view3d
|
|
37
|
+
import bl_operators.constraint
|
|
56
38
|
import bl_ui.properties_physics_dynamicpaint
|
|
57
|
-
import bl_ui.properties_physics_field
|
|
58
|
-
import bl_ui.properties_material_gpencil
|
|
59
|
-
import bl_ui.properties_data_curves
|
|
60
39
|
import bl_ui.properties_physics_rigidbody_constraint
|
|
61
|
-
import bl_ui.
|
|
62
|
-
import bl_ui.
|
|
63
|
-
import bl_ui.
|
|
64
|
-
import bl_ui.
|
|
65
|
-
import bl_ui.properties_collection
|
|
66
|
-
import bl_ui.space_dopesheet
|
|
40
|
+
import bl_ui.properties_render
|
|
41
|
+
import bl_ui.properties_physics_cloth
|
|
42
|
+
import bl_ui.space_node
|
|
43
|
+
import bl_ui.properties_data_curves
|
|
67
44
|
import bl_ui.properties_particle
|
|
68
|
-
import bl_ui.
|
|
69
|
-
import bl_ui.
|
|
70
|
-
import
|
|
45
|
+
import bl_ui.node_add_menu_compositor
|
|
46
|
+
import bl_ui.properties_data_modifier
|
|
47
|
+
import bl_ui.properties_world
|
|
48
|
+
import bl_ui.properties_texture
|
|
71
49
|
import bl_ui.space_toolsystem_toolbar
|
|
72
|
-
import
|
|
50
|
+
import bl_operators.wm
|
|
51
|
+
import bl_ui.properties_data_grease_pencil
|
|
73
52
|
import bl_ui.space_toolsystem_common
|
|
74
|
-
import bl_ui.properties_render
|
|
75
|
-
import bl_ui.space_graph
|
|
76
53
|
import bl_ui.properties_physics_fluid
|
|
77
|
-
import bl_ui.
|
|
78
|
-
import bl_ui.
|
|
79
|
-
import bl_ui.
|
|
80
|
-
import
|
|
81
|
-
import bl_ui.
|
|
82
|
-
import
|
|
83
|
-
import bl_ui.
|
|
84
|
-
import bl_ui.
|
|
85
|
-
import bl_ui.properties_material
|
|
86
|
-
import bl_ui.space_node
|
|
54
|
+
import bl_ui.space_image
|
|
55
|
+
import bl_ui.space_sequencer
|
|
56
|
+
import bl_ui.properties_data_armature
|
|
57
|
+
import bl_ui.properties_data_bone
|
|
58
|
+
import bl_ui.properties_data_lightprobe
|
|
59
|
+
import bl_ui.properties_mask_common
|
|
60
|
+
import bl_ui.properties_data_mesh
|
|
61
|
+
import bl_ui.space_info
|
|
87
62
|
import bl_ui.properties_physics_geometry_nodes
|
|
63
|
+
import bl_ui.properties_physics_common
|
|
64
|
+
import bl_ui.properties_data_volume
|
|
65
|
+
import bl_operators.spreadsheet
|
|
88
66
|
import bl_ui.space_topbar
|
|
89
|
-
import bl_ui.
|
|
90
|
-
import
|
|
67
|
+
import bl_ui.properties_view_layer
|
|
68
|
+
import bl_ui.properties_material_gpencil
|
|
69
|
+
import bl_operators.file
|
|
70
|
+
import bl_operators.freestyle
|
|
71
|
+
import bl_ui.properties_data_pointcloud
|
|
72
|
+
import bl_operators.anim
|
|
73
|
+
import bl_ui.space_statusbar
|
|
74
|
+
import bl_operators.presets
|
|
75
|
+
import bl_ui.properties_constraint
|
|
76
|
+
import bl_operators.object
|
|
77
|
+
import bl_ui.space_outliner
|
|
78
|
+
import bl_ui.properties_physics_rigidbody
|
|
79
|
+
import bl_ui.generic_ui_list
|
|
80
|
+
import bl_ui.node_add_menu
|
|
81
|
+
import bl_ui.space_time
|
|
82
|
+
import bl_ui.properties_data_gpencil
|
|
83
|
+
import bl_ui.asset_shelf
|
|
84
|
+
import bl_ui.properties_workspace
|
|
85
|
+
import bl_ui.space_view3d_toolbar
|
|
86
|
+
import bl_ui.properties_data_curve
|
|
87
|
+
import bl_ui.space_dopesheet
|
|
88
|
+
import bl_ui.properties_output
|
|
91
89
|
import bl_ui.node_add_menu_shader
|
|
90
|
+
import bl_ui.properties_object
|
|
91
|
+
import bl_ui.space_spreadsheet
|
|
92
92
|
|
|
93
93
|
GenericType = typing.TypeVar("GenericType")
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
class bpy_prop_collection(typing.Generic[GenericType]):
|
|
97
|
-
''' built-in class used for all collections.
|
|
98
|
-
'''
|
|
99
|
-
|
|
100
|
-
def find(self, key: typing.Optional[str]) -> int:
|
|
101
|
-
''' Returns the index of a key in a collection or -1 when not found (matches Python's string find function of the same name).
|
|
102
|
-
|
|
103
|
-
:param key: The identifier for the collection member.
|
|
104
|
-
:type key: typing.Optional[str]
|
|
105
|
-
:rtype: int
|
|
106
|
-
:return: index of the key.
|
|
107
|
-
'''
|
|
108
|
-
pass
|
|
109
|
-
|
|
110
|
-
def foreach_get(self, attr, seq):
|
|
111
|
-
''' This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! Multi-dimensional arrays (like array of vectors) will be flattened into seq.
|
|
112
|
-
|
|
113
|
-
'''
|
|
114
|
-
pass
|
|
115
|
-
|
|
116
|
-
def foreach_set(self, attr, seq):
|
|
117
|
-
''' This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
|
|
118
|
-
|
|
119
|
-
'''
|
|
120
|
-
pass
|
|
121
|
-
|
|
122
|
-
def get(self,
|
|
123
|
-
key: typing.Optional[str],
|
|
124
|
-
default: typing.Optional[typing.Any] = None):
|
|
125
|
-
''' Returns the value of the item assigned to key or default when not found (matches Python's dictionary function of the same name).
|
|
126
|
-
|
|
127
|
-
:param key: The identifier for the collection member.
|
|
128
|
-
:type key: typing.Optional[str]
|
|
129
|
-
:param default: Optional argument for the value to return if *key* is not found.
|
|
130
|
-
:type default: typing.Optional[typing.Any]
|
|
131
|
-
'''
|
|
132
|
-
pass
|
|
133
|
-
|
|
134
|
-
def items(self) -> typing.List:
|
|
135
|
-
''' Return the identifiers of collection members (matching Python's dict.items() functionality).
|
|
136
|
-
|
|
137
|
-
:rtype: typing.List
|
|
138
|
-
:return: (key, value) pairs for each member of this collection.
|
|
139
|
-
'''
|
|
140
|
-
pass
|
|
141
|
-
|
|
142
|
-
def keys(self) -> typing.List[str]:
|
|
143
|
-
''' Return the identifiers of collection members (matching Python's dict.keys() functionality).
|
|
144
|
-
|
|
145
|
-
:rtype: typing.List[str]
|
|
146
|
-
:return: the identifiers for each member of this collection.
|
|
147
|
-
'''
|
|
148
|
-
pass
|
|
149
|
-
|
|
150
|
-
def values(self) -> typing.List:
|
|
151
|
-
''' Return the values of collection (matching Python's dict.values() functionality).
|
|
152
|
-
|
|
153
|
-
:rtype: typing.List
|
|
154
|
-
:return: the members of this collection.
|
|
155
|
-
'''
|
|
156
|
-
pass
|
|
157
|
-
|
|
158
|
-
def __getitem__(self, key: typing.Optional[typing.Union[int, str]]
|
|
159
|
-
) -> 'GenericType':
|
|
160
|
-
'''
|
|
161
|
-
|
|
162
|
-
:param key:
|
|
163
|
-
:type key: typing.Optional[typing.Union[int, str]]
|
|
164
|
-
:rtype: 'GenericType'
|
|
165
|
-
'''
|
|
166
|
-
pass
|
|
167
|
-
|
|
168
|
-
def __setitem__(self, key: typing.Optional[typing.Union[int, str]],
|
|
169
|
-
value: 'GenericType'):
|
|
170
|
-
'''
|
|
171
|
-
|
|
172
|
-
:param key:
|
|
173
|
-
:type key: typing.Optional[typing.Union[int, str]]
|
|
174
|
-
:param value:
|
|
175
|
-
:type value: 'GenericType'
|
|
176
|
-
'''
|
|
177
|
-
pass
|
|
178
|
-
|
|
179
|
-
def __delitem__(self, key: typing.Optional[typing.Union[int, str]]
|
|
180
|
-
) -> 'GenericType':
|
|
181
|
-
'''
|
|
182
|
-
|
|
183
|
-
:param key:
|
|
184
|
-
:type key: typing.Optional[typing.Union[int, str]]
|
|
185
|
-
:rtype: 'GenericType'
|
|
186
|
-
'''
|
|
187
|
-
pass
|
|
188
|
-
|
|
189
|
-
def __iter__(self) -> typing.Iterator['GenericType']:
|
|
190
|
-
'''
|
|
191
|
-
|
|
192
|
-
:rtype: typing.Iterator['GenericType']
|
|
193
|
-
'''
|
|
194
|
-
pass
|
|
195
|
-
|
|
196
|
-
def __next__(self) -> 'GenericType':
|
|
197
|
-
'''
|
|
198
|
-
|
|
199
|
-
:rtype: 'GenericType'
|
|
200
|
-
'''
|
|
201
|
-
pass
|
|
202
|
-
|
|
203
|
-
def __len__(self) -> int:
|
|
204
|
-
'''
|
|
205
|
-
|
|
206
|
-
:rtype: int
|
|
207
|
-
'''
|
|
208
|
-
pass
|
|
209
|
-
|
|
210
|
-
|
|
211
96
|
class bpy_struct:
|
|
212
97
|
''' built-in base class for all classes in bpy.types.
|
|
213
98
|
'''
|
|
@@ -481,6 +366,121 @@ class bpy_struct:
|
|
|
481
366
|
pass
|
|
482
367
|
|
|
483
368
|
|
|
369
|
+
class bpy_prop_collection(typing.Generic[GenericType]):
|
|
370
|
+
''' built-in class used for all collections.
|
|
371
|
+
'''
|
|
372
|
+
|
|
373
|
+
def find(self, key: typing.Optional[str]) -> int:
|
|
374
|
+
''' Returns the index of a key in a collection or -1 when not found (matches Python's string find function of the same name).
|
|
375
|
+
|
|
376
|
+
:param key: The identifier for the collection member.
|
|
377
|
+
:type key: typing.Optional[str]
|
|
378
|
+
:rtype: int
|
|
379
|
+
:return: index of the key.
|
|
380
|
+
'''
|
|
381
|
+
pass
|
|
382
|
+
|
|
383
|
+
def foreach_get(self, attr, seq):
|
|
384
|
+
''' This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! Multi-dimensional arrays (like array of vectors) will be flattened into seq.
|
|
385
|
+
|
|
386
|
+
'''
|
|
387
|
+
pass
|
|
388
|
+
|
|
389
|
+
def foreach_set(self, attr, seq):
|
|
390
|
+
''' This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
|
|
391
|
+
|
|
392
|
+
'''
|
|
393
|
+
pass
|
|
394
|
+
|
|
395
|
+
def get(self,
|
|
396
|
+
key: typing.Optional[str],
|
|
397
|
+
default: typing.Optional[typing.Any] = None):
|
|
398
|
+
''' Returns the value of the item assigned to key or default when not found (matches Python's dictionary function of the same name).
|
|
399
|
+
|
|
400
|
+
:param key: The identifier for the collection member.
|
|
401
|
+
:type key: typing.Optional[str]
|
|
402
|
+
:param default: Optional argument for the value to return if *key* is not found.
|
|
403
|
+
:type default: typing.Optional[typing.Any]
|
|
404
|
+
'''
|
|
405
|
+
pass
|
|
406
|
+
|
|
407
|
+
def items(self) -> typing.List:
|
|
408
|
+
''' Return the identifiers of collection members (matching Python's dict.items() functionality).
|
|
409
|
+
|
|
410
|
+
:rtype: typing.List
|
|
411
|
+
:return: (key, value) pairs for each member of this collection.
|
|
412
|
+
'''
|
|
413
|
+
pass
|
|
414
|
+
|
|
415
|
+
def keys(self) -> typing.List[str]:
|
|
416
|
+
''' Return the identifiers of collection members (matching Python's dict.keys() functionality).
|
|
417
|
+
|
|
418
|
+
:rtype: typing.List[str]
|
|
419
|
+
:return: the identifiers for each member of this collection.
|
|
420
|
+
'''
|
|
421
|
+
pass
|
|
422
|
+
|
|
423
|
+
def values(self) -> typing.List:
|
|
424
|
+
''' Return the values of collection (matching Python's dict.values() functionality).
|
|
425
|
+
|
|
426
|
+
:rtype: typing.List
|
|
427
|
+
:return: the members of this collection.
|
|
428
|
+
'''
|
|
429
|
+
pass
|
|
430
|
+
|
|
431
|
+
def __getitem__(self, key: typing.Optional[typing.Union[int, str]]
|
|
432
|
+
) -> 'GenericType':
|
|
433
|
+
'''
|
|
434
|
+
|
|
435
|
+
:param key:
|
|
436
|
+
:type key: typing.Optional[typing.Union[int, str]]
|
|
437
|
+
:rtype: 'GenericType'
|
|
438
|
+
'''
|
|
439
|
+
pass
|
|
440
|
+
|
|
441
|
+
def __setitem__(self, key: typing.Optional[typing.Union[int, str]],
|
|
442
|
+
value: 'GenericType'):
|
|
443
|
+
'''
|
|
444
|
+
|
|
445
|
+
:param key:
|
|
446
|
+
:type key: typing.Optional[typing.Union[int, str]]
|
|
447
|
+
:param value:
|
|
448
|
+
:type value: 'GenericType'
|
|
449
|
+
'''
|
|
450
|
+
pass
|
|
451
|
+
|
|
452
|
+
def __delitem__(self, key: typing.Optional[typing.Union[int, str]]
|
|
453
|
+
) -> 'GenericType':
|
|
454
|
+
'''
|
|
455
|
+
|
|
456
|
+
:param key:
|
|
457
|
+
:type key: typing.Optional[typing.Union[int, str]]
|
|
458
|
+
:rtype: 'GenericType'
|
|
459
|
+
'''
|
|
460
|
+
pass
|
|
461
|
+
|
|
462
|
+
def __iter__(self) -> typing.Iterator['GenericType']:
|
|
463
|
+
'''
|
|
464
|
+
|
|
465
|
+
:rtype: typing.Iterator['GenericType']
|
|
466
|
+
'''
|
|
467
|
+
pass
|
|
468
|
+
|
|
469
|
+
def __next__(self) -> 'GenericType':
|
|
470
|
+
'''
|
|
471
|
+
|
|
472
|
+
:rtype: 'GenericType'
|
|
473
|
+
'''
|
|
474
|
+
pass
|
|
475
|
+
|
|
476
|
+
def __len__(self) -> int:
|
|
477
|
+
'''
|
|
478
|
+
|
|
479
|
+
:rtype: int
|
|
480
|
+
'''
|
|
481
|
+
pass
|
|
482
|
+
|
|
483
|
+
|
|
484
484
|
class bpy_prop_array(typing.Generic[GenericType]):
|
|
485
485
|
def foreach_get(self, attr, seq):
|
|
486
486
|
'''
|
|
@@ -105116,8 +105116,7 @@ class CompositorNodeSetAlpha(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
105116
105116
|
pass
|
|
105117
105117
|
|
|
105118
105118
|
|
|
105119
|
-
class
|
|
105120
|
-
bpy_struct):
|
|
105119
|
+
class CompositorNodeSplit(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
105121
105120
|
axis: typing.Union[str, int] = None
|
|
105122
105121
|
'''
|
|
105123
105122
|
|
|
@@ -97,12 +97,12 @@ def bake_action_objects(object_action_pairs, *, frames: int,
|
|
|
97
97
|
|
|
98
98
|
def bake_action_objects_iter(
|
|
99
99
|
object_action_pairs: typing.
|
|
100
|
-
Union['bpy.types.
|
|
100
|
+
Union['bpy.types.Object', 'bpy.types.Action', 'bpy.types.Sequence'],
|
|
101
101
|
bake_o):
|
|
102
102
|
''' An coroutine that bakes actions for multiple objects.
|
|
103
103
|
|
|
104
104
|
:param object_action_pairs: Sequence of object action tuples, action is the destination for the baked data. When None a new action will be created.
|
|
105
|
-
:type object_action_pairs: typing.Union['bpy.types.
|
|
105
|
+
:type object_action_pairs: typing.Union['bpy.types.Object', 'bpy.types.Action', 'bpy.types.Sequence']
|
|
106
106
|
'''
|
|
107
107
|
|
|
108
108
|
pass
|
|
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-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/intellisense.py
RENAMED
|
File without changes
|
{fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_console_utils/autocomplete/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
import typing
|
|
3
|
-
from . import utils_rtl
|
|
4
3
|
from . import utils_cli
|
|
5
|
-
from . import utils
|
|
6
|
-
from . import merge_po
|
|
7
|
-
from . import utils_languages_menu
|
|
8
4
|
from . import settings
|
|
5
|
+
from . import utils_languages_menu
|
|
9
6
|
from . import bl_extract_messages
|
|
7
|
+
from . import merge_po
|
|
8
|
+
from . import utils_rtl
|
|
9
|
+
from . import utils
|
|
10
10
|
|
|
11
11
|
GenericType = typing.TypeVar("GenericType")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
import typing
|
|
3
|
-
from . import keymap_from_toolbar
|
|
4
|
-
from . import versioning
|
|
5
|
-
from . import platform_helpers
|
|
6
3
|
from . import io
|
|
7
4
|
from . import keymap_hierarchy
|
|
5
|
+
from . import keymap_from_toolbar
|
|
6
|
+
from . import platform_helpers
|
|
7
|
+
from . import versioning
|
|
8
8
|
|
|
9
9
|
GenericType = typing.TypeVar("GenericType")
|
|
File without changes
|
{fake-bpy-module-20231203 → fake-bpy-module-20231205}/bl_keymap_utils/keymap_from_toolbar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
import typing
|
|
3
|
-
from . import console
|
|
4
|
-
from . import uvcalc_transform
|
|
5
|
-
from . import add_mesh_torus
|
|
6
|
-
from . import anim
|
|
7
|
-
from . import constraint
|
|
8
|
-
from . import image
|
|
9
|
-
from . import presets
|
|
10
|
-
from . import wm
|
|
11
3
|
from . import bmesh
|
|
12
|
-
from . import
|
|
4
|
+
from . import node
|
|
5
|
+
from . import assets
|
|
13
6
|
from . import view3d
|
|
7
|
+
from . import uvcalc_transform
|
|
8
|
+
from . import object_align
|
|
9
|
+
from . import console
|
|
10
|
+
from . import userpref
|
|
14
11
|
from . import uvcalc_lightmap
|
|
15
|
-
from . import sequencer
|
|
16
|
-
from . import object_randomize_transform
|
|
17
|
-
from . import assets
|
|
18
12
|
from . import clip
|
|
19
|
-
from . import
|
|
13
|
+
from . import constraint
|
|
20
14
|
from . import rigidbody
|
|
21
|
-
from . import
|
|
22
|
-
from . import
|
|
15
|
+
from . import add_mesh_torus
|
|
16
|
+
from . import vertexpaint_dirt
|
|
23
17
|
from . import mesh
|
|
18
|
+
from . import object_randomize_transform
|
|
19
|
+
from . import wm
|
|
24
20
|
from . import geometry_nodes
|
|
21
|
+
from . import screen_play_rendered_anim
|
|
22
|
+
from . import uvcalc_follow_active
|
|
23
|
+
from . import spreadsheet
|
|
24
|
+
from . import image
|
|
25
25
|
from . import file
|
|
26
26
|
from . import freestyle
|
|
27
|
-
from . import object
|
|
28
|
-
from . import object_align
|
|
29
27
|
from . import object_quick_effects
|
|
30
|
-
from . import
|
|
31
|
-
from . import
|
|
28
|
+
from . import anim
|
|
29
|
+
from . import presets
|
|
30
|
+
from . import object
|
|
31
|
+
from . import sequencer
|
|
32
32
|
|
|
33
33
|
GenericType = typing.TypeVar("GenericType")
|
|
34
34
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|