Skip to main content

Creating Custom Templates Again Part 3-The file

Now, Eventually, I will get to writing some more of this. Not like last time where I withered away and never finished it. No, I plan on it this time. To show how serious I am(hopefully), here's the file I intend on using for this series.

https://www.dropbox.com/s/6jwk0u14q4m1u0d/spine_component_tutorial_start.c4d?dl=0

When you open this file, you will see a semi functioning rig. I say semi, because it's purposely broken up a bit into component chunks. There's a Root_component, and a Spine_component. I've taken to grouping my components in this way. It kind of seems to just make it clear that everything pertaining to this component exists here. Seems like it'd be a bit easier for debugging purposes. 

Nice and tidy!

The next part of this we will go through the root component setup. It will be pretty easy as there is not much to it. But it's more useful to see setting up components that will insert into other components. So adding the root component gives us a way to do that and learn some stuff along the way. 

That is all for this post. It's late, but I wanted to get this out there to keep this tutorial fresh in my mind and to keep the momentum going.

Comments

Popular posts from this blog

Creating a Custom Template Again Part 5-Spine Building and Inserting

    Since the last chapter, I made some tweaks to things. Use this file for a starting point. Your Object Manager should look like this:     Here's the list of changes: 1. Added a Rig null to the root component(will get into why I did this later in this post). 2. Added a parent to the hips_con+ called hips_algn(will get into why later in this post). 3. Added spine_rig_elements null and put the spine_spl and spine_01_bnd under it(will touch on this in the post). 4. Cleaned up the neck's orientation values to follow the rest of the spine. 5. Froze all necessary things that needed to be frozen.6. Added some adjustment rules to the root component that might not be necessary, but just to be safe I added them. We will get more into adjustments and rules in a later post. Sorry about that. This particular component is an evolution. In addition to teaching you about the settings of the Component tag, I am trying to make a completely functional template that maybe I ...

Creating a Custom Template Again Part 6-Let's be a chiropractor and get adjusting Part 1

    Picking up from where we left off, we have a spine component that builds and places everything where it needs to go. This is terrific. Now, we get into some of the meat and potatoes of making our components/templates. Adjustments! After all, the biggest perk of creating your own template is the ability to resize it easily and intuitively to any character. Let's make it so!