mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removing unused variables.
This commit is contained in:
parent
1cea33d94c
commit
7f18f94abc
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ class ExtractMultiverseUsdOverride(openpype.api.Extractor):
|
|||
@property
|
||||
def default_options(self):
|
||||
"""The default options for Multiverse USD extraction."""
|
||||
start_frame = int(cmds.playbackOptions(query=True,
|
||||
animationStartTime=True))
|
||||
end_frame = int(cmds.playbackOptions(query=True,
|
||||
animationEndTime=True))
|
||||
|
||||
return {
|
||||
"writeAll": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue