mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merged in hotfix/rv-action-wrong-preset (pull request #176)
fix(rv action): wrong preset to look for configuration Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
c6b625a36c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class RVAction(BaseAction):
|
|||
)
|
||||
else:
|
||||
# if not, fallback to config file location
|
||||
self.config_data = config.get_presets()['djv_view']['config']
|
||||
self.config_data = config.get_presets()['rv']['config']
|
||||
self.set_rv_path()
|
||||
|
||||
if self.rv_path is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue