Skip to main content
R_Domalpalli
Inspiring
March 29, 2023
Answered

For different views of a Puppet, do I need to have separate Heads in order to Choose from?

  • March 29, 2023
  • 2 replies
  • 280 views

Greetings,

     I have a puppet with different views: Frontal, Left Quarter, Left Profile etc.. Please see Image below.

     I realize that for a given view (let's say Left Quarter), the head being in any of the following 3 Positions: Frontal / Left Quarter / Left Profile would be just fine. And it would be nice to have this flexibility to implement something like a Slight Head turn in either direction.

      However, does this mean that for each of the views of the Puppet, I'll have to create 3 Head Positions? That's a lot of duplicated layers to add to the Puppet. Is there a better / recommended Structure to implement this?

      Thanks in advance for your help.

Regards,

Rajnesh

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer TheOriginalGC

Generally, the views for the head and body are separate - Left Quarter, Frontal, Right Quarter for head, and Left Quarter, Frontal, Right Quarter for the body. You would not have the head and body within a left quarter view - rather, you would have a left quarter head and a left quarter body. To put it another way,

 

-Puppet

   -Head

        -LeftProfile

        -LeftQuarter

        -Frontal

        -RightQuarter

        -RightProfile

   -Body

        -LeftQuarter

        -Frontal

        -RightQuarter

 

2 replies

TheOriginalGC
Community Expert
TheOriginalGCCommunity ExpertCorrect answer
Community Expert
March 29, 2023

Generally, the views for the head and body are separate - Left Quarter, Frontal, Right Quarter for head, and Left Quarter, Frontal, Right Quarter for the body. You would not have the head and body within a left quarter view - rather, you would have a left quarter head and a left quarter body. To put it another way,

 

-Puppet

   -Head

        -LeftProfile

        -LeftQuarter

        -Frontal

        -RightQuarter

        -RightProfile

   -Body

        -LeftQuarter

        -Frontal

        -RightQuarter

 

R_Domalpalli
Inspiring
March 29, 2023

Thank you, very much. I'll follow those guidelines.