Skip to content

Commit

Permalink
tweak doc string of ShotHierarchySubmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Dec 10, 2024
1 parent ee51f74 commit b41fd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings/editorial_creators.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class TokenToParentConvertorItem(BaseSettingsModel):
class ShotHierarchySubmodel(BaseSettingsModel):
"""Shot Hierarchy Info
Shot Hierarchy defines the folder path where the shot will be added.
It uses the `Folder path template` to compute this path.
Shot Hierarchy defines the folder path where each shot will be added.
It uses the `Folder path template` to compute each path.
The `Folder path template` supports tokens defined in the `folder path template tokens` setting.
- Each token in the `Folder path template` represents a folder in the hierarchy.
Expand Down

0 comments on commit b41fd0d

Please sign in to comment.