family names cut of 'studio.'

This commit is contained in:
Jakub Jezek 2018-10-02 23:35:35 +02:00
parent 7667674317
commit eb9936b487
100 changed files with 162 additions and 162 deletions

View file

@ -8,11 +8,11 @@ from avalon import api
class FusionSetFrameRangeLoader(api.Loader):
"""Specific loader of Alembic for the avalon.animation family"""
families = ["studio.animation",
"studio.camera",
"studio.imagesequence",
"studio.yeticache",
"studio.pointcache"]
families = ["animation",
"camera",
"imagesequence",
"yeticache",
"pointcache"]
representations = ["*"]
label = "Set frame range"
@ -41,11 +41,11 @@ class FusionSetFrameRangeLoader(api.Loader):
class FusionSetFrameRangeWithHandlesLoader(api.Loader):
"""Specific loader of Alembic for the avalon.animation family"""
families = ["studio.animation",
"studio.camera",
"studio.imagesequence",
"studio.yeticache",
"studio.pointcache"]
families = ["animation",
"camera",
"imagesequence",
"yeticache",
"pointcache"]
representations = ["*"]
label = "Set frame range (with handles)"