Skip to content

Commit

Permalink
Fix plugins settings for shot creator.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Dec 11, 2024
1 parent ee3ac19 commit 0b14922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/settings/create_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ class CreateShotClipModel(BaseSettingsModel):
export_audio: bool = SettingsField(
False,
title="Include audio",
section="Process subsets with corresponding audio"
)

sourceResolution: bool = SettingsField(
False,
title="Source resolution",
section="Get shot resolution from clip source resolution"
)

workfileFrameStart: int = SettingsField(
Expand Down

0 comments on commit 0b14922

Please sign in to comment.