Skip to content

Can tabtabtabLeagacy be incorporated cleanly? #3

Description

@dbr

Dylan has made tabtabtab work in 6.2... I wonder if the compatibility layer be refactored into a separate tabtabtab_legacy module, which doesn't duplicate the contents - then people could do something like:

curl -O http://.../tabtabtab.py
curl -O http://.../tabtabtab_legacy.py

Then:

if nuke_version < 6.3:
    import tabtabtab_legacy as ttt
else:
    import tabtabtab as ttt
# ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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