added matchmove and image families, fixed instance version, PEP8 and other fixes

This commit is contained in:
Ondrej Samohel 2019-11-29 18:25:40 +01:00
parent ec3c190af8
commit 90bf2c9611
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
6 changed files with 77 additions and 40 deletions

View file

@ -6,7 +6,7 @@ class MatchmoveLoader(api.Loader):
This will run matchmove script to create track in script.
"""
families = ["rendersetup"]
families = ["matchmove"]
representations = ["py"]
defaults = ["Camera", "Object"]