Skip to content

Commit

Permalink
Rename Fields category to Field
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Sep 8, 2024
1 parent 2369d15 commit 9eed86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vspreview/plugins/builtins/frame_props.ppy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _frame_props_categories: dict[str, list[str]] = {
# Scene detection
'_SceneChangeNext', '_SceneChangePrev', 'SceneChange',
],
'Fields': [
'Field': [
'_Combed', '_Field', '_FieldBased',
],
# Props that don't fit into other categories or haven't been sorted
Expand All @@ -48,7 +48,7 @@ _frame_props_categories: dict[str, list[str]] = {

# Property prefixes for table categorization
_frame_props_prefix_lut: dict[str, str] = {
('VFM', 'VDecimate', 'TFM', 'TDecimate', 'wobbly_'): 'Fields',
('VFM', 'VDecimate', 'TFM', 'TDecimate', 'wobbly_'): 'Field',
('PlaneStats', 'psm', 'dgi_', 'AutoBalance', 'SceneGrain'): 'Metrics',
}

Expand Down

0 comments on commit 9eed86d

Please sign in to comment.