Skip to content

Can tabtabtabLeagacy be incorporated cleanly? #3

@dbr

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
# ...

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