Skip to content

Import object sequence does not work with blender > 4.0 #33

@cbartram

Description

@cbartram

The import object sequence script doesn't work with newer versions of blender. Replacing:
bpy.ops.import_scene.obj(filepath=filepath, split_mode="OFF") with bpy.ops.wm.obj_import(filepath=filepath, split_mode="OFF") fixes the error however, it only imports 1 shape key (the last one selected).

Meaning animations with multiple frames only have their last frame imported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions