Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5574 from BigRoy/bugfix/maya_create_yeti_cache_at…
Browse files Browse the repository at this point in the history
…tribute_definition
  • Loading branch information
antirotor authored Sep 6, 2023
2 parents 9c7ca2c + 1b7e1ae commit d657063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openpype/hosts/maya/plugins/create/create_yeti_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ class CreateYetiCache(plugin.MayaCreator):
family = "yeticache"
icon = "pagelines"

def __init__(self, *args, **kwargs):
super(CreateYetiCache, self).__init__(*args, **kwargs)
def get_instance_attr_defs(self):

defs = [
NumberDef("preroll",
Expand All @@ -36,3 +35,5 @@ def __init__(self, *args, **kwargs):
default=3,
decimals=0)
)

return defs

0 comments on commit d657063

Please sign in to comment.