Brian Carter
My feedback
-
3 votes
Brian Carter shared this idea ·
-
24 votes
Brian Carter supported this idea ·
-
19 votes
Brian Carter supported this idea ·
-
91 votes
Brian Carter supported this idea ·
-
32 votes
Brian Carter supported this idea ·
-
21 votes
Brian Carter supported this idea ·
-
6 votes
Brian Carter shared this idea ·
-
2 votes
Brian Carter supported this idea ·
-
175 votes
Brian Carter supported this idea ·
-
39 votes
An error occurred while saving the comment Brian Carter supported this idea ·
-
3 votes
Brian Carter shared this idea ·
-
433 votes
An error occurred while saving the comment Brian Carter commented
What about a bounding box for the keyframes? That replicates a typical and obvious use case, communicates a clear mode, and allows for even more scaling options (center based).
The bounding box could be constant or a separate mode triggered by a command (Cmd T for transform?). Yes if you’re a constant opt dragger, it’s an extra step but you get more flexibility.
Brian Carter supported this idea ·
-
1 vote
Brian Carter shared this idea ·
-
17 votes
Brian Carter supported this idea ·
-
19 votes
An error occurred while saving the comment Brian Carter commented
I wasn't particularly verbose in my original request so I'll explain more here.
Sometimes, in animations, there are certain values that are not creative as much as they are derived. "At frame 10, this object should land where this other object is." "The first keyframe of this layer should be positioned offscreen the width of the layer, so it always enters from off the frame, even if we change the size of the layer."
It is possible to use expressions to make these decisions, but if a property is controlled by expressions its controlled entirely by those expressions and no manual key framing is possible without creating hybrid systems using expression controllers and conditional expressions.
I am proposing that keyframes can be double clicked to edit and in the resulting dialog there is an expression window that allows the user to enter an expression that can be evaluated only for frames involving that keyframes value.
Brian Carter supported this idea ·
Brian Carter shared this idea ·
-
74 votes
Brian Carter supported this idea ·
-
36 votes
Brian Carter supported this idea ·
-
17 votes
Brian Carter shared this idea ·
-
85 votes
An error occurred while saving the comment Brian Carter commented
How would we move panels around?
-
8 votes
An error occurred while saving the comment Brian Carter commented
Alternately, update Liquify to be able to reference a Map layer, the way Displacement Map can.
Brian Carter shared this idea ·
Situation: I have parallel folder structures.
CLIENT/PROJECTS/ProjectName/project.aep
and
CLIENT/RENDERS/ProjectName/RendersDate
"Renders" is dropbox shared with the client so they can just watch for new files.
I can write a template that chains together "../" tokens to climb up the hierarchy from the project folder and then down the Renders hierarchy, but it's brittle because if I subfolder my AEP, there is a mismatch and then a bunch of folders get spawned.
I'd love a token that's like "..../CLIENTNAME" so I can say "climb up this hierarchy UNTIL THIS PARTICULAR FOLDER and then down.
(Yes I'd need different render templates per client, but that's okay)