Skip to main content
RajneshD
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
  • 1 reply
  • 264 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 has been closed for replies.
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

 

1 reply

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

 

RajneshD
RajneshDAuthor
Inspiring
March 29, 2023

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