JaimeFlorian27 / reference-importer

Tool to help artists import videos as image sequence in Maya, without going through a video editing package. Supports multiple file formats, length trimming and specifying a target frame rate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCC Agnostic and standalone support

JaimeFlorian27 opened this issue · comments

As a user, I'd like to use this tool in multiple DCCs, as well as a standalone desktop tool.

As a developer, I'd like to see a clear interface for adding support for multiple DCCs through the facade design pattern https://refactoring.guru/design-patterns/facade.

Acceptance criteria:

  • Defined interface for abstracting DCC interaction (as of now, image plane creation).
  • Support for standalone version.