mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
file proxy is not set in djv
This commit is contained in:
parent
d19023f3b2
commit
4865ced27b
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ class DJVViewAction(BaseHandler):
|
|||
'''layer name'''
|
||||
# cmd.append('-file_layer (value)')
|
||||
''' Proxy scale: 1/2, 1/4, 1/8'''
|
||||
cmd.append('-file_proxy 1/2')
|
||||
# cmd.append('-file_proxy 1/2')
|
||||
''' Cache: True, False.'''
|
||||
cmd.append('-file_cache True')
|
||||
''' Start in full screen '''
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class OpenInDJV(api.Loader):
|
|||
'''layer name'''
|
||||
# cmd.append('-file_layer (value)')
|
||||
''' Proxy scale: 1/2, 1/4, 1/8'''
|
||||
cmd.append('-file_proxy 1/2')
|
||||
# cmd.append('-file_proxy 1/2')
|
||||
''' Cache: True, False.'''
|
||||
cmd.append('-file_cache True')
|
||||
''' Start in full screen '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue