Add workspace lounge Insta OF workflow
This commit is contained in:
@@ -895,11 +895,13 @@ def scene_direction_detail(
|
||||
background = profile["background"]
|
||||
detail_label = profile.get("detail_label") or "location details"
|
||||
subject, pronoun = scene_subject_terms(subject_kind, pov_labels)
|
||||
is_verb = "are" if subject == "the subjects" else "is"
|
||||
face_verb = "face" if subject == "the subjects" else "faces"
|
||||
if pov_labels:
|
||||
if "right side" in direction:
|
||||
return f"{subject} is in right-side profile; {midground} run behind {pronoun} toward {background}, with {detail_label} kept at the frame edges"
|
||||
return f"{subject} {is_verb} in right-side profile; {midground} run behind {pronoun} toward {background}, with {detail_label} kept at the frame edges"
|
||||
if "left side" in direction:
|
||||
return f"{subject} is in left-side profile; {midground} run behind {pronoun} toward {background}, with {detail_label} kept at the frame edges"
|
||||
return f"{subject} {is_verb} in left-side profile; {midground} run behind {pronoun} toward {background}, with {detail_label} kept at the frame edges"
|
||||
if "back-right" in direction or "back-left" in direction:
|
||||
return f"{subject} stays close in one continuous diagonal first-person body angle; {midground} lead toward {background} behind {pronoun} at the edges, not in the lower foreground"
|
||||
if direction == "back view":
|
||||
@@ -908,14 +910,14 @@ def scene_direction_detail(
|
||||
return f"{subject} fills the first-person front-quarter view; {midground} recede diagonally behind {pronoun} toward {background}"
|
||||
return f"{subject} faces the viewer in first-person view; {midground} and {background} stay behind {pronoun}, not between viewer and body"
|
||||
if "right side" in direction or "left side" in direction:
|
||||
return f"{subject} is held in side profile along the {foreground}; {midground} run laterally behind {pronoun}, with {background} still readable"
|
||||
return f"{subject} {is_verb} held in side profile along the {foreground}; {midground} run laterally behind {pronoun}, with {background} still readable"
|
||||
if "back-right" in direction or "back-left" in direction:
|
||||
return f"{subject} is viewed from a rear-quarter angle, partly turning back toward camera; the {foreground} stays low in frame while {midground} lead into {background}"
|
||||
return f"{subject} {is_verb} viewed from a rear-quarter angle, partly turning back toward camera; the {foreground} stays low in frame while {midground} lead into {background}"
|
||||
if direction == "back view":
|
||||
return f"{subject} is seen from behind with the {foreground} at camera side, facing into {midground} and {background}"
|
||||
return f"{subject} {is_verb} seen from behind with the {foreground} at camera side, facing into {midground} and {background}"
|
||||
if "front-right" in direction or "front-left" in direction:
|
||||
return f"{subject} is placed beside the {foreground}; {midground} recede diagonally behind {pronoun} toward {background}"
|
||||
return f"{subject} faces camera beside the {foreground}; {midground} sit between {pronoun} and {background}"
|
||||
return f"{subject} {is_verb} placed beside the {foreground}; {midground} recede diagonally behind {pronoun} toward {background}"
|
||||
return f"{subject} {face_verb} camera beside the {foreground}; {midground} sit between {pronoun} and {background}"
|
||||
|
||||
|
||||
def coworking_direction_detail(
|
||||
|
||||
Reference in New Issue
Block a user