mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Renamed preview animation to create review in OP/AYON settings
This commit is contained in:
parent
573d103889
commit
7ac1d54132
4 changed files with 6 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ class CreateReview(plugin.MaxCreator):
|
|||
|
||||
@classmethod
|
||||
def apply_settings(cls, project_settings):
|
||||
settings = project_settings["max"]["PreviewAnimation"] # noqa
|
||||
settings = project_settings["max"]["CreateReview"] # noqa
|
||||
|
||||
# Take some defaults from settings
|
||||
cls.review_width = settings.get("review_width", cls.review_width)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue